body {
    margin: 0 auto;
   /* background: #000;*/
   /*  max-width: 1366px; */
    /*height: 768px;*/
    position: relative;
    font-family: arial;
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 1.2 !important;
    /*color: #282828 !important;*/
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}
.feedback-panel {
	 background-color: #3acec3 !important; 
	 font-size: 16px; 
	 position: absolute; 
	 z-index: 9; 
	 height: auto !important; 
	 top: 0px; 
	 left: 0px; 
	 margin: 0px auto; 
	 padding: 20px; 
	 width: 103%;
} 

.modal-content{
	height:400px !important;
}
.pageTitlePatch{
	padding:20px !important;
}
.body{
	overflow:hidden;
	width: 100%;
    /*height: 100%;*/
}
.img-responsive{
    display: inline-block !important;
}
select, div, a, img {
    outline: 0;
}
a{
	/*color:#0645AD !important;*/
	color:#039be5 !important;
	text-decoration:none;	
}

p a{
	text-decoration:none;	
}

span a{
	text-decoration:none;	
}

.course-header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
	z-index: 9;
}

.course-name {
    display: inline-block;
    vertical-align: middle;
}

.course-brand > img {
	vertical-align: top;
}



.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}


.nav-
s {
    padding: 10px;
}

.glyphicon {
    line-height: 1.6;
}



.course-page {
    height: 100%;
    width: 100%;
	background: #ffffff;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

#preloadericon{
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	margin:-8px 0px 0px -8px;
	background-repeat: no-repeat;	
}
/* .exit-btn {
    float: right;
    margin-top: 10px;
    cursor: pointer;
    color: #0172BD;
} */


.lang-select {
    background: url('../../course_images/langselection/bg_image.jpg');
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9999;
}



li {
    list-style: none;
}

/* Page Style */
.page-content {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 16px;
    padding: 30px 30px 0 30px;
    overflow-y: hidden;
    overflow-x: hidden;
	color: #282828;
}

.kc-page-content {
	padding: 30px;
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.page-bg {
    /*margin-top: 79px;*/
    background-color: #ffffff;
	overflow: hidden;
	
/* 	-webkit-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.75); */
}


.page-text {
    padding-left: 0;
}

.spacer {
    display: block;
    height: 30px;
}

.instruction-text{
	color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    float: left;
} 

.instruction-text:before {
    content: url(../../course_images/common/itext.png);
    margin-right: 10px;
    margin-bottom: 14px;
    position: relative;
    top: 7px;
}

*:focus {
    outline: 0 !important;
}

.correct:before {
    content: "\f00c";
    font-family: FontAwesome;
	color: #41ad49;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
}

.in-correct:before {
    content: "\f00d";
	color:#d40516;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
}
/* 
.branching-visited:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: green;
    font-size: 20px;
    right: 15px;
    bottom: 5px;
    position: absolute;
} */

 .btn-submit, .btn-reset {
        border-radius: 15px;
        background: #0072aa;
        width: 120px;
        color: #fff;
		z-index: 9;
        position: relative;
		margin-top: 10px;
    }

.clicked{
	pointer-events: none;
}

/* .btn-submit:hover, .btn-reset:hover {
	color: #fff;
} */

.btn-submit:focus, .btn-reset:focus{
	color: #fff;
}

/* OVERRIDE BOOTSTRAP STYLE */

.btn-primary {
    background: #0072aa;
}
button,.btn{
	font-size:16px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active {
        background: #0072aa;
    }

.dropup .caret {
    border-bottom: 0px solid;
}

.well {
    padding: 5px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    color: #fff;
}

label {
    margin-bottom: 0;
}

.modal-content {
    border: none;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #535353;
}

.disable-menu-list{
    pointer-events:none;
    opacity:0.6;
}

.enable-menu-list{
    opacity:1;
}

.done {
  animation: pulse 1s ease infinite;
  border:none;
  outline:none;
  -webkit-backface-visibility: hidden;
}

@keyframes pulse {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}


/********Loader*******/
#circularG{
    position: absolute;
    width: 58px;
    height: 58px;
    margin: auto;
    top: 40%;
    left: 47%;
}

.circularG{
    position:absolute;
    background-color:rgb(0,0,0);
    width:14px;
    height:14px;
    border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    animation-name:bounce_circularG;
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.3);
    }
}
.course-name-splsh-pg p{
	 width: 65%;
    display: inline-block;
}
.course-name-splsh-pg{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10%;
	font-size:24px;
}

/*@media (max-width:994px){
	.page_bg{
		overflow: hidden;
		height: 577px !important;	
	}
}*/
.quiz-num{
	font-size:16px;
	font-weight:bold;
}
.quiz-count{
	font-size:14px;
}
.guideLine2,.guideLine1,.guideLine{
	font-size:14px;
}

.iframe{
    position: absolute;
    top: 102px;
    left: 0px;
    width: 100%;
    background: #525659;
    height: 548px;
    margin: 0px;
    border: 0px;
    z-index: 9999;
    overflow: auto;
    pointer-events: none;
}
.iframe-close-btn{
    position: absolute;
    top: 2px;
    right: 20px;
    z-index: 9999;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid;
    font-weight: bold;
}

.iframe-print-btn{
	position: absolute;
    top: 2px;
    right: 81px;
    z-index: 9999;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
}
.instruction-contain{
    position: absolute;
    top: 30px;
    width: 100%;
    background: rgb(219, 220, 220);
    padding: 20px;
    z-index: 9999;
    color: #1da74c;
    font-weight: bold;
}
.new-window-btn{
	right: 135px;	
}
.debug-quiz-color-correct{
	background:green !important;
	color:#fff !important;
	font-weight:bold;
}

.debug-quiz-color-incorrect{
	background:red !important;
	color:#fff !important;
	font-weight:bold;
}
.close-container{
    background: #f9fafc;
    width: 100%;
    position: absolute;
    top: 0;
    /* padding: 31px; */
    left: 0px;
    height: 30px;
    z-index: 9999;
}
.key-indicator{
	background: #005c85;
    width: 110px;
    position: absolute;
    right: 0px;
    top: 120px;
}
.tp-indicator{
	color: #fff;
    float: left;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px dashed #f3f3f3;
    padding-top: 5px;
}
.tp-indicator:nth-child(5){
	border-bottom: 0px;
}
.key-heighlight{
	background: rgb(206,206,206);
    width: 80px;
    padding: 22px;
    height: 80px;
    float: left;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.tp-indicator span{
	float: left;
}
.tp-indicator img{
    z-index: 2;
    position: relative;
}
.top-half{
    position: absolute;
    width: 122px;
    height: 0;
	transition:height 1s ease-in;
    top: -11px;
    left: -3px;
    z-index: 1;
    transform: rotate(46deg);
}
.bottom-half{
    position: absolute;
    width: 114px;
    height: 0;
    bottom: -7px;
	transition:height 1s ease-in;
    left: -38px;
    z-index: 1;
    transform: rotate(226deg);
}
.top-half.correct-ans{
	background:#23a02b;
	height: 59px;
}
.bottom-half.correct-ans{
	background:#23a02b;
    height: 55px;
}
.top-half.in-correct-ans{
	background:red;
	height: 59px;
}
.bottom-half.in-correct-ans{
	background:red;
    height: 55px;
}
.header {
    background: url("test.jpg");
    height: 69px;
    width: 100%;
}

.footer {
    background: url("footer.jpg");
    height: 54px;
    width: 100%;
}

@font-face {
	font-family: 'Arial-Bold';
	src: url('fonts/Arial-Bold.eot');
	src: local('☺'), url('fonts/Arial-Bold.woff') format('woff'), url('fonts/Arial-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.course-name {
	font-size: 18px;
    color: #636362;
    padding: 6px 0px;
}
.page-heading {
    color: #282828;
    font-family: Arial;
    font-size: 16px;
	font-weight:bold;
}

.disabled{
	pointer-events:none;
	cursor:default !important;
	opacity:0.6;
}
/* Footer styles starts*/
.course-footer {
    width: 100%;
    height: 43px;
    position: absolute;
    bottom: 0;
    z-index: 1030;
    float: left;
	background-color: rgba(0, 0, 0, 0.2);
}

.go-next-instruction{
	position: absolute;
	bottom: 57px;
	padding: 6px 15px 5px 15px;
    border-radius: 5px;
    right: 25px;
	display:none;
	
-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.23);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.23);
}
.triangle{
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /* border-top: 18px solid #e2001a; */
	border-top: 18px solid;
    position: absolute;
}
.highlightNext{
    position: absolute;
    bottom: -12px;
    right: 10px;
	animation:highLight 1s ease-in infinite;
	-webkit-animation:highLight 1s ease-in infinite;
}
@keyframes highLight{
	0%,100%{
		bottom:-12px;
	}
	50%{
		bottom:-15px;
	}
}
@-webkit-keyframes highLight{
	0%,100%{
		bottom:-12px;
	}
	50%{
		bottom:-15px;
	}
}

.course-footer .menu-btn img, .course-footer .replay-btn img, .course-footer .transcript-btn img, .course-footer .audio-btn img , .course-footer .pause-btn img{
	/* padding-right: 8px; */
	padding-left: 8px;
}

/* .course-footer .audio-btn img{ */
	/* padding-right: 8px; */
	/* padding-left: 8px; */
/* } */

.course-footer .menu-btn, .course-footer .replay-btn, .course-footer .transcript-btn , .course-footer .audio-btn , .course-footer .pause-btn{
    cursor: pointer;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 13px;
    webkit-user-select: none !important;
}

.page-control-right {
    color: #ffffff;
    border: none;
    line-height: 1.6;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    position: relative;
    float: right;
	width: 273px;
	padding-left: 10px;
}

.page-control-right .glyphicon-menu-left {
        margin-right: 5px;
}

.page-control-right .glyphicon-menu-right {
	margin-left: 5px;
}
.page-nav-btn {
    cursor: pointer;
    position: relative;
	-webkit-tap-highlight-color: transparent;
}
.page-control-center .glyphicon {
    margin-right: 5px;
}
.page-control-center{
	float: left;
    color: #fff;
}
.page-nav-btn .next{
    width: 30px;
    height: 100%;
    padding-top: 13px;
}
.mask-left{
    width: 80px;
    height: 100%;
    float: left;
    position: absolute;
    z-index: 99;
    opacity: 0.5;
}
.mask-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    z-index: 222;
    opacity: 0.5;
}
.prev .back_img{
	float: left;
}
.prev{
    float: left;
    width: 80px;
    height: 100%;
    padding-top: 12px;
    padding-left: 6px;
}
.next .next_img{
	float: right;
	margin-left: 0px;
	margin-top: 1px;
}
.next{
	width: 80px;
    height: 100%;
    padding-top: 12px;
    float: left;
    display: block;
	padding-right: 8px;
}

.next-text{
	float: right;
    display: block;
    margin-top: -3px;
    margin-right: 8px;
}

.back-text{
	float: left;
	display: block;
	margin-top: -3px;
	margin-left: 8px;
	margin-right: 10px;
}
.page-numbering{
	padding-top: 10px;
    display: block;
    float: left;
    font-size: 14px;
    padding-right: 22px;
    padding-left: 22px;
}
.ui-control-1{
	float: right;
    color: #ffffff;
	font-size:14px;
}
.course-footer span.divider{
    float: left;
    width: 1px;
    background: url(../../course_images/interface/divider_big.png);
    position: relative;
    height: 29px;
    background-repeat: no-repeat;
	margin-top: 7px;
}

.course_progress pull-left{
	width: 27%;
} 
.course_progress{
	height: 100%;
}
.course-progress-btn {
	position: relative;
    color: #ffffff;
    left: 20px;
    top: 8px;
    float: left;
}
.progress-bar{
    width: 205px;
	border-color: #fff !important;
    background: #000000;
    height: 2px;
    position: relative;
    left: 20px;
    top: 12px;
    float: left;
    border-left: 0px solid #5daaee;
    transition: border 2s cubic-bezier(0.47, 0, 0.75, 0.72);
	clear: left;
}

.btnDisabled{
	opacity:0.5;
	pointer-events:none;
	cursor:default;
}


/* .closeBtnBox{
	display: inline-table;
    right: 0px;
    position: absolute;
    margin-right: 10px;
    margin-top: 10px;
    z-index: 1;
}

 */
.closeBtnBg{
	width: 27px;
    height: 27px;
    background: #005aa1;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
}
/*
.popCloseBtn:before{
	content: url(../../course_images/common_bg/popCloseBtn.png);
}
*/

.disablePlay{
	pointer-events: none;
    opacity: 0.5;
    cursor: default;
}
/* Footer styles ends*/
/* assessment section */
.gamified-div{
    width: 449px;
    height: 220px;
    background: #ffffff;
    float: left;
    background: url(../../course_images/pages/assesment/logo.jpg);
    background-repeat: no-repeat;
    outline: 3px solid rgba(232, 232, 232, 1);
    background-size: cover;
    overflow: hidden;
    /* border: 1px solid #fff; */
}

.quiz-area-cnt{
    padding-right: 35px;
    padding-left: 60px;
    float: left;
}
.page-holder-assessment{
    float: left;
    width: 100%;
    height: 100%;
    padding: 85px 0px 40px 0px;
    background: #fff;
    /* background: url(../../course_images/common_bg/assessmentbg.png); */
}
.contain-quiz{
    width: 100%;
    float: left;
    padding: 10px 22px 10px 60px;
    color: #005bab;
}
.question-container{
	float: left;
    width: 50%;
	padding-right: 50px;
    font-size: 14px;	
	height: 220px;
	display: table;
}

.qz-txts{
	display: table-cell;
    vertical-align: middle;

	
}
.question-container .instruction-text{
	margin-left: 0px;
    color: #005bab;
    font-size: 14px;
}
.question-container h3{
	margin: 0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pzl-cntr{
	float: left;
    width: 50%;
	
}
.mn-qz-cnt{
		
}
.assesment-quiz .page-heading{
    color: #fff;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    font-size: 22px;
}
.col-1{
	float:left;
}
.col-2{
	float:left;
}
.col-3{
	float:left;
}
.col-1 .grid{
    background: #d78a5e;
    height: 111px;
    width: 143px;
    border-right: 3px solid #229fdb;
    border-bottom: 3px solid #229fdb;
}
.col-1 .grid img{
    padding: 35px 40px;
}
.col-2 .grid img{
    padding: 38px 42px;
}
.col-3 .grid img{
    padding: 90px 53px;
}
.col-2 .grid{
	background: #d78a5e;
    height: 111px;
    width: 143px;
    border-right: 3px solid #229fdb;
    border-bottom: 3px solid #229fdb;
}
.col-3 .grid{
    background: #d78a5e;
    height: 222px;
    width: 163px;
    border-bottom: 3px solid #229fdb;
}
.grid{
	cursor:pointer;
}
.gold-trophy{
	float:left;
	width:100%;
	background:url('../../course_images/pages/assesment/bg_trophy.png');
	background-repeat:no-repeat;
}
.correct-ans{
	background:transparent;
	border:0px;
}
.incorrect-ans{
	background:#8f402b;
	border:0px;
}
.btnDisabled{
	pointer-events:none;
	opacity:0.5;
}
.assessment-score-board{
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 20px;
    text-align: right;
    height: 51px;
}

.assessment-score-board .scr-txt{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 2px 10px;
}

.assessment-score-board  .score-brd{
padding: 6px 15px;
    display: inline-block;
    background: #1d5e9a;
    font-weight: bold;
    font-family: digi;
    font-size: 24px;
    border: 1px solid #294e6c;
    line-height: normal;
    color: #65cdf4;
    border-top: 0px;
    box-shadow: inset 6px 1px 13px 3px #133c60;
	width: 55px;
}
.assessment-score-board .tme-txt{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 2px 10px;
}

.assessment-score-board  .tme-brd{
    padding: 6px 15px;
    display: inline-block;
    background: #1d5e9a;
    font-weight: bold;
    font-family: digi;
    font-size: 24px;
    border: 1px solid #294e6c;
    line-height: normal;
    color: #65cdf4;
    border-top: 0px;
    box-shadow: inset 6px 1px 13px 3px #133c60;
    width: 80px;
}
.certifcate-page{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    z-index: 8;
    left: 0px;
}
.certi-conent{
	margin: auto;
    width: 75%;
    background: #fff;
    margin-top: 14%;
    border-radius: 5px;
    padding: 20px;
}
.t-title{
    float: left;
    color: #fff;
    font-family: arial;
    font-size: 18px;
    padding: 6px;
    font-weight: bold;
}
/* Certi */
.certifcate-page .certi-conent {
    margin: auto;
    width: 830px;
    background: #fff;
    margin-top: 15%;
    border-radius: 5px;
    padding: 60px;
    font-size: 14px;
    height: 365px;
	position: relative;
}
.certifcate-page .cnt-area {
    width: 100%;
    float: left;
}
.certifcate-page .trophy {
    float: left;
    width: 40%;
	text-align:center;
}
.certifcate-page .cngrts-text {
    float: left;
    width: 60%;
    text-align: left;
}
.certifcate-page .i-txt-cntr{
    position: absolute;
	background: rgba(23, 33, 42, 1);
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px 20px 10px 55px;
}
.certifcate-page .i-txt-cntr-pass{
    position: absolute;
	background: rgba(23, 33, 42, 1);
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 15px 20px 0px 55px;
}
.certifcate-page .cngrts-text h4{
	font-size: 22px;
}
.certifcate-page .instruction-text:before{
    float: left;
}
.certifcate-page .instruction-text span{
    float: left;
    width: 54%;
    font-size: 14px;
    font-weight: normal;
}
.certifcate-page .cngrts-text p{
    padding-top: 10px;
}
.result-head p{
}
.result-head{
	font-weight: bold;
    font-size: 22px;
}
.certifcate-page .YourScore {
}
.certifcate-page .custom-btn{
    padding: 0;
    background: #00abf0;
    color: #654641;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: 15px;
    width: 170px;
    height: 55px;
}
.certifcate-page .custom-btn img{
    padding-top: 12px;
}
.certifcate-page .custom-btn span{
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    float: right;
    width: 115px;
    font-weight: bold;
    padding-top: 20px;
}
.certifcate-page .instruct-text{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.certifcate-page .certi-score{
    font-size: 20px;
    padding-left: 3px;
    padding-right: 7px;
}
.certifcate-page .cngrts-text span{
	font-size: 20px;
}
.certifcate-page .cngrts-text-80{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin: auto;
    padding-bottom: 40px;
    font-size: 24px;
}
.ipad-portait{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #6c808e;
    z-index: 999;
    display: none;
}
.pIm-txt-cntn{
    position: relative;
    top: 40%;
    /* width: 50%; */
    float: left;
    left: 17%;
    text-align: center;
}
.prtait-image{
	
}
.prt-txt{
    position: absolute;
    bottom: 10px;
    text-align: left;
    padding: 20px;
    font-size: 17px;
}
.adnoc-logo{
	padding: 15px;
	background: #fff;	
}
.landscape{
	display:none;
}