
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');
<!--font-family: 'Mulish', sans-serif;-->

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
<!--font-family: "Josefin Sans", sans-serif;-->

.bg-overlay {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  background-color: rgba(42, 47, 54, 0.4)
  border-radius: 6px 6px 0px 0px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.bg-picture {
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -20px -25px 0px -25px;
  padding: 100px 0px;
  position: relative;
}
.bg-picture > .bg-picture-overlay {
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.profile-info-name {
  position: relative;
}
.profile-tab-content {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: 35px;
}
.user-tabs {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: -35px;
  padding-left: 25px;
}
.user-tabs .nav.nav-tabs {
  box-shadow: none !important;
}
.user-tabs .nav.nav-tabs a {
  text-transform: uppercase;
}
.user-tabs .pull-right .btn {
  margin-top: 8px;
}
.about-info-p {
  margin-bottom: 10px;
}
.about-info-p p {
  font-size: 16px;
}
/* ==============
  Timeline-2
===================*/
.timeline-2 {
  border-left: 2px solid #14082d;
  position: relative;
}
.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #14082d;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item {
  border-color: #dee5e7;
  padding-bottom: 1px;
  position: relative;
}
.time-item:before {
  content: " ";
  display: table;
}
.time-item:after {
  background-color: #ffffff;
  border-color: #14082d;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item-item:after {
  content: " ";
  display: table;
}
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.item-info p {
  margin-bottom: 10px !important;
}
/* ==============
  Sweet Alert
===================*/
.sweet-alert p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
button.confirm {
  background-color: #2b4049 !important;
  border-color: #2b4049 !important;
  box-shadow: none !important;
}
/* ==============
  Pricing
===================*/
.pricing-plan {
  padding-bottom: 50px;
}
.price_card {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  background: #fafafa;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.price_card .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}
.price_card button {
  margin-top: 20px;
}
.pricing-header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
}
.price {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}
.price-features {
  color: #8a8a8a;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.price-features li {
  margin: 0 35px;
  padding: 20px 15px;
}
.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.pricing-item-inner {
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  border-radius: 7px;
  border: 2px solid rgba(151, 160, 175, 0.2);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  vertical-align: middle;
}
.pricing-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.pricing-icon {
  font-size: 32px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.pricing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.pr-list {
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  margin: 0 -20px 30px;
  padding: 0;
  text-transform: uppercase;
}
.pr-list li {
  list-style: none;
  padding: 12px 20px;
}
.pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  left: -3px;
  margin-left: -7px;
  position: relative;
  top: -20px;
}
.pr-per {
  color: #97a0af;
  font-size: 12px;
}
.pr-button {
  margin-top: 30px;
}
/*Sudipto Chakraborty*/
.cust_log{
	width:90%;
}
.logo {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 70px;
  text-transform: uppercase;
  text-align:center;
  display:block;
}
.logo img{
	display:inline-block;
}
.pad_left_20{
	padding-left:20px;
}
.pad_left_170{
	padding-left:170px !important;
}
.fileupload.btn-primary_cust {
  background-color: #126f68 !important;
  border: 1px solid #2b4049 !important;
  color:#fff;
   border-radius: 5px;
}
.fileupload.btn-primary_cust:hover {
  background-color: #FFD238 !important;
  border: 1px solid #F2C224 !important;
  color:#237973;
   border-radius: 5px;
}

.btn-success_cust {
  background-color: #005952;
  border-radius: 5px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0 20px;
  text-align: center;
  transition-duration: 0.3s;
  margin-right:10px;
}
.cust_mrgn_tp{
	margin-top:0 !important;
	font-size:14px;
}
.btn-success_cust:hover {
  background-color: #89A257;
  color: #fff;
}
.btn-default_cust{
}
.btn-default_cust {
  background-color: #005952;
  border-radius: 5px;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  padding: 0 20px;
  transition-duration: 0.3s;
  margin-top:5px;
  color:#fff;
}
.btn-default_cust:hover {
  background-color: #89A257;
  color: #fff;
}
div.dataTables_paginate {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}
.dataTables_length label{
	font-weight:normal;
}
div.dataTables_filter{
  text-align: right;
  margin-bottom:10px;
}
div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  font-weight:normal;
  text-align: left;
}
.input-sm {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
  margin-left:5px;
}
.dataTables_paginate > .pagination > .active > a, .dataTables_paginate > .pagination > .active > span, .dataTables_paginate > .pagination > .active > a:hover, .dataTables_paginate > .pagination > .active > span:hover, .dataTables_paginate > .pagination > .active > a:focus, .dataTables_paginate > .pagination > .active > span:focus {
  background-color: #ff304f;
  border-color: #ff304f;
}
table.dat_tbl tbody tr td:last-child{
	text-align:center !important;
}
table.dat_tbl tbody tr td img{
	display:inline-block;
}
.checkbox span{
	display:inline-block;
	margin-right:10px;
}
.mrgn_btm_10{
	margin-bottom:10px;
}
.mrgn_tp_15{
	margin-top:15px;
}
.mrgn_lft-15{
	margin-left:15px;
}
.pho_img_hldr {
  background: #1cedd8 none repeat scroll 0 0;
  line-height: 140px;
  padding: 5px;
  position: relative;
  text-align: center;
}
.crsbtn{
	position:absolute;
	top:0;
	right:0;
}
.mrgn_btm_20{
	margin-bottom:20px;
}
/* ==============
  Maps
===================*/
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #2b4049;
  border-radius: 4px;
  padding: 10px 20px;
}
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #2b4049;
}
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #2b4049;
}
/* ==============
  Email
===================*/
.mails a {
  color: #444444;
}
.mails .checkbox {
  margin-bottom: 0px;
  margin-top: 0px;
  vertical-align: middle;
}
.mails .checkbox label {
  min-height: 16px;
}
/* ==============
  Timeline
===================*/
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 2em 0;
  position: relative;
}
#cd-timeline::before {
  background: #ffffff;
  content: '';
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 4px;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
    margin-top: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  margin: 2em 0;
  position: relative;
}
.cd-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
.cd-timeline-img.cd-success {
  background: #58c9c7;
}
.cd-timeline-img.cd-info {
  background: #2b9ac9;
}
.cd-timeline-img.cd-pink {
  background: #ec407a;
}
.cd-timeline-img.cd-danger {
  background: #ef5350;
}
.cd-timeline-img.cd-primary {
  background: #2b4049;
}
.cd-timeline-img.cd-warning {
  background: #ffd740;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
.cd-timeline-content {
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  padding: 1em;
  position: relative;
}
.cd-timeline-content img {
  display: block;
  width: 100%;
}
.cd-timeline-content:after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  margin-top: 0;
}
.cd-timeline-content p {
  color: #666666;
  font-size: 14px;
  margin: 10px 0px 10px 0px;
}
.cd-timeline-content .cd-read-more {
  background: #acb7c0;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: .8em 1em;
}
.cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 14px;
}
.cd-timeline-content h3 {
  font-size: 21px;
  margin: 0px;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
/* ==============
  Charts
===================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
#flotTip {
  padding: 4px 8px;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  opacity: .7;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flot-chart .error {
  display: none;
}
/* ==============
  Count Down
===================*/
.home-wrapper {
  margin: 10% 0px;
}
.home-text {
  font-family: 'Mulish', sans-serif;
}
.lj-countdown {
  color: #2b4049;
  margin-top: 40px;
  text-align: center;
}
.lj-countdown div {
  display: inline-block;
}
.lj-countdown div span {
  display: block;
  width: 150px;
}
.lj-countdown div span:first-child {
  font-size: 3em;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}
.lj-countdown div span:last-child {
  color: #333333;
  font-size: 0.9em;
  height: 25px;
  line-height: 25px;
}
.lj-countdown > * {
  text-align: center;
}
/* ==============
  Gallery
===================*/
.portfolioFilter a {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
  padding: 5px 10px;
  transition: all 0.3s ease-out;
}
.portfolioFilter a:hover {
  background-color: #2b4049;
  color: #ffffff;
}
.portfolioFilter a.current {
  background-color: #2b4049;
  color: #ffffff;
}
.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
}
.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.gal-detail h4 {
  margin-top: 16px;
}
/* ==============
  Maintenance
===================*/
.icon-main {
  font-size: 88px;
  margin-bottom: 50px;
}
.maintenance-page {
  margin: 10% 0%;
}
.mainten-box {
  margin-bottom: 30px;
}
.mainten-box .text-m-mode {
  margin: 0px auto;
  width: 80%;
}
.media-main a.pull-left {
  width: 100px;
}
.media-main .info {
  color: #000000;
  overflow: hidden;
}
.media-main .info h4 {
  margin-bottom: 5px;
  padding-top: 10px;
}
/* ==============
  Account pages
===================*/
.wrapper-page {
  margin: 7.5% auto;
  width: 420px;
}
.panel-pages {
  border-radius: 6px;
}
.panel-pages .panel-body {
  padding: 30px;
}
.panel-pages .panel-heading {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 40px 20px;
  position: relative;
}
.panel-pages .panel-heading h3 {
  position: relative;
  z-index: 999;
}
.user-thumb {
  margin-top: -44px;
  position: relative;
  z-index: 999;
}
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}
.ex-page-content h1 {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}
.for_ul_class {
  padding: 0 0 0 15px !important;
}
.for_ul_class li{
	margin:0 0 5px 0;
}



/*Multiselect box*/
.frm_grp .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	background-color: #fff;
	background-image: none !important;
	cursor: text;
	padding: 7px 15px;
	background: #fff url(../images/bg-input-arrow.png) no-repeat 101% 50% !important;
	
	
	background-size: 58px !important;
	min-height: 46px;
	outline: none;
	cursor: pointer;
	
	height: 46px;
	border: 1px solid #D0D5DD;
	border-radius: 8px;
	outline: none;
	font-size: 14px;
	line-height: 18px;
	color: #767C86;
	box-shadow: 0px 3px 3px #f3f9ff;
	font-family: 'Mulish', sans-serif;
}
.frm_grp .chosen-container-multi .chosen-choices li.search-choice {
	margin: 1px 5px 1px 0;
	padding: 5px 26px 5px 5px;
	max-width: 100%;
	border-radius: 3px;
	background-color: #fff;
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: none !important;
	color: #29303b;
	line-height: 13px;
	cursor: default;
	font-size: 14px;
}
/*Multiselect box*/
.mb_01 {
  margin-bottom: 22px;
}
.title_style{
  border-bottom: 3px solid transparent;
}
.title_style h3 {
	color: #030303;
	font-weight: 600;
	font-size: 19px;
	font-family: 'Mulish', sans-serif;
	line-height: 27px;
	padding: 3px 0 0 0;
}
.tablee_acttionn{
	text-align: center;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tablee_acttionn a{
	display:inline-block;
	margin:0 2px;
	font-size:14px;
}  
  
  
  
/*tooltip*/
.css-tooltip-top, .css-tooltip-bottom, .css-tooltip-right, .css-tooltip-left {
     position: relative !important;
     display: inline-block !important;
     text-decoration: none !important;
}
.css-tooltip-top span, .css-tooltip-bottom span, .css-tooltip-right span, .css-tooltip-left span, .css-tooltip-diagonal-right span, .css-tooltip-diagonal-left span {
    /*min-width: 80px;
    */
     font-family: 'Mulish', sans-serif !important;
     font-size: 14px !important;
     line-height: normal !important;
     text-align: left !important;
     padding: 5px 10px 5px 12px !important;
     visibility: hidden;
     opacity: 0;
     position: absolute;
     z-index: 9999999 !important;
     -webkit-transition-duration: 0.25s;
     -moz-transition-duration: 0.25s;
     -o-transition-duration: 0.25s;
     -ms-transition-duration: 0.25s;
     transition-duration: 0.25s;
     -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     -moz-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     -o-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     -ms-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
}
.css-tooltip-top span:before, .css-tooltip-bottom span:before, .css-tooltip-right span:before, .css-tooltip-left span:before, .css-tooltip-diagonal-right span:before, .css-tooltip-diagonal-left span:before {
     content: "";
     display: block;
     width: 0px;
     height: 0px;
     position: absolute;
}
/* Tool tip Top */
.css-tooltip-top span {
     left: 50%;
     transform: translateX(-50%);
     bottom: 100%;
     margin-bottom: 30px;
     -webkit-transition-property: opacity, margin-bottom, visibility;
     -moz-transition-property: opacity, margin-bottom, visibility;
     -o-transition-property: opacity, margin-bottom, visibility;
     -ms-transition-property: opacity, margin-bottom, visibility;
     transition-property: opacity, margin-bottom, visibility;
}
.css-tooltip-top span:before {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid #000;
  border-bottom: 0 !important;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.css-tooltip-top:hover span {
     margin-bottom: 5px;
    /* End Position */
     visibility: visible;
     opacity: 1;
}
/* Tooltip Color */
.color-blue span {
     color: #ffffff !important;
     background: #000;
     border-radius: 5px;
}
.color-blue span:before {
     border-color: #000;
}
 .color-blue span:after {
     content: "";
     display: block;
     border-top: 1px solid #000;
     position: absolute;
     left: 0px;
     top: 1px;
     width: 100%;
     height: 10px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}
/*tooltip END*/
.logginn > .panel-heading {
	border-color: #dae6f0 !important;
	padding: 0 0 15px 0 !important;
}
.alert-info {
  color: #914a2f;
  background-color: #f7e3d9;
  border-color: #eed4c7;
}

/*============== 
RESPONSIVE Table area start
 ==============*/
.table_01{
    overflow: hidden;
}
.dash99 {
	background: #FFF;
	border-radius: 0;
	display: block;
	padding: 0 15px;
	width: 100%;
	margin: 0;
}
.dash99 .table_01{
	margin-bottom:0 !important;
}
.amunt {
  background: #165EFF;
  color: #FFF;
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  padding: 12px 12px !important;
}
.table_01 {
	display: table;
	margin-bottom:0px;
	/*border: 1px solid #ddd;*/
	border-radius: 10px;
}
.table_01 .row {
	display: table-row;
}
.amunt-detail {
  border-bottom: 1px solid #d5e1e4;
  color: #354057;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 14px 12px;
  letter-spacing: 0.2px;
}
.amunt-detail .sm_size img {
  margin: 0 8px 0 0;
  width: 36px;
  min-width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.cel_area {
	display: table-cell;
}
.table_portion {
	width:100%;
	display:block;
}
.cess {
    vertical-align: middle;
}
.hide_big {
    display: none !important;
}
.icn11{
	font-size: 23px;
	margin-top: 4px;
	float: left;
	margin-left:28px;
}
.info_bar_area{
	display: block;
	overflow: hidden;
	width: 100%;
	background: #6c7b7e;
	padding: 18px 135px 18px 0;
	position: fixed;
	bottom: 0;
	z-index: 999;
	text-align:right;
}
.info_bar_area a{
	color: #FFF;
	font-family: 'Mulish', sans-serif;
	font-size: 13px;
	font-weight: 400;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
}
.bar_style1{
	border: 2px solid #6c7b7e;
	border-radius: 3px;
	padding: 6px 20px 7px 20px;
	margin: 0 0 0 10px;
}
.bar_style2{
	border: 2px solid #FFF;
	border-radius: 3px;
	padding: 6px 20px 7px 20px;
	margin: 0 0 0 10px;
}
.bar_style3{
	border: 2px solid #FFF;
	background:#FFF;
	font-weight:500 !important;
	color:#6c7b7e !important;
	border-radius: 3px;
	padding: 6px 20px 7px 20px;
	margin: 0 0 0 10px;
}
.info_bar_area a:hover{
	border: 2px solid #FFF !important;
	color: #FFF !important;
	border-radius: 3px;
	background:#73b500 !important;
}
.amunt-detail ul{
	margin: 0;
	padding:0;
}
.amunt-detail ul li{
	list-style:none;
	float:left;
	margin: 0 0 0 0;
	color:#444141;
	font-family: 'Mulish', sans-serif;
	font-size:15px;
	font-weight:400;
}
.amunt-detail ul li img{
	float: left;
	margin: 0 0 0 3px;
	width: 21px;
	opacity:1;
}
.amunt-detail ul li img:hover{
	opacity:0.8;
}
.amunt-detail i{
	margin:0 10px;
	color: #444141;
}
.for_bg_color_01 {
  background: #FFF;
}
.sm_size i{
	color:#6c6a6a;
	margin: 0 4px 0 0;
}
/*============== 
RESPONSIVE Table area start
==============*/
.for_small_heading{
	color: #030303;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Mulish', sans-serif;
	line-height: 27px;
	padding: 0 0 4px 0;
}
.hed_colorr{
	font-size: 17px !important;
	color:#165EFF !important;
}
.pb_0 .panel-body{
	padding-bottom:5px;
}
.checkbox, .radio {
  margin-top: 0;
  margin-bottom: 18px;
}
.tabbl_styl table thead{
	background:#36353d;
}
.tabbl_styl table thead tr th{
  color: #fff !important;
}
.tabbl_styl table tr td{
  color: #323f4d;
}
.tabbl_styl_n2{
	border: 1px solid #ddd;
}
.tabbl_styl_n2 table{
	margin-bottom:0 !important;
}


.header_user_rightt a > img{
	float:left !important;
}
.bbgg_color {
  background: #fafafa;
  margin: 0 15px 0 0 !important;
  padding: 14px 0px;
}
.bbgg_color:hover{
  background: #fafcff;
}
.header_user_rm {
  float: left;
  line-height: 19px !important;
}
.header_user_rm p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 18px !important;
  color: #262D34;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.header_user_rm strong{
	margin: 0 !important;
  padding: 0 !important;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 18px !important;
}
.right_side_btnn {
  float: right;
  margin: 12px 0 0 0;
}
.breadcrumb_and_heading{
	float:left;
	margin-bottom: 12px;
}
.breadcrumb_and_heading h4{
	color: #353636;
	margin: 0;
	font-weight: 700;
	font-size: 26px;
	font-family: "Josefin Sans", sans-serif;
}
.breadcrumb_and_heading ol li{
	font-size:14px;
	color:#3C3D46;
	line-height:18px;
	font-family: 'Mulish', sans-serif;
	margin: 0 3px 0 0;
}
.header_user_rm strong i {
  font-size: 14px !important;
}
.breadcrumb_and_heading ol li a{
	font-size:14px;
	color:#3C3D46 !important;
	line-height:18px;
	font-family: 'Mulish', sans-serif;
}
.breadcrumb > li + li::before {
  background: #f4f3f9 url(../images/chevron-left.png) no-repeat 10% 65% !important;
  content: "" !important;
  padding: 0 0 0 16px;
}

.css-tooltip-top > img {
  display: block;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 6px;
  margin: 3px 3px 0 0;
}
.css-tooltip-top > img:hover{
  background: #f7ce00;
}



.dropdown-menu {
  left: 0 !important;
  border: none !important;
  top: 56px;
}

.shadow_hide {
  display: block;
  width: 100%;
  background: #fff;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -18px;
  z-index: -1;
}
.border_bottomm {
 /*  border-bottom: 1px solid #f4f3f9; */
  padding: 10px 0;
}




.d-flex{
  display: flex !important;
}
.flex-row{
  flex-direction: row !important;
}
.justify-content-start{
  justify-content: flex-start !important;
}
.align-items-center{
  align-items: center !important;
}
.sm_size.d-flex span{
width: calc(100% - 44px);
}
.nowrap{
  white-space: nowrap;
}

/* login */
.login-body{
  position: relative;
  background-color: #F3F3F9;  
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  width: 100vw;
}
.login-bg {
  position: absolute;
  width: 100%;
  height: 435px;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
}
.login-inr{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px 68px 0px;
  width: 100%;
  overflow:hidden;
}
.login-logo {
  width: 145px;
  height: 145px;
  margin: 0 auto 44px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.login-logo img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.login-paper{
  width: fit-content;
  max-width: 100%;
  position: relative;
  padding: 32px 27px 54px 27px;
  background-color: white;
  border-radius: 11px;
}
.login-paper h2{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height:1;
text-align: center;
letter-spacing: 0.02em;
color: #165EFF;
margin: 0 auto 7px auto;
}
.login-paper p{
  display: flex;
  flex-direction: row;
  margin-bottom: 35px ;
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.03em;
color: #767C86;
width: 100%;
justify-content: center;
align-items: flex-start;
}
.login-paper p span{
  width: 57px;
  height: 2px;
  margin: 0px 7px;
  display: block;
}

.login-paper p span svg{
  margin-top: 10px;
  display: block;
}
.login-frm .input-group{
  width: 100%;
  margin-bottom:19px;
  position: relative;
}
.login-frm .input-group label{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 16px;
letter-spacing: 0.02em;
color: #11101D;
margin-bottom: 11px;
}
.login-frm .input-group input{
  width: 100%;
  outline: none !important;
box-sizing: border-box;
background: #FFFFFF;
border: 1px solid #D0D5DD;
border-radius: 8px;
padding: 14px 62px 14px 19px;
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.02em;
color: #2d2f31;
height: 44px;
position: relative;
}
.input-bg {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 51px;
  height: 44px;
  background-image: url(../images/bg-input.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-frm .input-group input::placeholder{
  color: #767C86;
}
.login-frm .input-group svg {
  width: 19px;
  height: 19px;
  display: block;
}
.fa-eye.field-icon{
  cursor: pointer;
}
.fa-eye.field-icon::before{
  content: '' !important;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/eye.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-eye-slash.field-icon::before{
  content: '' !important;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/eye-off.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.inpt-lbl-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.inpt-lbl-top a{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
text-align: right;
letter-spacing: 0.02em;
color: #165EFF;
margin-bottom: 14px;
display: block;
}
.inpt-lbl-top a:hover{
color: #F6CD16;
}
.reme-section{
margin-top: 31px;
margin-bottom: 31px;
}
.reme-section label{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height:22px;
text-align: right;
letter-spacing: 0.02em;
color: #11101D;
padding-left: 32px;
position: relative;
}
.reme-section label input{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.check-squr{
position: absolute;
width: 24px;
height: 24px;
background: #FFFFFF;
border: 2px solid #B7B7B7;
border-radius: 7px;
left: 0px;
top: 0px;
display: flex;
justify-content: center;
align-items: center;
}
.check-squr svg{
  display: none;
  width: 15px;
  height: 15px;
}
.reme-section label input:checked + .check-squr svg{
  display: block;
}
button.log-submit{
width: 100%;
height: 44px;
background: #F6CD16;
border-radius: 8px;
border: none !important;
outline: none !important;
box-shadow: none !important;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.01em;
color: #000000;
display: flex;
justify-content: center;
align-items: center;
}
button.log-submit:hover,
button.log-submit:focus{
  background: #165EFF;
  color: white;
}
.login-paper::after{
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 72px;
  height: 72px;
  background-color: #F3F3F9;
  border-radius: 50%;
  display:none;
}
.login-copy{
  padding: 50px 0px 20px 0px;
}
.login-copy p{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height:19px;
text-align: center;
letter-spacing: 0.02em;
color: #808285;
}
.login-copy p a{
  color: #165EFF;
}
.login-copy p a:hover{
  color: #F6CD16;
}
/* login */

.deet-lft {
  width: calc(100% + 35px);
  margin-right: -35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 29px 32px 29px;
}
.deet-lft em{
  display: flex;
  justify-content: center;
  align-items: center;
width: 110px;
height: 110px;
overflow: hidden;
margin-right: 20px;
}
.deet-lft em img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.deet-lft-txt{
  width: calc(100% - 130px);
}
.deet-lft-txt h3{
font-family: 'Josefin Sans';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 22px;
display: flex;
align-items: center;
letter-spacing: -0.03em;
color: #101A28;
margin-bottom: 8px;
margin-top: 0px;
}
.deet-lft-txt a{
  display: block;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 19px;
display: flex;
align-items: center;
color: #4E545E;
margin-bottom: 6px;
}
.deet-lft-txt a:last-child{
  margin-bottom: 0px;
}
.deet-lft-txt a:hover{
  color: #165EFF;
}
.deet-rt{
  width: calc(100% - 32px);
  margin-left: 32px;
  padding-top: 7px;
  padding-right: 17px;
}
.deet-rt h2 {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17203F;
  padding: 11px 0px 10px 19px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 3px solid #F7CE00;
  margin: 0px !important;
}
.deet-rt-inr{
  padding: 16px 2px 12px 19px;
}
.deet-rt-inr ul li{
  width: 261px;
  display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 6px;
}
.deet-rt-inr ul li:last-child{
  margin-bottom: 0px;
}
.deet-rt-inr ul li h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 13.5px;
line-height:175%;
display: flex;
align-items: center;
color: rgba(35, 45, 66, 0.51);
margin: 0px !important;
}
.deet-rt-inr ul li span{
  display: block;
  width: 126px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 13.5px;
line-height:175%;
display: flex;
align-items: center;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #171736;
}
.row{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.align-items-stretch{
  align-items: stretch !important;
}
.row.align-items-stretch .panel{
  height: calc(100% - 20px);
  margin-bottom: 20px;
}
h3.tbl-hd{
font-family: 'Josefin Sans';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 175%;
display: flex;
align-items: center;
letter-spacing: -0.03em;
text-transform: capitalize;
color: #17203F;
}
.green{
  color: #00C108;
}
.red{
  color: #F71B1B;
}




.filter_optionn{
	display:none;
	width: 100%;
}
.add_member_main label {
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  color: #11101D;
  font-size: 16px !important;
  line-height:17px;
}
.ppdfgg{
	padding-bottom: 40px !important;
}
.ppdfgg .amunt-detail {
  padding: 18px 12px;
}


.panel .panel-body.p-20{
  padding: 20px !important;
}
.inpt-bg input,
.inpt-bg select {
  padding-right: 63px;
  background-image: url(../images/bg-input.PNG);
  background-size: 51px 48px;
  background-position: right -2px center;
  background-repeat: no-repeat;
}
.inpt-bg select.rm06:focus{
  background-image: url(../images/bg-input.PNG) !important;
  background-size: 51px 48px !important;
  background-position: right -2px center !important;
  background-repeat: no-repeat !important;
}
.inpt-bg{
  position: relative;
}
.inpt-bg svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 43px;
  right: 21px;
}
.pswd-bg span{
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 44px;
  right: 22px;
  filter: invert(1) brightness(0);
}
.fileUpload{
background: #F6CD16 !important;
border-radius: 8px !important;
height: 46px;
padding: 0px !important;
}
.fileUpload span{
  width: 100%;
  height: 100%;
  display:flex;
  padding: 15px 20px 15px 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.cust_file:hover img{
  filter: invert(1) brightness(100);
}

.frm-last-ln{
  margin: 32px 0px 19px 0px;
  width: 100%;
  height: 1px;
  background-color: #EFEDED;
}
.frm-btns{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  float: none;
  flex-wrap: wrap;
}
.btn-sv{
width: 104px;
height: 46px;
background: #165EFF;
border-radius: 7px;
display: block;
margin-right: 9px;
}
.btn-sv:hover,
.btn-sv:focus{
  border-radius: 7px !important;
}
.btn-reset{
width: 104px;
height: 46px;
background: #FFFFFF;
border: 1px solid #626676 !important;
border-radius: 7px;
box-shadow: none !important;
color: #283035 !important;
}
.btn-reset:hover,
.btn-reset:focus{
  background: #f7ce00 !important;
  border-radius: 7px !important;
  border: 0px solid transparent !important;
}
.upld-frm-grp{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.upld-sec{
  width: 393px;
  max-width: calc(100% - 60px - 27px);
  margin-right: 27px;
}
.mt-0{
	margin-top:0 !important;
}
.timme_bg{
	background: #fff url(../images/timee.png) no-repeat 101% 50% !important;
	background-size: 58px !important;
}


.up_text{
  margin: 0;
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
}
.up_text span {
  width: auto !important;
  padding: 0 !important;
}
.up_text:hover {
  background: transparent !important;
  border: none !important;
  color: #165EFF !important;
  font-size: 16px !important;
font-weight: 700 !important;
}
.up_text:hover img {
  filter: invert(1) brightness(0);
}
.up_text input.upload {
  height: auto !important;
}
.tty{
  width: 245px !important;
  max-width: calc(100% - 60px - 27px) !important;
  margin-right: 20px !important;
}
.upp_picc img {
  width: 55px;
  margin: 0;
}
.pp_text > p {
  font-weight: 600;
  color: #3C3D46;
  line-height: 18px;
  font-family: 'Mulish', sans-serif;
  margin: 3px 0 0 0;
  font-size: 14px;
}
.pp_text{
	margin-bottom:0 !important;
}
.exam_details_areaa {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.exam_details_areaa .deet-rt-inr {
  padding: 12px 0 4px 0 !important;
}
.exam_details_areaa ul {
  margin: 10px 0 4px 0;
  padding: 0;
  float: left;
  width: 100%;
}
.exam_details_areaa ul li {
  float: left;
  list-style: none;
  width: auto;
  margin: 0 48px 0 0;
}
.exam_details_areaa ul li strong{
	display: block;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 25px;
	display: flex;
	align-items: center;
	color: rgba(35, 45, 66, 0.51);
	margin: 0px !important;
}
.exam_details_areaa ul li span{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #171736;
}
.sm_size .checkbox {
  margin: 10px 5px 0 0 !important;
}
.pp_text > a {
  font-weight: 600;
  color: #3C3D46;
  line-height: 18px;
  font-family: 'Mulish', sans-serif;
  margin: 3px 0 0 0;
  font-size: 14px;
}
.pp_text > a:hover{
  color: #165EFF;
}
.left_side_btnn {
  float: left;
  margin: 0 0 15px 0;
}
.ex_dtllss{
	width:100% !important;
}




/*member panel start*/
.member_one{
	width:100% !important;
	margin: 0 0 12px 0 !important;
	padding: 14px !important;
}
.member_two .about-info-p p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 13.5px;
	line-height: 20px;
	display: block;
	text-transform: capitalize;
	color: #171736;
}
.member_two .about-info-p strong {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 13.5px;
	line-height: 22px;
	align-items: center;
	color: rgba(35, 45, 66, 0.51);
}
.member_two .deet-lft em {
	width: 90px;
	height: 90px;
}
.change_pass{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.change_pass .right_side_btnn{
	margin-top:0 !important;
}
.change_pass{
	padding: 6px 20px !important;
}
.deet-lft-txt p {
	margin: 0 0 6px 0 !important;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	align-items: center;
	color: #4E545E;
}
.member_four {
	margin: 36px 0 0 0;
	width: auto;
	float: left;
}
.radio label {
	display: inline-block;
	padding-left: 5px;
	position: relative;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 15px !important;
	line-height: 19px;
}
.member_four .radio {
	margin:0 18px 0 0 !important;
}
.member_notice_boxx {
	border-radius: 8px;
	border: none;
	box-shadow: 0px 0px 15px #f0f0f0;
	margin-bottom: 20px;
	padding: 17px 25px 22px 25px;
}
.member_notice_boxx h3{
	margin:0;
	padding:0;
}
.member_notice_boxx p {
	margin: 6px 0 12px 0 !important;
	padding: 0;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 15px !important;
	line-height: 22px;
}
.member_notice_boxx span{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 15px !important;
	line-height: 19px;
	color: #888;
}
.member_take_exam{
	float: left;
	border-radius: 8px;
	border: none;
	box-shadow: 0px 0px 15px #f0f0f0 !important;
	margin-bottom: 20px !important;
	padding: 25px 25px 22px 25px !important;
	background: #fff !important;
	min-height: 600px !important;
}
.member_take_exam ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.member_take_exam ul li {
  margin: 0 15px 15px 0 !important;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 16px 20px;
  width: 25%;
  box-shadow: 0px 2px 11px #f0f0f0;
}
.member_take_exam.mem-exminst ul {
  width: 100%;
  list-style: disc !important;
  padding-left: 16px !important;
  display: block !important;
}
.member_take_exam.mem-exminst ul li {
  margin: 0 0px 15px 0 !important;
  width:100% !important;
  position: relative !important;
  display: block !important;
  padding: 0px !important;
  border: 0px solid transparent !important;
  box-shadow: none !important;
}
.member_take_exam.mem-exminst ul li::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 7px;
  width: 6px;
  height: 6px; 
  background-color: #2f2f8f;
  border-radius: 50%;
  display: block;
}
.member_take_exam ul li strong {
  line-height: 18px !important;
  margin: 0 0 2px 0 !important;
  color: #6e6e97;
  letter-spacing: 0.3px;
}
.member_take_exam ul li span {
  font-size: 17px;
  line-height: 23px;
}


.member_take_exam h2 {
  font-family: 'Mulish' !important;
  font-style: normal;
  color: #2f2e8f !important;
  font-weight: 700;
  font-size: 19px;
  line-height: 18px;
  border-left: none !important;
  padding: 0 0 20px 0 !important;
  margin-bottom: 12px !important;
}
.posit_leftt{
  float: left !important;
  font-size: 17px;
  height: auto !important;
  padding: 10px 28px 10px 25px;
}


.disabled_btnn {
	background: #f4f3f9 !important;
	border: 1px solid #f4f3f9 !important;
	color: #828282 !important;
}
.disabled_btnn:hover {
	background: #f4f3f9 !important;
	border: 1px solid #f4f3f9 !important;
	color: #828282 !important;
	cursor: default;
}
.question h1 {
  font-family: 'Mulish' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #2F2E8F;
  margin: 0 0 12px 0;
  border-bottom: 1px dashed #8f8a8a;
  padding-bottom: 14px;
}
.question h2 {
	font-family: 'Mulish' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #17203F;
	margin: 0 0 10px 0;
	padding-bottom: 0;
}
.question .radio label {
	line-height: 24px;
	font-size: 16px !important;
	letter-spacing: 0.2px;
}
.question .member_four {
	margin: 0 !important;
}
.question .radio {
  width: 100% !important;
  margin: 0px 0 16px 0 !important;
}
.question .radio label::before {
	margin-top: 6px;
}
.question .radio label::after {
	top: 9px;
}
.exam_area_full {
	overflow:hidden;
	padding: 100px 25px 88px 25px !important;
	/*background: #fff url(../images/bgg.jpg) no-repeat center center !important;
	background-size: cover !important;*/
}
.main_exam_left_side{
	width: calc(100% - 340px);
}
.main_exam_right_side {
	right: 0 !important;
	left: auto;
	border-radius: 0;
	border: none;
	box-shadow: 10px 15px 12px 16px #f0f0f0 !important;
	margin-bottom: 0 !important;
	padding: 15px !important;
	background: #fff !important;
	width: 335px;
	position: fixed;
	top: 75px;
	height: 100%;
}
.mobile_qp{
	display:none;
}
.main_exam_left_side .footer {
	left: 0 !important;
	padding-left: 25px !important;
	position: fixed;
	bottom: 0;
	/*z-index: 999;*/
	width: calc(100% - 336px);
}
.main_exam_left_side .panel-body {
  min-height: 540px;
  padding: 20px;
}
.pre_next_btnn a{
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #f7ce00;
	height: 38px;
	display: inline-block;
	padding: 7px 17px 7px 17px;
	color: #000000;
	cursor: pointer;
	border-radius: 8px;
	border: none;
	letter-spacing: 0.3px;
	line-height: 24px;
}
.pre_next_btnn a:hover{
	background: #165EFF;
	color: #fff;
}
.position_right{
	float:right;
}
.shadow_none {
	box-shadow: none !important;
}



.exm_dtails {
	float: none;
	display: block;
	opacity: 1;
	/*position: absolute;*/
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.exm_dtails button{
	border: none;
	color: #68797e;
	background: transparent;
}
.exm_dtails button {
  border: none;
  color: #165eff;
  background: transparent;
  font-size: 17px !important;
  line-height: 16px;
}
.exm_dtails span{
	cursor:pointer;
	display:inline-block;
	margin: 0 7px 0 7px !important;
	font-size: 16px;
	color: #707a7b;
}
.exm_dtails span:hover{
	color: #165eff;
}
.exm_dtails h1 {
	margin: 2px 0 10px 0 !important;
	font-weight: 700;
	font-size: 19px;
	float: none;
	font-family: 'Mulish', sans-serif;
	line-height: 23px;
}
.exm_dtails p {
	margin: 0 7px 0 7px !important;
	font-weight: 500;
	line-height: 18px;
	float: none;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	width: auto;
	display: inline-block;
	color: #707a7b;
}

.choose_question{
	display:block;
	overflow:hidden;
	width:100%;
}
.choose_question h2 {
	margin: 18px 0 16px 0 !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	background: #f7c500;
	padding: 9px 12px 5px 12px;
	border-radius: 5px;
	color: #fff;
	float: left;
	width: 100%;
}
.choose_question h3 {
  margin: 18px 0 12px 0 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.question_palet_color {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
  flex-wrap:wrap;
}
.question_palet_color p {
  float: left;
  display: block;
  overflow: hidden;
  width: auto;
}
.question_palet_color p span {
  width: 24px;
  height: 23px;
  line-height: 22px;
  padding: 0;
  float: left;
  border-radius: 5px;
  text-align: center;
  margin: 0 6px 0 0;
}
.question_palet_color p strong{
	font-weight: 700;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	float: left;
	color: #000;
	letter-spacing: 0.4px;
}
.choose_question h5 {
  display: block;
  overflow: hidden;
  width: 100%;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 8px 0 0 0;
  float: left;
  color: #000;
  letter-spacing: 0.4px;
  border-bottom: 1px dashed #b9b9b9;
  padding-bottom: 9px;
}
.choose_question ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.choose_question ul li {
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	float: left;
	width: 34px;
	height: 32px;
	color: #fff;
	list-style: none;
	border-radius: 5px;
	text-align: center;
	margin: 0 16px 15px 0;
	font-weight: 700;
	line-height: 22px;
	padding: 4px 0 0 0;
}
.answered{
	background: #2ac88d;
	border: 1px solid #2ac88d;
}
.not_answered {
	background: #f9f9f9;
	color: #000 !important;
	border: 1px solid #d0d0d0;
}
.attempted{
	background: #f7c500;
	border: 1px solid #f7c500;
}
.skip{
	background: #ed4907;
	border: 1px solid #ed4907;
}
.mr_s1{
	margin-right:10px;
}
.info_marks{
  float: right;
  margin: 30px 0 0 0 !important;
}
.info_marks p{
	float: left;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	color: #2b3035;
	font-weight: 700;
	margin: 0 0 0 22px;
	letter-spacing: 0.2px;
}
.green{
	color: #08bd7a !important;
}
.red {
	color: #ed4907 !important;
}





.for_exam_logo img{
	width: 70px;
}
.only_for_exam {
	display: flex;
	padding: 7px 15px 7px 25px;
	align-items: center;
}
.only_for_exam .topbar-left{
	background: transparent !important;
	width: auto !important;
	min-width: auto !important;
	max-width: inherit !important;
}
.only_for_exam .logo {
  background: transparent !important;
  margin-right: 15px;
}
.only_for_exam .logo img {
	max-width: inherit !important;
	margin-right: 0;
}

/*timer css*/
.timer_main {
	display: block;
	border: 1px solid #165eff;
	padding: 20px 12px 6px 12px;
	border-radius: 5px;
	background: #165eff;
	position: relative;
	margin: 0;
	float: right;
	width: 168px;
	height: 61px;
}


div.countdown-bar {
  width: auto !important;
  height: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  background-color: transparent !important;
  float: left;
}
div.countdown-bar div:nth-of-type(1) {    
    width: 0 !important;
    height: 100%
}
div.countdown-bar div:nth-of-type(2) {    
    /* width: 0 !important; */
	margin-top:4px !important;
    height: 100%;
	padding:0 !important;
}
.timer_main .countdown-bar > strong {
	color: #fff;
	position: absolute;
	top: 4px;
	left: 11px;
}
/*.hide{
	display:none !important;
}*/
/*timer css*/
.stl_01{
	text-align:left !important;
}
.stl_01 p {
  margin: 0 14px 0 0 !important;
}

.stl_02 {
  text-align: left !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.stl_02 p {
  margin: 0 0 12px 0 !important;
  width: 50%;
  padding: 0 25px 0 0;
}
.stl_02 p strong {
  font-weight: 700 !important;
  color: #39414b;
  width: 100% !important;
  display: block;
  margin: 0 0 4px 0;
  font-size: 15px;
}
.modal .modal-dialog .modal-content {
  padding: 30px 20px 0 20px !important;
}
.modal-dialog {
  margin-top: 125px !important;
}
.green {
  color: #00C108;
}
.red {
  color: #F71B1B;
}
.for_exd_heading{
  margin: 0 0 4px 0 !important;
}
.for_exd_heading h4{
	font-size:20px !important;
}
  
/*old*/
.title_style h3 {
  color: #030303;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  padding: 6px 0 0 0;
  font-family: 'Josefin Sans';
}
.bbgg_color {
  background: transparent;
}
#sidebar-menu {
  padding: 0 !important;
}
.deet-lft-txt a {
  color: #165EFF;
}
.deet-lft-txt a:hover {
  color: #F7AE00;
}


.member_two .deet-lft em {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.deet-lft-txt {
  width: 100% !important;
  text-align: center;
  margin-top: 15px;
}
.member_one {
  display: block;
  text-align: center;
}
.deet-lft-txt h3 {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 3px;
  text-align: center;
  display: block;
}
.deet-lft-txt a {
  display: block;
}


.style_like_tabs{
	display:block;
	overflow:hidden;
	width:100%;
	margin: 0 0 10px 0 !important;
}
.style_like_tabs a {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.2px;
  color: #fff;
  width: auto;
  background: #165EFF;
  border: 1px solid #165EFF;
	border-bottom: none !important;
  float: left;
  padding: 10px 24px 9px 24px;
  margin: 0 6px 0 0;
  border-radius: 8px 8px 0 0;
}
.style_like_tabs a:hover{
  color: #000;
  background: #F7CE00;
   border: 1px solid #F7CE00;
}
.style_like_tabs .active_area{
	color: #000 !important;
	background: #fff !important;
	border: 1px solid #ccc;
	border-bottom: none !important;
}
.style_like_tabs span {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.2px;
  color: #fff;
  width: auto;
  background: #165EFF;
  border: 1px solid #165EFF;
	border-bottom: none !important;
  float: left;
  padding: 10px 24px 9px 24px;
  margin: 0 6px 0 0;
  border-radius: 8px 8px 0 0;
}


.stydy_metirial_download{
  border-radius: 8px;
  border: none;
  box-shadow: 0px 0px 15px #f0f0f0;
  margin-bottom: 18px;
  padding: 14px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stydy_metirial_download span{
	float:left;
}
.stydy_metirial_download span h3 {
	margin: 0;
	padding: 0;
	color: #030303;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Mulish', sans-serif;
}
.stydy_metirial_download span p {
  margin: 3px 0 0 0 !important;
  padding: 0;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 21px;
  color: #536577;
}
.stydy_metirial_download span p i {
  margin: 5px 7px 0 0 !important;
  float: left;
  font-size: 13px !important;
  color: #637173;
}
.stydy_metirial_download a {
  margin: 8px 0 0 0 !important;
  padding: 0;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 22px;
  color: #165eff;
}
.stydy_metirial_download a i {
  margin: 4px 9px 0 0 !important;
  float: left;
  font-size: 16px !important;
  color: #165eff;
}




.start_exam_countdodn > p {
  float: left;
  font-family: 'Mulish' !important;
  font-style: normal;
  color: #343448 !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  border-left: none !important;
  padding: 10px 0 0 0 !important;
  margin-bottom: 0 !important;
}

/**/
.start_exam_countdodn{
	float:left;
	margin-top: 25px;
}
.countdodn_main{
	float:left;
}
.countdown-container {
  font-family: 'Josefin Sans';
  width: 100%;
  height: 100%;
  text-align: center;
  width: 100%;
}

.countdown {
  display: flex;
  transform-style: preserve3d;
  perspective: 500px;
  height: 66px;
  width: 270px;
  margin: 0 auto;
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}
.number, .separator {
  display: block;
  color: #333;
  height: 22px;
  font-size: 28px;
  position: relative;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.separator {
  margin: 0;
  width: 2rem;
}

.new, .old, .current {
  color: #333;
  position: absolute;
  border-radius: 1rem;
  height: 28px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
  position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  content: "DAYS";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -28px;
  font-size: 12px;
}
#js-hours:after {
  content: "HOURS";
}
#js-minutes:after {
  content: "MINUTES";
}
#js-seconds:after {
  content: "SECONDS";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}
.background_login_pic {
  display: block;
  background: #fff url(../images/login_background.jpg) no-repeat top center !important;
    background-size: auto;
  background-size: cover !important;
}
.rm_coppyy {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.rm_coppyy p {
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
}
.rm_coppyy p a {
  color: #F6CD16;
}
.pre_next_btnn{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.pre_next_btnn button {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #d2d2d2;
    outline: none !important;
    background-color: #7f9de3;
    border-radius: 5px;
    font-size: 15px;
}
.end_exam_footer{
	display:flex;
	flex-direction:row-reverse;
	justify-content:flex-start;
	align-items:center;
	gap:12px;
}
.end_exam_footer a{
	    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: #f7ce00;
    height: 38px;
    display: inline-block;
    padding: 7px 17px 7px 17px;
    color: #000000;
    cursor: pointer;
    border-radius:4px;
    border: none;
    letter-spacing: 0.3px;
    line-height: 24px;
}
.end_exam_footer a:hover{
	    background: #165EFF;
    color: #fff;
}
.exam_result_new{
	overflow: hidden;
}
.exam_result_new > em {
    width: auto !important;
    float: left;
    border-radius: 50%;
}
.exam_result_new .deet-lft-txt {
    width: auto !important;
    float: left;
    margin: 2px 0 0 15px !important;
}
.exam_result_new .deet-lft-txt > p {
    text-align: left !important;
}
.exam_result_new .deet-lft-txt > h3 {
    text-align: left !important;
}
.member_notice_boxx > a {
    float: right;
    margin: 8px 0 0 0 !important;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 22px;
    color: #165eff;
}
.member_notice_boxx > a i {
    margin: 4px 9px 0 0 !important;
    float: left;
    font-size: 16px !important;
    color: #165eff;
}
.error{
	color:red !important;
}
.falied_message.color-blue span{
	left:100% !important;
	transform:translateX(-100%) !important;
	width:126px;
}
.css-tooltip-top span.tooltip-mnbody:before{
	left:94% !important;
	transform:translateX(-100%) !important;
}
/*26-06*/
.dash-panel{
    padding:30px;
}

.dash-panel h1{
    color: #353636;
    font-weight: 600;
    font-size:32px;
    line-height:1 !important;
    font-family: "Josefin Sans", sans-serif;
    padding:0px 12px 6px 12px;
    margin:0 auto 12px auto;
    width:fit-content;
    text-align:center;
    border-bottom: 1px solid #165eff;
}
.dash-panel h1 b{
    color: #165eff;
}
.dash-panel h2{
     color: #353636;
    margin: 0;
    font-weight: 600;
    font-size:25px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom:22px;
    text-align:center;
}
.dash-stats{
    list-style:none !important;
    padding:0px !important;
    margin: 0px !important;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:stretch;
    gap:15px;
    width:100%;
    flex-wrap:wrap;
}
.dash-stats li{
    width: calc(30% - (30px / 5));
    flex-grow:1;
}
.dash-stats li form{
    margin-bottom:0px !important;
}
.stat-box {
    width: 100%;
    border-radius: 4px;
    background-color: #0160f3;
    box-shadow: 2px -1px 18px 0px #00000036;
    padding: 16px 12px 12px 29px;
    position: relative;
    overflow: hidden;
    min-height: 110px;
}
.stat-box::after{
    content:'';
    position:absolute;
    left:0px;
    bottom:-2px;
    width:0%;
    height:0px;
    background-color:transparent;
    opacity:0;
    transition: all 0.3s ease;
}
.stat-box:hover::after{
    width:100%;
    height:6px;
    background-color:#165eff;
    opacity:1;
	display: none;
}
.stat-icon {
    position: absolute;
    display: block;
    width: 100px;
    height: 86px;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 3;
}
.stat-icon::before {
    position: absolute;
    content: '';
    display: none;
    width: 112px;
    height: 51px;
    background-color: #165eff;
    transform: rotate(319deg) translateX(-33px) translateY(10px);
    transform-origin: left;
    z-index: -1;
}
.stat-icon svg {
    display: block;
    width: 35px;
    height: 35px;
    opacity: 0.7;
    margin: 0 25px 0px 6px;
}
.stat-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
}
.stat-txt h4 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    font-family: "Josefin Sans", sans-serif;
    margin: 0 0 8px 0 !important;
    text-align: right;
}
.stat-txt h6 {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    font-family: "Josefin Sans", sans-serif;
    margin: 0 0 0px 0 !important;
    text-align: right;
    text-transform: capitalize;
}

.stat-box1{
	background: #f5a101 !important;
}
.stat-box2{
	background: #01ab68 !important;
}
.stat-box3{
	background: #e81400 !important;
}
.stat-box4{
	background: #2f2f8f !important;
}
.stat-box5{
	background: #f78927 !important;
}
.stat-box6{
	background: #228396 !important;
}
.start-text-below {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #025eec;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 13px;
    padding: 6px 32px;
    border-top: 1px solid #0d57e2;
}

.stat-box1 .start-text-below{
    background: #ed9d08;
    border-top: 1px solid #e39609;
}
.stat-box3 .start-text-below{
    background: #de1202;
    border-top: 1px solid #d11102;
}
.stat-box2 .start-text-below{
    background: #01a564;
    border-top: 1px solid #01995d;
}

.stat-box4 .start-text-below {
    background: #2a2a8f;
    border-top: 1px solid #1d1d7b;
}
.stat-box5 .start-text-below {
    background: #ec8121;
    border-top: 1px solid #e57c1e;
}
.stat-box6 .start-text-below {
    background: #228396;
    border-top: 1px solid #e57c1e;
}
/*26-06*/
.question_result_new{
    float: left;
    display: block;
    width: 100%;
}
.question_result_new h1 {
    border: none !important;
    margin: 0 !important;
    padding-bottom: 6px !important;
}
.question_result_new .member_four {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 12px !important;
    padding: 8px 12px;
    border-radius: 7px;
}
.question_result_new .radio-inline {
    margin: 0 !important;
    padding: 0 !important;
}
.question_result_new .footer  {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0px;
    border: none;
    box-shadow: none;
}
.question_re_head{
	float: left;
	width: 100%;
}
.result_next{
	display: block;
}
.panel .panel-body .question_options p img,
.question_result_new p img{
  width:300px;
	height:auto;
	display:block;
	margin-bottom:15px;
}
.exm_dtails.stl_02 ul{
	padding-left: 16px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 11px;
    padding-bottom: 20px;
}
.exm_dtails.stl_02 ul li::marker{
	color:red !important
}

.header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px;
}
.header-right .pull-left:nth-child(2) {
  width: calc(100% - 240px);
}
.header-right .navbar-right {
  flex-grow: 1;
}
.bbgg_color {
  background: #fafafa;
  margin: 0 15px 0 0 !important;
  padding: 14px 0px;
}
.header_user_rightt .dropdown-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.profile img {
  border: none;
  height: 41px;
  width: 41px;
  padding: 0;
  margin-right: 12px;
}
.header_user_rm {
  float: left;
  line-height: 19px !important;
}

/* ////////////////////////// */

/* ////////////////////////////// */




















