.address-one-lines {
  background-color: #c94949;
}
.hind-font {
  font-family: "Hind", sans-serif;
}
.top-bar-area.address-one-lines .address-info li a {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.home-sidebar .sidebar-item h4 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
nav.navbar.bootsnav ul.nav > li > .btn {
  padding: 10px 10px;
  margin-right: 4px;
  margin-left: 5px;
  border-color: #c94949;
  background-color: #c94949 !important;
  color: #fff;
  border-radius: 6px;
}
.about-area .info h5,
a,
a:active,
a:focus,
a:hover {
  color: #000;
}
.about-area h1 {
  color: #c94949;
}
.info p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 32px;
}
.home-sidebar .trending-courses-items {
  padding: 0;
}
.home-sidebar .trending-courses-items .more {
  padding-top: 10px;
  padding-left: 35px;
  padding-bottom: 10px;
  display: block;
  border-top: 1px solid #eaeaea;
}
.home-sidebar .trending-courses-items .item {
  margin-bottom: 0 !important;
  border: none !important;
  padding: 10px 35px;
}
.home-sidebar .trending-courses-items .item h4 {
  margin-bottom: 0;
}
.home-sidebar .reg-form {
  padding: 15px 30px;
}
.trending-courses-items .item a {
  font-weight: 500;
}
.card-item {
  padding: 20px 25px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 6px;
  margin-bottom: 20px;
}
.card-item .info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-item .info p {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* font-family: "Hind", sans-serif; */
}
.custom-sidebar .item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pricing-item li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.custom-sidebar .sidebar-item .trending-courses-items {
  border-radius: 6px;
}
.custom-sidebar .sidebar-item > h4 {
  font-size: 22px;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
}
.trending-courses-items .item .hind-font {
  font-size: 16px;
  line-height: 1.25;
  display: inline-block;
}
.pricing-area .pricing-simple .pricing-item {
  border-radius: 6px;
}
.pricing-item ul li:not(.pricing-header):nth-of-type(even) {
  background-color: #fafafa;
}
footer {
  padding-top: 80px;
}
.trending-courses-items .item:nth-of-type(even) {
  background-color: #fafafa;
}

.popular-courses-items {
  margin-bottom: 32px;
}
.popular-courses-items .info {
  padding: 10px;
  text-align: center;
}
.popular-courses-items .info h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.popular-courses-items .info h4 span {
  display: block;
  font-weight: 500;
  margin-top: 4px;
}
.custom-sidebar2 .title {
  font-size: 20px;
  font-weight: 400;
}
.custom-sidebar2 h4 {
  font-size: 16px;
}
.custom-sidebar2 .trending-courses-items .item .hind-font {
  font-size: 14px;
}
.sticky-sidebar .sidebar-item {
  height: 90vh;
  position: sticky;
  top: 90px;
  overflow-y: scroll;
}

.sticky-sidebar .sidebar-item::-webkit-scrollbar {
  width: 2px;
}

.sticky-sidebar .sidebar-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.sticky-sidebar .sidebar-item::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 50%;
}
.question-boxes {
  /* padding: 0 10px; */
  border: 1px solid #eaeaea;
  margin-bottom: 32px;
}
.question-boxes .site-heading h2 {
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
}
.question-boxes .site-heading {
  padding: 10px 25px;
  background-color: #c94949;
  border-radius: 6px 6px 0 0;
}
.question-boxes ol {
  padding-left: 60px;
}
.question-boxes ol li::marker {
  font-family: "Hind", sans-serif;
  font-size: 18px;
}
.question-boxes ol li {
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eaeaea;
}
.question-boxes ol li:last-of-type {
  border: none;
}
.question-boxes ol li h4 {
  font-size: 20px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 4px;
}

.question-boxes ol li .answer {
  font-size: 22px;
}
.placeholder{
    display:none;
}
.showing .placeholder {
 width: 200px;
 height: 20px;
 background-color: #eee;
 display:block;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 20px;
    position: relative;
}
.question-boxes ol li .answer.showing small{
  display:none;
}
.question-boxes ol li .answer small {
  color: #000;
  opacity: 0.5;
  font-weight: 700;
  margin-left: 8px;
}
.question-boxes ol li .show-answer {
  font-size: 20px;
  margin-bottom: 24px;
  display: none;
  color: #c94949;
}
.more {
  color: #c94949;
}
#mobile-filter {
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  display: none;
  position: sticky;
  top: 50px;
  z-index: 2;
  background-color: #fff;
}
.content-text {
  padding: 30px 0;
  padding-right: 20px;
}
.content-text ul {
  margin-bottom: 32px;
  list-style-type: disc;
  padding-left: 25px;
}
.content-text ul li {
  margin-top: 12px;
  font-size: 16px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #c94949;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-tabs > li {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.visaygat .card-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.visaygat .card-item .info {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.visaygat .card-item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.nav-visay > li {
  float: none;
}
.nav-visay.nav-tabs > li > a {
  display: block;
  width: 100%;
}
.btn-primary {
  border-radius: 6px;
  background-color: #c94949;
  border-color: #c94949;
}
.btn-primary:hover {
  background-color: #8a2727;
}
.table-insert table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-insert table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 16px;
  border: 1px solid #dee2e6;
}
.table-insert table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 16px;
  border: 1px solid #dee2e6;
}
.table-insert table td h6,
.table-insert table th h6 {
  font-size: 16px;
}

.img-option {
  margin-top: 25px;
}
.img-option ul {
  padding-left: 25px;
}
.img-option h4 {
  /* display: flex; */
  font-weight: 600;
  margin-bottom: 8px;
  flex-wrap: nowrap;
}
.img-option h4 table {
  width: 100% !important;
}
.img-option h4 table td {
  padding: 5px 15px;
  font-weight: 400;
}
.img-option h4 p {
  margin-left: 8px;
  align-items: center;
  font-weight: 600;
  width: 100%;
}
.img-option h4 p:first-of-type {
  display: inline;
  margin-bottom: 8px;
}
.ans {
  display: flex;
  align-items: center;
}
.img-option ul {
  margin-top: 20px;
}
.ans input,
.ans label {
  min-height: auto;
  margin: 0;
}
.ans label p {
  margin-bottom: 0;
  font-size: 16px;
  margin-left: 15px;
}
.question-img img {
  height: 200px;
}
.ans-img li label {
  text-align: center;
  height: 150px;
  width: 100%;
}
.ans-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ans-img input {
  position: absolute;
  top: 13px;
  right: 2px;
  transform: translate(-50%, -50%);
  z-index: 123;
}
.ans-img li {
  position: relative;
  width: 22%;
}
.img-option ul {
  margin-top: 15px;
}
ul.ans-img {
  padding-left: 15px;
}
.ans-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.ans-img .expand {
  position: absolute;
  bottom: 0;
  left: 15px;
  transform: translate(-50%, -50%);
  z-index: 123;
  background-color: #fff;
  padding: 5px;
}

.result {
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.result ol {
  padding-left: 25px;
}

.result h3 p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.result h3 p:first-of-type {
  display: inline;
  font-size: 22px;
  font-weight: 600;
}
.result h3 p:nth-of-type(2) {
  margin-top: 20px;
}
.result .correct-answer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 10px;
}
.result .correct-answer:before {
  content: "";
  background-color: #4ab9a569;
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 35px);
  height: 100%;
  z-index: -1;
  border-radius: 6px;
}
.result .ans-img .correct-answer:before {
  content: "";
  background-color: #4ab9a569;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
}
.result .correct-answer h5,
.result .correct-answer p {
  margin-bottom: 0;
}

.result .incorrect-answer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 10px;
}
.result .incorrect-answer:before {
  content: "";
  background-color: rgba(255, 0, 0, 0.252);
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 35px);
  height: 100%;
  z-index: -1;
  border-radius: 6px;
}
.result .incorrect-answer h5,
.result .incorrect-answer p {
  margin-bottom: 0;
}
.result p {
  font-size: 16px;
}
.result table {
  width: 100% !important;
  margin-top: 15px;
}
.result table td {
  padding: 5px 15px;
  font-weight: 400;
}
.ans-img .correct-answer i {
  position: absolute;
  top: 5px;
  right: 5px;
}
.result .incorrect .correct-answer {
  justify-content: flex-start;
}
.show-correct {
      display: block !important;
    }
    .ans-result {
      background-color: rgba(0, 128, 0, 0.425) !important;
      
    }
    .ans-option {
      font-size: 20px;
      font-weight: 400;
    }
.time-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  /* background-color: #419d78; */
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#timer {
  font-size: 48px;
  font-weight: 800;
}
.timekeep {
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 1024px) {
  .attr-nav {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .columned {
    columns: 2;
  }
}
@media (min-width: 1024px) {
  nav.navbar.bootsnav.sticked ul.nav > li > .btn {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .btn {
    margin-bottom: 5px;
  }
  footer {
    text-align: center;
  }
  #mobile-filter {
    display: flex;
  }
  .sticky-sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #fafafa;
    z-index: 9999;
    display: none;
  }
  .sticky-sidebar .sidebar-item {
      max-height: 90vh;
      /*position: relative;*/
      top: 30px;
  }
    .question-img img{
         height:auto;
    }
    .ans-img li{
        width:50%;
    }
  
}
  
  .question-boxes ol li .answer small {
      cursor: pointer;
  }
  
  .ans-result-wrong {
      background-color: red !important;
  }
  
  .before-start-loader{
      display:none;
  }
  .before-exam{
      height:calc(100vh - 155px);
      overflow:hidden;
      position:relative;
      background-color:#fff;
  }
  .before-exam .before-start-loader{
      display:block;
      width:100%;
      height:calc(100vh - 155px);
      overflow:hidden;
      position:absolute;
      top:0;
      left:0;
      z-index:99;
      background-color:#fff;
  }
  .before-exam .before-start-loader .loader-wrapper{
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%, -50%);
      z-index:2;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
  }
  
  .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #c94949;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #c94949 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
nav.navbar.bootsnav .navbar-brand {
    padding: 10px 0px;
}
.navbar-brand > img {
    display: inline-block;
    max-width: 75%;
}
@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a:not(btn) {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        padding: 20px 5px;
        text-transform: capitalize;
    }
    nav.navbar.bootsnav.sticked .navbar-brand {
        padding: 10px 0;
    }
    nav.navbar.bootsnav.sticked ul.nav > li > a {
        padding: 20px 5px;
    }
}

