/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Less ================================== */
@font-face {
  font-family: "mouse-300";
  src: url("../fonts/museoslab300-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "mouse-500";
  src: url("../fonts/Museo_Slab_500italic.otf") format("truetype");
}
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}
.btn-xs i {
  font-size: 12px;
}

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

body {
  background-color: #f1f1f145 !important;
  color: #6A6A6A;
  width: 100%;
  overflow-x: hidden;
  font-size: 0.9rem;
}

.session-title {
  padding: 30px;
  margin: 0px;
}
.session-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Play", sans-serif;
  font-weight: 600;
  color: #444;
}
.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
}
.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .page-nav {
    padding-top: 186px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 206px;
  }
}
.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
}

.btn-success {
  background-color: #2d389b;
  border-color: #2d389b;
}
.btn-success:hover {
  background-color: #2d389b !important;
  border-color: #2d389b !important;
}
.btn-success:active {
  background-color: #2d389b !important;
  border-color: #2d389b !important;
}
.btn-success:focus {
  background-color: #2d389b !important;
  border-color: #2d389b !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.btn-primary:active {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.btn-primary:focus {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  box-shadow: none !important;
}

.btn-info {
  background-color: #2d389b;
  border-color: #2d389b;
}
.btn-info:hover {
  background-color: #2d389b !important;
  border-color: #2d389b !important;
}
.btn-info:active {
  background-color: #2d389b !important;
  border-color: #2d389b !important;
}
.btn-info:focus {
  background-color: #2d389b !important;
  border-color: #2d389b !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #2d389b;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #2d389b !important;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

.carosal-gall {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-bottom: 50px;
  margin-top: -15px;
}

.title-demo {
  text-align: center;
  display: block;
  padding: 15px;
  margin-top: 30px;
}

.cvfg {
  margin: auto;
  margin-top: 5%;
}

.demo-cover {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
}
.demo-cover .view {
  padding-top: 20px;
}

/* ===================================== Import Loader CSS ================================== */
.spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.load-modl {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  padding-top: 35%;
}

.modal-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* ===================================== Herader CSS ==================================== */
header {
  background-color: #2d389b !important;
  padding: 10px !important;
}
header .header-top img {
  max-width: 230px;
}
header .socil-icon {
  float: right;
  padding-top: 5px;
}
header .socil-icon li {
  float: left;
  padding: 7px 15px;
  padding-right: 0px;
}
header .socil-icon li a {
  color: #FFF;
}
header .socil-icon li i {
  font-size: 1rem;
  margin-right: 5px;
}
header .socil-icon li .btn {
  font-weight: 600;
  width: 120px;
}

.home-slider {
  background-color: #2d389b !important;
  padding: 40px;
  color: #FFF;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home-slider {
    padding-top: 0px;
  }
}
@media screen and (max-width: 460px) {
  .home-slider {
    padding: 0px;
    padding-bottom: 30px;
  }
}

/* ===================================== Footer CSS ==================================== */
.footer {
  border-top: 1px solid #CCC;
  padding-top: 25px;
  padding-bottom: 12px;
  background-color: #FFF;
}
.footer .socil-icon {
  float: right;
}
@media screen and (max-width: 767px) {
  .footer .socil-icon {
    margin-top: 20px;
  }
}
.footer .socil-icon li {
  float: left;
  padding: 10px 15px;
  padding-top: 0px;
  padding-bottom: 7px;
}

/* ===================================== Slider CSS ==================================== */
.survay-home {
  padding: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 940px) {
  .survay-home {
    padding: 30px 10px;
  }
}

.survay-card {
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(234, 234, 234, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  padding: 15px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 3px;
  width: 100%;
}
.survay-card h2 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: unset;
}
.survay-card .btn {
  margin-top: 16px;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}

.headeing {
  border-bottom: 1px solid #cccccc9c;
  margin-bottom: 45px;
}
@media screen and (max-width: 560px) {
  .headeing {
    margin-bottom: 8px;
  }
}
.headeing h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .headeing h2 {
    margin-bottom: 0px;
    font-size: 1rem;
  }
}

.dsbox {
  margin-top: 30px !important;
}

@media screen and (max-width: 575px) {
  .load-modll {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 575px) {
  .load-modll {
    float: none;
    margin: auto;
  }
}

/* ===================================== Slider CSS ==================================== */
.survay-box {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 60px;
  margin-top: -60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .survay-box {
    padding: 20px;
  }
}
@media screen and (max-width: 560px) {
  .survay-box {
    padding: 15px;
  }
}
.survay-box .question {
  margin-bottom: 20px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .survay-box .question {
    margin-bottom: 0px;
  }
}
.survay-box .question h2 {
  font-size: 1rem;
}
.survay-box .choices .scs {
  font-size: 0.9rem;
}
.survay-box .choices .scs label {
  font-size: 0.92rem;
  padding-top: 8px;
}
.survay-box .choices .scs label i {
  margin-right: 7px;
  color: #b1b1b1;
}
.survay-box .choices .scs label .selstar {
  color: #673ab7;
}
.survay-box .choices .scs .icheck-material-red {
  padding: 10px;
  border: 1px solid #cccccc9c;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}
.survay-box .choices .scs .starrr {
  float: right;
  font-weight: 600;
  padding-top: 3px;
}

.serv-fot {
  padding-top: 40px;
  border-top: 1px solid #cccccca6;
  margin-top: 60px;
}
@media screen and (max-width: 560px) {
  .serv-fot {
    margin-top: 0px !important;
    padding-top: 20px;
  }
}
.serv-fot .sercvi {
  margin-top: 5px;
  font-size: 0.85rem;
  font-weight: 600;
}
.serv-fot .sercvi a {
  color: #2d389b;
}

.loginsups p {
  font-size: 0.85rem;
  font-weight: 600;
}
.loginsups p a {
  color: #2d389b;
}

.surv-detail {
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .surv-detail {
    padding-bottom: 100px;
  }
}

.form-row label {
  font-size: 0.9rem !important;
  font-weight: 500;
  padding-top: 5px;
}
.form-row span {
  float: right;
  padding-top: 7px;
  padding-right: 7px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .form-row span {
    float: none;
  }
}
.form-row .form-control {
  border-radius: 0px;
}

@media screen and (max-width: 400px) {
  .vbgh {
    padding: 0px;
  }
}
.point-chic li {
  float: left;
  border: 1px solid #CCC;
  padding: 0px 10px;
  margin-bottom: 20px;
  width: 17%;
  margin-right: 2%;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .point-chic li {
    width: 22%;
  }
}
.point-chic li label {
  padding-top: 2px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 1.1rem;
}

.alert-margin {
  margin-left: 15px;
  margin-right: 15px;
}

.success-box {
  text-align: center;
}
.success-box i {
  font-size: 63px;
  color: #07ad2cd1;
}
.success-box h1 {
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .success-box h1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .success-box i {
    margin-top: 15px;
  }
  .success-box h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .success-box .btn {
    margin-bottom: 20px;
  }
}

.privac {
  position: absolute;
  margin-bottom: 19px;
  margin-top: 25px;
}

.range-slider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #673ab7;
  cursor: pointer;
}
.range-slider .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.datepicker td, .datepicker th {
  padding: 5px;
}

/* ===================================== Slider CSS ==================================== */
/* ===================================== Validation CSS ================================== */
.smart-valid {
  position: absolute;
  width: 250px;
  background-color: #fd3550;
  left: 105%;
  color: #FFF;
  font-size: 0.88rem;
  padding: 7px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-top: 9px;
  padding-left: 18px;
  display: none;
  top: -13px;
  z-index: 999;
}

@media screen and (max-width: 720px) {
  .smart-valid {
    position: absolute;
    width: 250px;
    background-color: #fd3550;
    left: 70px !important;
    color: #FFF;
    font-size: 13px;
    padding: 5px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 9px;
    padding-left: 38px !important;
    display: none;
    top: -54px !important;
    z-index: 999;
  }

  .smart-valid::before {
    box-sizing: border-box;
    left: 5px !important;
    background-color: #fd3550;
    content: "";
    position: absolute;
    z-index: 100;
    height: 15px;
    top: 12px !important;
    transform: rotate(135deg);
    width: 15px;
  }
}
.smart-valid::before {
  box-sizing: border-box;
  left: -12px;
  background-color: #fd3550;
  content: "";
  position: absolute;
  z-index: 100;
  height: 25px;
  top: 5px;
  transform: rotate(135deg);
  width: 25px;
}

.in-err {
  border: 2px solid #fd3550;
}

.smart-val-left {
  right: 100%;
  left: unset;
}

.smart-val-left::before {
  left: unset;
  right: -12px;
}

/* ===================================== Slider CSS ==================================== */
.exam-outer {
  padding: 30px;
  margin-top: -85px;
}
@media screen and (max-width: 767px) {
  .exam-outer {
    padding: 5px;
  }
}

.exam-container {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.exam-container .exam-header {
  background-color: #2075c3;
  color: #FFF;
  padding: 18px;
}
.exam-container .exam-header h5 {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .exam-container .exam-header h5 {
    text-align: left;
  }
}
.exam-container .exam-header .timer {
  text-align: right;
}
.exam-container .exam-header .timer label {
  margin-bottom: 0px;
}
.exam-container .exam-body {
  background-color: #FFF;
}
.exam-container .exam-body .card-header {
  text-align: center;
  padding: 9px;
}
.exam-container .exam-body .section-1 .sec1body {
  padding: 10px;
}
.exam-container .exam-body .section-1 .sec1body ul {
  padding-left: 8px;
  padding-top: 15px;
}
.exam-container .exam-body .section-1 .sec1body ul li {
  float: left;
  width: 14%;
  margin-right: 7px;
  margin-left: 6px;
  text-align: center;
}
.exam-container .exam-body .section-1 .sec1body ul li .dfc {
  width: 100%;
  height: 30px;
  background-color: #CCC;
  padding-top: 4px;
  margin-bottom: 15px;
}
.exam-container .exam-body .section-1 .sec1body ul li .answered {
  background-color: #28a745;
  color: #FFF;
}
.exam-container .exam-body .section-1 .sec1body ul li .review {
  background-color: #3b47ba;
  color: #FFF;
}
.exam-container .exam-body .section-1 .sec1body ul li .revans {
  background-color: #2075c3fa;
  color: #FFF;
}
.exam-container .exam-body .legends-d ul li {
  padding: 5px;
  display: flex;
}
.exam-container .exam-body .legends-d ul li .vbh {
  flex-grow: 1;
}
.exam-container .exam-body .legends ul li {
  padding: 5px;
}
.exam-container .exam-body .legends ul li .rci {
  height: 20px;
  width: 30px;
  float: right;
  background-color: #CCC;
}
.exam-container .exam-body .legends ul li .answered {
  background-color: #28a745;
}
.exam-container .exam-body .legends ul li .review {
  background-color: #3b47ba;
}
.exam-container .exam-body .legends ul li span {
  float: right;
}
.exam-container .exam-body .legends ul li .revans {
  background-color: #2075c3fa;
}
.exam-container .exam-footer {
  background-color: #2075c3;
  padding: 15px;
}
.exam-container .exam-footer .btn {
  padding: 2px 10px;
  font-size: 0.9rem;
}
.exam-container .exam-footer .np {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .exam-container .exam-footer .np {
    width: 49%;
  }
}
.exam-container .exam-footer .se {
  float: right;
}
@media screen and (max-width: 767px) {
  .exam-container .exam-footer .se {
    margin-top: 15px;
    width: 100%;
  }
}

.exam-port {
  padding: 0px;
}
.exam-port .reviv {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #CCC;
}
.exam-port .reviv span {
  float: right;
}
.exam-port .reviv label {
  margin-left: 3px;
  margin-bottom: 0px;
}
.exam-port .reviv .fa-check-square {
  color: #2d389b;
}
.exam-port .quest-port {
  min-height: 200px;
  border-bottom: 1px solid #CCC;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .exam-port .quest-port {
    padding: 10px;
  }
}
.exam-port .quest-port h6 {
  font-size: 0.95rem;
  line-height: 22px;
}
.exam-port .ans-port {
  min-height: 200px;
  padding: 20px;
  border-left: 1px solid #cccccc82;
}
.exam-port .ans-port ul li {
  padding: 10px;
  font-size: 0.95rem;
}
.exam-port .ans-port ul li input {
  margin-right: 5px;
}

.markerlab {
  padding: 13px;
}

@media screen and (max-width: 767px) {
  .legends .card-body {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec1body {
    padding: 4px;
  }
}

.remove-model h5 {
  font-size: 1rem;
}

.vbn {
  padding: 15px;
  text-align: center;
  cursor: pointer;
}
.vbn:hover {
  background-color: #088625;
  color: #FFF;
}

.vvg:hover {
  background-color: #b90c0c;
  color: #FFF;
}

@media screen and (max-width: 1130px) {
  .sec1body {
    padding: 10px;
  }
}

.result-body {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .result-body {
    padding: 10px;
    padding-top: 25px;
  }
}
.result-body .success-msg {
  text-align: center;
  width: 100%;
}
.result-body .success-msg i {
  font-size: 1rem;
}
.result-body .success-msg h4 {
  width: 100%;
  font-size: 1rem;
}
.result-body .details {
  margin-top: 50px;
}
.result-body .details h3 {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.result-body .details .summtit {
  margin-top: 50px;
}
.result-body .qrrow label {
  text-align: left;
}
.result-body .qrrow .rint {
  float: right;
}
.result-body .qrrow .errp {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
}

.mock-text {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  padding: 5px !important;
}
.mock-text .mm-logo {
  padding-top: 6px;
}

.exam-home {
  background-color: #f0eded !important;
  color: #444;
  padding-top: 150px;
}

.mock-text-cat {
  padding: 50px;
  background-color: rgba(204, 204, 204, 0.12);
}
@media screen and (max-width: 940px) {
  .mock-text-cat {
    padding: 30px 10px;
  }
}
.mock-text-cat .cat-row .cat-cov {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.mock-text-cat .cat-row .cat-cov .cat-titl {
  padding: 15px;
  text-align: center;
  background-color: #265eb4;
}
.mock-text-cat .cat-row .cat-cov .cat-titl h4 {
  font-size: 1.2rem;
  color: #FFF;
  margin-bottom: 0px;
}
.mock-text-cat .cat-row .cat-cov .cat-body {
  padding: 15px;
}
.mock-text-cat .cat-row .cat-cov .exbtn {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

.itpsdd ul {
  margin-top: 20px;
}
.itpsdd ul li {
  padding: 5px;
  font-size: 0.96rem;
}
.itpsdd ul li i {
  margin-right: 5px;
}
.itpsdd .button-row {
  text-align: center;
  width: 100%;
  padding: 30px;
}
.itpsdd .button-row .btn {
  width: 200px;
}

.paidex {
  border-left: 1px solid rgba(204, 204, 204, 0.66);
}

.mockchoosbody {
  padding: 20px;
}

.paid-exam .paid-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  margin-bottom: 30px;
}
.paid-exam .paid-card .paidextit {
  background-color: #2d389b;
}
.paid-exam .paid-card .paidextit h2 {
  font-size: 1rem;
  padding: 15px;
  color: #FFF;
  margin-bottom: 0px;
}
.paid-exam .paid-card .pay-ex-body ul li {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.49);
  font-size: 0.95rem;
}
.paid-exam .paid-card .pay-ex-body ul li span {
  float: right;
  font-weight: 600;
  font-size: 0.85rem;
}
.paid-exam .paid-card .pay-ex-body ul .desc {
  padding-bottom: 13px;
}
.paid-exam .paid-card .pay-ex-body ul .desc p {
  height: 79px;
  overflow: hidden;
  font-size: 0.9rem;
}
.paid-exam .paid-card .pay-ex-foot {
  padding: 10px;
  text-align: right;
}
.paid-exam .paid-card .pay-ex-foot .btn {
  box-shadow: none;
}

.result-cont {
  margin-top: 30px;
  border-top: 1px solid #CCC;
}

.resulr-row {
  border: 1px solid #CCC;
  border-top: 0px;
}
.resulr-row .questionr {
  width: 100%;
  padding: 15px;
  padding-top: 20px;
}
.resulr-row .questionr h2 {
  font-size: 1rem;
  margin-bottom: 0px;
}
.resulr-row .choisr {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 15px;
  width: 100%;
}
.resulr-row .choisr ul {
  width: 100%;
}
.resulr-row .choisr ul li {
  padding: 10px;
}
.resulr-row .answer {
  width: 100%;
  border-top: 1px solid #CCC;
  padding: 15px;
  padding-left: 0px;
}
.resulr-row .answer .yr {
  border-right: 1px solid #CCC;
}
.resulr-row .wrong {
  background-color: rgba(250, 0, 0, 0.09);
}
.resulr-row .rit {
  background-color: rgba(39, 208, 26, 0.09);
}

.user-dd {
  float: right;
  padding-top: 16px;
}
.user-dd a {
  color: #FFF !important;
  font-weight: 600;
  cursor: pointer;
}
.user-dd .dropdown-menu {
  margin-top: 15px;
}
.user-dd .dropdown-menu a {
  color: #444 !important;
  font-size: 0.95rem;
}

.online-exam {
  padding: 20px 40px;
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.online-exam .titlero h2 {
  font-size: 1.2rem;
  margin-bottom: 17px;
}
.online-exam .aprow {
  text-align: left;
  padding: 10px;
  border: 1px solid #CCC;
  padding-top: 13px;
}
.online-exam .aprow span {
  float: right;
}
.online-exam .aprow label {
  margin-bottom: 0px;
}

.success-box h1 {
  font-size: 1.2rem;
}
.success-box h1 span {
  font-weight: 800;
}

.add-singnatir {
  margin-top: 150px;
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 15px;
}

.exam-row {
  margin-top: 50px;
}

.explin {
  padding: 15px;
  font-size: 0.9rem;
  background-color: #f6f6f6;
}

/* ===================================== Slider CSS ==================================== */
.exam-cat {
  padding: 50px;
  padding-top: 53px;
}
@media screen and (max-width: 940px) {
  .exam-cat {
    padding: 30px 10px;
  }
}

.title-box {
  text-align: center;
}
.title-box h2 {
  font-size: 1.4rem;
  font-weight: 700;
}

.cat-row {
  padding-top: 30px;
}
.cat-row ul li {
  float: left;
  padding: 10px;
}
.cat-row ul li .catv {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  padding: 10px;
  background-color: #FFF;
}
.cat-row ul li .catv span {
  float: right;
}
.cat-row ul li .catv i {
  color: #8e8c8c;
  margin-right: 4px;
  font-size: 14px;
}

.filter-by-cat {
  margin-top: 50px;
}
.filter-by-cat h4 {
  font-size: 0.9rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  margin-bottom: 5px;
}
.filter-by-cat ul li {
  padding: 8px;
  padding-left: 0px;
}
.filter-by-cat ul li span {
  float: right;
}
.filter-by-cat ul li i {
  color: #939090;
  margin-right: 4px;
  font-size: 13px;
}

/* ===================================== Slider CSS ==================================== */
.profile-fluid {
  padding-top: 100px;
}
.profile-fluid .profile-container {
  border: 1px solid #cccccc73;
  margin-bottom: 110px !important;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}
.profile-fluid .profile-container .profile-box {
  background-color: #FFF;
}
.profile-fluid .profile-container .profile-box .profile-row {
  margin-top: 15px;
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
}
.profile-fluid .profile-container .profile-box .profile-row .profile-img {
  padding: 10px;
  text-align: center;
}
.profile-fluid .profile-container .profile-box .profile-row .profile-img img {
  max-width: 120px;
  border-radius: 50px;
}
.profile-fluid .profile-container .profile-box .profile-row .profile-det {
  padding: 10px;
}
.profile-fluid .profile-container .profile-box .profile-row .profile-det h4 {
  font-size: 1.1rem;
  margin-bottom: 0px;
}
.profile-fluid .profile-container .profile-box .profile-row .profile-det p {
  font-size: 0.85rem;
  margin-top: 5px;
}
.profile-fluid .profile-container .profile-box .user-info {
  margin-top: 35px;
}
.profile-fluid .profile-container .profile-box .user-info ul {
  padding-left: 8px;
}
.profile-fluid .profile-container .profile-box .user-info ul li {
  margin-bottom: 20px;
}
.profile-fluid .profile-container .profile-box .user-info ul li label {
  font-size: 0.85rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.profile-fluid .profile-container .profile-box .user-info ul li label i {
  margin-right: 5px;
}
.profile-fluid .profile-container .profile-box .user-info ul li p {
  padding-left: 20px;
  font-size: 0.9rem;
}
.profile-fluid .profile-container .detail-box {
  background-color: #f6f6fb;
  padding: 0px;
}
.profile-fluid .profile-container .detail-box .nav {
  background-color: #FFF;
}
.profile-fluid .profile-container .detail-box .nav .nav-item .nav-link {
  padding: 12px 30px;
  font-size: 0.93rem;
  font-weight: 500;
}
.profile-fluid .profile-container .detail-box .nav .nav-item .nav-link i {
  margin-right: 5px;
}
.profile-fluid .profile-container .detail-box .nav .nav-item .active {
  background-color: #f6f6fb;
  border-bottom-color: #f6f6fb;
  border-radius: 0px;
}

.moc-row {
  padding: 20px;
}
.moc-row .exam-col {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  padding: 15px;
  border-left: 3px solid #2d389b;
  margin-bottom: 30px;
}
.moc-row .exam-col h4 {
  font-size: 1rem;
  margin-bottom: 0px;
}
.moc-row .exam-col p i {
  width: 30px;
  text-align: center;
  font-size: 0.7rem;
}
.moc-row .exam-col ul {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.moc-row .exam-col ul li {
  float: left;
  width: 50%;
  padding: 5px;
  padding-left: 0px;
  padding-right: 20px;
}
.moc-row .exam-col ul li span {
  float: right;
  font-weight: 600;
  font-size: 0.8rem;
}
.moc-row .exam-col .btn {
  margin-top: 5px;
  float: right;
  box-shadow: none;
  font-size: 0.8rem;
  padding: 3px 8px;
}
.moc-row .exam-col .fotrv {
  text-align: right;
  width: 100%;
}
.moc-row .exam-col .fotrv .plonij {
  padding-top: 10px;
  font-size: 0.8rem;
}
.moc-row .exam-col .fotrv .plonij i {
  font-size: 0.8rem;
  margin-right: 3px;
}

.settingscol {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
}
.settingscol .row-til {
  padding: 15px;
  border-bottom: 1px solid #CCC;
}
.settingscol .row-til h4 {
  font-size: 1.1rem;
  margin-bottom: 0px;
}
.settingscol .bodycim {
  padding: 30px 15px;
}
.settingscol .bodycim .alert {
  margin-top: -15px;
}

.app-post-cont {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 30px;
}

.verification-info {
  text-align: center;
}
.verification-info i {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #2d389b;
}
.verification-info p {
  font-size: 1rem;
}

/*# sourceMappingURL=style.css.map */
