

*
{
box-sizing:border-box;
font-family: 'Karla', sans-serif;
}

.title
{
font-size: 18px;
color: 
}
.col-100
{
width: 100%;
float: left;
}
.left
{
float: left;
}
.para
{
font-size: 15px;
}
.com_pd
{
padding: 60px 0px;
}
.section_heading
{
color: #09385d;
font-weight: 600;
font-size: 23px;
}
.blue_heading
{
color: #09385d;
font-weight: 600;
}
.btn-info-my
{
color: #fff;
background-color:#d25151;
border-color:#d25151;
display: inline-block;
padding:6px 57px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 100px;
}
.com_btn
{
background-color: #09385d;
padding: 10px 68px;
color: #fff;
border-radius: 100px;
}
.padding_none
{
padding: 0px !important;
}
/*global css*/
.header
{
padding: 10px 0px;
}
ul.menu
{
float: left;
padding: 0px;
margin: 0px;
}
ul.menu li
{
float: left;
list-style: none;
padding:7px 8px;
}
ul.menu li:hover
{
background-color: #09385d;
border-radius: 100px;
}
ul.menu li:hover > a
{
color: #fff;
}
ul.menu li.active
{
background-color: #09385d;
border-radius: 100px;
}
ul.menu li.active a
{
color: #fff;
}
ul.menu li a
{
color: #3a3a3a;
text-decoration: none;
font-size: 14px;
font-weight: normal;
padding: 11px 13px;
}
.header ul.optins
{
float: left;
padding: 0px;
}
.header ul.optins li
{
float: left;
padding:10px 16px;
list-style: none;
position: relative;
}
.header ul.optins li a
{
color: #000;
font-size: 19px;
}
.header ul.optins li a > span.user_name
{
padding: 0px 10px;
}
ul.optins li > ul
{
display: none;
}
ul.optins li:hover > ul
{
display: block;
position: absolute;
top: 45px;
right:0px;
width: 200px;
padding-left: 0px;
background: #e4e4e4;
/* box-shadow: 0px 0px 1px 2px #d8d8d8; */
border: 1px solid #c8c8c8;
z-index: 99;
}
ul.optins li > ul li
{
width: 100%;
float: left;
padding: 5px 5px !important;
border-bottom: 1px solid #c7c7c7;
}
ul.optins li > ul li:hover
{
	background-color: #3a3a3a;
}
ul.optins li > ul li:hover > a
{
color: #fff !important;
text-decoration: none;
}
ul.optins li > ul li a
{
font-size: 15px !important;
width: 100%;
float: left;
}
/*----------------------------------
	INSTRUCTION
-----------------------------------*/
.exam_instruction
{
background-color: #e2e2e2;
height: 800px;
}
.instruction
{
padding: 20px;
}
.instruction_inner
{
padding: 10px;
background-color: #fff;
border: 1px solid #d6d6d6;
}
.instruction_inner .title
{
margin-top: 10px;
color: #e4822a;
font-size: 25px;
}
.instruction_inner ol
{
float: left;
}
.instruction_inner ol li
{
float: left;
padding: 7px 0px;
font-size: 13px;
line-height: 22px;
}
.cookies
{
padding: 10px 9px;
}
ul.cookies_list
{
padding: 0px;
margin: 0px;
}
ul.cookies_list li
{
float: left;
list-style: none;
padding: 10px 20px;
}
ul.cookies_list li img
{
width: 13%;
}
ul.cookies_list li .option_tag
{
color: #999;
font-size: 12px;
}
ul.cookies_list li > label
{
font-size: 15px;
}
.recording_btn
{
background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
padding:6px 34px;
color: #fff;
font-size: 18px;
border-radius: 100px;
}
ul.audio_operate li
{
float: left;
list-style: none;
margin: 20px;
}
.play_btn
{
padding: 4px 34px;
color: #000;
font-size: 18px;
border-radius: 100px;
border: 1px solid #bdb9b9;
}
.exam_start
{
padding: 20px 0px;
}
.exam_start a.exam_btn
{
background: #000;
padding: 6px 34px;
color: #fff;
font-size: 18px;
}
.dashboard_in ul.dashboard_list
{
padding: 0px;
}
.dashboard_in ul.dashboard_list li
{
list-style: none;
}
.dashborad_options
{
padding:20px 0px;
}
.dashboard_in ul.dashboard_list li .dashboard_box
{
position: relative;
padding: 10px;
width: 100%;
float: left;
margin-bottom: 20px;
box-shadow: 0px 0px 4px 0px #999;
background: #fff;
height: 136px;
}
.dashboard_in ul.dashboard_list li .dashboard_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #c4e17f;
    border-radius: 5px 5px 0 0;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/*-------------------------------
			Exam Start
--------------------------------*/
.exam_start_header
{
padding: 10px 0px;
background-image: linear-gradient( #b3fff5, #aefce0);
height: 50px;
position: relative;
}
.exam_start_header .question_heading p
{
margin: 0px;
font-size: 19px;
}
#currentTime {
font-size:20px;
text-align: right;
font-weight: 300;
color: #000;
margin: 0px;
}
.exam_start_header ul
{
float: right;
padding: 0px;
}
.exam_start_header ul li
{
font-size:20px;
float: left;
font-weight: 300;
color: #000;
margin: 0px;
list-style: none;
}
.exam_start_body .question_container
{
padding: 10px 0px;
border-bottom: 1px solid #dcdbdb;
}
.exam_start_body .question_container .question
{
font-size: 18px;
font-weight: 600;
}
.question_attempt_section
{
height: 520px;
overflow: scroll;
}
.question_attempt_section ul
{
padding: 0px;
margin: 0px;
}
.question_attempt_section ul li
{
list-style: none;
float: left;
border: 1px solid #cecdcd;
margin-right: 7px;
margin-bottom: 7px;
text-align: center;
cursor: pointer;
}
.question_attempt_section ul li:hover
{
background-color: #8bf38b;
color: #fff;
}
.question_attempt_section ul li a
{
text-align: center;
font-size: 19px;
color: #000;
text-decoration: none;
}
.exam_next_previous_container
{
padding: 10px 0px;
position: fixed;
bottom: 0;
background: #dedede;
border-top: 1px solid #999;
}
.exam_next_previous_container .save_btn
{
background-color: #eaeaea;
padding:5px 20px;
border: 1px solid #000;
color: #000;
}
.exam_next_previous_container ul
{
margin: 0px;
}
.exam_next_previous_container ul li 
{
list-style: none;
float: left;
padding: 7px 4px;
}
.exam_next_previous_container ul li a.pre_btn
{
padding: 6px 20px;
background-color: #000;
color: #fff;
}
.exam_next_previous_container ul li a.next_btn
{
padding: 6px 20px;
background-color:#17a929;
color: #fff;
}
.dashboard_box .box
{
padding: 18px 0px;
}
.dashboard_in ul
{
padding: 0px;
margin: 0px;
}
.dashboard_in ul li
{
list-style: none;
}
.box > h5.date
{
font-weight: 600;
}
.exams_all_list
{
padding: 40px 0px;
overflow: scroll;
height: 480px;
}
.exam_list_inner
{
margin-bottom: 40px;
}
.exam_list_inner .list_top_header
{
text-align: center;
padding: 10px;
background: #7dcbda;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.active_exam .list_top_header
{
background-color: #7dcbda;
}
.active_exam .btn-info-my
{
background-color:#32d614;
    color: #000;
}

.exam_list_inner .list_top_header h4
{
margin: 0px;
}
.exam_list_inner .list_body
{
padding: 20px 0px;
}
.exam_list_inner .list_body ul
{
float: left;
}
.exam_list_inner .list_body ul li
{
padding: 10px 0px;
list-style: none;
}


/*--------------------------------------
		result
-----------------------------------------*/
.result ul li
{
list-style: none;
padding: 10px 0px;
}
.result ul li .result_box h2
{
margin: 0px;
}
/*--------------------------------------
		Purchase exam
-----------------------------------------*/
.purchase_box
{
padding: 20px;
}
.sect_heading
{
color: #2583bb;
font-weight: 600;
font-size: 23px;
}
.hr_border
{
width: 60%;
margin: 0 auto;
height: 2px;
background-color: #000;
margin-bottom: 20px;
}
/*--------------------------------------
		Purchase exam
-----------------------------------------*/
/*--------------------------------------
		Complaint
-----------------------------------------*/
.compalint_form
{
padding: 10px 20px;
}
.compalint_form input
{
height: 40px;
border-radius: 0px;
}
.compalint_form textarea
{
height: 264px !important;
}
.ticket_box h4
{
color: #000;
}
.ticket_box .subject
{
color: #797777;
}
.ticket_inner ul
{
padding: 0px;
margin: 0px;
}
.ticket_inner ul li
{
list-style: none;
}
.ticket_message
{
padding: 10px;
}
.ticket_mess
{
padding: 10px 0px;
border:1px solid #c3c3c399;
height:298px;
overflow: scroll;
}
.ticket_mess p
{
margin: 0px;
font-size: 13px;
}
.ticket_mess ul 
{
padding: 0px;
}
.ticket_mess ul li
{
list-style: none;
padding: 10px 0px;
border-bottom: 1px solid #dad5d5;
}
.ticket_mess .chat_select
{
position: fixed;
}
.chat_select ul.chat_mess
{
padding: 0px;
margin: 0px;
}
.chat_select ul.chat_mess li
{
list-style: none;
padding: 10px 0px 0px 0px;
border: 1px solid #dad5d5;
}
.message_send_container input
{
height: 45px;
border-radius: 0px;
}
.message_send_container .submit_btn
{
height: 45px;
line-height: 23px;
border: 0px;
background-color: #33b3ff;
}
.ticket_inner
{
overflow: scroll;
height: 426px;
}
ul.message_list li
{
list-style: none;
background: #e4e4e4;
padding: 10px 10px;
color: #525252;
border-radius: 100px;
border-bottom: 0px;
margin-bottom: 5px;
}

/*--------------------------------------
		my_profile
-----------------------------------------*/
.preview
{
    padding: 10px;
    position: relative;
}

.preview i
{
    color: white;
    font-size: 35px;
    transform: translate(50px,130px);
}

.preview-img
{
    border-radius: 100%;
    box-shadow:0px 0px 5px 2px rgba(148, 148, 148, 0.7);
}

.browse-button
{
    width: 143px;
    height: 142px;
    border-radius: 100%;
    position: absolute; /* Tweak the position property if the element seems to be unfit */
    top: 10px;
    left:106px;
    background:linear-gradient(180deg, transparent, #09385d);
    opacity: 0;
    transition: 0.3s ease;
    cursor: pointer;
}

.browse-button:hover
{
    opacity: 1;
}

.browse-input
{
    width: 142px;
    height: 142px;
    border-radius: 100%;
    transform: translate(-1px,-26px);
    opacity: 0;
}
.Error
{
    color: crimson;
    font-size: 13px;
}
.Payment_history ul li
{
list-style: none;
padding:5px 0px;
}

/*--------------------------------------
		my_profile end
-----------------------------------------*/


/*--------------------------------------
		change_password
-----------------------------------------*/
.change_password
{
padding: 10px 0px;
text-align: center;
}
.change_password_inner
{
width:30%;
margin: 0 auto;
padding: 10px;
}
.change_password_main
{
padding:  20px 20px;
box-shadow: 0px 0px 4px 4px #dedede;
}
.change_password_main input
{
height: 40px;
border-radius: 0px;
border:1px solid  #2f6d92;
}
.change_password .chng_pass
{
padding: 10px 20px;
text-align: center;
background: #337ab7;
color: #efefef;
border-radius: 100px;
}
/*--------------------------------------
		change_password end
-----------------------------------------*/