@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

.bgimage {
    background-image: url(../img/courses-back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 656px;
}

.topbar {
    width: 100%;
    max-height: 96px;
    background-color: transparent;
}

.logoimg {
    width: 300px;
}

.logoimg>img {
    width: 100%;
}

.logimg {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 72px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    float: right;
    padding-right: 50px;
    padding-top: 10px;
    position: relative;
}

.logimg span {
    position: absolute;
    padding: 20px 10px;
    float: right;
}

.leftsideimg {
    padding: 50px 20px;
}

.leftsideimg img {
    width: 80%;
}

.rightsidebox {
    padding: 70px 20px;
}

.rightsidebox h1 {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    padding-right: 10px;
    padding-bottom: 2px;
    border-bottom: solid 2px rgba(255, 255, 255, .6);
}

.box1 {
    margin-top: 10px;
    background-color: #FFF;
    padding: 30px 20px 30px 20px;
    width: 95%;
    height: 240px;
    border: 4px solid #d98718;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.box1 .icon1 {
    width: 70px;
    height: 63px;
    background-image: url(../img/icon1.png);
    background-repeat: no-repeat;
}

.box1 h2 {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #d98718;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 15px;
}

.box1 h5 {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.box1 a {
    text-decoration: none;
}

.box1:hover {
    background-color: #d98718;
    color: #FFFFFF;
    text-decoration: none;
}

.box1:hover .icon1 {
    width: 70px;
    height: 63px;
    background-image: url(../img/icon1-over.png);
    background-repeat: no-repeat;
}

.box1:hover h2 {
    color: #FFFFFF;
    text-decoration: none;
}

.box1:hover h5 {
    color: #FFFFFF;
    text-decoration: none;
}

.box2 {
    margin-top: 10px;
    background-color: #FFF;
    padding: 30px 20px 30px 20px;
    width: 95%;
    height: 240px;
    border: 4px solid #009be3;
    margin-left: 5px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.box2 .icon2 {
    width: 70px;
    height: 63px;
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
}

.box2 h2 {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #009be3;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 15px;
}

.box2 h5 {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.box2 a {
    text-decoration: none;
}

.box2:hover {
    background-color: #009be3;
    color: #FFFFFF;
    text-decoration: none;
}

.box2:hover .icon2 {
    width: 70px;
    height: 63px;
    background-image: url(../img/icon2-over.png);
    background-repeat: no-repeat;
}

.back-img-s1 {
    background-image: url(../images/1.0.png);
    width: 100%;
    height:650px;
    background-size: contain;
    background-repeat: no-repeat;
}

.back-img-s2 {
    background-image: url(../images/2.0.png);
    width: 100%;
    /* background-size: contain; */
    background-size: 100% 102%;
    background-repeat: no-repeat;
}

 .back-img-s3{
        /* background-image: url(https://mediskills.in/softquiz/images/2.0.png);*/
         background-image: url(../images/2.0.png);
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-size: cover;
         background-position-y: 66px;
         background-position-x: 11px;
    }
    
    #wrapper #content-wrapper{
        background-color:#efefef!important;
    }
    
.box2:hover h2 {
    color: #FFFFFF;
    text-decoration: none;
}

.box2:hover h5 {
    color: #FFFFFF;
    text-decoration: none;
}

.box3 {
    margin-top: 10px;
    background-color: #FFF;
    padding: 30px 20px 30px 20px;
    width: 95%;
    height: 240px;
    border: 4px solid #138c49;
    margin-left: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.box3 .icon3 {
    width: 70px;
    height: 63px;
    background-image: url(../img/icon3.png);
    background-repeat: no-repeat;
}

.box3 h2 {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #138c49;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 15px;
}

.box3 h5 {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.box3 a {
    text-decoration: none;
}

.box3:hover {
    background-color: #138c49;
    color: #FFFFFF;
    text-decoration: none;
}

.box3:hover .icon3 {
    width: 70px;
    height: 63px;
    background-image: url(../img/icon3-over.png);
    background-repeat: no-repeat;
}

.box3:hover h2 {
    color: #FFFFFF;
    text-decoration: none;
}

.box3:hover h5 {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 70px;
    color: #12232f;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    word-wrap: break-word;
    letter-spacing: 1px;
}

.footerback {
    margin: auto 0px;
    width: 100%;
    height: 50px;
    background-color: #29441A;
    padding: 3px 12px;
}

/*inner ---*/

.logimg-inner {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 72px;
    color: #000;
    text-decoration: none;
    text-align: left;
    float: right;
    padding-right: 120px;
    padding-top: 10px;
    position: relative;
}

.logimg-inner span {
    position: absolute;
    padding: 20px 10px;
    float: right;
}

.logimg-inner span img {
    width: 90%;
    height: auto;
}

.navBar {
    width: 100%;
    height: 15px;
  background-image: none;
    background-color: #fb9c1c;
    height: 8px;
}
#content > nav {
    height: 65px;
}

.navBar .navText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 20px;
    line-height: 36px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
}

.Content_List {
    width: 100%;
    min-height: 360px;
    border-left: 3px solid #fca33c;
    border-top: 3px solid #fca33c;
    overflow: hidden;
    margin-top: 20px;
}

.Content_List ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.Content_List ul li {
    width: 33.333%;
    font-family: RobotoCondensed-Regular, sans-serif;
    height: 60px;
    float: left;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: left;
    color: #000;
    background: #fff;
}

.Content_List ul li a {
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: left;
    color: #000;
    background: #fff;
    text-decoration: none;
    float: left;
    padding-left: 15px;
    border-bottom: 3px solid #fca33c;
    border-right: 3px solid #fca33c;
}

.Content_List ul li a:hover {
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #fca33c;
    text-decoration: none;
    float: left;
}

.Content_List ul li .number {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: left;
    color: #fca33c;
    padding-right: 10px;
}

.Content_List ul li a:hover .number {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    padding-right: 10px;
}

.Content_List ul li .ok1 {
    width: 40px;
    height: 60px;
    background-image: url(../img/ok.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    padding: 10px;
}

.Content_List ul li a:hover .ok1 {
    width: 40px;
    height: 60px;
    background-image: url(../img/ok-ov.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    padding: 10px;
}

/*-----------Admin  -  Performance----------*/

.ptb {
    padding: 60px 40px 0px 40px;
}

.performanceArea {
    width: 20%;
    height: 46px;
    position: relative;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
    color: #797979;
    padding-right: 10px;
    float: left;
}

.performanceArea .smallText {
    position: absolute;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    color: #3d3a3e;
}

.ColorBarArea {
    width: 80%;
    height: 46px;
    border: 4px solid #d7d7d7;
    float: right;
}

.ColorBar1 {
    width: 25%;
    height: 38px;
    border-right: 2px solid #FFF;
    background-color: #000000;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    color: #aaaaaa;
    float: left;
}

.ColorBar2 {
    width: 25%;
    height: 38px;
    border-right: 2px solid #FFF;
    background-color: #ff0033;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    color: #f87989;
    float: left;
}

.ColorBar3 {
    width: 25%;
    height: 38px;
    border-right: 2px solid #FFF;
    background-color: #fff500;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    color: #c0bb29;
    float: left;
}

.ColorBar4 {
    width: 25%;
    height: 38px;
    /*border-right:2px solid #FFF;*/
    background-color: #6deb00;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    color: #58b805;
    float: left;
}

/*-----------Box 1------------*/

.adminBox1 {
    background-color: #fef3e2;
    padding: 30px 30px 30px 30px;
    width: 100%;
    min-height: 400px;
    overflow: hidden
}

.adminBox1 .icon1 {
    margin-top: 30px;
    width: 70px;
    height: 63px;
    background-image: url(../img/icon1.png);
    background-repeat: no-repeat;
}

.adminBox1 .headintText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #fb9c1c;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 15px;
}

.adminBox1 .Subheading {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-align: left;
    padding-bottom: 20px;
}

.hrline {
    margin-top: 15px;
    height: 25px;
    border-top: 2px solid #FFF;
}

.adminBox1 .SkillText {
    width: 100%;
    /*position:relative;*/
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: #797979;
    float: left;
}

.adminBox1 .SkillText .smallText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    color: #3d3a3e;
    margin-bottom: 20px;
}

.adminBox1 .chart1 {
    margin: 80px auto 50px auto;
    width: 210px;
    height: 210px;
    background-image: url(../img/skill-chart1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.adminBox1 .skillstar1 {
    margin: 80px auto 50px auto;
    width: 200px;
    height: 30px;
    background-image: url(../img/yellowstar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*-----------Box 2------------*/

.adminBox2 {
    background-color: #d4eefa;
    padding: 30px 30px 30px 30px;
    width: 100%;
    min-height: 400px;
    overflow: hidden
}

.adminBox2 .icon2 {
    margin-top: 30px;
    width: 70px;
    height: 63px;
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
}

.adminBox2 .headintText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #009be3;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 15px;
}

.adminBox2 .Subheading {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-align: left;
    padding-bottom: 20px;
}

.adminBox2 .SkillText {
    width: 100%;
    /*position:relative;*/
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: #797979;
    float: left;
}

.adminBox2 .SkillText .smallText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    color: #3d3a3e;
    margin-bottom: 20px;
}

.adminBox2 .chart2 {
    margin: 80px auto 50px auto;
    width: 210px;
    height: 210px;
    background-image: url(../img/skill-chart2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.adminBox2 .skillstar2 {
    margin: 80px auto 50px auto;
    width: 200px;
    height: 30px;
    background-image: url(../img/bluestar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*-----------Box 2------------*/

.adminBox3 {
    background-color: #dbffea;
    padding: 30px 30px 30px 30px;
    width: 100%;
    min-height: 400px;
    overflow: hidden
}

.adminBox3 .icon3 {
    margin-top: 30px;
    width: 70px;
    height: 63px;
    background-image: url(../img/icon3.png);
    background-repeat: no-repeat;
}

.adminBox3 .headintText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #138c49;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 15px;
}

.adminBox3 .Subheading {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-align: left;
    padding-bottom: 20px;
}

.adminBox3 .SkillText {
    width: 100%;
    /*position:relative;*/
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: #797979;
    float: left;
}

.adminBox3 .SkillText .smallText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    color: #3d3a3e;
    margin-bottom: 20px;
}

.adminBox3 .chart3 {
    margin: 80px auto 50px auto;
    width: 210px;
    height: 210px;
    background-image: url(../img/skill-chart3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.adminBox3 .skillstar3 {
    margin: 80px auto 50px auto;
    width: 200px;
    height: 30px;
    background-image: url(../img/greenstar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.certificateText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 22px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
    color: #797979;
    padding: 20px 15px 10px 15px;
}

.infoText {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: justify;
    color: #000;
    padding: 10px 0px 10px 15px;
}

.downloadBtn {
    padding: 10px 15px 10px 15px;
    width: 167px;
    height: 53px;
}

/*-----------------Accessment--------------------------*/

.Accessment_List {
    width: 86%;
    min-height: 360px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.Accessment_List ul {
    margin: auto;
    padding: 0px;
    list-style: none;
}

.Accessment_List ul li {
    width: 100%;
    font-family: RobotoCondensed-Regular, sans-serif;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    color: #3c3a3f;
    background: #fff;
    padding-left: 19px;
    border-bottom: 1px solid #8f8f8f;
}

.Accessment_List ul li .number {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    color: #fca33c;
    padding-right: 10px;
}

.Accessment_List ul li a:hover .number {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    padding-right: 10px;
}

.Accessment_List ul li .ques1 {
    width: 50px;
    height: 50px;
    background-image: url(../img/question-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    float: right;
    padding: 10px;
}

.Accessment_List ul li .right1 {
    width: 50px;
    height: 50px;
    background-image: url(../images/right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 57% 38%;
    float: right;
    padding: 10px;
}

.Accessment_List ul li .wrong1 {
    width: 50px;
    height: 50px;
    background-image: url(../images/wrong.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 57% 38%;
    float: right;
    padding: 10px;
}

.Accessment_List ul li .btnArea {
    float: right;
}

.congratulations>img {
    width: 100%;
    margin: 10px 0;
}

.btn-primary {
    background-color: #fff;
    border-radius: 0px;
    color: #fb8c20;
    border: 2px solid #fb8c20;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 10px;
    margin-right: 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #fb8c20 !important;
    /*
	border-radius: 0px;
    color: #fff;
    border: 3px solid #fb8c20 !important;
    font-size: 20px;
    font-weight: bold;
    box-shadow: none;
	*/
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #fb8c20;
    border-radius: 0px;
    color: #fff;
    border: 3px solid #fb8c20;
    font-size: 20px;
    font-weight: bold;
}

.next-info {
    font-weight: 400;
    color: black;
    font-size: 18px;
    margin: 8px 0;
    padding-bottom: 12px;
    padding-left: 19px;
    display: inline-block;
}

.complete-result {
    background-color: #d1cfcfb5;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    color: #3c3a3f;
    padding: 4px 4px 4px 19px;
}

.complete-result .number {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    color: #fca33c;
    padding-right: 10px;
}

.complete-result button {
    float: right;
    margin: 8px 13px;
    width: 210px;
}

/*---------------- samrat1.0 -----------------------------------------------*/

:root {
    --login-box-height: 400px;
    --login-box-width: 300px;
    --navBar-top-height: 70px;
}

.login-boxx {
    border: 1px solid transparent;
    color: black;
    width: var(--login-box-width);
    height: var(--login-box-height);
    border-radius: 18px;
    position: relative;
    left: calc(75% - var(--login-box-width));
    top: calc(45% - var(--login-box-height)/2);
    background-image: url(../images/1.1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
}

.login-boxx-btnbox {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.login-boxx-btnbox button {
    width: 46%;
    border-width: 0;
    background-color: #34366f;
    border-radius: 12px;
    padding: 3px 0;
    color: beige;
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
}

  input[type="submit"]:focus, .btn-register:focus {
      outline:0;
  }
 .btn-register:hover {
     text-decoration:none;
      color: beige;
  }
  .btn-register {
  padding: 7px 2rem;
  border-width: 0;
  background-color: #34366f;
  border-radius: 12px;
   color: beige;
  font-weight: bold;
  font-family: sans-serif;
  cursor: pointer;
  }
.login-boxx-btnbox input[type="submit"]{
  width: 46%;
  border-width: 0;
  background-color: #34366f;
  border-radius: 12px;
  padding: 3px 0;
  color: beige;
  font-weight: bold;
  font-family: sans-serif;
  cursor: pointer;
}
.login-boxx-btnbox input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #f4cf9b;
  border-radius: 18px;
  width: 100%;
  padding: 5px 9px;
}
.login-boxx-btnbox input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #f4cf9b;
  border-radius: 18px;
  width: 100%;
  padding: 5px 9px;
}


.login-boxx-btnbox .left {
    display: flex;
    justify-content: flex-end;
}

.login-boxx-btnbox>div>div {
    margin-bottom: 15px;
}

.log-title {
    font-size: 1em;
    font-family: sans-serif;
    font-weight: bold;
    color: #34366f;
}
.user .login-boxx-btnbox {
    bottom: -54px!important;
}

button:focus, input[type='text']:focus {
    outline: 0;
}

.navigation-left {
    background: #333367;
    width: 100%;
}

.navBar-top {
    display: flex;
    color: black;
    width: 100%;
    height: var(--navBar-top-height);
}

.navBar-content {
    height: calc(98vh - var(--navBar-top-height));
}

.navBar-top-left {
    flex: 30%;
    background-image: url(../img/tcg-logo.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: contain;
}

.eframe-text {
    background-image: url(../images/2.4.png);
    background-repeat: no-repeat;
    background-size: 98% auto;
    background-position-x: center;
    background-position-y: top;
    width: 98%;
    height: 24px;
    cursor: none;
    margin: auto;
    user-select: none;
    position: absolute;
    bottom: 0;
}

i {
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: contain;
    margin-left: 28px;
	margin-right: 28px;
    cursor: pointer;
}

i:after {
    content: attr(title);
    display: inline-block;
    position: relative;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-shadow: 2px 1px 3px #4d4a4a5e;
}
/*sajal*/
.ic-0 {
    width: 33px;
    height: 27px;
}

.ic-0:after {
    left: 36px;
    top: 7px;
    font-size: .9em;
}
/*sajal*/
.ic-1 {
    width: 42px;
    height: 41px;
    font-weight: bold;
    font-size: 1.2em;
}

.ic-1:after {
    left: 49px;
    top: 7px;
    font-style: initial;
}

.ic-2 {
    width: 33px;
    height: 27px;
}

.ic-2:after {
    left: 36px;
    top: 7px;
    font-size: .9em;
}

.ic-3 {
    width: 183px;
    height: 108px;
    margin-right: 66px;
}

.ic-3:after {
    left: 111%;
    top: 39%;
    font-size: 1.2em;
    color: black;
    white-space: nowrap;
}

.ic-4 {
    width: 116px;
    height: 66px;
    margin-right: 66px;
}

.ic-4:after {
    left: 109%;
    top: 31%;
    font-size: 1.1em;
    color: black;
    white-space: nowrap;
}

.ic-5 {
    width: 44px;
    height: 35px;
}

.ic-5:after {
    left: 47px;
    top: 3px;
    font-size: 1.3em;
    white-space: nowrap;
    font-family: 'PT Serif', serif;
    font-style: initial;
}

.i-wrapper-1 {
    width: 77%;
    margin: 5px auto 14px auto;
}

@media only screen and (max-width: 575.98px) {
    .ic-3:after {
        white-space: pre-wrap;
        font-size: .8em;
        font-weight: bold;
    }
}

i.file-top {
    background-image: url(../images/2.5.png);
    margin-right: 100px;
}

i.file-dashboard {
    background-image: url(../images/5.0.png);
    margin-right: 100px;
}

i.file-home {
    background-image: url(../images/2.6.png);
}

i.file-snapshot {
    background-image: url(../images/5.1.png);
}

i.file-support {
    background-image: url(../images/5.2.png);
}

i.file-active-users {
    background-image: url(../images/5.3.png);
}

i.file-back {
    background-image: url(../images/2.7.png);
}

i.file-user {
    background-image: url(../images/2.8.png);
}


i.file-1 {
    background-image: url(../images/icons/1.png);
}
i.file-2 {
    background-image: url(../images/icons/2.png);
}
i.file-3 {
    background-image: url(../images/icons/3.png);
}
i.file-4 {
    background-image: url(../images/icons/4.png);
}
i.file-5 {
    background-image: url(../images/icons/5.png);
}
i.file-6 {
    background-image: url(../images/icons/6.png);
}
i.file-7 {
    background-image: url(../images/icons/7.png);
}
i.file-8 {
    background-image: url(../images/icons/8.png);
}
i.file-9 {
    background-image: url(../images/icons/9.png);
}
i.file-10 {
    background-image: url(../images/icons/10.png);
}
i.file-11 {
    background-image: url(../images/icons/11.png);
}
i.file-12 {
    background-image: url(../images/icons/12.png);
}
i.file-13 {
    background-image: url(../images/icons/13.png);
}
i.file-14 {
    background-image: url(../images/icons/14.png);
}
i.file-15 {
    background-image: url(../images/icons/15.png);
}
i.file-16 {
    background-image: url(../images/icons/16.png);
}
i.file-17 {
    background-image: url(../images/icons/17.png);
}
i.file-18 {
    background-image: url(../images/icons/18.png);
}
i.file-19 {
    background-image: url(../images/icons/19.png);
}
i.file-20 {
    background-image: url(../images/icons/20.png);
}
i.file-21 {
    background-image: url(../images/icons/21.png);
}
i.file-22 {
    background-image: url(../images/icons/22.png);
}
i.file-23 {
    background-image: url(../images/icons/23.png);
}
i.file-24 {
    background-image: url(../images/icons/24.png);
}
i.file-25 {
    background-image: url(../images/icons/25.png);
}

.navBar-top-left-2 {
    flex: 30%;
    display: flex;
    align-items: center;
    padding-left: 7px;
}

.navBar-top-right {
    flex: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 21px;
}

ol.list-s1 {
    list-style: none;
    counter-reset: li;
    margin-top: 20px;
    margin-right: 30px;
    padding: 0;
}

ol.list-s1 li {
    color: black;
    counter-increment: li;
    font-size: 1.2em;
    padding-left: 6%;
   padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #a49f9f26;
     font-family: "Roboto Condensed", sans-serif !important;
}

ol.list-s1 li:last-child {
    border-bottom: 1px solid #a49f9f26;
}

ol.list-s1 li:before {
    content: counter(li) ".";
    color: #fb9c1c;
    display: inline-block;
    width: 2.5rem;
    margin-left: -1em;
    font-size: 1.15em;
    text-shadow: 1px 2px 4px #cd78068f;
}

ol.list-s1.list-color-coc li:before{
    color: #019be3;
    text-shadow: 1px 2px 4px #019be3;
}
ol.list-s1.list-color-nda li:before{
   color: #6fa023;
    text-shadow: 1px 2px 4px #6fa023;
}
ol.list-s1 li a{
     color: black;
}
ol.list-s1 li a:hover{
    color:blue;
	text-decoration:none;
}


ul.list-s2 {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    padding-top: 18px;
}

ul.list-s2 > li {
    color: black;
    flex: 1;
    border: 1px solid #607D8B;
    border-radius: 12px;
    margin: auto 8px;
    min-height: 100px;
    padding: 4px 8px;
    box-sizing: border-box;
    background: #f6f6f6;
    font-family: "Roboto Condensed", sans-serif !important;
}
ul.list-s3{
    list-style: none;
    padding: 0;
    margin-left: 8px;
    margin-bottom: 12px;
}
ul.list-s3 > li{
    font-family: 'PT Serif', serif;
    font-size: .84em;
    padding-top: 4px;
}

/*---------------------------------------------------------------*/

@media only screen and (max-width: 1199.98px) {
    ul.list-s2 {
        width: 60%;
        flex-direction: column;
    }
    ul.list-s2 > li {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 991.98px) {
    ul.list-s2 {
        align-items: center;
    }
    ul.list-s2 > li {
        margin-bottom: 14px;
        flex: 1;
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    ul.list-s2 {
        width: 99%;
        padding-top: 35px;
    }
    .bgimage {
        background-image: none
    }
    .box1 {
        margin-top: 20px;
        background-color: #FFF;
        padding: 30px 20px 30px 20px;
        width: 95%;
        height: 240px;
        border: 4px solid #d98718;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
        margin-left: 10px;
    }
    .box2 {
        margin-top: 20px;
        background-color: #FFF;
        padding: 30px 20px 30px 20px;
        width: 95%;
        height: 240px;
        border: 4px solid #009be3;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
        margin-left: 10px;
    }
    .box3 {
        margin-top: 20px;
        background-color: #FFF;
        padding: 30px 20px 30px 20px;
        width: 95%;
        height: 240px;
        border: 4px solid #138c49;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
        margin-left: 10px;
        margin-bottom: 30px;
    }
    .logoimg {
        padding-top: 20px;
        padding-left: 0px;
        max-width: 100%;
        height: auto;
    }
    .leftsideimg img {
        width: 100%;
    }
    .logimg {
        color: #000;
        font-size: 11px;
    }
    .logimg span {
        position: absolute;
        padding: 20px 10px;
        float: right;
    }
    .rightsidebox {
        padding: 20px 20px;
    }
}


.ic-3 {
  margin-bottom: 5px;
}

.ic-3::after {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-style: initial;
}

.ic-1::after,
.ic-2::after,
.ic-4::after {
  font-family: "Roboto Condensed", sans-serif !important;
 /* font-weight: 700 !important;*/
  font-style: initial;
}

.ic-4 {
  width: 116px;
}

.ic-5::after {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-style: initial;
}

.i-wrapper-1 {
  width: 98%;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Saira+Condensed&display=swap');
.res_v_d1 {
   border: 1px solid #c5c6c778;
    box-shadow: 0 0 5px 0px #0000003d, -1px 5px 5px 0px #5f5f5f4a;
    border-radius: 7px;
}

.res_v_d1 [_h3_] {
color: #0000008f;
  text-shadow: -2px 1px 5px #00000026;
  font-size: 1.6rem; 
}
.res_v_d1 .res-table-8{
   border: 1px solid #e1e9f578;
    border-radius: 4px;
    box-shadow: inset 0 0 7px 0px #2952cf2e;
}
.res_v_d1 .res-table-8 > div{
   border:1px solid #e1e9f578;
   display:flex;
   flex-direction: column;
}

.res_v_d1 .res-table-8 > div > p {
 flex:1;  
}

.res_v_d1 .res-table-8 > div > p:nth-child(1) {
 text-shadow: -2px 1px 5px #00000026;
 color: #000000;
 line-height: 2rem;
 padding-top: 7px;
 padding-bottom: 32px;
 text-align: center;
 font-family: 'Playfair Display', serif;
}

.res_v_d1 .res-table-8 > div > p:nth-child(2) {
    font-size: 1rem;
     line-height: 2rem;
 text-align: center;
 font-family: 'Saira Condensed', sans-serif;
}

.btn-primary,.btn,
.btn-primary:hover {
    transition:all .4s ease;
}

.card-side-hide {
    background-color: transparent!important;
    border-width: 0!important;
}
.option_container .op table tr{
  display: flex;
    align-items: center;
}
.option_container .op table tr td:nth-child(1), [tyui] td{
  display: flex;
  align-items: center;
  color: #02030b;
    text-shadow: 1px 1px 6px #0000004a;
}
.option_container .op table tr td:nth-child(1) input[type="radio"] {
    margin-left: 3px;
    margin-right: 2px;
}

.back-img-quiz{
      background-image: url(../images/2.0.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
    





