@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/csb/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/csb/CircularStd-Book.woff') format('woff'), url('../fonts/csb/CircularStd-Book.ttf') format('truetype'), url('../fonts/csb/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Medium';
    src: url('../fonts/csm/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/csm/CircularStd-Medium.woff') format('woff'), url('../fonts/csm/CircularStd-Medium.ttf') format('truetype'), url('../fonts/csm/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Bold';
    src: url('../fonts/csbb/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/csbb/CircularStd-Bold.woff') format('woff'), url('../fonts/csbb/CircularStd-Bold.ttf') format('truetype'), url('../fonts/csbb/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DePixel-Bold';
    src: url('../fonts/de/DePixel-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/de/DePixel-Bold.otf') format('opentype'), url('../fonts/de/DePixel-Bold.woff') format('woff'), url('../fonts/de/DePixel-Bold.ttf') format('truetype'), url('../fonts/de/DePixel-Bold.svg#DePixel-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 80% !important;
}

.logo {}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #1D3768;
    font-family: 'CircularStd-Book';
    width: 100%;
    overflow-x: hidden;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFD145 !important
}

.yl {
    color: #ffd145;
}

.navbar-dark .navbar-nav .nav-link {
    color: #1D3768 !important;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 14px;
}

.ta h5 {
    font-size: 18px;
}

.navbar {
    padding: 5px 0;
}

.sign {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0
}

.sign .get-started {
    border: 2px solid #FFDC7F;
    /* color: rgb(255 255 255 / 91%) !important; */
    padding: 10px 20px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-family: 'CircularStd-Bold';
    border-radius: 50px;
    color: #1D3768 !important;
    transition: all 0.5s ease;
}

.sign .get-started:hover {
    background: #FFD145;
    transform: scale(1.1);
}

.nav-item {
    padding: 0 0 0 20px;
}

.int {
    align-items: center;
    /*justify-content: space-between;*/
}

.playlogo {
    width: 60px;
    height: 60px;
}

.playlogo img {
    width: 100%
}

.imm {
    margin: 0 0 2em 0;
    width: 360px
}

.nav-item:last-child {
    padding: 0;
}

.navbar-nav {
    align-items: center;
}

.careers {
    background: url(../images/landing/landing.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
}

.career-content {
    width: 60%;
    padding: 50px 80px 100px 46px;
}

.watch:hover {
    text-decoration: none
}

.career-images {
    width: 70%;
}

.career-images img {
    width: 100%;
    height: 100%;
}

.career-content h2 {
    font-size: 35px;
    font-family: 'CircularStd-Bold';
    color: #ffffff;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.career-content p {
    color: rgb(255 255 255 / 85%);
}

.watch {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 10px;
}

.view-block span {
    display: block;
    font-size: 14px;
}

.view-block {
    font-family: 'CircularStd-Bold';
    font-size: 30px;
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid #FF696B;
    color: #24272A
}

.view-block:last-child {
    border-right: 0;
}

.view-cert {
    background: #fff;
    border-radius: 10px;
    padding: 15px 0;
    position: absolute;
    bottom: -65px;
    box-shadow: -3px 5px 13px -6px rgba(14, 16, 38, 0.53);
    -webkit-box-shadow: -3px 5px 13px -6px rgba(14, 16, 38, 0.53);
    -moz-box-shadow: -3px 5px 13px -6px rgba(14, 16, 38, 0.53);
}

.watchintro {
    align-items: center;
    padding-left: 20px;
}

.watch span {
    display: block
}

.career-content .get-started {
    color: #24272A;
    margin: 0px 0 0;
    display: inline-block;
    background: #FFD145;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: -1px 1px 0px 1px rgba(54, 54, 163, 0.75);
    -webkit-box-shadow: -1px 1px 0px 1px rgba(54, 54, 163, 0.75);
    -moz-box-shadow: -1px 1px 0px 1px rgba(54, 54, 163, 0.75);
    transition: all 0.5s ease;
}

.career-content .get-started:hover {
    transform: scale(1.1);
}

.career-images .slick-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.career-images .slick-dots li {
    text-indent: -9999px;
    border: 1px solid #FFD145;
    list-style: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    margin: 0 10px;
    cursor: pointer
}

.career-images .slick-dots li.slick-active {
    background: #FFD145;
}

.career-images .slick-dots li button {
    display: none
}

.what-is-vi {
    margin: 150px 0 0;
}

.VI-content {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.VI-content h3 {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: 'CircularStd-Bold';
    color: #414042;
}

.VI-content h3 span {
    display: block
}

.VI-content p {
    width: 90%;
    color: #414042;
    font-size: 18px;
}

.VI-range img {
    width: 100%
}

.VI-range {
    width: calc(50% - 20px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.program-overview .VI-content {
    width: calc(70% - 20px);
    margin-right: 20px;
}

.about-puma {
    width: calc(35% - 20px);
    margin-left: 20px;
    background: #fedf8c3d;
    padding: 30px 50px 0 50px;
    border-radius: 5px;
    box-shadow: -3px 5px 13px -6px rgb(14 16 38 / 17%);
    -webkit-box-shadow: -3px 5px 13px -6px rgb(14 16 38 / 17%);
    -moz-box-shadow: -3px 5px 13px -6px rgb(14 16 38 / 17%);
}

.about-puma p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'CircularStd-Book';
    font-style: italic;
    line-height: 1.8;
}

.about-puma h3 {
    margin: 0 0 1em 0;
    padding: 0 0 0.5em 0;
    border-bottom: 3px solid #f9cb40;
    font-family: 'CircularStd-Bold';
    font-size: 20px
}

.programs .d-flex {
    margin: 0 0 1em 0;
}

.programs {
    margin: 4em 0 0;
    padding: 0 0 0 20px;
}

.icons {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.icons img {
    width: 100%
}

.program-overview {
    background: #ffd1452b;
    padding: 70px 0
}

.past-student h4 {
    font-size: 18px;
    font-family: 'CircularStd-Bold';
    margin: 1em 0 0.5em 0;
    text-align: center;
}

.past-student h5 {
    font-size: 15px;
    font-family: 'CircularStd-Book';
    text-align: center;
    position: relative;
    padding-bottom: 1em;
    margin: 0 0 2em 0;
}

.past-student h5:after {
    position: absolute;
    content: "";
    background: #414042;
    width: 100px;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -5px;
    margin: 0 auto;
}

.profile {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.profile img {
    width: 100%
}

.top-skills {
    padding: 70px 0
}

.past li {
    width: calc(33.33% - 60px);
    margin: 20px 30px;
    padding: 20px 30px;
    box-shadow: -2px 2px 9px 0px rgba(13, 16, 39, 0.09);
    -webkit-box-shadow: -2px 2px 9px 0px rgba(13, 16, 39, 0.09);
    -moz-box-shadow: -2px 2px 9px 0px rgba(13, 16, 39, 0.09);
    border-radius: 5px;
}

.past ul {
    margin: 50px 0px 0 0px;
    padding: 0;
    list-style: none;
    display: flex
}

.past {
    padding: 50px 0
}

.topskill h5,
.program h5 {
    font-family: 'CircularStd-Bold';
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #FF696B;
    font-size: 22px;
    width: 80%;
}

.past h3 {
    font-family: 'CircularStd-Bold';
    font-size: 25px;
}

.bld {
    font-family: 'CircularStd-Bold';
}

.pricing {
    background: url(../images/landing/pricing.jpg) 0 0 no-repeat;
    padding: 100px 0;
    position: relative;
    background-size: cover;
}

.pricing .white {
    color: #fff;
    font-family: 'CircularStd-Bold';
    text-align: center;
}

.pen {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
}

.price-cont {
    height: 300px;
}

.grn {
    color: #5ACF82;
    font-family: 'CircularStd-Bold';
    text-align: center;
    margin: 0 0 1em 0;
}

.get:hover {
    text-decoration: none;
    color: #Fff;
    transform: scale(1.1);
}

.get {
    transition: all 0.5s ease;
    background: #5ACF82;
    font-family: 'CircularStd-Bold';
    padding: 10px 30px;
    border-radius: 20px;
    color: #ffff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.price-cont li {
    list-style: none;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 0.5em 0;
}

.price-cont ul {
    padding: 0;
    margin: 1em 0 0;
}

.price-cont li:after {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #5ACF82;
    content: "";
    border-radius: 50%;
    top: 10px;
}

.price h5 {
    font-size: 15px;
    text-align: center;
    font-family: 'CircularStd-Bold';
    border-bottom: 1px solid #414042;
    padding: 0 0 1em 0;
}

.price p {
    text-align: center;
}

.price h3 {
    font-size: 18px;
    font-family: 'CircularStd-Bold';
    text-align: center;
    margin: 1em 0 0;
}

.pricecont {
    justify-content: space-around;
    margin: 4em 0 0;
}

.price {
    background: #fff;
    padding: 20px 50px;
    width: calc(30% - 20px);
}

.topTab {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    margin: 0 0 4em 0;
    padding: 0;
    width: 70%;
}

.topTab li {
    list-style: none;
    color: #fff;
    padding: 0 0 0.5em 0;
    cursor: pointer;
    flex: 1 1;
    text-align: center;
}

.contentTab h2 {
    font-family: 'CircularStd-Bold';
    font-size: 40px;
    margin: 0 0 1em 0;
}

.contentTab p span {
    display: block
}

.contentTab h2 span {
    display: block
}

.imgTab img {
    width: 100%
}

.contentTab {
    list-style: none;
    color: #fff;
    padding: 0;
}

.imgTab li {
    list-style: none;
}

.brochure {
    display: flex;
    align-items: center;
}

.download {
    background: #FF696B;
    color: #fff;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 20px;
    transition: all 0.5s ease;
}

.download:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
}

.puma-ct {
    background: #FF696B;
    padding: 40px 60px;
    margin: 50px 0 0;
    border-radius: 5px;
}

.cerPuma {
    width: calc(50% - 20px)
}

.left-skill {
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
}

.topTab li.act {
    border-bottom: 2px solid #fff;
}

.imgTab li {
    list-style: none;
    height: 400px;
    width: 300px;
}

.topskill p,
.program p {
    width: 78%;
    font-family: 'CircularStd-Bold';
    font-size: 16px;
    font-family: 'CircularStd-Medium';
    color: #7d7373;
}

.topskill {
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
}

.program {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
}

.figure span {
    display: block;
    font-size: 14px;
    color: #1D3768;
    font-family: 'CircularStd-Book';
}

.figure h2 {
    font-size: 50px;
    color: #FFD145;
    font-size: 70px;
    font-family: 'CircularStd-Bold';
}

.our-benefits {
    background: #FFD145;
    padding: 50px 0;
}

.ben-image {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.ben-image img {
    max-width: 80px;
}

.benefit {
    padding: 50px 0 30px 0;
    text-align: center;
    width: calc(33.33% - 20px);
    margin: 0 10px
}

.our-benefits .d-flex {
    flex-wrap: wrap;
}

.ben-cont h4 span {
    display: block
}

.ben-cont h4 {
    margin: 20px 0;
}

.ben-cont p {
    text-align: left;
    padding: 0 30px;
}

.explore {
    padding: 50px 0;
}

.group .item {
    overflow: hidden;
    margin: 0 15px;
    border-radius: 10px;
    position: relative;
}

.group img {
    width: 100%;
    object-fit: cover;
}

.groupCont {
    position: absolute;
    bottom: 1px;
    left: 15px;
}

.groupCont h3 {
    color: #ecb91d;
    text-transform: uppercase;
    padding-bottom: 2px !important;
    font-size: 16px;
}

.groupCont h4 {
    color: #fff;
    font-size: 14px
}

.past-slider .slick-arrow {
    position: absolute;
    top: 50px;
}

.past-slider {
    padding: 0 30px;
    margin: 50px 0
}

.past-slider .slick-prev {
    background: url(../images/left-arrow.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
    background-size: cover;
    z-index: 7;
    border: 0;
    text-indent: -9999px;
    top: 50%;
}

.past-slider .slick-next {
    background: url(../images/right-arrow.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    right: 0;
    background-size: cover;
    z-index: 7;
    border: 0;
    text-indent: -9999px;
    top: 50%;
}

.past-slider .slick-prev:focus {
    border: 0;
    outline: none
}

.past-slider .slick-next:focus {
    border: 0;
    outline: none
}

.group a:focus {
    outline: none;
}

.past-slider .slick-slide {
    height: auto !important;
    margin: 0 10px;
}

.reviews {
    background: #F1F2F2;
    padding: 50px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.review-content {
    background: transparent !important;
    width: 50%;
}

.career-images.review-slider {
    width: 50%;
    background: #FFD145;
    padding: 50px;
    position: relative;
}

.testimonial p {
    width: 80%;
}

.name {
    margin: 100px 0 0;
    position: relative;
}

.name:after {
    position: absolute;
    top: -10px;
    background: #1D3768;
    height: 5px;
    width: 100px;
    content: "";
    left: 0;
}

.fold {
    position: absolute;
    right: 0;
    width: 140px;
    height: 140px;
    bottom: 0;
    background: #F1F2F2;
}

.career-images.review-slider .slick-dots li {
    text-indent: -9999px;
    border: 1px solid #1D3768;
    list-style: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    margin: 0 10px;
    cursor: pointer
}

.career-images.review-slider .slick-dots li.slick-active {
    background: #1D3768;
}

.assign {
    display: flex;
}

.career-images.review-slider .slick-dots {
    bottom: -30px;
}

.accordion-container {
    position: relative;
    width: 100%;
    height: 447px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 30px 0 0;
}

.accordion-container::-webkit-scrollbar {
    width: 12px;
}

.accordion-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.accordion-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.syllabus-session li {
    list-style: none;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    text-align: center;
}

.syllabus-session p {
    margin: 0;
    line-height: 1.2;
    padding: 20px 0 0;
    font-size: 14px;
}

.count {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #ffd145;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 20px;
}

.syllabus-session .d-flex {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.syllabus-session {
    width: calc(30% - 20px);
    margin: 50px 10px 0 10px;
}

.ta {
    padding: 15px 20px;
}

.content ul {
    margin: 0;
    padding: 0;
}

.content ul li {
    background: #f5f0f0;
    padding: 15px 20px;
    color: #414042;
    list-style: inside;
    border-bottom: 1px solid #414042;
}

.content ul li:last-child {
    border: 0;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.divide {
    width: 50%;
    justify-content: space-between;
}

.ta.active .angle {
    top: 10%;
}

.set {
    color: #333;
    position: relative;
    width: 100%;
    height: auto;
    /* background-color: #f5f5f5; */
    border-bottom: 1px solid #af8913;
    background: #FFD145;
    cursor: pointer
}

.set .fas {
    padding-right: 10px
}

.days {
    align-items: baseline;
}

.angle {
    position: absolute;
    right: 20px;
    top: 35%;
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-color: #3399cc;
    color: #fff;
}

.content {
    padding: 20px 0 0;
    display: none;
}

.content p {
    margin: 0;
    color: #333;
}


/*profile css*/

.profile-flex .alert-danger {
    color: #fff;
    background-color: #e85663;
    border-color: #f5c6cb;
    padding: 5px;
    margin: 0;
    text-align: center;
}

.discounttxt::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.discounttxt:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.discounttxt::placeholder {
    color: #fff;
}

.buy {
    color: #fff;
    background: #5857FF;
    padding: 10px 20px;
    border: 0;
    outline: none;
    display: inline-block;
}

.discounttxt {
    background: transparent;
    border: 2px solid #fff;
    padding: 5px;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.pay {
    color: #fff;
    background: #5857FF;
    padding: 10px 20px;
    border: 0;
    outline: none;
    display: inline-block;
}

.profile-flex.pinkBg {
    /* height: 100%; */
    background: url(../images/pinkDot.png) 0 0 no-repeat #FF696B;
    padding: 80px 0 20px;
    height: calc(100vh - 92px);
}

.profile-flex .text-warning {
    color: #285BB7;
}

.ui-widget.ui-widget-content {
    background: #e78f8f !important
}

.ui-widget-header {
    background: #eaf26c !Important
}

.ui-datepicker-calendar span {
    color: #fff;
}

.profile-flex .reportDwdBox ul {
    display: flex;
}

.profile-flex .pass .form-control:focus,
.profile-flex .form-control[readonly]:focus,
.profile-flex .form-control:focus {
    outline: none;
    border: 1px solid #Fff;
    box-shadow: none
}

.profile-flex::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.profile-flex:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.profile-flex::placeholder {
    color: #fff;
}

.profile-flex .pass .form-control,
.form-control[readonly] {
    color: #fff !important;
    background-color: #46ad69 !important;
    background-clip: padding-box;
    border: 1px solid #fff;
}

.reportDwdBox {
    background: #fff;
    padding-bottom: 50px;
    margin: 30px 0 20px;
}

.post.reportDwdBox {
    background: #e93b3b;
    padding: 10px 0;
    color: #fff;
}

.profile-flex .btn {
    display: inline-block;
    color: #fff;
    background: #5857FF;
    padding: 1rem 4rem;
    font-size: 16px;
    text-align: center;
    font-family: 'CircularStd-Book';
    position: relative;
    transition: 0.3s ease;
    line-height: 1;
    border-radius: 30px;
    border: 0;
}

.profile-flex .reportDwdBox span {
    font-size: 18px;
    margin: 20px 0;
    display: block;
    color: #e2ada0;
    text-align: center
}

.profile-flex .reportDwdBox ul li {
    width: calc(50% - 20px);
    margin: 0 10px;
    list-style: none
}

.profile-flex ul {
    margin: 0;
    padding: 0;
}

.profile-flex .error {
    color: red;
    font-size: 12px;
    padding: 0 10px;
}

.profile-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.profile-flex h2 {
    color: #FFEA73;
    font-family: 'CircularStd-Bold';
}

.profile-flex .form-control,
.form-control[readonly] {
    color: #fff !important;
    background-color: #44a7b5 !important;
    background-clip: padding-box;
    border: 1px solid #6DC6D2;
}

.profile-flex label,
.table-bordered td,
.table-bordered th {
    color: #fff
}

.ed {
    text-align: center;
    margin: 20px 0;
}

.ed span,
.globalBtn {
    color: #FFEA73;
    background: #5857FF;
    padding: 10px 20px;
    border: 0;
    outline: none
}

.profile-flex .common-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.table-responsive {
    display: inline-table !important
}


/**/

.chapter-start .popoverlay {
    background: rgb(183 125 135 / 74%);
    overflow-y: scroll;
    scrollbar-width: none;
}

.chapter-start .popoverlay::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
    /* make scrollbar transparent */
}

.chapter-start .modal-dialog {
    margin: 0rem auto;
}

.chapter-start .modal-dialog {
    max-width: 60%;
}

.chapter-start .modal-content {
    background: #F5C25D;
    padding: 20px;
}

.chapter-start .close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #Fff;
    box-shadow: none;
    font-weight: 400;
    z-index: 4;
    background: #f5c25d;
    padding: 8px 11px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 13px;
}

.chapter-start .modal-body {
    background: #FFDC7F;
    padding: 30px 50px;
}

.chapter-start .modal-body h1 {
    color: #5857FF;
    font-family: 'CircularStd-Bold';
    text-align: center;
    font-size: 30px;
}

.chapter-start .modal-body h1 span {
    display: block;
}

.start-free {
    margin: 20px 0 0;
}

.flex {
    display: flex;
}

.text-danger {
    color: #dc3545!important;
    padding: 0 10px;
    font-size: 12px;
    opacity: 1;
}

.free-row .inp {
    border: 5px solid #F5C25D;
    border-radius: 31px;
    padding: 10px 15px;
    width: 100%;
    color: #939598;
    font-family: 'CircularStd-Medium';
    outline: none;
}

.free-row.sign {
    width: 100% !important;
}

.sign {
    padding: 0 10px;
    position: relative;
}

.free-row.sign label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.free-row {
    margin: 0 5px 5px 5px;
    width: calc(50% - 10px);
}

.free-row.sign label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #f5c25d;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.free-row.sign input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.start-free .cactus-plant {
    position: absolute;
    right: -15px;
    bottom: -90px;
    width: 130px;
    display: none;
}

.start-free#signUpForm .cactus-plant {
    bottom: -160px;
}

.free-row.sign label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 8px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.start-free .cp-btn-holder {
    max-width: 300px;
    float: none;
    position: relative;
    bottom: initial;
    margin: 20px auto;
}

.start-free .green-btn,
.start-free .green-btn:hover {
    background: #5857FF;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
}

.chapter-start .green-btn,
.chapter-start .green-btn:hover {
    min-width: 250px;
    height: 50px;
}

.chapter-start .cp-bird {
    position: absolute;
    bottom: -19px;
    left: -20px;
    width: 40px;
}

.logintxt {
    color: #777070;
}

.em {
    position: relative;
    left: 0;
    bottom: 0;
    background: #ca9fa6;
    padding: 10px;
    color: #fff;
    width: auto;
    display: inline-block;
}

.logintxt a {
    color: #dca22e;
}

@media only screen and (max-width: 1500px) {
    .view-block {
        padding: 0 20px;
    }
    .past-student {
        font-size: 14px;
    }
    .VI-content h3 {
        font-size: 25px;
    }
    .VI-content p {
        font-size: 16px;
    }
    .about-puma {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 1024px) {
    .career-content h2 {
        font-size: 30px;
    }
    .career-content .get-started {
        padding: 7px 15px;
    }
    .career-content p,
    .ben-cont p {
        font-size: 14px;
    }
    .ben-cont h4 {
        margin: 13px 0;
        font-size: 20px;
    }
    .benefit {
        padding: 50px 0 0px 0;
    }
    .fold {
        width: 50px;
        height: 50px;
    }
    .chapter-start .modal-dialog {
        max-width: 80%;
    }
    .download {
        padding: 15px 15px;
    }
    .view-block {
        padding: 0 10px;
    }
    .view-block {
        font-size: 22px;
    }
    .price {
        background: #fff;
        padding: 20px 20px;
        width: calc(40% - 20px);
    }
    .start-free .cactus-plant {
        position: relative;
        right: initial;
        margin: 0 auto;
        width: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .career-content,
    .career-images {
        width: 100%;
        padding: 50px 40px 30px 40px;
    }
    .flex {
        flex-wrap: wrap;
    }
    .pricing {
        padding: 50px 0;
    }
    .careers {
        padding-bottom: 50px;
    }
    .view-cert {
        position: relative;
        bottom: 0;
    }
    .chapter-start .modal-body h1 {
        font-size: 20px;
        margin: 10px 0 0;
    }
    .view-cert .d-flex {
        flex-wrap: wrap;
    }
    .free-row .inp:focus {
        outline: none
    }
    .view-block {
        width: calc(33.33% - 20px);
        margin: 0 10px;
        padding: 0 10px 10px
    }
    .view-block:nth-child(3) {
        border-right: 0
    }
    .cv {
        flex-wrap: wrap;
    }
    .container {
        max-width: 95% !important;
    }
    .nav-item {
        padding: 0 10px 0 0px;
    }
    .navbar-brand {
        display: inline-block;
        width: 130px;
        margin: 0;
        /* text-align: center; */
    }
    .logo {
        max-width: 100%
    }
    .navbar-nav {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
    .sign .get-started {}
    .what-is-vi {
        margin: 50px 0 0;
    }
    .program-overview,
    .top-skills,
    .past {
        padding: 50px 0
    }
    .about-puma {
        width: calc(50% - 20px);
    }
    .program-overview .VI-content {
        width: calc(50% - 20px);
    }
    .programs {
        margin: 2em 0 0;
        padding: 0 0 0 0px;
    }
    .accordion-container,
    .syllabus-session {
        width: 100%
    }
    .assign {
        flex-wrap: wrap;
    }
    .past li {
        width: calc(33.33% - 40px);
        margin: 20px 20px;
        padding: 20px 15px;
    }
    .price {
        width: calc(50% - 20px);
    }
    .angle {
        position: absolute;
        right: 10px;
        top: 20%;
    }
    .ta {
        padding: 15px 10px;
    }
    .ta h5 {
        font-size: 17px;
    }
    .content ul li {
        padding: 15px 10px;
        font-size: 13px;
    }
    .set .fas {
        padding-right: 3px;
    }
    .cerPuma {
        width: 100%;
    }
    .days,
    .tas {
        font-size: 12px;
    }
    .ta.active .angle {
        top: 5%;
    }
    .left-skill {
        width: 100%;
    }
    .puma-ct {
        flex-wrap: wrap;
    }
    .left-skill .imgTab {
        padding: 0;
    }
    .pen {
        bottom: -75px;
    }
}

@media only screen and (max-width: 700px) {
    .price-cont {
        height: inherit;
    }
    .VI-content {
        width: 100%;
        margin: 0;
    }
    .assign {
        margin: 30px 0 0;
    }
    .VI-range {
        width: 100%;
        margin: 0;
        border-left: 0;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .VI-content p {
        width: 100%;
        font-size: 16px;
    }
    .benefit {
        width: 100%;
        margin: 0;
        padding: 25px 0 0px 0;
    }
    .figure h2 {
        font-size: 50px
    }
    h3 {
        font-size: 22px;
    }
    .review-content {
        width: 100%;
    }
    .career-images.review-slider {
        width: 100%;
    }
    .testimonial p {
        width: 100%;
    }
    .career-content .get-started {
        margin: 20px 0 0;
    }
    .career-content {
        padding: 0px;
        width: 100%;
    }
    .career-images {
        width: 100%;
        height: 300px
    }
    /*.careers{
    padding: 0px 0 0;
  }*/
    .VI-content h3 {
        font-size: 22px;
    }
    .view-cert {
        margin: 20px 0 0;
    }
    .program-overview .VI-content,
    .about-puma {
        width: 100%;
        margin: 0;
        padding: 30px 10px;
    }
    .programs .d-flex {
        flex-wrap: unset;
    }
    .careers .container {
        max-width: 100% !important;
    }
    .playlogo {
        width: 40px;
        height: 40px;
    }
    .topskill,
    .program {
        width: 100%;
        margin: 0;
    }
    .topskill p,
    .program p {
        width: 100%;
    }
    .divide {
        width: 100%;
    }
    .view-block {
        width: 100%;
        margin: 0;
        font-size: 20px;
        border: 0;
        border-bottom: 1px solid #FF696B;
    }
    .sign {
        padding: 0;
        width: 100%;
        justify-content: center;
    }
    .navbar-nav {
        justify-content: center;
    }
    .logo {
        margin: 0 auto;
        display: block;
        /* padding: 0; */
        margin: 0;
        padding-left: 0 !important;
    }
    .cerPuma {
        width: 100%;
    }
    .puma-ct {
        padding: 20px
    }
    .topTab li {
        text-align: center;
        font-size: 14px;
    }
    .topTab {
        justify-content: center;
        margin: 0 0 1em 0;
    }
    .contentTab h2 {
        font-size: 28px;
    }
    .imgTab {
        width: 100%
    }
    .imgTab img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }
    .imgTab li {
        width: 100%;
        height: auto
    }
    .price {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .ta h5 {
        font-size: 15px;
    }
    .contentTab h2 span {
        display: inline;
    }
    .watch {
        font-size: 14px;
    }
    .imm {
        margin: 1em 0;
        width: 250px;
    }
    .pen {
        width: 60px;
    }
    .chapter-start .modal-dialog {
        max-width: 90%;
        margin: 5em auto;
    }
    .cp-bird {
        width: 55px;
        left: -12px;
    }
    .chapter-start .nice {
        width: 19px;
    }
    .chapter-list img {
        max-width: 80px;
        max-height: 70px;
    }
    .chapter-list h5 {
        font-size: 16px;
        margin: 10px 0 0;
    }
    .free-row {
        width: 100%;
    }
    .chapter-start .modal-body {
        padding: 30px 10px;
    }
    .chapter-start .popoverlay {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .chapter-start .cp-bird {
        left: 23px;
    }
    .start-free .cp-btn-holder {
        margin: 30px auto;
        text-align: center;
    }
}


/**
NOTIFICATION STARTS
**/

#notification {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    top: 20px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;
    background-color: yellow;
    padding: 20px;
}


/**
NOTIFICATION ENDS
**/

.free-row.relative {
    position: relative;
}

.whatsapp_check {
    /* background-color: #F2F2F2;
    position: absolute; */
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    min-height: 0;
    border-radius: 0px 100px 100px 0px;
    cursor: pointer;
    padding-left: 0;
}

.whatsapp_check:hover {
    /* background-color: #e8e8e8; */
}

.whatsapp_check input {
    margin: 0 0 0 13px;
    cursor: pointer;
}

.whatsapp_check .form-check-label img {
    margin-right: 5px;
    cursor: pointer;
}

.whatsapp_check .form-check-label {
    font-size: 12px;
    /* margin-left: 20px; */
    display: flex;
    line-height: 13px;
    padding-right: 20px;
    cursor: pointer;
    font-family: 'CircularStd-Medium';
    padding: 0px 15px 0px 32px;
    min-height: 0;
}

.free-row.relative .mobile-check {
    border: 5px solid #F5C25D;
    border-radius: 31px;
    background-color: #fff;
}

.free-row.relative .mobile-check .inp {
    border: 0;
    border-radius: 10% 10% 0 0 / 70% 70% 0 0;
}

.free-row.relative .mobile-check .form-check.whatsapp_check {
    position: static;
    border-radius: 0% 0% 25px 25px / 0 0 25px 25px;
}

.free-row.relative .mobile-check .form-check.whatsapp_check br {
    display: none;
}

.free-row.relative .mobile-check .form-check.whatsapp_check span.d-block {
    display: flex !important;
    align-items: center;
}

.newcard {
    background: #ffffff;
    border-radius: 4px;
    padding: 30px;
}

.programoverviewinner p {
    font-size: 16px;
    font-family: 'CircularStd-Medium';
    color: #414042;
}

h3.programover {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: 'CircularStd-Bold';
    color: #414042;
}

ul.greencorrect {
    margin-left: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: 'CircularStd-Book';
    color: #414042;
    list-style: none;
}

ul.greencorrect li {
    margin-bottom: 8px;
    position: relative;
}

ul.greencorrect li::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 7px;
    background: url(../images/check-mark2.svg) no-repeat;
    width: 15.85px;
    height: 14px;
}

.get-started-free {
    color: #24272A;
    margin: 0px 0 0;
    display: inline-block;
    background: #FFD145;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.get-started-free:hover {
    transform: scale(1.1);
}

.cta-header {}

footer {
    padding: 66px 0 30px;
    background: #efefef;
}

footer .footercontainer {
    max-width: 1150px;
    margin: auto;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    width: 90%;
}

footer .footercontainer .column h3 {
    font-size: 14px;
    line-height: 23px;
    font-family: 'CircularStd-Bold';
    color: #000000;
    margin-bottom: 15px;
}

footer .footercontainer .column address {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    font-family: 'CircularStd-Book';
    color: #000000;
}

footer .footercontainer .column ul {
    list-style: none;
    padding-left: 0;
}

footer .footercontainer .column ul li a {
    font-size: 14px;
    line-height: 23px;
    font-family: 'CircularStd-Book';
    color: #000000;
    text-decoration: underline;
    transition: all 0.5s ease;
}

footer .footercontainer .column ul li a:hover {
    transform: scale(1.1);
}

footer .footercontainer .column ul.sociallink li {
    margin-right: 10px;
}

footer .footercontainer .column ul.sociallink li a {
    width: 20px;
    height: 20px;
    font-size: 0;
    display: inline-block;
}

footer .footercontainer .column ul li a[href*="tel"] {
    text-decoration: none;
}

footer .footercontainer .column ul.sociallink li.fb a {
    background: url(../images/facebook-logo.svg) no-repeat 0 0;
}

footer .footercontainer .column ul.sociallink li.linkedin a {
    background: url(../images/linkedin.svg) no-repeat 0 0;
}

footer .footercontainer .column ul.sociallink li.instagram a {
    background: url(../images/instagram.svg) no-repeat 0 0;
}

footer .footercontainer .column ul.sociallink li.twitter a {
    background: url(../images/twitter.svg) no-repeat 0 0;
    background-size: 100%;
}

footer .footercontainer .column ul.sociallink li.yt a {
    background: url(../images/youtube.svg) no-repeat 0 0;
    background-size: 100%;
}

footer .powerby {
    width: 100%;
    margin-bottom: 50px;
}

footer .powerby p {
    font-size: 10px;
    line-height: 23px;
    font-family: 'CircularStd-Book';
    margin: 0;
}

footer .powerby p span {
    font-size: 14px;
    line-height: 23px;
    font-family: 'CircularStd-Book';
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'CircularStd-Book';
    color: #000000;
    margin-top: 35px;
}

footer .copyright p {
    margin: 0 0 8px;
}

footer .copyright span {
    color: #060606;
    opacity: 0.6;
}

@media (max-width: 400px) {
    footer .footercontainer {
        width: 90%;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    footer .footercontainer {
        width: 90%;
    }
    .set .content {
        padding: 0;
    }
    .tas {
        margin-left: 10px;
    }
    .divide {
        justify-content: start;
    }
}

@media (max-width: 575.98px) {
    .fixed-footerlinks {
        display: block;
        z-index: 2;
    }
    .fixed-footerlinks .booksessionEnroll ul li:first-child {
        margin: 0;
    }
    .fixed-footerlinks .booksessionEnroll ul {
        width: 100%;
        justify-content: space-evenly;
    }
    .get-started-free {
        font-size: 14px;
    }
    .sign .logout {
        display: inherit !important;
    }
    .sign .get-started {
        font-size: 14px;
        display: none;
    }
    .header-cont {
        margin: 0;
        padding: 0px 10px;
        width: 100%;
        max-width: 100% !important;
    }
    .cta-payment {
        margin-bottom: 10px !important;
        margin-top: 10px;
        order: 3;
        margin-left: inherit !important;
        transform: translate(19%);
    }
}

ul.mobile_nav {
    padding: 15px;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: auto;
    top: 71px;
    left: -10px;
    right: -10px;
    margin: auto;
}

ul.mobile_nav li {
    list-style-type: none;
}

ul.mobile_nav li a {
    padding: 10px;
    display: block;
    color: #414042;
}

.navbar-light .navbar-toggler {
    border-radius: 80px;
}

@media (min-width: 575.98px) {
    .navbar-expand-lg .navbar-collapse.only_mobile {
        display: none !important;
    }
}

.cta-payment {
    margin-bottom: 0;
    margin-left: auto;
}