.sidebar_top {
	background-color: #0c4da2;
	position: relative;
}
.upld_pc {
	width: 40px;
	position: absolute;
	right: 72px;
	top: 35px;
}
.upld_pc input {
	opacity: 0;
	position: absolute;
	width: 32px;
	height: 30px;
	cursor: pointer;
}
.sidebar {
	margin-top: 20px;
}
.sidebar_top {
	background-color: #0c4da2;
	position: relative;
	padding: 30px 15px;
}
.sidebar_top h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 0;
}
.sidebar_top h2::after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background-color: #fff;
	margin: 5px auto;
}
.sidebar ul {
	background-image: linear-gradient(55deg, #54a6fa, #0c4da2);
	padding-left: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sidebar ul li {
	list-style: none;
	border-bottom: solid 1px #73a8fc;
}
.sidebar ul li a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 20px;
	font-weight: 500;
}
.sidebar ul li a:hover {
	background-color: rgba(255,255,255,0.15);
	transition: all 0.8s;
	text-decoration:none;
}
.sidebar ul li a.active {
    background-color: rgba(255,255,255,0.15);
    transition: all 0.8s;
	text-decoration:none;
}
.sidebar ul li a img {
	padding-right: 10px;
	vertical-align: middle;
}
.sidebar ul li a span {
	vertical-align: middle;
}
.tb_hd {
	color: #333333;
}
.tb_hd h2 {
	font-size: 24px;
	margin: 0;
	font-family: Georgia;
	font-style: normal;
	font-weight: bold;
	line-height: 27px;
}
.nav-tabs {
	border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
	cursor:pointer;
}
.nav-tabs > li > a {
	border: none;
	color: #666;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: #4285F4 !important;
	background: transparent;
	font-weight: bold;
	box-shadow:none !important;
	border-radius: unset !important;
}
.nav-tabs > li > a::after {
	content: "";
	background: #4285F4;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}
.tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}
.tab-pane {
	padding: 15px 0;
}

.card {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
.inr_bx .card .nav-tabs > li {
	width: 33%;
    display: inline-block;
}
.inr_bx .card .nav-tabs.profile-tab > li {
	width: 24%;
    display: inline-block;
}
.inr_bx .card .nav-tabs > li > a {
	border: none !important;
	display: block !important;
	width: 100%;
	color: #444;
	margin-left: 0px !important;
	padding: 10px 15px !important;
}
.inr_bx .card .nav-tabs > li.active > a{
	border:none !important;
	background-color:transparent !important;
	text-align: center;
    font-weight: bold;
	margin-left: 0px;
}
.inr_bx .card .nav-tabs {
	text-align: left !important;
	border-bottom: 2px solid #DDD;
}
#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	padding: 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
	content: "\e113";
	float: right;
	font-family: 'Glyphicons Halflings';
	margin-right: 10px;
	color: #53a1fa;
	margin-top: 12px;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
}
.inr_bx .tab-content {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.my_nts_sml_thumb {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.my_nts_sml_details {
	display: inline-block;
	vertical-align: top;
}
.my_nts_sml_details h3 {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #222;
	font-weight: 500;
}
.my_nts_sml_details ul {
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 0;
}
.my_nts_sml_details ul li {
	font-size: 11px;
	font-weight: 500;
	margin-left: 0px !important;
	margin-right: 150px !important;
	text-transform: uppercase;
	color: #666;
}
.panel-default {
	margin-bottom: 10px !important;
}
.card .tab-pane li {
	list-style: none;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.see_mr_bx {
	display: inline-block;
	text-align: right;
	float: right;
	margin-right: 25px;
	padding-bottom: 0px;
}
.see_mr_bx a{
	font-weight:600;
	font-size:13px
}
.see_mr_bx ul{
	margin-bottom:10px;
}
.see_mr_bx ul li{
	margin-left:25px !important;
	font-weight:500;
}
.sep_lk {
	display: inline-block;
}
.remove_brdr{
	border:none;
}
.tab-pane{
	padding:15px;
}
.qstn_bx {
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.175);
    border-radius: 2px;
}
.qstn{
	margin-bottom:20px;
	display:block !important;
	text-align:left !important;
}
.answr {
	display: block !important;
	text-align: left !important;
	font-weight: 500;
}
.qstn span:nth-child(1) {
	background-color: #54a1fb;
	padding: 5px 8px;
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
	margin-right: 10px;
}
.answr span:nth-child(1) {
	background-color: #15cb44;
	padding: 5px 8px;
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
	margin-right: 10px;
}
.sb_qst_lst{
	margin-top:7px;
}
.sb_qst_lst li{
	display:block !important;
	text-align:left !important;
	margin-bottom:10px;
}
.view-more-button {
    background-image: linear-gradient(-90deg, #4c7ffb, #55a9fa);
    display: inline-block ;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center !important;
    margin: 0px auto !important;
    display: block !important;
    width: 125px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.175) !important;
}
.PackageMyTest li span.bookmarkDate {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
}
/*****************UPDATE PROFILE CSS******************/
.edit_dp img{
    width: 120px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}
.edit_upload_pc{
    width: 40px;
    position: absolute;
    right: 324px !important;
    top: 0px !important;
}
.notes_frm_content {
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}
.dash_frm_content {
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}
.dash_frm_content label {
    display: block;
    margin-bottom: 0px;
    color: #444;
    font-weight: 500;
}
.dash_frm_content input[type="text"] {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    font-size: 12px;
}
.dash_frm_content input[type="text"]:focus{
	border-bottom: solid 1px #4c80fb;
	transition:all 0.7s;
}
.dash_frm_content input[type="password"]:focus{
	border-bottom: solid 1px #4c80fb;
	transition:all 0.7s;
}
.dash_frm_content input[type="password"] {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    font-size: 12px;
}
.btn_find {
    padding: 6px 25px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #2c4a6c;
    color: #fff;
    border: none;
    width: 100%;
}
.dash_frm_content select {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #ccc;
	color: #888 !important;
    font-size: 12px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.btn_otp {
    position: absolute;
    font-size: 12px;
    width: 100px;
    padding: 3px 7px;
    bottom: 10px;
    right: 14px;
    margin-bottom: 3px;
    background-color: #fa9338;
    border: none;
    color: #fff;
}
.dash_frm_content span {
    font-size: 12px;
    color: #25b91e;
    width: 100%;
    left: 15px;
    bottom: -10px;
}
.headline-course {
    padding: 10px;
    background-color: #efef;
}
.btn_find {
    background-image: linear-gradient(-90deg, #4c7ffb, #0c4da2);
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
	text-align: center;
    text-decoration: none;
	width: 140px;

}
.btn_find:hover {
    box-shadow: 0px 15px 20px 0px rgba(110, 46, 92, 0.20);
    transition: all ease 0.5s 0s;
    color: #fff;
    text-decoration: none;
}
#changePass .btn_find{
    width: 190px;
}
input:focus, textarea:focus, select:focus, button {
    outline:none !important;
}
#addEducation, #addInterest{
    padding: 8px;
    border-radius: 20px;
    width: 130px;
	cursor:pointer;
}
.remove_div {
    color: red;
    cursor: pointer;
}
/*****************END UPDATE PROFILE CSS******************/
/**************************MY PACKAGES ******************/
.packg_frm_content {
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}
.div1,.div2 {
    display: inline-block;
  }
 .PackageMyTest{
	background: #f5f5f5;
    padding: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
}
.PackageMyTest:hover{
	background-color:#efefef;
	transition:all 0.7s;
}
.border-left{
    border-left: 1px solid #ddd;
}
.pckg_hd{
	font-size:14px;
}
.PackageMyTest li{
	text-align:left;
	background-color:transparent;
	padding-bottom: 0;
	line-height: 16px;
	font-size: 14px;
}
.PackageMyTest li:nth-child(1) {
	width: 25% !important;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
}
.PackageMyTest li:nth-child(2) {
	width: 16% !important;
	text-align: left;
	border-right: solid 1px #ccc;
	padding-right: 5px;
}
.PackageMyTest li:nth-child(3) {
	width: 22% !important;
	text-align: left;
	border-right: solid 1px #ccc;
	padding-left: 22px;
	padding-right: 20px;
}
.PackageMyTest li:nth-child(4) {
	width: 18% !important;
	text-align: left;
	padding-left: 15px;
}
.PackageMyTest li:nth-child(5) {
	width: 15% !important;
	text-align: left;
}
.PackageMyTest li .btn_take_test {
	border: solid 1px #999;
	padding: 5px 20px;
	color: #0c4da2;
	border-radius: 37px;
	font-weight: 500;
}
.PackageMyTest li .btn_take_test:hover{
	background-color:#0c4da2;
	color:#fff;
	border:solid 1px #0c4da2;
	transition:all 0.7s;
}
.PackageMyTest li .btn_view_report {
	border: solid 1px #999;
	padding: 5px 11px;
	color: #29ad23;
	border-radius: 37px;
	font-weight: 500;
}
.PackageMyTest li .btn_view_report:hover{
	background-color:#0c4da2;
	color:#fff;
	border:solid 1px #0c4da2;
	transition:all 0.7s;
}
.PackageMyTest li .btn_nt_avail {
	font-size: 10px;
	color: #f00;
	border: none;
	background: none;
	font-weight: 500;
}
.PackageMyTest li img {
	vertical-align: middle;
	margin-right: 5px;
}
.PackageMyTest li div{
	vertical-align: middle;
}
.PackageMyTest li div p {
	display: block;
	text-align: left;
	color: #0c4da2;
	font-weight: 600;
	line-height: 12px;
	margin:0px;
	padding-bottom: 0;
	font-size: 14px;
}
.PackageMyTest li div span {
	font-size: 12px;
	color: #666;
}
.study_material{
	background: #f5f5f5;
	padding: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
}
.study_material li:nth-child(1){
	width:70%;
	text-align: left;
}
.study_material li:nth-child(2){
	width:30%;
}
.study_material:hover{
	background-color:#efefef;
	transition:all 0.7s;
}
.study_material li button {
	background-color: transparent;
	border: solid 1px #ccc;
	color: #f00;
	font-weight: 500;
	padding: 5px 15px;
	border-radius: 25px;
}
.study_material li button:hover{
	background-color:#ddd;
	transition:all 0.7s;
	border:solid 1px #f00;
}
.study_material li img {
	vertical-align: middle;
	margin-right: 5px;
}
.study_material li div {
	vertical-align: middle;
}
.study_material li div p {
	display: block;
	text-align: left;
	color: #333;
	font-weight: 500;
	line-height: 12px;
	margin-bottom: 3px;
	padding-bottom: 0;
}
.study_material li:nth-child(2) div p {
	display: block;
	text-align: left;
	color: #0c4da2;
	font-weight: 600;
	line-height: 12px;
	margin-bottom: 0px;
}
.study_material li div span {
	font-size: 12px;
	color: #666;
}
.myVideos {
	background: #f5f5f5;
	padding: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
}
.myVideos li{
	text-align:left !important;
}
.myVideos li:nth-child(1){
	width:86%;
}
.myVideos li img {
	vertical-align: middle;
	margin-right: 20px;
}
.myVideos li div {
	vertical-align: middle;
}
.myVideos li div p {
	display: block;
	text-align: left;
	color: #333;
	font-weight: 500;
	line-height: 12px;
	margin-bottom: 5px;
}
.myVideos li div span {
	font-size: 12px;
	color: #666;
	margin-right: 25px;
}
.myVideos li div span img{
	display:inline-block !important;
}
.myVideos li{
	vertical-align:top;
}
.myVideos li h5 {
	margin-bottom: 6px;
	margin-top: 0px;
	color: #888;
	font-size: 12px;
}
.myVideos li h5:nth-child(1) img {
	margin-left: -6px;
	margin-right: 10px;
}
.myVideos li h5:nth-child(2) img {
	margin-left: 0px;
	margin-right: 10px;
}
.sorting label {
	font-weight: 500;
	color: #666;
}
.sorting select {
	border: solid 1px #ccc;
	/*-moz-appearance: none;n
	-webkit-appearance: none;*/
	padding: 2px 2px;
	/*width: 112px;*/
	font-size: 13px;
	color: #666;
	background-color: transparent;
	width: 100%;
	background:red;
	color:#fff;
	font-size: 14px;
}
.sorting div{
	display:inline-block;
	position:relative;
}
.sorting div span {
	position: absolute;
	right: 10px;
	top: 2px;
	z-index: -1;
}
.sorting {
	text-align: right;
	margin-bottom: 20px;
}
/**************************END MY PACKAGES ******************/
/****************POST**********************/
.post {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.175);
    box-shadow: 0 2px 10px rgba(0,0,0,.175);
	border-radius:2px;
}
.mk_pst_hd {
	background-color: #f5f5f5;
	padding: 8px 17px;
	border-bottom: solid 1px #ccc;
}
.mk_pst_hd h2 {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	color: #4c7ffb;
	margin: 0px;
	font-weight: 600;
}
.user_dp {
	display: inline-block;
}
.user_nm {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.user_nm h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.user_nm h3 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #666;
	margin-top: 0px;
}
.more {
	display: inline-block;
	float: right;
	height: 30px;
	width: 15px;
	margin-top: 8px;
	cursor: pointer;
}
.mk_pst_hd_inner {
	padding: 17px;
	background-color: #f5f5f5;
}
.like_abv {
	padding-top: 10px;
    padding-left: 20px;
    background-color: #f5f5f5;
}
.cmnt {
	font-weight: 500;
	color: #000;
}
.p-dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 16px;
	z-index: 10;
}
.p-dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccc;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 14px;
	z-index: 9;
}
.more_dott_parent ul.dropdown-menu {
	width: 90px;
	min-width: auto;
	top: 28px;
	margin-top: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	padding-left: 10px;
	left: -52px;
}
.more_dott_parent ul.dropdown-menu > li > a {
	display: block;
    padding: 0px;
}
.more_dott ul.dropdown-menu {
	width: 90px;
	min-width: auto;
	margin-top: 7px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	right: -16px;
	left: unset;
	padding-left: 10px;
}
.more_dott ul.dropdown-menu > li > a {
	display: block;
	padding: 5px 30px;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #4c7ffb;
	padding: 8px;
	border-radius: 50%;
	color: #fff;
}
.more_dott .dropdown-menu li, .more_dott_parent .dropdown-menu li {
	display: inline-block;
}
.parent_bx{
padding: 15px;
}
/****************POST**********************/
/**************** TRANSACTION *************/
.transactionsList{
	background: #f5f5f5;
    padding-top: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    padding-bottom: 10px;

}
.transactionsList:nth-child(odd){
	background-color:#f3f1f2;
}
.transactionsList:nth-child(even){
background-color:#f9f7f8;
}
.transactionsList:hover{
	background-color:#efefef;
	transition:all 0.7s;
}
.border-left{
    border-left: 1px solid #ddd;
}
.pckg_hd{
	font-size:14px;
}
.transactionsList.head{
	 font-weight: bold;
    margin-bottom: 0px;
	padding: 10px;
    border-bottom: 1px solid #0c4da2;
}
.transactionsList.head div{
padding-top:5px;
}
.transactionsList div{
	text-align:left;
	background-color:transparent;
	padding-top:20px;
	position: relative;
	padding-left: 10px;
}
.transactionsList div h3{
	font-size: 16px;
    font-weight: 500;
	margin: 0px;

}
.transactionsList div span{
	position: absolute;
    right: 0px;
    top: 16px;
    color: #0c4da2;
    font-weight: bold;

}
.transactionsList div:nth-child(1) {
	width: 18% !important;
	text-align: left;
	vertical-align: top;
	padding-right: 3px;
    padding-left: 3px;

}
.transactionsList div:nth-child(2) {
	width: 12% !important;
	text-align: left;
	padding-right: 5px;
	vertical-align: top;
}
.transactionsList div:nth-child(3) {
	width: 12% !important;
	text-align: left;
	padding-left: 22px;
	padding-right: 20px;
	vertical-align: top;
}
.transactionsList div:nth-child(4) {
	width: 40% !important;
	text-align: left;
	padding-left: 15px;
}
.transactionsList div:nth-child(5) {
	width: 15% !important;
	text-align: left;
	padding-left: 15px;
}
.transactionsList li .btn_take_test {
	border: solid 1px #999;
	padding: 5px 20px;
	color: #0c4da2;
	border-radius: 37px;
	font-weight: 500;
}
.transactionsList li .btn_take_test:hover{
	background-color:#0c4da2;
	color:#fff;
	border:solid 1px #0c4da2;
	transition:all 0.7s;
}
.transactionsList li .btn_view_report {
	border: solid 1px #999;
	padding: 5px 11px;
	color: #29ad23;
	border-radius: 37px;
	font-weight: 500;
}
.transactionsList li .btn_view_report:hover{
	background-color:#0c4da2;
	color:#fff;
	border:solid 1px #0c4da2;
	transition:all 0.7s;
}
.transactionsList li .btn_nt_avail {
	font-size: 10px;
	color: #f00;
	border: none;
	background: none;
	font-weight: 500;
}
.transactionsList div img {
	vertical-align: middle;
	margin-right: 5px;
}
.transactionsList div{
	vertical-align: middle;
}


/**************** TRANSACTION *************/

/**************** NOTIFICATIONS *************/
.margin-top-20{
    margin-top: 20px !important;
}
.notificationsList{
	background: #f5f5f5;
	margin-top:15px;
    padding-top: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    padding-bottom: 10px;

}
.notificationsList .media .media-left img {
    width: 45px;
    height: auto;
    border-radius: 50%;
}
.notificationsList:nth-child(odd){
	background-color:#f3f1f2;
}
.notificationsList:nth-child(even){
background-color:#f9f7f8;
}
.notificationsList:hover{
	background-color:#efefef;
	transition:all 0.7s;
}
.border-left{
    border-left: 1px solid #ddd;
}
.pckg_hd{
	font-size:14px;
}

.notificationsList .media{
	text-align:left;
	background-color:transparent;
	padding-top:5px;
	position: relative;
	padding-left: 10px;
}
.notificationsList .media h3{
	font-size: 14px;
    font-weight: 500;
	margin: 0px;
	padding-top: 10px;

}
.notificationsList .media span{
	font-size: 12px;
    font-weight: 500;
	margin: 0px;

}
.notificationsList li:nth-child(1) {
	width: 80% !important;
	text-align: left;
	vertical-align: top;

}


/**************** NOTIFICATIONS *************/

@media only screen and (min-width: 320px) and (max-width: 600px) {
.inr_bx .card .nav-tabs.profile-tab > li {
	width: 52% !important;
	display: inline-block;
}
.btn_find {
	background-image: linear-gradient(-90deg, #4c7ffb, #55a9fa);
	display: table;
	padding: 10px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 140px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 13px;
}
.PackageMyTest li {
	text-align: left !important;
}
.transactionsList div span {

    position: relative;
    right: 0px;
    top: 0px;
    color: #0c4da2;
    font-weight: bold;

}
.transactionsList.head {
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0;
	border-bottom: 1px solid #0c4da2;
	white-space: nowrap;
	overflow: auto;
}
.transactionsList {
	background: #f5f5f5;
	padding-top: 0px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	padding-left: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: auto;
}
.transactionsList div:nth-child(2) {
    float: right;
	position: relative;
	top: -60px;
	width: unset !important;
}
.transactionsList div:nth-child(3) {
    width: 17% !important;
    text-align: left;
    padding-left: 5px;
    padding-top: 6px;
    vertical-align: top;
}
.transactionsList div:nth-child(4) {
   width: 48% !important;
   text-align: left;
   padding-left: 5px;
   padding-top: 10px;
}
.transactionsList div:nth-child(4) span.amount {
   position: absolute;
	float: right;
	right: -158px;
	color: #32CD32;
	top: -40px;
	font-size: 20px;
}
.container {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.sidebar ul {
	background-image: linear-gradient(55deg, #54a6fa, #0c4da2);
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.tab-pane {
	padding: 5px !important;
}
.PackageMyTest li:nth-child(1) {
	width: 100% !important;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 20px;
}
.PackageMyTest li:nth-child(2) {
	width: 41% !important;
	text-align: left;
	border-right: solid 1px #ccc;
	padding-right: 5px;
	margin-bottom: 10px;
}
.PackageMyTest li:nth-child(3) {
	width: 57% !important;
	text-align: left;
	border-right: none;
	padding-left: 22px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.PackageMyTest li:nth-child(4) {
	width: 50% !important;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 10px;
}
.PackageMyTest li:nth-child(5) {
	width: 40% !important;
	text-align: left;
	margin-bottom: 10px;
}

.my_nts_sml_details {
	display: inline-block;
	vertical-align: top;
	width:70% !important;
}
.my_nts_sml_thumb {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.my_nts_sml_details ul li {
	font-size: 9px;
	font-weight: 500;
	margin-left: 0px !important;
	margin-right: 10px !important;
	text-transform: uppercase;
	color: #666;
}
.my_nts_sml_details ul li{
	margin-bottom:0px !important;
}
.card .tab-pane li {
	list-style: none;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	line-height: 28px;
}
.packg_frm_content .notificationsList li {
	text-align: left;
	width: 90% !important;
}
.notificationsList li h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 20px;
}
.view-more-button{
	margin:10px auto !important;
}
.myVideos li:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
}
.myVideos li h5 {
    margin-bottom: 6px;
    margin-top: 0px;
    color: #888;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;
}
.sorting {
    text-align: left;
    margin-bottom: 20px;
}
.study_material li:nth-child(1){
	width:100%;
	text-align:left !important;
}
.study_material li:nth-child(2) {
    width: 50%;
    text-align: left !important;
}
.study_material li:nth-child(3) {
    width: 48%;
    text-align: left !important;
}
.study_material li img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 10px;
}
.transaction_lst_bx li {
    display: block !important;
    text-align: left !important;
    margin-bottom: 7px !important;
}
.transaction_lst_bx li label {
    display: block;
    margin-bottom: 0px !important;
    font-weight: 600;
    color: #53a1fa;
}
.transaction_lst_bx li h3 {
    font-size: 15px !important;
    margin: 0;
}
.transaction_lst_bx li span{
	font-weight:500;
}
.transaction_lst_bx {
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 10px;
}
.edit_upload_pc {
    right: 115px !important;
    top: 0px !important;
}
.more_dott_parent ul.dropdown-menu {
    height: 45px !important;
}
.asterisk{
color:red;
}
.PackageMyTest li span.bookmarkDate {
    margin: 10px  !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.transactionsList.head {
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0;
	border-bottom: 1px solid #0c4da2;
	white-space: nowrap;
	overflow: auto;
}
.transactionsList {
	background: #f5f5f5;
	padding-top: 0px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	padding-left: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: auto;
}
.transactionsList li:nth-child(3) {
	width: 33% !important;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left !important;
}
.transactionsList li:nth-child(4) {
	width: 80% !important;
	text-align: left !important;
	padding-left: 15px;
}
.transactionsList.head li {
	font-size: 12px;
}
.transactionsList li:nth-child(2) {
	width: 23% !important;
	text-align: left;
	padding-right: 5px;
	vertical-align: top;
}
.PackageMyTest li:nth-child(1) {
	width: 100% !important;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	margin-bottom:10px;
}
.PackageMyTest li:nth-child(2) {
	width: 20% !important;
	text-align: left;
	border-right: solid 1px #ccc;
	padding-right: 5px;
}
.PackageMyTest li:nth-child(3) {
	width: 30% !important;
	text-align: left;
	border-right: solid 1px #ccc;
	padding-left: 15px;
	padding-right: 8px;
}
.PackageMyTest li:nth-child(4) {
	width: 20% !important;
	text-align: left;
	padding-left: 10px;
}
.PackageMyTest li:nth-child(5) {
	width: 27% !important;
	text-align: left;
}
.PackageMyTest li .btn_take_test {
	border: solid 1px #999;
	padding: 5px 20px;
	color: #0c4da2;
	border-radius: 37px;
	font-weight: 500;
	font-size: 13px !important;
}
.PackageMyTest li .btn_view_report {
	border: solid 1px #999;
	padding: 5px 11px;
	color: #29ad23;
	border-radius: 37px;
	font-weight: 500;
	font-size: 13px !important;
}
.inr_bx .card .nav-tabs > li {
	width: 42% !important;
	display: inline-block;
}
.upld_pc {
	width: 40px;
	position: absolute;
	right: 38px !important;
	top: 35px !important;
}
.my_nts_sml_details {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}
.my_nts_sml_details ul li{
	margin-bottom:5px !important;
}
.my_nts_sml_details ul li {
	font-size: 11px;
	font-weight: 500;
	margin-left: 0px !important;
	margin-right: 40px !important;
	text-transform: uppercase;
	color: #666;
}
.tab-pane {
	padding: 0;
}
}

.dp_circular {
	background-image: url('../img/dp_lrg.png');
	height: 125px;
	width: 125px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center;
	border-radius: 100%;
	background-size: contain;
}
.npf_chatbots{display: none !important;}.default-chatbot-indicator{display: none !important;}
