/*Write your custom css in this file.*/

.quiz-single-title.translate_quiz_title {
  min-height: 45px;
}

#headerMenuCollapse ul.navbar-nav.nav.nav-tabs {
  margin: 0 0 0 auto;
}

.mini_height_150 {
  min-height: 150px;
}

div#quiz_all_in_one_modal .modal-dialog {
  max-width: 80% !important;
  min-width: 80% !important;
}

.running_quiz_question_form textarea.running_quiz_question {
  width: 100% !important;
}

.note-editor.note-airframe, .note-editor.note-frame .note-toolbar.card-header {
  display: unset;
}

#headerMenuCollapse ul.navbar-nav.nav.nav-tabs {
  margin: 0 0 0 auto;
}

div#quiz_all_in_one_modal .modal-dialog {
  max-width: 80% !important;
  min-width: 80% !important;
}

.running_quiz_question_form textarea.running_quiz_question {
  width: 100% !important;
}

.theme-dark .header,
.theme-dark .footer,
.theme-dark .card {
  background: rgb(30, 30, 38);
  color: #9aa0ac;
}

.theme-dark body,
.theme-dark .selectgroup-input:checked+.selectgroup-button,
.theme-dark .form-control {
  background: #262834;
}

.theme-dark body button#menu_togle_btn {
  color: #fff;
}

.history_page ul.pagination {
  float: right;
}

.theme-dark body .bg-white {
  background-color: rgb(30, 30, 38) !important;
}

.questions_img img.image {
  width: fit-content;
  margin-bottom: 20px;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 5px;
}

.img_thumb {
  width: 40px;
  height: 40px;
  object-fit: contain;
  right: 20px;
  top: 20px;
  position: absolute;
}

#background {
  position: absolute;
  z-index: 0;

  display: block;
  min-height: 50%;
  min-width: 50%;
  color: yellow;
}

#content {
  position: absolute;
  z-index: 1;
}

#bg-text {
  color: lightgrey;
  font-size: 120px;
  transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.required {
  color: red;
}


/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 15px #2020203d;
  background: #262834 url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  background: white url("../../../images/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

body .no_underline {
  text-decoration: none !important;
  outline: none;
}

body .no_underline:hover {
  text-decoration: none !important;
  outline: none;
}

body .no_underline:focus {
  text-decoration: none !important;
  outline: none;
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

body .no_decerotaion {
  text-decoration: none;
}

body .no_decerotaion:hover {
  text-decoration: none;
}

.home_page img.category_img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

body .btn-purple {
  color: #fff;
  background-color: #a55eea !important;
  border-color: #a55eea !important;
}

.top_header_onfo ul#session-language-dropdown li a {
  width: 100%;
  display: inline-flex;
  margin-left: 25px;
  padding: 5px;
}

.top_header_onfo ul#session-language-dropdown {
  list-style: none;
}

.top_header_onfo .session-lang-dropdown {
  margin: 0px;
  list-style: none;
  padding: 0;
}

.top_header_onfo .session-lang-dropdown #session-language {
  margin: 0px;
}

.top_header_onfo ul#session-language-dropdown li a .selected-session-language {
  position: absolute;
  right: 20px;
  margin-top: 5px;
}

table.result_table tr li {
  max-width: 200px;
}

body .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.top-bar {
  background-color: #7f67bb;
  padding: 10px 10px;
}

.overall-performance h1 {
  font-size: 18px;
}

.performance-inner {
  margin-top: 40px;
}

.overall-performance .col-xs-2 {
  background: #00f;
  color: #FFF;
}

.overall-performance .col-half-offset {
  margin-left: 4.166666667%
}

.performance-main {
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 3px;
  border: none;
}

.performance-icon {

  color: #ffffff;
  padding: 10px 10px;
  width: 50px;
  text-align: center;
  border-radius: 5px;
  float: left;
  position: absolute;
  top: -22px;
  left: 10px;
}

.performance-text {
  float: right;
  margin: 30px 10px;
}

body .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

body .custom-checkbox .custom-control-input:checked~.custom-control-label.wrong_check::before {
  background-color: red;
}

body.rtl_language {
  direction: rtl;
  text-align: right;
}

.rtl-icon {
  float: right;
}

.level-star {
  color: #92a2aa;
}

.gold-star {
  color: #db7930;
}

/*****************************************************************************************************
************************************* RTL LANGUAGE CSS ***********************************************
/*****************************************************************************************************/

.rtl_language .latest_products_cart a.add_fav_product_btn {
  direction: rtl;
  text-align: right;
  left: 0;
}

.rtl_language .owl-carousel,
.rtl_language .bx-wrapper {
  direction: ltr;
}

.rtl_language .owl-carousel .owl-item {
  direction: rtl;
}

.rtl_language .comapre_products.bg-white.p-2 {
  right: auto;
  left: 0px;
}

.rtl_language a#btt-button {
  left: 30px;
  right: auto;
}

.rtl_language .filter_listing .container-pad .width_100 a#clear_all {
  margin-right: 3px !important;
  margin-left: 8px !important;
}


/*****************************************************************************************************
************************************* END RTL LANGUAGE CSS ********************************************
/*****************************************************************************************************/


/*****************************************************************************************************
************************************* MING HOVER CSS ***********************************************
/*****************************************************************************************************/

.home_page .grid figure {
  width: 100%;
  height: 230px;
  z-index: 1;
}

.effect-ming img {
  height: 250px;
  width: 100%;
}

/*****************************************************************************************************
************************************* END MING HOVER CSS ***********************************************
/*****************************************************************************************************/

.quiz-image {
  min-height: 200px;
}

.number-question {
  margin: 0px;
  padding: 0px;
}

.number-question li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  color: #65605c;
}

.quiz-end .card-footer {
  padding: 0px 0px;
}

.custom-title {
  min-height: 65px;
}

.header-brand-img {
  height: 5rem;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  /* CSS */
  /*.header-brand-img {*/
  /*  width: 70px;*/
  /*}*/

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  /* CSS */
  /*.header-brand-img {*/
  /*  width: 70px;*/
  /*}*/

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  /* CSS */
  .header-brand-img {
    width: 80px;
  }

  .icar {
    width: 50px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /* CSS */
  .header-brand-img {
    width: 80px;
  }

  .icar {
    width: 50px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  /* CSS */
  .header-brand-img {
    width: 80px;
  }

  .icar {
    width: 50px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  /* CSS */
  .header-brand-img {
    width: 80px;
  }

  .icar {
    width: 50px;
  }
}

.header_margin_padding .card.p-3:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.9s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #7f67bb;
  border-color: #7f67bb;
}

.btn-primary:hover {
  color: #fff;
  background-color: #725ca8;
  border-color: #655295;
}

.btn-secondary {
  color: #fff;
  background-color: #bb7f67;
  border-color: rgba(0, 40, 100, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn-secondary:hover {
  color: #495057;
  background-color: #f6f6f6;
  border-color: rgba(0, 20, 49, 0.12);
}

.footer .column_1 {
  padding: 10px;
}

.footer .column_1 .img_content {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}

.footer .column_1 .img_content img.field_img {
  height: 5rem;
}

.Footer_section_2,
.Footer_section_3,
.Footer_section_4 {
  padding: 30px;
}

.footer .Footer_section_2 .colum_link_section_2 {
  padding: 10px;
}

.footer .Footer_section_2 .colum_link_section_2 .link_section_2 {
  color: #d7c7c7;
  text-decoration: none;
}

.footer .Footer_section_3 .colum_link_section_3 {
  padding: 10px;
}

.footer a:not(.btn) {
  color: #cacccf;
}

.footer .Footer_section_3 .colum_link_section_3 .link_section_3 {
  color: #d7c7c7;
  text-decoration: none;
}

.footer .Footer_section_4 ul.social-network.social-circle {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.footer .Footer_section_4 ul.social-network.social-circle li {
  padding: 10px;
  font-size: 2rem;
}

.footer h4.text_heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.copyright_footer {
  color: #d7c7c7;
}

.footer {
  background: #16222a;
  background: -webkit-linear-gradient(59deg, #3a6073, #16222a);
  background: linear-gradient(59deg, #3a6073, #16222a);
  color: white;
}

.navigation-wrap {

  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 9;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 11;
}

.my-3.my-md-5.header_margin_padding {
  margin-top: 110px !important;
  margin-bottom: 30px !important;
}

.timer h3.text-primary.timerrr {
  text-align: right;
  float: right;
}

.timer .jst-hours {
  float: left;
}

.timer .jst-minutes {
  float: left;
}

.timer .jst-seconds {
  float: left;
}

.timer .jst-clearDiv {
  clear: both;
}

.notytimerrr.text-primary.timerrr {
  text-align: right;
  float: right;
}

.noty_body i {
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.notytimerrr {
  margin: 0 auto;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}

.notytimerrr .jst-hours,
.notytimerrr .jst-minutes,
.notytimerrr .jst-seconds {
  float: left;
}

.notytimerrr .jst-clearDiv {
  clear: both;
}

.bodyTimeoutBackground {
  background: white;
}

.timeout {
  color: red;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#back-to-top-button {
  display: inline-block;
  background-color: #7f67bb;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top-button i {
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#back-to-top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top-button:active {
  background-color: #555;
}

#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

.text-white-im {
  color: #fff !important;
  z-index: 9;
}

body {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", serif;
  font-weight: 700;
}


/*Use following shadow for heading:*/


/*
color: rgba(255,255,255,0.6); / for dark theme / 
color: rgba(0,0,0,0.6); / for light theme / */


/*text-shadow: 2px 2px 3px rgba(0,0,0,0.5);*/

.testimonial-section {
  /* padding: 50px 20px 20px 20px; */
  /* border-radius: 0px; */
  padding: 5px;
  border-radius: 10px;
}

.testimonials {
  text-align: center;
  width: 1118px;
  margin: 0 auto;
}

.testimonial {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.testimonial .details span {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #dadada;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  /* line-height: 21px; */
  text-align: center;
}

.testimonial p {
  max-width: auto;
  /* max-width: 770px; */
  margin: 0 auto;
  text-align: center;
  color: #eceef4;
  font-family: Gibson;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  /* line-height: 48px; */
  text-align: center;
  /* margin-bottom: 45px; */
}

.testimonial img {
  text-align: center;
  height: 80px;
  margin: 0 auto;
  /* margin-bottom: 10px; */
  border-radius: 50%;
  border: solid 3px #fff;
}

.slick-next,
.slick-prev {
  width: 64px !important;
  height: 64px !important;
}

.modal {
  z-index: 99999999;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

h2.heading {
  color: rgba(0, 0, 0, 0.6);
  /*/ for light theme /*/
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  width: 100%;
}

.theme-dark h2.heading {
  color: rgba(255, 255, 255, 0.6);
  /*/ for dark theme / */
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.theme-dark .testimonial-reel .box .test-component {
  color: #fff;
  background-color: #000;
}

.theme-dark .testimonial-reel .box .test-component p {
  color: #fff;
}

.theme-dark .container.content_page {
  color: #b6b2b2;
}

.theme-dark table {
  background-color: #0b0b0b;
  color: #fff;
}

.theme-dark .table100 .table100-body tr:nth-child(even) {
  background-color: #000 !important;
  color: #fff !important;
}

.theme-dark tr.row100.head th.cell100 {
  background-color: #2c2c2c;
}

h2.content_page_title {
  position: relative;
  top: 50px;
  background-color: rgba(45, 46, 46, 0.46);
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  text-transform: capitalize;
}

.mobile-view {
  display: none;
}

.user-image img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.comment-text {
  display: inline-block;
  padding-right: 10px;
}

.thumbs-up {
  cursor: pointer;
  display: inline-block;
}

.review-like {
  color: #7f67bb;
}

.review-not-visit {
  color: #000000;
}

.blog-page figure.effect-ming {
  max-width: 100%;
  min-width: 100%;
}

.blog-page figure.effect-ming img {
  width: 100%;
  height: 207px;
}

.blog-author a {
  font-size: 11px;
  color: inherit;
}

.blog-category-heading {
  font-size: 18px;
  font-weight: bold;
}

.blog-category-inner {
  border: solid 1px #8c8b8b;
}

.category-name {
  color: inherit;
  font-size: 14px;
  padding: 0px 10px;
}

/* for normal theme*/
div.question-area textarea {
  overflow-y: scroll;
  /* prevents scroll bar flash */
  padding: 1em;
  /* prevents text jump on Enter keypress */
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #F7E98D;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* background: linear-gradient(#F9EFAF, #F7E98D); */
  /* background: -o-linear-gradient(#F9EFAF, #F7E98D);
  background: -ms-linear-gradient(#F9EFAF, #F7E98D);
  background: -moz-linear-gradient(#F9EFAF, #F7E98D);
  background: -webkit-linear-gradient(#F9EFAF, #F7E98D); */
}

div.solution-area textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1em;
  /* prevents text jump on Enter keypress */
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d0f78d;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(#def9af, #d0f78d);
  background: -o-linear-gradient(#def9af, #d0f78d);
  background: -ms-linear-gradient(#def9af, #d0f78d);
  background: -moz-linear-gradient(#def9af, #d0f78d);
  background: -webkit-linear-gradient(#def9af, #d0f78d);
}

/* end normal theme*/
/* dark theme */
.theme-dark div.question-area textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1em;
  /* prevents text jump on Enter keypress */
  max-width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #312f23;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(#312e1c, #312f23);
  background: -o-linear-gradient(#312e1c, #312f23);
  background: -ms-linear-gradient(#312e1c, #312f23);
  background: -moz-linear-gradient(#312e1c, #312f23);
  background: -webkit-linear-gradient(#312e1c, #312f23);
}

.theme-dark div.solution-area textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1em;
  /* prevents text jump on Enter keypress */
  max-width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #29311c;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(#2c3123, #29311c);
  background: -o-linear-gradient(#2c3123, #29311c);
  background: -ms-linear-gradient(#2c3123, #29311c);
  background: -moz-linear-gradient(#2c3123, #29311c);
  background: -webkit-linear-gradient(#2c3123, #29311c);
}

.pricingTable {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 30px 30px 70px;
  border-radius: 10px;
  box-shadow: 0 0 15px -8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pricingTable:before,
.pricingTable:after {
  content: "";
  background-color: #F4F5F9;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: -213px;
  right: -213px;
  z-index: -1;
}

.pricingTable:after {
  background-color: #FE5F85;
  height: 300px;
  width: 300px;
  top: auto;
  bottom: -210px;
  right: auto;
  left: -160px;
}

.pricingTable .title {
  color: #1A2A3A;
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.pricingTable .title:before {
  content: "";
  background-color: #1A2A3A;
  width: 65px;
  height: 3px;
  margin: 0 auto 20px;
  display: block;
  clear: both;
}

.pricingTable .price-value {
  color: #fff;
  background-color: #FE5F85;
  width: 160px;
  height: 160px;
  padding: 57px 0 0;
  margin: 0 auto 25px;
  border-radius: 50%;
}

.pricingTable .price-value .currency {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  vertical-align: top;
  display: inline-block;
}

.pricingTable .price-value .amount {
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  display: inline-block;
}

.pricingTable .price-value .duration {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 0 -5px;
  display: inline-block;
}

.pricingTable .pricing-content {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  display: inline-block;
}

.pricingTable .pricing-content li {
  color: #888;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0 35px;
  margin: 0 0 20px;
  position: relative;
}

.pricingTable .pricing-content li:last-child {
  margin: 0;
}

.pricingTable .pricing-content li:before {
  content: "\f00c";
  color: #fff;
  background-color: #FE5F85;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  background-color: #FE5F85;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  width: 150px;
  padding: 3px 10px;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid transparent;
  display: block;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
  color: #FE5F85;
  background-color: transparent;
  border-color: #FE5F85;
}

.pricingTable.blue:after {
  background-color: #00CCFF;
}

.pricingTable.blue .price-value {
  background-color: #00CCFF;
}

.pricingTable.blue .pricing-content li:before {
  background-color: #00CCFF;
}

.pricingTable.blue .pricingTable-signup a {
  background-color: #00CCFF;
}

.pricingTable.blue .pricingTable-signup a:hover {
  color: #00CCFF;
  background-color: transparent;
  border-color: #00CCFF;
}

@media only screen and (max-width: 915px) {
  .container.home_page .sponsers {
    width: 90%;
  }

  .testimonial-section .testimonials {
    width: auto;
    /* margin: 0 auto; */
  }

  .pricingTable {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-view {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 50px;
  }

  .mobile-view a {
    color: #ffffff;
    padding-right: 10px;
    display: inline-block;
  }

  .mobile-view a i {
    padding-right: 4px;
  }

  .card:hover .thumb-cover, .card:hover .actions {
    opacity: 0 !important;
  }

  .card:hover .actions {
    opacity: 0;
    display: none;
  }

  .table100-head table thead tr.row100.head th.cell100 {
    font-size: 13px;
  }

  body .ps {
    overflow: auto !important;
  }

  .card-options {
    display: block;
  }

  .next-previous-main {
    float: left;
    margin-bottom: 10px;
  }

  .answer_given {
    float: right;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .mobile-table {
    overflow-x: scroll !important;
  }

  .compatible-mobile-view {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .compatible-mobile-h2 {
    font-size: 16px;
  }

  .previous_btn_compatible {
    font-size: 8px;
  }

  .card_footer_compatible {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

}


.required {
  color: red;
}


.has-error.captch_error {
  border: 1px solid #e74a25;
  box-shadow: none !important;
}

.form-error {
  color: red;
}

.has-error .form-control {
  border-color: #e74a25;
  box-shadow: none !important;
}

.has-error .form-control {
  border-bottom: 1px solid #e74a25;
}

.has-warning .form-control {
  border-bottom: 1px solid #ffb136;
}

.has-error label {
  color: #e74a25;
}

.has-error .form-error {
  color: #e74a25;
}

.form-group.has-error label {
  color: red;
}

.g-recaptcha.m-auto>div {
  margin: auto;
  width: -webkit-fill-available !important;
}


.all_categories figure.effect-ming img {
  height: 250px;
  width: 100%;
}


.category_data_section .grid {
  display: unset !important;
  margin: 0 auto !important;
  position: unset;
}

.category_data_section h2.category_name {
  /* word-break: break-word;
  font-size: inherit; */
  color: #ebe5e5;
  font-weight: 800;
  text-shadow: 1px 1px #332a2a;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  .category_data_section .grid figure {
    height: 160px;
  }

  .category_data_section h2.category_name {
    word-break: break-word;
    font-size: inherit;
    /* color: #e60000; */
  }

  .testimonial p {
    font-size: inherit;
  }
}

@media only screen and (max-width: 575px) {
  .category_data_section .grid figure {
    height: 250px;
  }
}

@media only screen and (max-width: 400px) {
  .category_data_section .grid figure {
    height: 200px;
  }
}

.blog_post_icons {
  position: absolute;
  width: 100%;
  top: 20px;
  z-index: 999999;
}

.sub_category_data_section figure.effect-ming {
  width: 100%;
  height: 230px;
  z-index: 1;
}

.sub_category_data_section figure.effect-ming img {
  height: inherit;
}

..grid figure img {
  height: inherit;
}

body .advertisment_image_on_front {
  object-fit: cover;
}

body .detail_page_header {
  position: relative;
}

body .detail_page_header_abslute {
  position: absolute;
  top: 0;
  background: rgb(193 142 68 / 68%);
  border-radius: 5px;
}

.detail_page_header_img {
  object-fit: inherit;
  border-radius: 5px;
  height: 345px;
  display: flex;
  margin: 0 auto;
}

body img.quiz_user_image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  padding: 2px;
  border: 3px solid #fff;
}

body .detail_page_header_sidebar {
  position: relative;
}

body .detail_page_header_sidebar .detail_page_header_abslute_sidebar {
  max-width: 140px;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 99999;
}

body .detail_page_header_abslute_sidebar i {
  font-size: 25px;
}

body .detail_page_header_abslute_sidebar .sidebar_box {
  min-width: 100px;
  z-index: 9;
}

body .detail_page_header_abslute_sidebar .sidebar_box .a {
  z-index: 9;
  cursor: pointer;
}

body .detail_page_header_abslute_sidebar .sidebar_box.a {
  z-index: 9;
  cursor: pointer !important;
}

body .detail_page_header_abslute_sidebar p.sidebar_box {
  z-index: 9;
  cursor: auto !important;
}

ul.social_detail_page.d-flex {
  list-style: none;
}

ul.social_detail_page.d-flex li a:hover {
  text-decoration: none !important;
}

ul.social_detail_page.d-flex li a {
  text-decoration: none !important;
}

ul.social_detail_page.d-flex li {
  font-size: 20px;
  margin-right: 5px;
  color: #fff;
  text-decoration: none !important;
}

body .detail_page_header_abslute .badge {
  font-size: 11px;
}

body .share_icon_detail_page {
  position: relative;
}

body .share_icon_detail_page .share_box {
  position: relative;
}

body .share_icon_detail_page .share_box {
  position: absolute;
  bottom: 0;
}

body .detail_page_header_abslute_sidebar .sidebar_box {
  background-color: rgb(4 4 4 / 47%);
  opacity: 0.8;
}

body .detail_page_header_abslute_sidebar .sidebar_box i {
  color: #fff;
}

body .detail_page_header_abslute_sidebar .sidebar_box span {
  color: #fff;
}

body .detail_page_header_abslute_sidebar .sidebar_box label {
  color: #fff;
}

body .detail_page_header_abslute_sidebar .sidebar_box:hover i {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:hover span {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:hover label {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:hover i.text-white {
  color: #000 !important;
}

body .detail_page_header_abslute_sidebar .sidebar_box:hover span.text-white {
  color: #000 !important;
}

body .detail_page_header_abslute_sidebar .sidebar_box:focus i {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:focus span {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:focus label {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:focus i.text-white {
  color: #000 !important;
}

body .detail_page_header_abslute_sidebar .sidebar_box:focus span.text-white {
  color: #000 !important;
}

body .detail_page_header_abslute_sidebar .sidebar_box:active i {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:active span {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:active label {
  color: #000;
}

body .detail_page_header_abslute_sidebar .sidebar_box:active i.text-white {
  color: #000 !important;
}

body .detail_page_header_abslute_sidebar .sidebar_box:active span.text-white {
  color: #000 !important;
}

.studay_section_data div.accordion {
  overflow-y: scroll;
  overflow-x: hidden;
}

.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


select.serch_selection {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: initial;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12) !important;
  border-radius: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 40px;
  text-decoration: none;
  outline: none;
}

select.serch_selection:focus {
  text-decoration: none;
  outline: none;
}

select.serch_selection:active {
  text-decoration: none;
  outline: none;
}

input#serchbar {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: initial;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12) !important;
  border-radius: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  height: 40px;
  text-decoration: none;
  outline: none;
}

input#serchbar:focus {
  text-decoration: none;
  outline: none;
}

input#serchbar:active {
  text-decoration: none;
  outline: none;
}

button#header_serch_submit:focus {
  text-decoration: none;
  outline: none;
}

button#header_serch_submit:active {
  text-decoration: none;
  outline: none;
}

button#header_serch_submit {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  height: 40px;
  text-decoration: none;
  outline: none;
}

.container-fluid.sticky_top .input-group-append.search_box {
  position: absolute;
  right: 0;
}

.page-main {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.fixed_header {
  animation: smoothScroll 1s forwards;
}

.mobile_nav_bar_button {
  display: none;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}


@media only screen and (max-width: 767px) {
  body .sticky_top .before_togle_menu_width {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .sticky_top .navbar.navbar-expand-lg {
    text-align: right;
    margin-left: auto;
  }

  .sticky_top .navbar.navbar-expand-lg ul.navbar-nav.nav.nav-tabs.navbar-right.ml-auto.border-0 {
    display: contents;
  }

}

.display_on_mobile_only {
  display: none;
}

.display_on_mobile_only {
  display: none;
}

@media only screen and (max-width: 992px) {
  #headerMenuCollapse .switch {
    display: block;
  }

  .sticky_top .before_togle_menu_width {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .theme_or_profile_section {
    display: none;
  }

  body .display_on_mobile_only {
    display: block;
  }

  body .mobile_nav_bar_button {
    display: block;
  }

  body .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    position: relative;
    top: unset;
    right: unset;
  }

  .detail_page_header_abslute h1.text-uppercase.text-white.text-center.display-6 {
    font-size: large;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
  }

  .sticky_top .col-xs-4 {
    width: 33.33%;
  }
}

@media only screen and (max-width: 769px) {
  body .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    position: relative;
    top: unset;
    right: unset;
  }

  .detail_page_header_abslute a {
    font-size: x-small;
  }

  /*.detail_page_header_abslute .col-12.mb-5.text-center { max-width: 300px; }*/
}

@media screen and (max-width: 769px) and (min-width: 650px) {
  body .detail_page_header_abslute .row.m-0.p-5 {
    max-width: 500px;
  }
}

@media screen and (max-width: 649px) and (min-width: 500px) {
  body .detail_page_header_abslute .row.m-0.p-5 {
    max-width: 380px;
  }

}

@media screen and (max-width: 499px) and (min-width: 300px) {
  body .detail_page_header_abslute .row.m-0.p-5 {
    max-width: 250px;
  }

  .detail_page_header_img {
    height: 450px;
  }

  .detail_page_header_abslute a#study_data_contant_btn {
    margin-bottom: 5px;
  }
}


.studay_section_data .studay_contant_view {
  height: 550px;
  display: flex;
  vertical-align: middle;
  overflow-y: scroll;
  overflow-x: hidden;
}

div[aria-label="Pop-out"] {
  display: none;
}

div[aria-label="toolbar"] {
  width: 52px;
}

.dl-menuwrapper {
  z-index: 12;
}

.quiz_running_mark_coorect_block .form-control {
  display: table;
  white-space: pre-line;
  word-break: break-all;
}

.form_control_height_auto .form-control {
  display: table;
  white-space: pre-line;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  .padding_zero_for_desktop {
    padding-left: 0 !important;
  }

  .padding_zero_for_desktop {
    padding-right: 0 !important;
  }
}

body .quiz_running_mark_coorect_block.text-center {
  max-height: unset !important;
}

.quiz_running_mark_coorect_block span.badge.badge-dark.question_match_index {
  position: absolute;
  left: 20px;
}

.level_table_section {
  box-shadow: inset -6px 1px 14px 0px rgb(0 0 0 / 85%);
}

body .header {
  border-bottom: none;
}

body .sticky_top {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}