body {
    background: #8c9496;
    margin: 0;
    font-family: verdana;
}
.shapee1 {
    background: #d39526;
    width: 40%;
    padding-top: 45%;
    border-radius: 67% 33% 28% 72% / 59% 51% 49% 41%;
    position: fixed;
    left: -5%;
    top: 25%;
    box-shadow: 0px 0px 112px -100px #000;
}
.shapee2 {
    background: #6c7476;
    width: 40%;
    padding-top: 45%;
    border-radius: 67% 33% 28% 72% / 59% 51% 49% 41%;
    position: fixed;
    left: 51%;
    box-shadow: 0px 0px 112px -100px #000;
    top: 0;
}
.shapee3 {
    background: #5c3d91;
    width: 40%;
    padding-top: 45%;
    border-radius: 67% 33% 28% 72% / 59% 51% 49% 41%;
    position: fixed;
    right: -10%;
    box-shadow: 0px 0px 15px -8px #000;
    top: 50%;
}
.backtext1:before {
    content: "Online";
    color: #f4b631;
    margin: 10px;
}
.backtext1:after {
    content: "Class";
    color: #bebdbc;
    margin: 10px;
}
.backtext2:before {
    content: "Digital";
    color: #f4b631;
    margin: 10px;
}
.backtext2:after {
    content: "Education";
    color: #bebdbc;
    margin: 0 24vh 0px;
    display: block;
}
.backtext1 {
    font-size: 9vw;
    position: fixed;
    top: 80%;
    right: 5%;
}
.backtext2 {
    position: fixed;
    transform: rotate(90deg);
    top: 45%;
    font-size: 10vh;
    left: 20vw;
}
a {
    text-decoration:none;
    color:#00649e;
}
.menus a {
    padding: 10px 10px;
    display: inline-block;
    border-right:1px solid #fff;
    color:white;
    font-weight:400;
    font-size: 14px;
}
.menus a:last-child {
    border-right:0;
}
.menubar {
    position: sticky;
    top: 0;
    display: block;
    box-shadow: 0px -17px 27px 6px #000;
    background: #feaf3b;
    z-index: 4;
    padding: 10px 0;
    min-height: 39px;
}
.menuicon {
    display:none;
}
.menuicon div {
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
}
.menuicon div:nth-child(2) {
  width: 30px;
  margin-left:-10px;
}
.menus {
    display: inline-block;
    float: right;
}
.course {
    background: rgba(0,0,0,0.5);
    width: 200px;
    display: inline-block;
    position: relative;
    padding-top: 200px;
    margin:1%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.courses {
    text-align: center;
    padding: 25px 0;
    font-size: 0;
    max-width: 1400px;
    margin:0 auto;
}
.view_all_course {
    font-size: 30px;
    color: white;
    position: relative;
    z-index: 1;
    text-shadow: 0 5px 10px black;
    text-align:center;
}
.coursetext {
    background: rgba(0,0,0,0.5);
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.coursetext .thetextholder {
    display: table;
    width:100%;
    height:100%;
}
.coursetext .thetext {
    display: inline-block;
    color:white;
    vertical-align: middle;
    display: table-cell;
}
.clearfix {
    clear:both;
}
.fade {
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 2;
    display:none;
}
.loginform {
    background: rgba(0,0,0,0.5);
    margin: 20vh auto 50px;
    max-width: 500px;
    padding: 10px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.loginform h3 {
    color: white;
    font-size: 25px;
    font-weight: 500;
}
input.login.input, select.login.input {
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    border: 0;
    border-radius: 5px;
    outline-color: #4572e6;
}
.loginform label {
    padding: 0 10px 0;
    display: block;
    border-radius: 5px;
    margin: 14px;
}
.loginform span {
    margin-top: 5.5px;
    display: block;
    color: wheat;
    text-align: left;
    font-weight: 500;
}
input.login.submit {
    background: transparent;
    color: white;
    border-radius: 5px;
    padding: 10px 0;
    width: 90%;
    max-width: 250px;
    font-size: 17px;
}
.loginform font {
    position: absolute;
    margin: 25px -124px 0;
    border-left: 1px solid #d8d8d8;
    padding-left: 10px;
}
.reg_email {
    padding: 10px 125px 10px 10px !important;
}
.reg_form {
    margin:50px auto 50px;
}
.course_videoholder {
    padding:20px;
    position: relative;
    z-index:+1;
}
.course_videoholder_holder p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
}
.course_videoholder_holder .p {
    display: table-cell;
    vertical-align: middle;
    width: 320px;
    padding: 0 10px;
}
.course_videoholder_holder .pp {
    height: 30px;
    background: white;
    display: table;
    border-radius: 0 0 15px 15px;
    margin: -5px 0 10px;
    z-index: +1;
    position: relative;
    padding: 5px 0;
}
.course_videoholder_holder {
    margin: 5px;
    display: inline-block;
    z-index:1;
    font-size:13px;
    position: relative;
    vertical-align: middle;
}
.course_videoholder .border_1 {
    border-left: 5px solid white;
    border-top: 5px solid white;
    top: 0;
    height: 50px;
    width: 50px;
    left: 0;
    position: absolute;
    border-radius: 20px 0 0 0;
}
.course_videoholder .border_2 {
    border-right: 5px solid white;
    border-top: 5px solid white;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 0 20px 0 0;
}
.course_videoholder .border_3 {
    border-left: 5px solid white;
    border-bottom: 5px solid white;
    bottom: 0;
    height: 50px;
    width: 50px;
    left: 0;
    position: absolute;
}
.course_videoholder .border_4 {
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    right: 0;
    height: 50px;
    width: 50px;
    bottom: 0;
    position: absolute;
}
.course_videos {
    padding-top: 65%;
    position: relative;
}
.course_videos iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border:0;
}
.confirmation {
    top:0;
    text-align: center;
    z-index: 3;
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 100px;
    transition: 5s top;
    font-size: 8px;
}
.pushup {
    top:-100%;
}
.confirmation h2 {
    padding: 10px 50px;
    display: inline-block;
    border-radius: 50px;
    color: white;
    box-shadow: 0px 5px 20px -5px #000;
}
.confirmation .success {
    background: #16941c;
}
.confirmation .failed {
    background: #c72210;
}
.gateway-disclaimer {
    color: white;
    font-weight: 700;
    font-size:13px;
}
.helpline {
    font-size: 11px;
    margin: 10px;
    color:white;
}
.backgroundred {
    background: red;
    color: white;
    padding: 5px;
    display:inline-block;
}
.pay_form h4 {
    color: orange;
    font-size: 20px;
}
.payment_history_holder {
    width:100%;
    overflow:auto;
    max-width: 1400px;
    margin:0 auto;
}
.payment_history {
    border: 1px solid white;
    margin: 10px auto;
    align-self: center;
    position: relative;
    z-index: 1;
    font-size: 13px;
    border-collapse:collapse;
    width:100%;
    box-shadow: 0 5px 15px -5px #000;
}
.payment_history td, .payment_history th {
    border: 1px solid white;
    padding:7.5px;
}
.payment_history tr:nth-child(odd) {
    background:burlywood;
}
.payment_history tr:nth-child(even), .payment_history tr:nth-child(1) {
    background:wheat;
}
.payment_history tr:last-child {
    background: transparent;
}
.payment_history tr:last-child .colortd {
    background:wheat;
}
.textright {
    text-align:right;
}
.textcenter {
    text-align:center;
}
.width50 {
    width:50px;
}
.width150 {
    width:150px;
}
.login_register {
    display:block;
    float:right;
    color:white;
    font-size:13px;
}
.linkholder {
    position: absolute;
    top: 0;
    background: black;
    right: 0;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.linkholder a {
    display: table-cell;
    vertical-align: middle;
}
.tag_holder a {
    color: black;
    background: white;
    display: inline-block;
    margin: 5px;
    padding: 2.5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -5px #000;
}
.tag_holder {
    max-width: 1340px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding:0 30px;
}
marquee.reminder {
    padding: 10px;
    background: red;
    position: sticky;
    top: 60px;
    z-index: 2;
    font-weight:600;
}
marquee.reminder a {
    color: white;
}
.banner_holder {
    margin: 25px auto 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding-top:14%;
}
.banner {
    width: 30%;
    padding-top: 13%;
    background: url(https://certificationmap.com/wp-content/uploads/sites/14/2020/06/Education_Quotes.jpg);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 1%;
    position:absolute;
    top:0;
    left: 100%;
}
.currentbanner {
    left:1%;
    z-index:1;
    transition:left 0.5s;
}
.currentbanner2 {
    left: 34%;
    transition:left 0.25s;
}
.currentbanner3 {
    left: 67%;
    transition:left 0.125s;
}
.moveLeft {
    left:-100%;
    z-index:-1;
    transition:left 1s;
}
.number_dashboard_holder {
    border: 3px solid #fff;
    display: inline-block;
    width: 20%;
    padding-top: 10%;
    margin: 1%;
    border-radius: 20px;
    position: relative;
    background: rgba(0,0,0,0.5);
}
.number_dashboard_holder h3 {
    font-size: 1vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: white;
}
.number_dashboard {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    bottom: 0;
}
.number_dashboard h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 2vw;
    font-weight: 500;
}
.report_form .input {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    vertical-align: middle;
}
.loginform .input, .report_form .input {
    position: relative;
    height: 50px;
    margin: 20px 5px;
}
.loginform .input label, .report_form .input label {
    position: absolute;
    top: -10px;
    left: 10px;
    background: white;
    z-index: 1;
    font-size: 14px;
    padding: 0 10px;
    color: gray;
}
.input input, .input select {
    border: 1px solid #ccc;
    padding: 10px 10px 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: -webkit-fill-available;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    background: white;
    box-shadow: 0 17px 27px -17px #000;
}
.report_form button, .button {
    padding: 15px 10px;
    width: 240px;
    background: #6a3fd3;
    color: white;
    border: 2px dashed #6a3fd3;
    margin: 10px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0 17px 27px -17px #000;
}
.report_form {
    max-width: 1140px;
    margin: 0 auto;
}
.logo-text, .logo, .logoholder {
    display: inline-block;
    vertical-align:middle;
}
.logoholder {
    margin: -11px 0 -10px 11px;
}
.logo-text h4 {
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 3px;
    color:darkslategrey;
}
.logo-text h2 {
    font-size: 15px;
    margin: 15px 0;
    padding: 0;
    line-height: 0;
}
.logo img {
    max-width:60px;
    max-height:60px;
}
.connect_google_heading {
    font-size:16px;
    text-align:center;
    color:white;
    position:relative;
    z-index:1;
    background:red;
    padding:10px;
    margin:25vh 0 0;
}
.connect_google {
    margin: 100px auto;
    display: block;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: darkslategrey;
    color: white;
    box-shadow: 0 0px 20px -8px #000;
    border:0;
    border-radius:10px;
}
.uploader_instruction {
    text-align: center;
    padding: 0 10px;
    position: relative;
    color: cornsilk;
    text-shadow: 0 2px 10px #000;
    font-weight: 900;
}
.smallbanner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 59px;
}
.loaderholder {
    position:relative;
    width:0;
    background:red;
    z-index: 5;
}
.loader {
    transition:0.5s width;
    height:5px;
    width: 75%;
}
@media only screen and (max-width: 800px) {
    .banner {
        width: 48%;
        padding-top: 21%;
    }
    .banner_holder {
        padding-top:22%;
    }
    .currentbanner {
        left:0;
    }
    .currentbanner2 {
        left: 50%;
        transition:left 0.5s;
    }
    .currentbanner3 {
        left:100%;
        transition:left 0;
        opacity:0;
    }
    .moveLeft {
        transition:left 1s;
    }
    .number_dashboard_holder {
        width: 40%;
        padding-top: 15%;
    }
    .number_dashboard_holder h3 {
        font-size: 2vw;
    }
    .number_dashboard {
        top: 45%;
    }
    .number_dashboard h1 {
        font-size: 3vw;
    }
    .menuicon {
        display:inline-block;
        float:right;
    }
    .menus {
        position: fixed;
        right: 0;
        top: 43px;
        bottom: -200px;
        padding-bottom:200px;
        width: 280px;
        margin-right:-280px;
        max-width:100vw;
        background: white;
        text-align: left;
        transition: all 0.5s;
    }
    .menus a {
        border:0;
        border-bottom: 1px solid #dcdee6;
        color: black;
        display: block;
        margin: 10px;
        font-size: 14px;
    }
    .menus.menustoggle {
        margin-right:0;
        box-shadow: 0 17px 27px -17px #000;
    }
    .menubar {
        height:initial;
        padding:5px 10px;
        min-height:0;
    }
    .showinmobile {
        display:block;
    }
    .logo-text {
        vertical-align: top;
    }
    .logoholder {
        margin: -2.5px 10px -40px 10px;
    }
    .logo img {
        box-shadow: 0 12px 25px -13px #000;
        border-radius: 50%;
    }
    .pay_form {
        margin: 5vh auto;
    }
}
@media only screen and (max-width: 600px) {
    .banner {
        width: 98%;
        padding-top: 43%;
    }
    .banner_holder {
        padding-top:45%;
    }
    .currentbanner2 {
        left: 100%;
        transition:left 0;
        opacity:0;
    }
    .moveLeft {
        transition:left 0.5s;
    }
    .backtext2 {
        position: fixed;
        transform: rotate(90deg);
        top: 45%;
        font-size: 15vw;
        left: -28%;
    }
    .course {
        width:49.5%;
        padding-top:49.5%;
        margin:0.25%;
    }
    .view_all_course {
        font-size:20px;
    }
    .courses {
        padding: 0.25%;
        z-index:1;
        position:relative;
    }
    .loginform h3 {
        font-weight: 400;
    }
    .loginform span {
        font-weight: 400;
    }
    marquee.reminder {
        top: 44px;
    }
}
@media only screen and (max-width: 500px) {
    .loginform {
        margin: 15vh 10px 50px;
    }
    .pay_form {
        margin: 5vh 10px 50px;
    }
    .reg_email {
        padding: 10px 70px 10px 10px !important;
    }
    .loginform font {
        margin: 22.5px -66.5px 0;
        font-size:10px;
        padding:0;
        border:0;
    }
    .reg_form {
        margin:10px;
    }
    .number_dashboard {
        top: 42%;
    }
    .number_dashboard h1 {
        font-size: 6vw;
    }
    .number_dashboard_holder h3 {
        font-size: 4vw;
    }
    .number_dashboard_holder {
        width: 85%;
        padding-top: 25%;
    }
    .connect_google {
        margin: 50px auto;
    }
    .connect_google_heading {
        font-size:14px;
    }
}