a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
figure {
  margin: 1em 40px;
}
img {
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
a:-webkit-any-link {
  text-decoration: none !important;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  margin: 5px 10px 0 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* End extract */
html,
body {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
html {
  overflow-x: hidden;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.serif {
  font-family: serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 10px 0;
}
.wide {
  letter-spacing: 4px;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
.image {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
a {
  color: inherit;
}
.table,
.table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}
.table-all {
  border: 1px solid #ccc;
}
.bordered tr,
.table-all tr {
  border-bottom: 1px solid #ddd;
}
.striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.table-all tr:nth-child(odd) {
  background-color: #fff;
}
.table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}
.hoverable tbody tr:hover,
.ul.hoverable li:hover {
  background-color: #ccc;
}
.centered tr th,
.centered tr td {
  text-align: center;
}
.table td,
.table th,
.table-all td,
.table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.table th:first-child,
.table td:first-child,
.table-all th:first-child,
.table-all td:first-child {
  padding-left: 16px;
}
.btn,
.button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn,
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled,
.btn:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.disabled *,
:disabled * {
  pointer-events: none;
}
.btn.disabled:hover,
.btn:disabled:hover {
  box-shadow: none;
}
.badge,
.tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.badge {
  border-radius: 50%;
}
.ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.ul li:last-child {
  border-bottom: none;
}
.tooltip,
.display-container {
  position: relative;
}
.tooltip .text {
  display: none;
}
.tooltip:hover .text {
  display: inline-block;
}
.ripple:active {
  opacity: 0.5;
}
.ripple {
  transition: opacity 0s;
}
.input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.check,
.radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}
.sidebar {
  height: 100%;
  width: 75%;
  background-color: #fff;
  position: fixed !important;
  z-index: 144;
  overflow: auto;
}

.main,
#main {
  transition: margin-left 0.4s;
}
.modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}
.bar {
  width: 100%;
  overflow: hidden;
}
.center .bar {
  display: inline-block;
  width: auto;
}
.bar .bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.bar .button {
  white-space: normal;
}
.bar-block .bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}
.bar-block.center .bar-item {
  text-align: center;
}
.block {
  display: block;
  width: 100%;
}
.responsive {
  display: block;
  overflow-x: auto;
}
.container:after,
.container:before,
.panel:after,
.panel:before,
.row:after,
.row:before,
.row-padding:after,
.row-padding:before,
.cell-row:before,
.cell-row:after,
.clear:after,
.clear:before,
.bar:before,
.bar:after {
  content: "";
  display: table;
  clear: both;
}
.col,
.half,
.third,
.twothird,
.threequarter,
.quarter {
  float: left;
  width: 100%;
}
.col.s1 {
  width: 8.33333%;
}
.col.s2 {
  width: 16.66666%;
}
.col.s3 {
  width: 24.99999%;
}
.col.s4 {
  width: 33.33333%;
}
.col.s5 {
  width: 41.66666%;
}
.col.s6 {
  width: 49.99999%;
}
.col.s7 {
  width: 58.33333%;
}
.col.s8 {
  width: 66.66666%;
}
.col.s9 {
  width: 74.99999%;
}
.col.s10 {
  width: 83.33333%;
}
.col.s11 {
  width: 91.66666%;
}
.col.s12 {
  width: 99.99999%;
}
@media (min-width: 601px) {
  .col.m1 {
    width: 8.33333%;
  }
  .col.m2 {
    width: 16.66666%;
  }
  .col.m3,
  .quarter {
    width: 24.99999%;
  }
  .col.m4,
  .third {
    width: 33.33333%;
  }
  .col.m5 {
    width: 41.66666%;
  }
  .col.m6,
  .half {
    width: 49.99999%;
  }
  .col.m7 {
    width: 58.33333%;
  }
  .col.m8,
  .twothird {
    width: 66.66666%;
  }
  .col.m9,
  .threequarter {
    width: 74.99999%;
  }
  .col.m10 {
    width: 83.33333%;
  }
  .col.m11 {
    width: 91.66666%;
  }
  .col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .col.l1 {
    width: 8.33333%;
  }
  .col.l2 {
    width: 16.66666%;
  }
  .col.l3 {
    width: 24.99999%;
  }
  .col.l4 {
    width: 33.33333%;
  }
  .col.l5 {
    width: 41.66666%;
  }
  .col.l6 {
    width: 49.99999%;
  }
  .col.l7 {
    width: 58.33333%;
  }
  .col.l8 {
    width: 66.66666%;
  }
  .col.l9 {
    width: 74.99999%;
  }
  .col.l10 {
    width: 83.33333%;
  }
  .col.l11 {
    width: 91.66666%;
  }
  .col.l12 {
    width: 99.99999%;
  }
}
.rest {
  overflow: hidden;
}
.stretch {
  margin-left: -16px;
  margin-right: -16px;
}
.content,
.auto {
  margin-left: auto;
  margin-right: auto;
}
.content {
  max-width: 980px;
}
.auto {
  max-width: 1140px;
}
.cell-row {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
}
.cell-top {
  vertical-align: top;
}
.cell-middle {
  vertical-align: middle;
}
.cell-bottom {
  vertical-align: bottom;
}
.hide {
  display: none !important;
}
.show-block,
.show {
  display: block !important;
}
.show-inline-block {
  display: inline-block !important;
}
@media (max-width: 1205px) {
  .auto {
    max-width: 95%;
  }
}
@media (max-width: 600px) {
  .modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .modal {
    padding-top: 30px;
  }
  .dropdown-hover.mobile .dropdown-content,
  .dropdown-click.mobile .dropdown-content {
    position: relative;
  }
  .hide-small {
    display: none !important;
  }
  .mobile {
    display: block;
    width: 100% !important;
  }
  .bar-item.mobile,
  .dropdown-hover.mobile,
  .dropdown-click.mobile {
    text-align: center;
  }
  .dropdown-hover.mobile,
  .dropdown-hover.mobile .btn,
  .dropdown-hover.mobile .button,
  .dropdown-click.mobile,
  .dropdown-click.mobile .btn,
  .dropdown-click.mobile .button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 500px;
  }
  .modal {
    padding-top: 50px;
  }
  body::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media (min-width: 993px) {
  .modal-content {
    width: 900px;
  }
  .hide-large {
    display: none !important;
  }
  .sidebar.collapse {
    display: block !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .hide-medium {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .sidebar.collapse {
    display: none;
  }
  .main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .auto {
    max-width: 100%;
  }
}
.top,
.bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}

.display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}
.display-topright {
  position: absolute;
  right: 0;
  top: 0;
}
.display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}
.display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}
.display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.display-container:hover .display-hover {
  display: block;
}
.display-container:hover span.display-hover {
  display: inline-block;
}
.display-hover {
  display: none;
}
.display-position {
  position: absolute;
}
.circle {
  border-radius: 50%;
}
.round-small {
  border-radius: 2px;
}
.round,
.round-medium {
  border-radius: 4px;
}
.round-large {
  border-radius: 8px;
}
.round-xlarge {
  border-radius: 16px;
}
.round-xxlarge {
  border-radius: 32px;
}
.row-padding,
.row-padding > .half,
.row-padding > .third,
.row-padding > .twothird,
.row-padding > .threequarter,
.row-padding > .quarter,
.row-padding > .col {
  padding: 0 8px;
}
.container,
.panel {
  padding: 0;
}
.panel {
  margin-top: 16px;
  margin-bottom: 16px;
}
.code,
.codespan {
  font-family: Consolas, "courier new";
  font-size: 16px;
}
.code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4caf50;
  word-wrap: break-word;
}
.codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%;
}
.card,
.card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card-4,
.hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.spin {
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-opacity {
  animation: opac 0.8s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.animate-left {
  position: relative;
  animation: animateleft 0.4s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.animate-right {
  position: relative;
  animation: animateright 0.4s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.animate-zoom {
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.animate-input {
  transition: width 0.4s ease-in-out;
}
.animate-input:focus {
  width: 100% !important;
}
.opacity,
.hover-opacity:hover {
  opacity: 0.6;
}
.opacity-off,
.hover-opacity-off:hover {
  opacity: 1;
}
.opacity-max {
  opacity: 0.25;
}
.opacity-min {
  opacity: 0.75;
}
.greyscale-max,
.grayscale-max,
.hover-greyscale:hover,
.hover-grayscale:hover {
  filter: grayscale(100%);
}
.greyscale,
.grayscale {
  filter: grayscale(75%);
}
.greyscale-min,
.grayscale-min {
  filter: grayscale(50%);
}
.sepia {
  filter: sepia(75%);
}
.sepia-max,
.hover-sepia:hover {
  filter: sepia(100%);
}
.sepia-min {
  filter: sepia(50%);
}
.tiny {
  font-size: 10px !important;
}
.small {
  font-size: 12px !important;
}
.medium {
  font-size: 15px !important;
}
.large {
  font-size: 18px !important;
}
.xlarge {
  font-size: 24px !important;
}
.xxlarge {
  font-size: 36px !important;
}
.xxxlarge {
  font-size: 48px !important;
}
.jumbo {
  font-size: 64px !important;
}
.left-align {
  text-align: left !important;
}
.right-align {
  text-align: right !important;
}
.justify {
  text-align: justify !important;
}
.center {
  text-align: center !important;
}
.border-0 {
  border: 0 !important;
}
.border {
  border: 1px solid #ccc !important;
}
.border-top {
  border-top: 1px solid #ccc !important;
}
.border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.border-left {
  border-left: 1px solid #ccc !important;
}
.border-right {
  border-right: 1px solid #ccc !important;
}
.topbar {
  border-top: 6px solid #ccc !important;
}
.bottombar {
  border-bottom: 6px solid #ccc !important;
}
.leftbar {
  border-left: 6px solid #ccc !important;
}
.rightbar {
  border-right: 6px solid #ccc !important;
}
.section,
.code {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.margin {
  margin: 16px !important;
}
.margin-top {
  margin-top: 16px !important;
}
.margin-bottom {
  margin-bottom: 16px !important;
}
.margin-left {
  margin-left: 16px !important;
}
.margin-right {
  margin-right: 16px !important;
}
.padding-small {
  padding: 4px 8px !important;
}
.padding {
  padding: 8px 16px !important;
}
.padding-large {
  padding: 12px 24px !important;
}
.padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}
.transparent,
.hover-none:hover {
  background-color: transparent !important;
}
.hover-none:hover {
  box-shadow: none !important;
}
.no-header {
  display: none;
}
.shopping-cart {
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.login-btn {
  font-size: 14px;
  width: 100%;
  border: solid 1.2px #212121;
  height: 40px;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
  cursor: pointer;
  transition: 0.2s;
}
.login-btn:hover {
  color: #ffffff;
  border: solid 1.2px #ee3e56;
  background: #ee3e56;
}
.header-custom {
  z-index: 99;
  display: block;
  margin: 0 auto;
  width: 1300px;
  padding: 0;
  background-color: #ffffff;
  height: 64px;
}
.search-container {
  margin: 0 0 0 60px;
  padding-top: 10px;
  height: 48px;
  position: absolute !important;
  width: 456px;
}
.cart-icon-container {
  background-color: #ee3e56;
  height: 20px;
  margin-left: -1em;
  top: -10px;
  left: 30px;
  position: relative;
  border-radius: 50%;
}
.cart-item {
  padding: 4px 7px;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.autosuggestion-item {
  font-size: 1em;
  padding: 14px 6px !important;
  color: #090023 !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  line-height: 2px;
}
.autosuggestion-item:hover {
  color: #4a90e2 !important;
}
.autosuggestion-container {
  background-color: #fff !important;
  max-height: 47em;
  z-index: 1;
  width: 100%;
  position: absolute;
  box-shadow: rgba(9, 0, 35, 0.3) 0 0 3px 0 !important;
  border-radius: 5px !important;
  padding-top: 1px;
}
.autosuggestion-item-heading {
  padding: 0 8px;
  line-height: 32px;
}
.autosuggestion-category {
  margin: 5px;
  border-bottom: 1px solid #e0e0e0;
  overflow-y: auto;
  padding-bottom: 12px;
}
.app-header-menu > li {
  border: none !important;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.header-dropdown-loggedIn {
  border-radius: 3px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .autosuggestion-item {
    padding: 14px 10px !important;
  }
  .cart-icon-container {
    background-color: #ee3e56;
    height: 0;
    margin-left: -1em;
    top: -9px;
    left: 28px;
    position: relative;
    border-radius: 50%;
    width: 0;
  }
  .hide-on-mobile {
    display: none;
  }
  .header-custom {
    height: 48px !important;
    width: 100% !important;
  }
  .cart-mobi {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}
.hamburger-menu {
  padding: 19px 15px 15px 15px;
}
.hamburger-menu-items {
  line-height: 1.36;
  letter-spacing: 0.13px;
  color: #212121;
  padding: 10px 0;
}
.user-name-loggedin {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}
.only-desktop.signin-up-wrap {
  min-width: 167px;
  height: 46px;
  align-items: center;
  display: flex;
}
.only-desktop.signin-up-wrap .avatar-logged-in {
  width: 30px;
  height: 30px;
  background-color: transparent;
  padding: 0px;
  margin-right: 11px;
}
.only-desktop.signin-up-wrap button.dropbtn a {
  display: flex !important;
  align-items: center;
}
.only-desktop.signin-up-wrap button.dropbtn .user-name-loggedin {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
}
.ant-collapse-header {
  font-size: 14px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.36 !important;
  letter-spacing: 0.13px !important;
  text-align: left !important;
  color: #212121 !important;
}
.ant-drawer-header {
  background-color: #f4f4f4 !important;
  height: 72px;
}
.ant-drawer-close {
  top: 12px;
}
.ant-drawer-title {
  display: flex;
  flex-wrap: wrap;
}
.accordian-container-hamburger
  .ant-collapse-borderless
  > .ant-collapse-item:last-child
  .ant-collapse-header {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.13px;
  text-align: left;
  color: #212121;
  padding: 5px;
}
.accordion-item {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.13px;
  text-align: left;
  color: #212121;
  padding: 5px;
}
.accordion-email {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #757575;
  padding: 0 5px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-drawer .ant-drawer-content {
  padding-bottom: 150px !important;
}
.view-all-suggestion {
  float: none !important;
  color: #4a90e2;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.accordian-container-hamburger {
  background-color: #fff;
}
.accordian-container-hamburger > .ant-collapse-item {
  border: 0 !important;
}
.accordian-container-hamburger
  .ant-collapse-borderless
  > .ant-collapse-item:last-child
  .ant-collapse-header {
  border-radius: 0 !important;
}
@media only screen and (min-width: 768px) {
  .hamburger-mob {
    display: none;
  }
  .temp-logo-web {
    vertical-align: text-bottom !important;
    padding-left: 0;
  }
  .hamburger-menu {
    display: none;
  }
  .cart-mobi {
    float: right;
    cursor: pointer;
    margin: 24px 32px 0 0;
  }
  .only-mobile {
    display: none !important;
  }
  .all-courses-header {
    color: #757575 !important;
    font-size: 1rem;
    cursor: pointer;
    margin-left: 6.25rem;
    padding: 0;
  }
  .all-courses-header:hover {
    color: #757575 !important;
  }
  .all-courses-header:active {
    color: #757575 !important;
  }
  .ant-input-group-addon {
    padding: 0 !important;
  }
  .ant-input-group-addon .ant-select {
    margin: 0px !important;
  }
  .ant-select-dropdown-placement-bottomLeft {
    width: 160px !important;
    z-index: 999 !important;
  }
  .ant-select-dropdown-menu-item:hover:not(
      .ant-select-dropdown-menu-item-disabled
    ) {
    background-color: #f3f3f3;
  }
  .ant-layout-header {
    padding: 0 !important;
    line-height: auto !important;
  }
  .ant-input-group-wrapper {
    width: 110% !important;
  }
  .ant-select-selection-selected-value {
    padding-right: 5px !important;
    color: #757575 !important;
  }
}
.exam-li {
  color: #212121;
}
.exam-li:hover {
  color: #4a90e2;
}
@media only screen and (max-width: 768px) {
  .temp-logo-web {
    padding: 0 !important;
  }
  .only-desktop {
    display: none !important;
  }
  .search-container {
    display: none !important;
  }
  .all-courses-header {
    display: none !important;
  }
  .view-all-suggestion {
    z-index: 50;
    max-height: 55px;
    text-align: center;
  }
  .logo-img {
    width: 110px !important;
  }
  .header-custom {
    height: 48px !important;
  }
  .autosuggestion-container {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    z-index: 3;
  }
  .ant-select-dropdown-placement-bottomLeft {
    width: 160px !important;
    z-index: 999 !important;
  }
  .ant-select-selection-selected-value {
    padding-right: 5px !important;
    color: #757575 !important;
  }
  .panel-header-val {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 170px;
    padding: 8px 0;
    font-weight: 400;
  }
  .app-header-menu {
    line-height: normal !important;
  }
  .app-header-menu > .ant-menu-horizontal > .ant-menu-item {
    vertical-align: baseline !important;
  }
}
.logo-img {
  width: 150px;
  padding-top: 8px;
}

.icon-header-top {
  color: #212121;
}
.ant-input:hover {
  border-color: #c7c7c7 !important;
}
.ant-input {
  color: #212121 !important;
  height: 40px !important;
}
.ant-input:placeholder-shown {
  color: #757575;
  font-weight: 400 !important;
}
/* styling all-courses */
.all-courses-main {
  background-color: #fff;
  width: 900px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* height: 400px; */
  position: absolute;
  margin-left: 220px;
  margin-top: 4px;
  z-index: 4;
}
.all-courses-categories {
  padding: 0;
}
.all-courses-categories div {
  height: 48px !important;
  line-height: 48px;
  padding: 0px 20px;
}
.all-courses-categories span {
  float: right;
}
.category-component {
  background-color: #f3f3f3;
  overflow-x: auto;
  height: 100%;
}
.category-component div {
  height: auto;
  line-height: 21px;
}
.category-heading {
  padding: 0 0 5px 20px;
  /* width: 30% !important; */
  display: inline-block;
}
.mobile-right-icon {
  padding-right: 3px;
  width: 100%;
}
.order {
  font-size: 14px !important;
  font-weight: bold !important;
}
.drawer-category {
  width: 190px;
  display: inline-block;
  color: #212121;
}
.category-list {
  padding: 0 15px 0 0;
  margin: 5px 0 0 0;
  /* height: 176px;
    overflow-y: auto;
    overflow-x: hidden; */
}
.category-list li {
  list-style-type: none;
  padding: 5px 0;
  display: inline-block;
  min-width: 50%;
}
.main-course:hover {
  background-color: #f3f3f3;
}
.exam-menu-heading {
  color: #212121;
  padding-top: 16px;
}
.inactive-purchase-menu {
  padding: 12px 16px;
}
.my-purchases {
  cursor: pointer;
}
.purchased-items-container {
  margin-top: 12px;
}
.purchased-items-container > a {
  padding-left: 34px !important;
}
.active-purchased-menu {
  padding: 12px 16px;
}
@media only screen and (max-width: 767px) {
  .subscribe-img {
    display: none;
  }
  .consentWindowModal {
    display: flex;
  }
  .consentWindowModal .custom-modal {
    width: 100%;
    height: 100%;
  }
  .consentWindowModal .ConsentHeading {
    margin-left: 10px;
  }
  .consentWindowModal .custom-modal-content {
    width: 300px !important;
    height: 200px !important;
  }
  .consentWindowModal .consentContainer {
    display: flex;
    flex-direction: column;
  }
  .consentWindowModal .consenttext {
    height: 40px;
    opacity: 0.85;
    font-family: Nunito;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #212121;
    /* margin     : 5px 19px !important; */
    margin-left: 15px !important;
  }
  .consentWindowModal .consentactioncontainer {
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
  }
  .consentWindowModal .consentCancel {
    font-size: 16px;
    color: red;
  }
  .consentWindowModal .consentProceed {
    font-size: 16px;
    color: blue;
  }
  .subcontainer-padding {
    padding-bottom: 32px;
  }
  .bg-feed {
    background: #eeeeee !important;
  }
  .container-padding {
    padding: 0;
  }
  .ant-divider-horizontal {
    margin: 16px 0 0 0 !important;
  }
  .student-main {
    background-color: #f4f4f4;
  }
  .mob-why-choose-container {
    padding: 20px 0 20px 32px;
    text-align: center;
  }
  .mob-why-choose-container:first-child {
    padding: 20px 0 0 0;
  }
  .mob-why-choose-container:last-child {
    padding: 20px 8px 0 32px;
  }
  .mobile-why-choose {
    margin-top: 12px;
    padding: 0 8px;
    color: #fff;
    background: #ee3e56;
    font-size: 12px;
  }
  .subscription-head {
    font-size: 21px !important;
    text-align: center;
    width: 229px;
    margin: 0 auto !important;
  }
  .white-circle {
    display: none;
    visibility: hidden;
  }
  .subsribe-row {
    padding: 16px !important;
    /* margin-top   : 16px !important; */
    border-radius: 4px;
    background-color: #f3f3f3;
    display: grid;
    height: 100% !important;
  }
  .subscription-para {
    font-size: 15px !important;
    font-weight: 400;
    text-align: center;
  }
  .couse-main {
    width: 95% !important;
    padding-left: 0 !important;
  }
  .course-modal-row {
    display: inline-flex;
    width: 100%;
  }
  .ant-modal {
    top: 0 !important;
    left: 4px !important;
  }
  .ant-modal-body {
    position: inherit !important;
  }
  .subscribe .ant-modal-content {
    height: 101vh !important;
  }
  .user-info {
    bottom: -2px !important;
  }
  .white-circle-col {
    display: none;
  }
  .select-dropdown-feed .ant-select-dropdown-placement-bottomLeft {
    right: 0 !important;
    left: auto !important;
    width: 250px !important;
  }
  .right-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }
  .testimonial-text-main {
    margin: 0;
    white-space: normal;
  }
  .banner-container {
    margin-top: 64px !important;
    max-height: 150px;
    overflow: hidden;
    min-height: 150px !important;
  }
  .banner-container > div {
    margin: 0 auto;
  }
  .select-dropdown-feed {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .container-padding {
    padding: 0;
    max-width: 1300px !important;
    margin: 0 auto !important;
  }
  .course-modal-row {
    display: flex;
  }
  .student-main {
    height: 496px;
    margin-top: 48px;
    background-color: #f3f3f3;
  }
  .testimonial-text-main {
    margin: 12px 0;
  }
}
.zero-state-message-timeline {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.student-love-us {
  background-color: #f3f3f3;
  height: 300px;
}
.active-li {
  background-color: #ffd2b3;
}
.active-item {
  background: "#f3f3f3";
}
.review-row {
  margin: -11px;
}
.home-banner {
  margin-top: 5.5em;
  border-radius: 10px;
  cursor: pointer;
}
.home-banner-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.margintop {
  margin-top: 69px !important;
}
/* subscription part */
.subsribe-row {
  background-color: #f3f3f3;
  padding: 32px 48px;
  margin-top: -2px;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 0 0 4px 4px;
}
.subscribe-img {
  width: 440px !important;
  right: 48px;
  height: 96%;
  top: 4px;
  position: absolute;
}
.right-button {
  padding: 12px 48px;
  height: 48px;
  border-radius: 100px;
  font-size: 16px;
  margin: 16px 0 0;
  font-weight: bold;
  color: #ffffff;
  margin-top: 16px !important;
  background-image: linear-gradient(0deg, #ee3e56, #ee3e56);
  border: none;
  cursor: pointer;
}
.right-button:focus {
  outline: 0;
  cursor: pointer;
}
.subscription-head {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  color: #212121;
}
.subscription-para {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #212121;
}
p {
  margin: 2px !important;
}
.right {
  float: right;
}
.left {
  float: left;
}
.ml50 {
  margin-left: 50px !important;
}
.attempt-btn {
  border-radius: 27px;
  background-color: #ffffff;
  border: 1px solid #ff6200;
  color: #ff6200;
  cursor: pointer;
}
.all-selector {
  margin-top: -47px;
  background-color: #fff;
  border: none !important;
  color: #757575;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 18px 6px 0;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  background: url("/images/icon-md-bottom.svg") no-repeat scroll 96% 14px !important;
}
.all-selector option {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .all-selector {
    border: 1px solid #d9d9d9 !important;
    -webkit-appearance: none;
    border-radius: 4px;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 18px 6px 6px;
    outline: none;
  }
}
.modal-course-item {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-radius: 4px;
  border: solid 1px #757575;
  margin: 10px;
  width: 45%;
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
}
.modal-course-item img {
  width: 32px;
}
.modal-course-item-text {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #212121;
  padding-top: 10px;
}
.modal-course-item:hover {
  border-color: #ee3e56;
}
.selectedCourse {
  border-color: #ee3e56;
}
.feed-spin {
  font-size: 60px;
  color: #ee3e56;
}
.feed-spin-loader {
  height: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-attempt {
  padding-left: 4px;
}
.banner-container {
  max-width: 1300px;
  margin: 84px auto 0;
  min-height: 355px;
}
.ant-divider-horizontal {
  margin: 32px 0 0 0 !important;
}
.twenty-percent {
  width: 20% !important;
  filter: grayscale(1);
  display: flex;
}
.twenty-percent .explore-card-image {
  opacity: 0.5;
  width: 150px !important;
}
.twenty-percent:hover {
  filter: none;
}
.twenty-percent:hover .explore-card-image {
  opacity: 1;
}
.twenty-percent:hover .explore-adda-text {
  background-color: #ee3e56;
  color: #fff;
}
.explore-adda-text {
  width: 90px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 14px;
  background: #aeaeae;
}
.adda-home .mock-comman-pop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2600;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: "Lato", sans-serif !important;
}
.adda-home .mock-comman-pop-content {
  max-width: 328px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 100%;
  min-height: 156px;
  padding: 24px;
  position: relative;
  font-family: "Lato", sans-serif !important;
}
.adda-home .short-heading-popup {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 15px;
}
.adda-home .comman-pop-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #484848;
}
.adda-home .mock-pop-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  right: 24px;
  bottom: 24px;
}
.adda-home .mock-pop-btn a.redcolorbtn {
  color: #182b49;
  margin-left: 24px;
  font-size: 16px;
}
.adda-home .mock-pop-btn a.graycolorbtn {
  color: #484848;
}
.adda-home .mock-comman-pop.result-pop .mock-comman-pop-content {
  padding: 16px 16px 90px 16px;
  min-width: 512px;
  text-align: center;
}
.adda-home .mock-header-popup {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}
.adda-home .close-mock-pop {
  position: absolute;
  right: 10px;
  top: 0px;
}
.adda-home .mockpopheader-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .adda-home .mock-comman-pop-content {
    width: calc(100% - 30px);
    padding-right: 23px;
  }
  .adda-home .mock-comman-pop.result-pop .mock-comman-pop-content {
    max-height: calc(100% - 40px);
    min-width: inherit;
    overflow: auto;
  }
}
/* styling for courses posts*/
.posts-heading {
  height: 60px;
  padding: 12px;
}
.posts-main {
  margin: 10px 0;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-height: 312px;
  margin-left: 10px;
  min-width: 325px;
}
.circle-note {
  width: 33px;
  height: 33px;
  background-color: #eeeeee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  float: left;
  padding: 5px;
  cursor: pointer;
}
.post-type {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #212121;
  text-align: left;
}
.post-time {
  color: #757575;
  line-height: 0.75;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.post-new {
  margin-top: -6px;
  padding-left: 9px;
}
.post-footer-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #090023;
  display: inline-block;
  float: left;
}
.question-card-feed-image-container {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  padding: 24px 10px;
  cursor: pointer;
}
.feed-course {
  cursor: pointer;
  padding-right: 10px;
}
.NOT_STARTED {
  font-size: 0.9rem !important;
  border-radius: 18px !important;
  border: solid 1px #ee3e56 !important;
  cursor: pointer;
  color: #ee3e56 !important;
  background-color: #ffffff !important;
  padding: 5px 15px;
}
.INCOMPLETE {
  font-size: 0.9rem !important;
  border: solid 1px #182b49 !important;
  border-radius: 18px !important;
  color: #182b49 !important;
  background-color: #ffffff !important;
  cursor: pointer;
  padding: 5px 15px;
}
.COMPLETED {
  font-size: 0.9rem !important;
  border-radius: 18px !important;
  border: solid 1px #0787ef !important;
  color: #0787ef !important;
  background-color: #ffffff !important;
  padding: 5px 15px;
}
.icon-post-feed {
  width: 12px;
  margin-left: 6px;
}
@media only screen and (max-width: 766px) {
  .posts-main {
    width: 100%;
    margin: 12px 0;
    display: block;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    min-height: 312px;
  }
  .icon-post-feed {
    width: 12px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 767px) {
  span.maximum-retail-price {
    padding-right: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    color: #cccccc;
  }
  span.selling-price {
    padding-right: 4px;
    padding-top: 6px;
    display: inline-block;
    font-size: 18px;
    color: #212121;
  }
  span.off {
    font-size: 12px;
    line-height: 1.6;
    color: #3dc635;
    padding-right: 9px;
  }
}
.list-item-container.product-wrapper .custom-carousel {
  padding: 15px 0px 15px 10px;
}
.productList {
  position: relative;
  display: inline-flex;
  width: 193px;
  margin-bottom: 20px;
  margin-top: 15px;
  align-items: flex-start;
  font-family: Nunito, sans-serif;
  cursor: pointer;
}
.productList a {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 10px 0px 10px;
  text-decoration: none;
  max-width: 193px;
  display: inline-block;
  font-family: Nunito, sans-serif;
  position: relative;
}
.productBestValue {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  width: 118px;
  height: 22px;
  background-color: #182b49;
  border-radius: 0px 8px 0px 8px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.productImage img {
  max-height: 173px !important;
  height: 173px !important;
  position: relative;
  overflow: hidden;
  object-fit: contain;
  max-width: 173px !important;
}
.productImage {
  width: 173px;
  text-align: center;
}
.demodiv {
  position: relative;
  height: 30px;
}
.freeProdList {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #6cc080;
  height: 15px;
  margin-top: 4px;
  margin-bottom: 2px;
}
.productTitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 6px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  overflow: hidden;
  line-height: 22px;
  font-weight: 600;
}
.productPrice {
  font-weight: bold;
  color: #000000 !important;
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  line-height: 26px;
}
.productOffCode {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  line-height: 18px;
  height: 35px;
}
.productOffCode img {
  vertical-align: top;
  margin-right: 5px;
}
.quickView {
  text-align: center;
  height: 40px;
}
.productOffCode img {
  width: 15px;
  margin-bottom: 4px;
}
.quickView .quickvew-link {
  padding-top: 6px;
  color: #182b49;
  font-size: 13px;
  font-weight: 500;
  background-color: #ffffff;
  border: 0px;
  outline: 0px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.quickvew-link {
  display: none;
}
.productList a:hover {
  z-index: 3;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.productList a:hover .quickvew-link {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .custom-carousel .productList:last-child .tooltiptext {
    right: -5px;
    left: inherit;
  }
  .productList {
    height: 392px;
    margin-bottom: 0px;
  }
  .custom-carousel .productList {
    height: 392px;
    margin-bottom: 20px;
    margin-right: 8px;
  }
  .list-item-container {
    margin-bottom: 0px !important;
  }
  .productOffCode.productOffCodeMobile {
    display: none;
  }
  .custom-carousel .productOffCode {
    display: flex;
  }
  .custom-carousel .productOffCode.productOffCodeMobile {
    display: none;
  }
  .view-all-dynamic-page {
    display: none;
  }
  .tooltiptext {
    position: absolute;
    width: max-content;
    background-color: #fff;
    color: #6cc080;
    text-align: center;
    padding: 4px 8px;
    min-width: 120px;
    border-radius: 6px;
    z-index: 1;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    left: 0px;
    top: -31px;
    visibility: hidden;
  }
  .tooltiptext::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -8;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
  }
  span.tooltiptext::after {
    background: #fff;
    content: "";
    position: absolute;
    left: 2%;
    top: 0px;
    width: 96%;
    height: 100%;
    z-index: -1;
  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .quickview .tooltip:hover .tooltiptext {
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .tooltiptext {
    display: none;
  }
  .productOffCode {
    display: none;
  }
  .productOffCode.productOffCodeMobile {
    display: flex;
  }
  .custom-carousel .productOffCode {
    display: flex;
  }
  .custom-carousel .productOffCode.productOffCodeMobile {
    display: none;
  }
  .view-all-dynamic-page .filter-heading-container {
    display: none;
  }
  .view-all {
    display: none;
  }
  .view-all-dynamic-page {
    text-align: center;
  }
  .view-all-dynamic-page .view-all {
    display: inline-block;
    margin: 0px auto;
    float: none;
    margin-bottom: 5px;
    z-index: 1;
  }
  .view-all-dynamic-page .view-all img {
    display: none;
  }
  .view-all-dynamic-page .view-all span {
    padding-right: 0px;
  }
  .filterListCards .productTitle {
    height: 38px;
  }
  .bottomContentContainer {
    margin-top: 20px !important;
  }
  .custom-carousel .productList a {
    padding-bottom: 8px !important;
  }
  .custom-carousel .productOffCode {
    padding-top: 8px !important;
  }
}
/* Quick View Popup */
.quickPopwrapper {
  background: #ffffff;
  box-shadow: 0px 4px 20px #ccc;
  border-radius: 16px;
  height: calc(100% + 20px);
  position: absolute;
  left: 0px;
  top: -20px;
  width: 363px;
  z-index: -23px;
  padding-left: 70px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  font-family: Nunito, sans-serif;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0s;
  animation: slide 0.5s forwards;
  animation-delay: 0s;
  cursor: default;
}
@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slide {
  100% {
    left: 153px;
  }
}
.quickPopwrapper.rightsideview {
  padding-left: 20px;
  padding-right: 70px;
  left: inherit;
  right: 0px;
  -webkit-animation: slideright 0.5s forwards !important;
  -webkit-animation-delay: 0s !important;
  animation: slideright 0.5s forwards !important;
  animation-delay: 0s !important;
}
@-webkit-keyframes slideright {
  100% {
    right: 0;
  }
}
@keyframes slideright {
  100% {
    right: 153px;
  }
}
.quick-view-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.quickfeature-small {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
}
.small-feature-list .small-feature-count {
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  color: #212121;
  margin-bottom: 3px;
}
.small-feature-list .small-feature-label {
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: #757575;
}
.small-feature-list .small-feature-icon {
  min-width: 35px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  border-right: 1px solid #e0e0e0 !important;
}
.small-feature-list .small-feature-icon img {
  max-width: 20px;
}
.small-feature-list {
  display: flex;
  min-height: 41px;
  min-width: 125px;
  max-width: 125px;
  padding-right: 3px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0 !important;
  margin-right: 2px;
}
.small-feature-list:nth-child(2n) {
  margin-right: 0px;
  margin-left: auto;
}
.small-feature-contentSection {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-left: 5px;
}
.qucikDiscriptionlist {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 22px;
  max-height: 160px;
  overflow: hidden;
}
.qucikDiscriptionlist ul {
  margin: 0px;
  padding-left: 23px;
  margin-top: 5px;
}
.qucikDiscriptionlist li {
  font-size: 14px;
  color: #000000;
  line-height: 26px;
}
.QuickListbutton {
  text-align: center;
  position: absolute;
  bottom: 24px;
  margin-left: -70px;
  left: 50%;
  cursor: pointer;
}
.rightsideview .QuickListbutton {
  margin-left: -120px;
}
.QuickListbutton a {
  width: 185px;
  height: 40px;
  background: #182b49;
  border-radius: 7.68966px;
  font-weight: bold;
  font-size: 17.3017px;
  line-height: 24px;
  color: #fff;
  box-shadow: inherit;
  padding: 0px;
  margin: 0px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productendin {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #182b49;
  padding: 6px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-item-container .product-content {
  position: relative;
  padding-top: 17px;
}
.listing-data-container.search-detail-listing
  .all-category-list
  .product-content {
  padding-top: 17px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .productImage img {
    height: auto;
    max-height: inherit;
  }
  .productList {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .productendin {
    display: block;
  }
  .quickPopwrapper {
    display: none;
  }
  .quickView {
    display: none;
  }
  .productList a {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin-right: 15px;
    margin-top: 0px;
  }
  .productImage {
    display: inline-flex;
    align-self: center;
    position: static;
    width: auto;
  }
  .product-content {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 12px;
    flex-direction: column;
  }
  .productImage img {
    max-width: 173px !important;
    border-radius: 5px;
    width: 173px !important;
    height: 173px !important;
    object-fit: cover;
  }
  .filterListCards .productImage img {
    max-width: 96px !important;
    width: 96px !important;
    height: 96px !important;
    object-fit: cover;
    border-radius: 5px;
  }
  .productList a {
    display: flex;
  }
  .productTitle {
    font-size: 14px;
    margin-top: 0px;
    line-height: 19px;
    margin-bottom: 16px;
    width: 100%;
    height: 40px;
  }
  .productPrice {
    border-top: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 8px;
    width: 100%;
  }
  .productOffCode {
    font-size: 12px;
    padding: 3px;
    width: 100%;
  }
  .productendin {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #182b49;
    margin-top: 5px;
  }
  .productBestValue {
    font-size: 10px;
    width: 84px;
    left: 0px;
    top: 0px;
  }
  .filterListCards .productBestValue {
    top: 0px;
    left: 0px;
  }
  .filterListCards {
    margin: 0px 15px !important;
  }
  .filterListCards .productList {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .filterListCards .product-content {
    width: calc(100% - 96px);
  }
  .filterListCards .productOffCode {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 5px;
  }
  .filterListCards .productOffCode.quickview {
    display: none;
  }
  .filterListCards .productOffCode.productOffCodeMobile {
    display: flex;
  }
  .filterListCards .productList a {
    margin-right: 0px;
  }
  /* listing page scroller mweb css */
  .custom-carousel .productList {
    margin-right: 8px;
    width: 193px;
    margin-bottom: 0px;
  }
  .custom-carousel .productList a {
    max-width: 193px;
    display: inline-block;
    padding: 10px;
    margin-right: 0px;
  }
  .custom-carousel .productImage {
    display: inherit;
    width: 173px;
  }
  .custom-carousel .productImage img {
    max-height: 173px;
    height: 173px;
    max-width: 173px;
    border-radius: 0px;
  }
  .custom-carousel .product-content {
    display: inherit;
    flex-wrap: inherit;
    padding-left: 0px;
  }
  .custom-carousel .productTitle {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 45px;
    line-height: 22px;
  }
  .custom-carousel .productPrice {
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 6px;
    line-height: 26px;
  }
  .custom-carousel .productPrice {
    padding-top: 6px;
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 0px;
  }
  .custom-carousel .productOffCode {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 13px;
    padding-top: 6px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    line-height: 18px;
  }
}
@media (min-width: 1260px) and (max-width: 1294px) {
  .listing-data-container .sort-by {
    margin-right: 7px;
  }
  .listing-data-container .filter-heading-container {
    padding-left: 8px;
  }
  .listing-data-container .view-all {
    padding-right: 19px;
  }
  .category-list-alt .filter-heading-container {
    padding-left: 6px;
  }
  .custom-carousel .productList {
    margin-right: 6px;
  }
  .category-list-alt .filter-heading-container {
    padding-left: 6px;
  }
}
@media only screen and (min-width: 1295px) {
  .listing-data-container .sort-by {
    margin-right: 10px;
  }
  .listing-data-container .filter-heading-container {
    padding-left: 8px;
  }
  .listing-data-container .filterListCards {
    margin-left: 4px;
    margin-right: 4px;
  }
  .listing-data-container .productList {
    width: 196px;
  }
  .listing-data-container .productList a {
    max-width: 196px;
  }
  .custom-carousel .productList {
    max-width: 193px;
  }
  .custom-carousel .productList a {
    max-width: 193px;
  }
  .custom-carousel .productList {
    margin-right: 10px;
  }
  .category-list-alt .filter-heading-container {
    padding-left: 6px;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.a {
  color: #52ac4a;
}
.productPrice span {
  color: #999999;
  font-size: 12px;
}
.hr-customProductCard {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0px 0px !important;
}
.max-retails-price-card {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
}
.productListHover {
  z-index: 3;
  box-shadow: 0px 4px 20px #ccc;
}
.list-item-container.product-wrapper .right-arrow-carousel {
  z-index: 3;
}
.content-included-wrapper {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 8px;
  padding: 9px;
  margin-bottom: 10px;
}
.course-highlight-wrapper {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 8px;
  padding: 8px 10px 8px 10px;
}
.newQuickView {
  padding: 9px 0px 9px 0px;
  color: #182b49;
  font-size: 13px;
  font-weight: 500;
  background-color: #ffffff;
  border: 0px;
  outline: 0px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.productCardMain {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.filterListCards {
  margin-right: 4px;
  margin-left: 4px;
}
.couponAtEnd {
  color: #52ac4a !important;
}
@media only screen and (min-width: 768px) {
  /* tablets and desktop */
  .accordian-container {
    display: none;
  }
  .mob-footer {
    display: none;
  }
  .web-footer {
    margin: 0 auto !important;
    padding: 0 30px;
    background-color: #f3f3f3;
    width: 100%;
    display: inline-block;
    margin-top: 48px !important;
  }
  .web-footer-header {
    font-size: 18px;
    margin-top: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #212121;
  }
  .web-footer-items {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.88;
    color: #212121;
  }
  .web-footer-items:hover {
    color: #4a90e2;
    cursor: pointer;
  }
  .footer-meta:hover {
    color: #4a90e2;
    cursor: pointer;
  }
  .footer-mid {
    letter-spacing: normal;
    color: #090023;
  }
  .footer-bar-container {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    padding: 20px 0 10px 0;
  }
}
.footer-icon {
  margin-left: 8px;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}
.support {
  color: #212121;
  display: inline-block;
  border: solid 1px #212121;
  text-align: center;
  border-radius: 6px;
  padding: 12px 10px 12px 10px;
  width: 206px;
}
@media only screen and (max-width: 767px) {
  .follow-us-mob {
    /* display: inline-flex; */
    margin-top: 16px;
    /* padding-right: 12px; */
    margin-bottom: 10px;
  }
  .mob-footer-caption {
    display: flex;
    background: #fff;
    padding: 16px;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
  }
  .mob-footer-caption-text {
    font-size: 12px;
  }
  /* phones */
  .web-footer {
    display: none;
  }
  .mob-footer {
    display: block;
  }
  .mob-footer .accordion {
    background-color: #f3f3f3 !important;
  }
  .mob-footer .fcont {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: solid 1px #ccc;
  }
  .web-footer-header {
    display: none;
  }
  .accordian-container {
    background-color: #f3f3f3;
    border-radius: 0;
    display: inline-block;
    width: 100%;
  }
  .accordian-header {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    border-bottom: none !important;
    padding-left: 1em;
  }
  .mob-footer {
    border-top: solid 1px #d6d6d6;
    text-align: center;
    background-color: #f3f3f3;
    display: inline-block;
    width: 100%;
    margin-top: 24px;
  }
  .accordian-content {
    color: #757575;
    font-weight: normal;
    padding: 12px 0;
  }
  .support {
    display: block;
    border: solid 1px #212121;
    /* border-radius: 20%; */
    width: calc(100% - 20px);
    margin: 20px auto 30px;
    /* border: none; */
    border-radius: 10px;
    color: #212121;
    font-size: 16px;
    font-weight: 600;
  }
}
.homepage-footer .content-block {
  margin-bottom: 20px;
}
.homepage-footer .content-block .label {
  font-weight: 600;
}
.homepage-footer .choose-adda span {
  font-weight: 600;
}
.homepage-footer .p-label {
  margin-bottom: 10px !important;
}
.custom-carousel {
  display: flex;
  overflow-x: auto;
  flex-direction: row !important;
  flex-flow: row !important;
  overflow-y: hidden;
}
.arrow-carousel {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 35px;
  z-index: 1;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  min-width: 36px;
  min-height: 36px;
  opacity: 1;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  top: 35%;
  cursor: pointer;
}
.arrow-carousel,
.left-arrow-carousel {
  position: absolute;
  top: 30%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  z-index: 4;
  justify-content: center;
  box-shadow: 1px 1px 1px 1px #eaeaea;
  left: 0;
  cursor: pointer;
}
.arrow-carousel img,
.left-arrow-carousel img {
  width: 10px;
}
.arrow-carousel,
.right-arrow-carousel {
  position: absolute;
  top: 30%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 1px 1px #eaeaea;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.arrow-carousel img,
.right-arrow-carousel img {
  width: 10px;
}
@media only screen and (min-width: 768px) {
  .custom-carousel {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .right-arrow-carousel {
    display: none !important;
  }
  .left-arrow-carousel {
    display: none !important;
  }
  .arrow-carousel {
    display: none;
  }
  .custom-carousel {
    margin-right: 10px;
    white-space: nowrap;
    margin-left: 6px;
    width: calc(100vw - 16px);
  }
  .pagination-wrapper-insta {
    display: none !important;
  }
}
.pagination-wrapper-insta {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
/* external css: flickity.css */
/* this is just styling for the demo. note these slides have a fixed width, therefore, the number of dots can change if the window is resized. */
/* set a sass variable for dot width (including margins) */
.carousel-dots-container-insta {
  display: block;
  white-space: nowrap;
  font-size: 0;
}
.carousel-dots-container-insta .small-dot {
  background: 0;
  margin: 0 3px;
  display: inline-block;
  /* we are styling the ::before pseudo elements rather than the elements directly, to allow the tap target sizes to stay large and unchanging, even when they appear smaller */
}
.carousel-dots-container-insta .small-dot::before {
  content: "";
  background: #182b49;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.small-dot.circle-active::before {
  opacity: 1;
}
.small-dot.active-dot::before {
  opacity: 1;
}
/* this is the fun part */
.carousel-dots-container-insta {
  width: 112px;
  overflow: hidden;
  transition: all 0.2s 0.15s;
}
.small-dot::before {
  transition: transform 0.1s 0.15s;
}
/* we are using data attributes instead of classes to avoid conflicts with flickity itself, which overrides the dot classes */
.small-dot.circle-prev::before,
.circle-next::before {
  transform: scale(0.7);
}
.small-dot.circle-prev-prev::before,
.small-dot.circle-next-next::before {
  transform: scale(0.4);
}
.small-dot.dot-small::before {
  transform: scale(0.7);
}
.small-dot.dot-smaller::before {
  transform: scale(0.4);
}
.small-dot.circle-offscreen::before {
  transform: scale(0.2);
}
.small-dot.dot-offscreen::before {
  transform: scale(0.2);
}
.heading-title-home {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  clear: both;
  text-align: left;
  color: #090023;
  margin: 48px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .media-coverage-image {
    width: 140px !important;
    cursor: pointer;
  }
  .media-coverage-container {
    margin-right: 40px;
    display: flex;
    padding: 0 20px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .media-coverage-container {
    margin-right: 12px;
  }
  .media-coverage-image {
    width: 150px !important;
    height: auto;
  }
  .heading-title-home {
    font-size: 20px;
    padding: 0 8px;
    margin: 32px 0 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .explore-card-image-sidewise {
    float: left;
    width: 90px;
    margin-right: 18px;
  }
  .explore-card-image {
    width: 90px !important;
  }
}
.explore-card {
  text-align: center;
  position: relative;
  cursor: pointer;
  padding-bottom: 40px;
}
.explore-card-heading {
  padding-top: 10px;
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 1.08;
  letter-spacing: normal;
  color: #212121;
}
.explore-card-subheading {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  text-align: center;
  letter-spacing: normal;
  color: #757575;
}
@media only screen and (max-width: 767px) {
  .explore-card-heading {
    font-size: 14px;
  }
  .explore-card-subheading {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
  }
  .explore-card-image {
    width: 50px !important;
  }
  .explore-card-image-sidewise {
    width: 50px;
  }
  .explore-card > .ant-card-body {
    padding: 0 !important;
  }
}
.whyChooseAddaContainer {
  margin: 0 !important;
  padding: 0 !important;
}
.mobile-column-padding {
  padding: 2px !important;
}
.scrolling-wrapper-flexbox {
  min-height: 100px;
}
.topexp {
  min-height: 200px;
}
@media only screen and (max-width: 767px) {
  .mobile-column-padding {
    padding: 0 !important;
  }
  .scrolling-wrapper-flexbox {
    display: flex;
    min-height: auto;
  }
  .topexp {
    min-height: auto;
  }
}
.spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #ee3e56;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.button-spinner {
  align-items: center !important;
  border-radius: 50% !important;
  justify-content: center !important;
  display: flex !important;
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 2s linear infinite !important;
}
.button-spin {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #ee3e56;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.spinner-listing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .spinner-listing {
    padding: 20px 0;
  }
}
.product-type-block {
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  padding: 1em;
  cursor: pointer;
  width: 247px;
  margin-left: 16px;
  text-align: center;
  display: flex;
  height: 88px;
  align-items: center;
  justify-content: center;
}
.product-type-block:hover {
  border-color: #ee3e56 !important;
}
.custom-carousel > a:first-child > .product-type-block {
  margin-left: 0 !important;
}
.browse-products {
  margin: 0;
}
.page-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff1e8;
}
@media only screen and (min-width: 767px) {
  .browse-by-product-title {
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #090023;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .browse-by-product-icon {
    display: block;
  }
  .product-type-block {
    display: inline-block !important;
    width: 150px;
    height: 80px;
    margin: 0 12px;
  }
  .product-type-block:first-child {
    margin-left: 0;
  }
  .product-type-block:last-child {
    margin-right: 10px;
  }
  .browse-products {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 8px;
  }
  .browse-by-product-title {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    display: block;
    letter-spacing: normal;
    color: #090023;
    text-align: center !important;
    padding-top: 4px;
  }
}
.exam-item-image {
  width: 48px !important;
  display: inline-block;
  height: 48px !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 1.3px 3px 2px #eee;
}
.exam-item-name {
  margin-left: 0.8em;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #090023;
  font-weight: normal;
}
.exam-item {
  padding: 12px 12px 12px 0;
}
.exam-item-card {
  padding: 8px !important;
  display: flex !important;
  height: 72px;
  border-width: initial !important;
  align-items: center;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
  background: transparent !important;
}
.exam-item-card img {
  object-fit: contain !important;
}
.exam-item-card:hover {
  width: 201px;
  height: 72px;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.right-icon-exam-list {
  margin-bottom: 4px;
  margin-left: 6px;
  margin-top: 2px;
  width: 6px;
}
.exam-item-view-all {
  font-size: 16px;
  text-align: center;
  clear: both;
  padding-top: 12px;
  color: #4a90e2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .exam-m2 {
    width: 14% !important;
    text-transform: uppercase;
  }
  .active-menu {
    border-bottom: 2px solid #ee3e56 !important;
    color: #212121 !important;
  }
  .menu-item {
    text-align: center;
    padding-bottom: 12px;
    cursor: pointer;
  }
  .menu-item:hover {
    color: #ee3e56;
  }
  .exam-select-menu {
    position: relative;
    overflow-x: auto;
    display: flex;
    padding-left: 50px;
    height: 43px;
    padding-right: 50px;
  }
  .exam-select-menu::-webkit-scrollbar {
    display: none;
  }
  .exam-select-menu .menu-item {
    min-width: 185px;
    white-space: nowrap;
  }
  .only-desktop.examMenu {
    position: relative;
  }
  .only-desktop.examMenu .right-arrow-carousel,
  .only-desktop.examMenu .left-arrow-carousel {
    position: absolute;
    top: -11px;
  }
}
@media only screen and (max-width: 767px) {
  .right-icon-exam-list {
    width: 6px;
    margin-bottom: 2px;
    margin-left: 6px;
  }
  .exam-item {
    text-align: center;
    display: inline-block;
    width: 33%;
    float: left;
  }
  .exam-item-name {
    font-size: 14px;
    color: #212121;
    margin-left: 0;
    align-items: center;
    text-align: center;
    display: inherit !important;
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.exam-item-name {
    width: auto;
    padding-top: 4px;
  }
  .menu-item-wrapper {
    padding: 2px 24px 2px 0px;
    background: #ffffff !important;
    font-size: 16px;
    outline: none;
    line-height: 1.86;
    color: #757575;
  }
  .menu-item-wrapper:first-child {
    padding: 2px 24px 2px 0px;
  }
  .active-custom-menu {
    border-bottom: 2px solid #ee3e56;
    color: #ee3e56;
  }
}
.custom-menu-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}
.custom-menu-sub-item {
  font-size: 14px;
  font-weight: normal;
  color: #212121;
}
.custom-button {
  height: 48px;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  margin-top: 15px;
  background-color: #ef3d56;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  font-size: 14px;
  border-radius: 4px;
}
.disable-custom-button {
  height: 48px;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  margin-top: 15px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  font-size: 14px;
  border-radius: 4px;
  background: #dddddd !important;
  pointer-events: none;
  cursor: default;
}
.button-text {
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 400px) {
  .custom-modal-content {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
  }
  .custom-modal {
    border-radius: 0 !important;
    overflow: unset !important;
  }
}
.custom-modal-body {
  padding: 20px 8px !important;
  background: #fff;
}
.custom-modal-body::-webkit-scrollbar {
  width: 6px;
}
.custom-modal-body::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); */
}
.custom-modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .custom-modal {
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .custom-modal-content {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
  }
  .custom-modal {
    border-radius: 0 !important;
    overflow: unset !important;
  }
}
.custom-modal {
  position: fixed;
  z-index: 2000;
  display: flex;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-modal.login_modal {
  position: fixed;
  z-index: 2000;
  display: flex;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: unset !important;
  max-height: 100vh;
  overflow-y: scroll !important;
  background-color: rgba(0, 0, 0, 0.3);
}
.custom-modal-content {
  background-color: #fefefe;
  margin: auto;
  border-radius: 5px;
  width: 36%;
  box-shadow: 0 4px 8px 0 rgba(9, 0, 35, 0.5);
}
.custom-modal-header {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  font-size: 20px;
  position: relative;
  font-weight: 700;
  background-color: #f3f3f3 !important;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.custom-modal-header div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 10px;
}
.custom-modal-header .backIcon {
  margin: 4px 8px 4px 0px;
  cursor: pointer;
}
.custom-modal-body {
  padding: 20px 16px;
  background: #fff;
}
.custom-modal-body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.custom-modal-footer {
  padding: 2px 16px 24px;
  font-size: 16px;
  color: #090023;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 24px;
  cursor: pointer;
}
.modal-back-arrows {
  position: absolute;
  left: 0px;
  top: 20px;
  cursor: pointer;
}
.modal-close-no-title {
  position: absolute;
  right: 20px;
  cursor: pointer;
  bottom: 8px;
}
.error401 .custom-modal-content {
  border-radius: 8px !important;
  padding: 32px !important;
  max-width: 400px;
  overflow: hidden;
}
.error401 .custom-modal-content h3 {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}
.error401 .custom-modal-content p {
  color: #272d39;
  font-size: 15px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.error401 .custom-modal-content p a {
  color: #0787ef;
}
.error401 .custom-modal-content .act-btns {
  text-align: right;
}
.error401 .custom-modal-content .act-btns div {
  display: inline-block;
  cursor: pointer;
}
.error401 .custom-modal-content .act-btns div:first-child {
  color: #7a818f;
  min-width: 100px;
  text-align: left;
}
.error401 .custom-modal-content .act-btns div:last-child {
  color: #f57f18;
}
@media screen and (min-width: 768px) {
  .custom-modal.largemodal .custom-modal-content {
    min-width: 600px;
  }
  .custom-modal-body {
    min-height: 200px;
  }
  .custom-modal.booksbanner .custom-modal-content {
    width: 800px;
  }
  .custom-modal.booksbanner .custom-modal-content .custom-modal-body {
    padding: 0px !important;
  }
  .error401 .custom-modal-body {
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .custom-modal.booksbanner .custom-modal-content {
    background: none;
  }
  .custom-modal.booksbanner .custom-modal-body {
    padding: 0px !important;
    width: 320px;
    height: 480px;
    margin-top: calc(50vh - 239px);
    margin-left: calc(50vw - 160px);
  }
  .error401 .custom-modal-body {
    min-height: 100px;
  }
  .error401 .custom-modal-content {
    height: 322px !important;
    width: 300px !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 350px) {
  .login-modal .h2_heading {
    padding-right: 0px !important;
    font-size: 10px !important;
    padding-left: 4px !important;
  }
}
@media only screen and (min-width: 351px) and (max-width: 530px) {
  .login-modal .h2_heading {
    padding-right: 0px !important;
    font-size: 11px !important;
    padding-left: 4px !important;
  }
}
.login-modal .modal_img {
  max-width: 100%;
  height: auto;
  padding-left: 15px;
}
.login-modal .h2_heading {
  font-size: 12px;
  padding-right: 5px;
  padding-left: 10px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.login-modal .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.facebook-button {
  background-color: #4568b2;
  margin-bottom: 16px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border: none !important;
  border-radius: 4px;
}
.facebook-button:hover {
  background-color: #4568b2;
}
.modal-body,
.otp-resend {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
}
.modal-header {
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
  max-width: calc(100vw - 52px);
}
.otp-resend {
  font-size: 14px;
}
.time-remaining-otp {
  width: 100%;
  position: absolute;
  text-align: right;
  right: 30px;
}
.resend-otp {
  text-align: center;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #4a90e2;
}
.margin2 {
  margin-bottom: 15px;
  border: 1px solid #dedede;
  clear: both;
  text-indent: 4px;
  width: 100%;
  border-radius: 4px;
  padding: 12px 4px;
}
.google-button {
  border: solid 1px #80868b;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  margin-bottom: 20px;
  line-height: 0;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
}
.loginButtonEnable,
.loginButtonDisable {
  height: 48px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-image: linear-gradient(0deg, #ee3e56, #ee3e56);
}
.loginButtonEnable:hover,
.loginButtonDisable:hover {
  background-image: linear-gradient(262deg, #ff6200, #ff327a);
}
.loginButtonDisable {
  background-image: linear-gradient(0deg, #ee3e56, #ee3e56) !important;
}
.devider {
  margin-bottom: 15px;
  color: #4a90e2;
  cursor: pointer;
  float: right;
}
.full-name {
  font-size: 16px;
  color: #212121;
  margin-bottom: 5px;
  margin-top: 5px;
}
.divider2 {
  line-height: 1.5;
  font-weight: 400;
  text-align-last: center;
}
.signup {
  color: #4a90e2;
  text-decoration: underline;
  cursor: pointer;
}
.text-or-strip {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  height: 20px;
  margin: 0 auto;
}
.fancy-text {
  line-height: 0.5;
  text-align: center;
  width: 100%;
}
.fancy-text span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  line-height: 18px;
  margin: -10px 0 0 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.fancy-text span:before,
.fancy-text span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #e2e2e2;
  top: 0;
  width: 45%;
}
.fancy-text span:before {
  right: 50%;
  margin-right: 15px;
}
.fancy-text span:after {
  left: 50%;
  margin-left: 15px;
}
.input-error {
  border: 1px solid #ee503b !important;
  margin-bottom: 2px;
  clear: both;
  text-indent: 4px;
  width: 100%;
  border-radius: 4px;
  padding: 12px 4px;
}
.ant-input:focus {
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
}
.error-message {
  font-size: 12px;
  color: #ee503b;
  display: inline-block;
}
.forgot-password-container {
  padding-top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.resend-otp {
  padding-top: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .no-result-found {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .no-result-found .no-result-found-body {
    display: flex;
    align-items: center;
  }
  .no-result-found .no-result-found-body > img {
    width: 198px;
    margin-top: 0px;
  }
  .listing-header {
    font-size: 30px;
    line-height: 1.14;
    letter-spacing: normal;
    color: #090023;
    max-width: 1300px;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .header-container {
    width: 100%;
  }
  .fcwidth {
    width: 20.833% !important;
  }
  .fccontwidth {
    width: 79.166% !important;
  }
  .view-more {
    margin-left: 60px;
    font-size: 14px;
    color: blue;
  }
  .filter-sort {
    width: 160px;
  }
}
.related-category-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.related-link {
  color: #4a90e2;
  padding: 4px;
  padding-left: 10px;
}
.related-link:hover {
  color: darkblue;
}
@media only screen and (max-width: 768px) {
  .filter-sort {
    width: auto;
  }
  .fccontwidth .category-list-alt {
    margin-top: 16px;
  }
  .clear-all {
    font-size: 16px;
    position: relative;
    top: -6px;
    padding-right: 5px;
  }
  .ant-checkbox + span {
    text-overflow: ellipsis !important;
    width: 197px !important;
    display: inline-flex !important;
  }
  .category-list-alt {
    margin-top: 24px;
  }
  .no-result-found .no-result-found-body {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 10px solid #edeff5;
    padding-bottom: 30px;
  }
  .no-result-found .no-result-found-body > img {
    width: 180px;
    margin-top: 40px;
  }
  .no-result-found .no-result-found-body > div {
    margin-left: 0px !important;
    margin-top: 22px;
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .no-result-found .all-recomend-course {
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 14px !important;
    letter-spacing: 0.8px !important;
    margin-top: 12px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkbox-container-mobile {
    flex: 3;
    overflow-y: auto;
    padding-top: 20px;
    padding-left: 8px;
    margin-bottom: 100px;
  }
  .ant-checkbox-wrapper {
    margin: 0 8px !important;
  }
  .custom-breadcrumb {
    margin: 48px 0 8px 8px !important;
    padding: 12px 0 0px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .radio-button-mobile {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #090023;
    padding: 10px;
  }
  .check-container {
    line-height: 2;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .check-container label {
    display: flex;
    flex-direction: row-reverse;
    height: 28px;
    overflow: hidden;
  }
  .check-container.examTypes label {
    text-transform: uppercase;
  }
  [type="checkbox"],
  [type="radio"] {
    margin: 6px 14px 0 0;
    float: left;
  }
  .option-container-mobile:last-child {
    margin-bottom: 70px;
  }
  .listing-header {
    font-size: 24px;
    line-height: 1.14;
    letter-spacing: normal;
    color: #090023;
    margin: 0 6px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .filter-button {
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 4;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: 0.32px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dot-filter {
    height: 6px;
    width: 6px;
    background-color: #3dc635;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 43%;
    top: 33%;
  }
  .filter-bottom-text {
    padding-left: 5px;
    width: 80px;
    height: 23px;
  }
  .filter-parent-container {
    display: none;
  }
  .listing-data-container {
    padding-top: 0 !important;
  }
}
.container {
  max-width: 1250px !important;
}
.filter-parent-container {
  padding-right: 20px;
  margin-bottom: 50px;
}
.ant-tooltip-arrow::before {
  background-color: #d9d9d9 !important;
}
.ant-tooltip-inner {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 3px 8px !important;
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: #d9d9d9 !important;
}
.back-to-top-container {
  text-align: center;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 2px #e78267;
}
.back-to-top-container:hover {
  box-shadow: 0px 1.5px 8px #e78267;
}
.listing-data-container {
  max-width: 1300px;
  margin: auto;
  min-height: auto;
  padding-top: 16px;
}
.listing-spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 426px;
}
.listing-spinner-wrapper .spinner-listing {
  padding: 0px;
}
.tag-container {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
.clear-all {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: left;
  color: #4a90e2;
  display: inline-block;
  cursor: pointer;
}
.custom-breadcrumb {
  max-width: 1300px;
  padding: 8px 0;
  margin: 0 auto;
  margin-bottom: 16px;
}
.no-result-found {
  text-align: center;
}
.no-result-found .no-result-found-body > div {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-left: 30px;
}
.no-result-found > button {
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
  color: #4a90e2;
  padding: 20px;
  border: 1px solid;
}
.no-result-found .all-recomend-course {
  margin-top: 55px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .sch-reward-contnt {
    height: 180px;
    width: 285px;
  }
  .sch-reward-contnt ul {
    padding-right: 0px !important;
    height: calc(100% - 45px);
    overflow: auto;
  }
  .sch-reward-contnt ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    overflow-y: auto;
  }
  .sch-reward-contnt ul::-webkit-scrollbar-track {
    display: none;
  }
  .sch-reward-contnt ul::-webkit-scrollbar-thumb {
    background-color: #4d4b4b;
    border-radius: 10px;
  }
  .sch-reward-card ul {
    padding-right: 0px !important;
  }
  .sch-reward-card {
    padding-right: 20px !important;
    max-width: 610px !important;
    margin-right: 3px;
    justify-content: space-around;
  }
  .sch-time-card {
    max-width: 610px !important;
    margin-left: 3px;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1245px) {
  .reward-and-time-wrap {
    flex-direction: column;
    align-items: center;
  }
  .sch-reward-card {
    margin-bottom: 20px;
  }
  .sch-time-card {
    align-items: center;
    float: inherit;
    margin: 0px auto;
  }
}
.filter-sort-wrapper {
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.32px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0%);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-sort-btn-icon {
  display: flex;
  flex-direction: row;
}
.filter-sort-btn-label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  justify-content: flex-start;
}
.filter-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sort-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e5e5e5;
}
.new-sort-modal-wrapper {
  width: 100%;
  background-color: white;
  display: flex;
  position: fixed;
  bottom: 0px;
  margin: 0px auto;
  padding: 0px;
  flex-direction: column;
  z-index: 999;
}
.new-sort-modal-wrapper::after {
  background: rgba(31, 31, 31, 0.6);
  backdrop-filter: blur(5px);
  position: fixed;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.new-sort-modal-content {
  background-color: #fff;
  border-radius: 14px 14px 0px 0px;
}
.new-sort-modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 0.5px solid #d8d8d8;
}
.new-sort-modal-header .sort-modal-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.sort-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.filter-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.new-sort-btn-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.sort-category {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 20px;
}
.sort-category label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #090023;
}
.filter-name {
  width: 100%;
  height: 23px;
  display: flex;
  margin-left: 5px;
}
.filter-selected-category-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.filter-applied-dot {
  padding: 3px;
  border-radius: 50%;
  background-color: #ff647c;
  margin-right: 5px;
}
.hide-sort-by {
  display: none !important;
}
.sort-btn .filter-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #787a80;
}
.filter-btn .filter-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #787a80;
}
.filter-selected-category-wrapper {
  font-weight: 500;
  font-size: 12px;
  color: #484848;
  line-height: 16px;
}
@media only screen and (max-width: 768px) {
  .sort-by.slideLeft20 {
    display: none;
  }
}
.avatar-wrap {
  background-color: #fff;
  text-align: center;
  margin-top: 8px;
}
.user-info {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 27%;
}
.selectd-in {
  color: #ee3e56;
}
.user-review-card {
  width: 308px;
  height: 280px;
  padding: 5px;
  margin-left: 10px;
}
.img-circle {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.student {
  padding-left: 8px;
  padding-top: 48px;
  padding-bottom: 16px;
}
/* styling new*/
.student-review-list {
  background: #f3f3f3;
  margin-left: 10px;
  margin-right: 10px;
  height: 348px;
  display: flex;
}
.student-card {
  flex: 1;
  background: #fff;
  margin: 10px;
}
.student-review-list-wrap {
  flex: 1;
  padding: 24px;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 412px;
}
.student-pic-wrap {
  width: 36%;
  margin: 0 auto;
  position: relative;
}
.testimonial-text {
  text-align: center;
  font-size: 16px;
}
.testimonial-name-container {
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
}
#testimonialCarouselContainer::-webkit-scrollbar {
  width: 0 !important;
}
.custom-carousel::-webkit-scrollbar {
  /* width: 0 !important; */
}
@media only screen and (max-width: 767px) {
  .student-review-list {
    min-height: 400px !important;
    width: 94% !important;
  }
  .student-review-list:last-child .student-review-list-wrap {
    margin-right: 20px;
  }
  .student-review-list-wrap {
    margin-top: 1px;
    margin-bottom: 32px;
    padding: 16px;
  }
  .testimonial-name-container {
    position: relative;
    bottom: 0;
  }
  .student {
    padding-left: 0 !important;
    margin-left: 0.5em;
    padding-top: 32px !important;
  }
}
.filter-header {
  margin-top: 65px;
  background-image: linear-gradient(0deg, #ee3e56, #ee3e56);
  height: 90px;
  padding-left: 20px;
  padding-top: 1px;
}
.listinghead {
  margin: 27px 0 24px 0 !important;
}
.filter-path {
  padding: 20px;
}
.main-block {
  padding-left: 20px;
}
.main-block2 {
  margin: 0px auto;
  background: #ff347a;
}
.search-block {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.bb {
  border-bottom: solid 1px #e8e8e8;
}
.bb:last-child {
  padding-bottom: 12px;
}
.listing-block {
  margin-left: 20px;
  margin-right: 20px;
}
.product-card-price-container {
  position: absolute;
  bottom: 14px;
  right: 5px;
  text-align: right;
}
.course-list {
  margin-bottom: 16px;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
.course-list > div {
  display: flex;
}
.sort-by {
  background-color: #ffffff;
  float: right;
  margin-right: 4px;
}
.slideLeft20 {
  position: relative;
  right: 20px;
}
.sort-by-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #000306;
  padding-right: 5px;
}
.filter-heading {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #090023;
  position: relative;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 0px;
}
.filter-result {
  height: 46px;
  background: #f5f5f5;
  padding: 10px;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: normal;
  color: #090023;
  opacity: 0.8;
}
.filter-labelName {
  height: auto;
}
.list-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-img-container {
  display: inline-grid;
  width: 150px;
  height: 150px;
  margin: 16px;
  overflow: hidden;
}
.list-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  width: 60%;
}
.list-item-container {
  margin: 8px 0 60px 0;
}
.wrap-card {
  width: 300px;
  height: 400px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  float: left;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.temp-img {
  height: 210px;
  width: 300px;
  border-radius: 4px;
}
.temp-icons {
  margin-top: 42px;
  margin-left: 10px;
}
.img-icon {
  padding: 2px;
  width: 32px;
  height: 32px;
}
.list-title2 {
  margin-left: 10px;
  margin-top: 10px;
  width: 271px;
  height: 48px;
  font-size: 12px;
  line-height: 1.33;
}
.price-tag {
  margin-left: 10px;
}
/* styling of search-filter area */
.filter-arrow {
  position: absolute;
  right: 12px;
  color: #4a90e2;
  top: 18px;
}
.filter-divider {
  margin: 12px 0;
}
.exam-category {
  margin-top: 0;
  padding: 10px 10px 0 10px;
  font-size: 16px;
  color: #090023;
  position: relative;
  cursor: pointer;
}
.exam-category-list {
  padding-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #090023;
  max-height: 210px;
  padding-top: 12px;
  overflow-y: auto;
}
.exam-category-list::-webkit-scrollbar {
  width: 0.5em;
  height: 0.2em;
}
.exam-category-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 10px 20px;
}
.exam-category-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.filter-input {
  width: 89%;
  outline: none;
  height: 40px;
  border: solid 1px #d7d7d7;
  background-color: #ffffff;
  margin: 6px 10px;
  border-radius: 4px;
  padding-left: 9px;
}
/* styling of listing area */
.all-category-list {
  margin-left: 5px;
  clear: both;
  margin-top: 12px;
}
.view-all {
  float: right;
  font-size: 15px;
  color: #4a90e2;
  cursor: pointer;
}
.dn {
  display: none;
}
.detail-card-meta-container {
  position: absolute;
  bottom: 16px;
}
/* Handling Media queries here */
@media only screen and (max-width: 767px) {
  .category-listing {
    padding: 16px 12px !important;
  }
  .active-category-listing {
    padding: 16px 12px !important;
  }
  .sort-by-text {
    text-align: left !important;
    display: block;
    font-size: 12px;
  }
  .list-item-container {
    margin: 0;
  }
  .filter-input {
    margin-left: 0;
  }
  .detail-title-web {
    white-space: normal;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    font-size: 16px !important;
  }
  .course-list {
    padding: 12px 8px 0 8px !important;
    margin: 8px !important;
    width: 95%;
    display: flex;
  }
  .detail-card-meta-container {
    position: relative;
  }
  .list-img-container {
    display: inline;
    margin: 0;
    border-radius: 4px;
    height: auto;
  }
  .detail-image-container {
    padding: 16px 0 8px 0;
  }
  .sort-by {
    outline: none;
    padding: 8px 8px;
  }
  .filter-heading {
    font-size: 20px;
    margin-left: 8px;
    margin-bottom: 0;
  }
  .all-category-list {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .product-card-price-container {
    text-align: left !important;
    right: 0 !important;
    left: 17px !important;
  }
  .list-title {
    margin-top: 0 !important;
    width: 100%;
    margin-left: 8px;
  }
  .search-block {
    display: none;
    visibility: hidden;
  }
  .filter-on-mobile {
    font-size: 20px;
    background-color: #fff;
    text-align: center;
    color: #090023;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    height: 48px;
  }
  .ant-modal-header {
    background: #f3f3f3;
  }
  .view-all {
    font-size: 15px;
    color: #4a90e2;
    cursor: pointer;
    padding-right: 8px;
    z-index: 99999;
    position: relative;
  }
  .list-img {
    display: block;
    width: 110px;
    height: 110px;
    object-fit: contain;
  }
  .filter-by-exam-mob {
    width: 100%;
    padding: 12px 0;
    display: inline-block;
    background-color: #f3f3f3;
  }
  .exam-type-widget {
    margin: 0 !important;
    text-align: center;
  }
  .zero-horizontal-padding {
    padding: 0 !important;
  }
  .filter-exam-mob-list {
    width: 31%;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin: 4px !important;
    background-color: #ffffff;
    float: left;
    padding: 10px;
    color: #212121;
    text-transform: uppercase;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .filter-heading-container {
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 8px;
  }
  .width100vw .ant-modal {
    width: 100vw !important;
  }
  .mt9 {
    margin-top: 9px !important;
  }
}
@media only screen and (min-width: 768px) {
  .all-category-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  .detail-image-container {
    padding: 0;
  }
  .course-list {
    width: 49%;
  }
  .course-list:nth-of-type(even) {
    margin-left: 18px;
  }
  .filter-heading {
    font-size: 24px;
    margin-bottom: 0 !important;
  }
  .filter-on-mobile {
    display: none;
    visibility: hidden;
  }
  .filter-by-exam-mob {
    display: none;
  }
  .filter-heading-container {
    display: inline-block;
  }
  .view-all {
    padding-right: 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .filter-exam-mob-list {
    width: 30%;
  }
  .category-listing {
    padding: 16px 12px !important;
  }
  .active-category-listing {
    padding: 16px 12px !important;
  }
}
/* All Filters Mobile */
.modal-filtermobile {
  line-height: 1.11;
  letter-spacing: normal;
  color: #212121;
  font-size: 18px;
}
.mobile-filter-main-block {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: row;
  align-items: stretch;
}
.ant-modal-footer {
  padding: 0 !important;
}
.mobile-exam-category {
  flex: 1.5;
  background-color: #f3f3f3;
}
.filter-footer {
  display: flex;
  height: 48px;
  position: fixed;
  bottom: 0;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  background: #ccc;
}
.reset {
  flex: 3;
  z-index: 4;
  padding-top: 13px;
  text-align: center;
  background: #fff;
}
.apply {
  flex: 3.5;
  padding-top: 13px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(to right, #ffa36a 0%, #ff327a 100%);
}
.category-listing {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #090023;
  padding: 16px 18px;
}
.active-category-listing {
  background-color: #ffffff;
  border-radius: 0;
  border-left: 4px solid #ee3e56;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #090023;
  padding: 16px 18px;
}
.tag-close-icon {
  border: 1px solid #757575 !important;
  border-radius: 50% !important;
  padding: 2px !important;
  color: #757575 !important;
  position: absolute;
  right: 6px;
  width: 14px;
  top: 11px;
}
.filter-tag {
  background-color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  font-stretch: normal;
  display: inline-block;
  font-style: normal;
  line-height: 1.36;
  text-align: left;
  color: #212121;
  padding: 8px 26px 8px 16px;
  margin: 1px 16px 16px 2px;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.faqcontainersearch {
  width: 70%;
  margin-left: 20px;
  margin-top: -40px;
}
.search-input-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  outline: none;
}
.search-submit-field {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 12px;
}
.search-select-container {
  border: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px !important;
  -webkit-appearance: none !important;
  border-right: 0;
  text-align-last: center;
  padding: 0 10px;
  background-color: #f3f3f3;
  width: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 2;
}
.search-options-container {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  top: 48px;
  width: 134px;
  left: 0;
}
.search-options-container > div {
  padding: 8px;
  cursor: pointer;
  display: flex;
}
.search-options-container > div:hover {
  background: #f3f3f3;
}
.search-submit-field {
  display: none;
}
.search-input-field {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .search-input-field {
    position: relative;
  }
  .search-submit-field {
    display: block !important;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .search-options-container {
    top: 88px;
  }
  .selected-option-mobile {
    display: none;
  }
  .faqcontainersearch {
    width: 70%;
    margin-left: 20px;
    margin-top: -40px;
  }
}
/*
   * Variables
   */
:root {
  --card-padding: 24px;
  --card-height: 340px;
  --card-skeleton: linear-gradient(lightgrey var(--card-height), transparent 0);
  --avatar-size: 0;
  --avatar-position: var(--card-padding) var(--card-padding);
  --avatar-skeleton: radial-gradient(
    circle 16px at center,
    white 99%,
    transparent 0
  );
  --title-height: 190px;
  --title-width: 150px;
  --title-position: var(--card-padding) 10px;
  --title-skeleton: linear-gradient(white var(--title-height), transparent 0);
  --desc-line-height: 16px;
  --desc-line-skeleton: linear-gradient(
    white var(--desc-line-height),
    transparent 0
  );
  --desc-line-1-width: 160px;
  --desc-line-1-position: var(--card-padding) 242px;
  --desc-line-2-width: 120px;
  --desc-line-2-position: var(--card-padding) 265px;
  --footer-height: 40px;
  --footer-position: 0 calc(var(--card-height) - var(--footer-height));
  --footer-skeleton: linear-gradient(white var(--footer-height), transparent 0);
  --blur-width: 170px;
  --blur-size: var(--blur-width) calc(var(--card-height) - var(--footer-height));
}
.skeleton-content:empty {
  width: 200px;
  height: var(--card-height);
  display: inline-flex;
  margin: 12px;
}
.skeleton-content:empty:empty::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 45px rgzba(0, 0, 0, 0.1);
  background-image: linear-gradient(
      90deg,
      rgba(211, 211, 211, 0) 0,
      rgba(211, 211, 211, 0.8) 50%,
      rgba(211, 211, 211, 0) 100%
    ),
    var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton),
    var(--avatar-skeleton), var(--footer-skeleton), var(--card-skeleton);
  background-size: var(--blur-size), var(--title-width) var(--title-height),
    var(--desc-line-1-width) var(--desc-line-height),
    var(--desc-line-2-width) var(--desc-line-height),
    var(--avatar-size) var(--avatar-size), 100% var(--footer-height), 100% 100%;
  background-position: -150% 0, var(--title-position),
    var(--desc-line-1-position), var(--desc-line-2-position),
    var(--avatar-position), var(--footer-position), 0 0;
  background-repeat: no-repeat;
  animation: loading 1.5s infinite;
}
@keyframes loading {
  to {
    background-position: 350% 0, var(--title-position),
      var(--desc-line-1-position), var(--desc-line-2-position),
      var(--avatar-position), var(--footer-position), 0 0;
  }
}

.avatar-logged-in {
  color: #ee3e56;
  background-color: #fde3cf;
  margin-right: 10px;
  border-radius: 50%;
  height: 32px;
  padding-top: 3px;
  width: 32px;
  display: inline-block;
}
.avatar-logged-in img {
  border-radius: 100%;
}
.infoButton {
  display: flex;
  color: #757575;
  font-size: 14px;
  margin-right: 16px;
}
.infoButton div {
  margin: 6px 6px 6px 0px;
}
.spriteSmall {
  width: 20px;
  height: 20px;
}
.infoButtonIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -540px;
  width: 20px;
  height: 20px;
}
.languageIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -1047px;
  width: 20px;
  height: 20px;
}
.startDateIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -186px;
  width: 15px;
  height: 16px;
}
.classTimingIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -272px;
  width: 15px;
  height: 16px;
}
.seatsIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -229px;
  width: 15px;
  height: 16px;
}
.calendarIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -315px;
  width: 15px;
  height: 16px;
}
.liveClass {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -2769px;
  width: 38px;
  height: 38px;
}
.testSeries {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -2704px;
  width: 38px;
  height: 38px;
}
.books {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -2965px;
  width: 38px;
  height: 38px;
}
.videoLectures {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -2834px;
  width: 38px;
  height: 38px;
}
.ebooks {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -2899px;
  width: 38px;
  height: 38px;
}
.chevronUp {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -15px;
  width: 15px;
  height: 16px;
}
.chevronDown {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -58px;
  width: 15px;
  height: 16px;
}
.chevronRight {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -101px;
  width: 15px;
  height: 16px;
}
.chevronLeft {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -10px -144px;
  width: 15px;
  height: 16px;
}
.chevronLeftM {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -12px -654px;
  width: 28px;
  height: 33px;
}
.chevronRightM {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -12px -607px;
  width: 28px;
  height: 33px;
}
.back {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -1537px;
  width: 22px;
  height: 22px;
}
.playIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -6px -2637px;
  width: 42px;
  height: 42px;
  z-index: 2;
  cursor: pointer;
}
.testIconM {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -14px -2493px;
  width: 28px;
  height: 33px;
}
.videoIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -11px -689px;
  width: 20px;
  height: 20px;
}
.videoIconM {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -13px -2624px;
  width: 31px;
  height: 30px;
}
.eBookIconM {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -16px -2689px;
  width: 24px;
  height: 31px;
}
.paytmIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -3095px;
  width: 46px;
  height: 22px;
}
.debitCardIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -3144px;
  width: 46px;
  height: 38px;
}
.creditCardIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -3209px;
  width: 46px;
  height: 38px;
}
.netBankingIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -3274px;
  width: 46px;
  height: 38px;
}
.emiIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -3339px;
  width: 46px;
  height: 38px;
}
.upiIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -3469px;
  width: 46px;
  height: 22px;
}
.otherWalletIcon {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -3404px;
  width: 46px;
  height: 38px;
}
.testIconS {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -802px;
  width: 22px;
  height: 22px;
}
.liveClassIconS {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -851px;
  width: 22px;
  height: 22px;
}
.videoIconS {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -900px;
  width: 22px;
  height: 22px;
}
.eBookIconS {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -949px;
  width: 22px;
  height: 22px;
}
.bookIconS {
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -998px;
  width: 22px;
  height: 22px;
}
.mobikwikIcon {
  background: url(/images/mobikwik.png) no-repeat;
  background-size: 36px;
  background-position: 50%;
  width: 46px;
  height: 38px;
}
.video-player-icon {
  /*  .sprite(-9px, -949px);
      width: 22px;
      height: 22px;  */
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -2px -1432px;
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 9;
  left: calc(50% - 19px);
  top: 50%;
}
.free-content-wrap {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-family: "Nunito Sans";
}
.free-strip {
  border: 1px dashed #2cab49;
  border-right: none;
  background-color: #f2fff5;
  padding: 2px 0px;
  font-size: 14px;
  font-weight: 700;
  color: #272d39;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.free-strip span {
  background: #2cab49;
  color: #fff;
  height: 18px;
  width: 42px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  transform: rotate(-90deg);
  margin-left: -6px;
  font-size: 12px;
}
.free-break {
  display: flex;
  flex-direction: column;
  background-color: #f2fff5;
}
.free-break .free-semi-circle {
  flex-grow: 1;
  min-width: 9px;
  min-height: 3px;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px dashed #2cab49;
  border-top: 0;
}
.free-break .free-rect {
  flex-grow: 5;
  background: #f2fdf5;
  width: 2px;
  margin: 0 auto;
}
.free-break .free-semi-circle-inverted {
  flex-grow: 1;
  min-width: 9px;
  min-height: 3px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px dashed #2cab49;
  border-bottom: 0;
}
.innercontent-free {
  border: 1px dashed #2cab49;
  border-left: none;
  background-color: #f2fff5;
  padding: 7px 8px;
  min-width: 65px;
  font-size: 14px;
  font-weight: 700;
  color: #272d39;
  border-radius: 0 4px 4px 0;
  min-width: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.try-content {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 14px;
}
.explore-content {
  font-weight: 400;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 2px;
}
.infoButtonLarge.lastbtninfo {
  border: 0px !important;
}
@media only screen and (max-width: 767px) {
  .free-content-wrap {
    height: 100%;
    flex-direction: column;
  }
  .free-break {
    flex-direction: row;
  }
  .free-strip span {
    margin-left: 0px;
    transform: rotate(0deg);
  }
  .free-strip {
    justify-content: center;
    padding: 7px 6px;
    border-radius: 4px;
    border: 1px dashed #2cab49 !important;
    border-bottom: 0px !important;
  }
  .free-strip span {
    width: 100%;
    border-radius: 4px;
  }
  .innercontent-free {
    max-width: 100%;
    min-width: 100%;
    border: 1px dashed #2cab49 !important;
    border-top: 0px !important;
    padding: 0px 6px;
    height: 100%;
  }
  .free-break .free-semi-circle-inverted {
    height: 10px;
    border: 1px dashed #2cab49;
    border-bottom-right-radius: 22px;
    border-radius: 25px !important;
    margin-right: -8px;
  }
  .free-break .free-semi-circle {
    border: 1px dashed #2cab49;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-radius: 25px !important;
    margin-left: -8px;
  }
  .explore-content {
    line-height: 11px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .infoButton {
    flex-grow: 1;
    display: flex;
    color: #757575;
    font-size: 14px;
    min-width: 50%;
    margin-right: 0px;
    padding-top: 5px;
  }
  .infoButton div {
    margin: 3px;
  }
}
.infoButtonLarge {
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ccc !important;
  border: solid 1px #e0e0e0 !important;
}
.infoButtonLarge .icon {
  min-width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  border-right: 1px solid #ccc !important;
  border-right: solid 1px #e0e0e0 !important;
}
.infoButtonLarge .count {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}
.infoButtonLarge .label {
  font-family: "Nunito";
  font-size: 12px;
  color: #757575;
}
@media only screen and (max-width: 767px) {
  .infoButtonLarge {
    display: flex;
    max-height: 110px;
    max-width: 102px;
    margin-right: 16px;
    flex-direction: column;
    min-width: 102px;
    overflow: hidden;
  }
  .infoButtonLarge.books {
    cursor: default;
    height: auto;
    background: none;
  }
  .infoButtonLarge.ebooks {
    height: auto;
    background: none;
  }
  .infoButtonLarge .icon {
    min-width: 102px;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    border-right: 1px solid #ccc !important;
    border-right: solid 1px #e0e0e0 !important;
  }
  .infoButtonLarge .contentSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 4px;
  }
}
@media only screen and (min-width: 767px) {
  .infoButtonLarge {
    display: flex;
    min-height: 64px;
    min-width: 232px;
    padding-right: 6px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .infoButtonLarge.books {
    cursor: default;
    height: auto;
    background: none;
  }
  .infoButtonLarge.ebooks {
    height: auto;
    background: none;
  }
  .infoButtonLarge .contentSection {
    display: flex;
    flex-direction: column;
    margin: 6px;
    align-self: center;
    padding-left: 8px;
  }
  .infoButtonLarge .contentSection .count {
    font-family: "Nunito";
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #212121;
  }
  .infoButtonLarge .contentSection .label {
    font-family: "Nunito";
    font-size: 12px;
    color: #757575;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .infoButtonLarge .label {
    font-size: 9px !important;
  }
}
.sectionComponent {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.sectionComponent .sectionHeader {
  font-family: "Nunito";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #090023;
}
.sectionComponent .sectionMargin {
  margin-bottom: -30px;
}
.sectionComponent .sectionBody {
  padding-top: 24px;
  padding-right: 24px;
  background-color: white;
  font-family: "Nunito" !important;
  font-size: 16px;
}
@media only screen and (min-width: 767px) {
  .sectionComponent {
    border: 1px solid #ccc !important;
    border: solid 1px #e0e0e0 !important;
  }
  .sectionComponent > div {
    padding-left: 24px;
  }
  .sectionComponent .sectionHeader {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #090023;
    border-bottom: solid 1px #e0e0e0 !important;
    background-color: #f3f3f3;
  }
  .sectionComponent .sectionHeader > div {
    padding: 17px 0 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sectionComponent .sectionHeader {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #090023;
  }
  .mt-head {
    margin-top: -24px;
  }
  .sectionMargin {
    margin-bottom: 0px !important;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #0787ef;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  min-height: 26px;
  height: auto;
  overflow: hidden;
  margin-bottom: 3px;
  position: relative;
  padding: 0 24px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before,
.md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
}
.md-radio label:after {
  top: 6px;
  left: 3px;
  width: 9px;
  height: 9px;
  transform: scale(0);
  background: #0787ef;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.md-checkbox {
  position: relative;
  text-align: left;
  display: flex;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #0787ef;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(3px, 4px) rotate(-45deg);
  width: 12px;
  height: 7px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}
.search-detail-listing .md-checkbox label {
  position: relative;
  width: 100%;
  font-size: 13px;
  padding-left: 24px;
  height: 20px;
  overflow: hidden;
}
.search-detail-listing .md-checkbox label:before {
  width: 18px;
  height: 18px;
}
.custom-divider {
  display: block;
  /* margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 8px; */
  clear: both;
}
.cdevider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 1300px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  background: #e8e8e8;
  height: 1px;
}
.side-bar-close {
  position: absolute;
  right: 12px;
  font-size: 24px;
}
.side-bar-header {
  height: 72px;
  padding: 16px !important;
}
.sidebar-logout {
  width: auto !important;
  border-top: 1px solid #e0e0e0 !important;
  margin: 16px 8px 12px;
  padding-left: 8px !important;
  padding-top: 24px !important;
}
.side-bar-login-btn {
  color: #212121;
  height: 40px;
  display: flex;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #212121;
  background: transparent;
  justify-content: center;
  align-items: center;
}
.avatar-user {
  color: #ee3e56;
  background-color: #fde3cf;
  width: 30px;
  height: 30px;
  margin: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-item-container {
  max-height: 600px;
  overflow: auto;
}
.sidebar-bottom-content {
  padding: 12px 16px !important;
  position: absolute !important;
}
.sidebar-item-bg {
  background: #fff !important;
}
/* Style the accordion section */
.accordion__section {
  display: flex;
  flex-direction: column;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion.home {
  background-color: #f3f3f3;
  color: #212121;
  cursor: pointer;
  padding: 12px;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  transition: background-color 0.6s ease;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .accordion:hover,
  .active {
    background-color: #f3f3f3;
  } */
/* Style the accordion content title */
.accordion__title {
  font-size: 14px;
}
/* Style the accordion chevron icon */
.accordion__icon {
  margin-left: auto;
  transition: transform 0.6s ease;
  width: 8px;
}
/* Style to rotate icon when state is active */
.rotate {
  transform: rotate(90deg);
}
/* Style the accordion content panel. Note: hidden by default */
.accordion__content {
  background-color: white;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
/* Style the accordion content text */
.accordion__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 18px;
}
.accordion__child {
  color: #212121;
  font-weight: normal;
  padding: 12px 20px;
  background: #f3f3f3;
  text-align: left;
}
.breadcrumb-item:hover {
  color: #4a90e2;
}
.breadcrumb-item:after {
  content: "/";
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
}
.breadcrumb-item:last-child:after {
  content: "";
}
span.breadcrumb-item span {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
span.breadcrumb-item span:hover {
  max-width: inherit;
}
@media only screen and (min-width: 767px) {
  .breadcrumb-container {
    margin-top: 88px;
  }
}
@media only screen and (max-width: 766px) {
  .breadcrumb-container {
    margin-top: 48px;
  }
}
.contentSection .contentSectionHeader {
  font-family: "Nunito";
  font-size: 20px;
  font-weight: 600;
  line-height: 0.9;
  color: #212121;
}
.contentSection .contentSectionBody {
  padding-top: 16px;
}
.toggleSectionComponent {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
  border-bottom: solid 1px #e0e0e0;
}
.toggleSectionComponent .sectionHeader {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.69;
  color: #150000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.toggleSectionComponent .sectionBody {
  padding-top: 16px;
  padding-left: 23px;
  font-family: "Nunito";
  font-size: 16px;
  line-height: 1.69;
  color: #150000;
}
@media only screen and (min-width: 767px) {
  border-bottom: solid 1px #e0e0e0 !important;
}
@media only screen and (max-width: 767px) {
  .toggleSectionComponent {
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .toggleSectionComponent .sectionBody {
    padding-top: 0px;
    padding-left: 20px;
  }
}
.nopadding .catalog-card {
  cursor: default;
}
.catalog-card {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 0 8px 8px;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.catalog-card.nopointer {
  cursor: default;
}
.catalog-card.nohover {
  box-shadow: none !important;
  cursor: none !important;
}
.catalog-card.minh100 {
  min-height: 100px;
}
.catalog-card .catalog-card-media {
  min-width: 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.catalog-card .catalog-card-media div {
  position: absolute;
  left: 50%;
  z-index: 2;
}
.catalog-card .catalog-card-media div.catalog-card-overlay {
  width: 110px;
  height: 110px;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  z-index: 1;
}
.catalog-card .catalog-card-media img {
  position: relative;
  left: -50%;
}
.catalog-card .attemptFreeContent {
  font-size: 14px;
  width: 30%;
  border: 1.2px solid #ee3e56;
  height: 40px;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ee3e56;
  cursor: pointer;
  transition: 0.2s;
  float: right;
}
.catalog-card .attemptFreeContent:hover {
  color: #ffffff;
  border: solid 1.2px #ee3e56;
  background: #ee3e56;
}
.catalog-card .catalog-card-content {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  padding-top: 2px;
  width: calc(100% - 130px);
}
.catalog-card .catalog-card-content.noimg {
  width: 100%;
}
.catalog-card .catalog-card-content .catalog-card-header {
  font-family: "Nunito";
  font-size: 16px;
  /* font-weight: 600; */
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 10px;
}
.catalog-card .catalog-card-content .catalog-card-subheader {
  padding-top: 8px;
  font-family: "Nunito";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #727272;
  position: relative;
}
.catalog-card .catalog-card-content .catalog-card-subheader .demo {
  display: inline-block;
  border: solid 1px #ff327a;
  padding: 0px 5px;
  margin-left: 8px;
  border-radius: 4px;
  color: #ff327a;
}
.catalog-card .catalog-card-content .catalog-card-subheader .locked {
  position: relative;
  padding-right: 16px;
}
.catalog-card .catalog-card-content .catalog-card-subheader .locked:before {
  content: " ";
  display: inline-block;
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -12px -1492px;
  width: 19px;
  height: 14px;
  position: absolute;
  left: -17px;
  top: -1px;
}
.catalog-card .catalog-card-content .catalog-card-text {
  padding-top: 8px;
  font-family: "Nunito";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #757575;
}
.catalog-card .catalog-card-content .red {
  color: red !important;
}
.catalog-card.freeContent .catalog-card-subheader {
  display: flex;
  align-items: center;
}
.catalog-card.freeContent .subjectExamTagName {
  margin-right: 10px;
}
.catalog-card.freeContent .attemptFreeContent {
  margin-left: auto;
}
.catalog-card.freeContent:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .catalog-card {
    border: none;
  }
}
.tab {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px;
  background-color: #ffffff;
}
.tab button.active {
  border-bottom: solid 2px #ff7700 !important;
  pointer-events: none;
  background-color: #ffffff;
}
.tab .container {
  position: relative;
  text-align: center;
  color: white;
}
.tab .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coupon-component-wrapper {
  display: flex;
  flex-direction: row;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #090023;
}
.coupon-component-wrapper .coupon-component-value {
  border: dotted 1px #ef3d56;
  border-right: none;
  background-color: #fef0f2;
  padding: 12px 26px 12px 18px;
}
.coupon-component-wrapper .coupon-component-name {
  border: dotted 1px #ef3d56;
  border-left: none;
  background-color: #fef0f2;
  padding: 12px 10px 5px 0px;
  min-width: 140px;
}
.coupon-component-wrapper .break {
  display: flex;
  flex-direction: column;
  background-color: #fef0f2;
}
.coupon-component-wrapper .break .semi-circle {
  flex-grow: 1;
  min-width: 20px;
  min-height: 10px;
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: dotted 1px #ef3d56;
  border-top: 0;
}
.coupon-component-wrapper .break .rect {
  flex-grow: 2;
}
.coupon-component-wrapper .break .semi-circle-inverted {
  flex-grow: 1;
  min-width: 20px;
  min-height: 10px;
  background-color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: dotted 1px #ef3d56;
  border-bottom: 0;
}
.couponLoader .spinner-listing {
  padding: 50px !important;
}
.coupon .custom-button {
  margin: 15px auto !important;
  width: 90% !important;
}
.coupon .custom-button-disabled {
  background-color: rgba(0, 0, 0, 0.15) !important;
  cursor: auto !important;
}
.coupon .coupon-list-header {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  padding-top: 16px;
  padding-bottom: 16px;
}
.coupon .coupon-info {
  font-family: "Nunito";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  padding-top: 6px;
}
.coupon .coupon-info.error {
  color: #ee503b;
  padding-left: 0px !important;
  padding-top: 3px;
}
.coupon .coupon-info.success {
  color: #3dc635;
}
.coupon .coupon-input {
  display: flex;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  /* margin-right:-10px; */
}
.coupon .coupon-input .coupon-input-box {
  flex-grow: 2;
  border: none !important;
}
.coupon .coupon-input .coupon-input-box:focus {
  border: none !important;
  outline: none;
}
.coupon .coupon-input .coupon-input-submit {
  background: none;
  border: none;
  padding-right: 8px !important;
}
.coupon .coupon-price-details {
  padding-bottom: 16px;
  padding: 0 20px;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -8px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f3f3f3;
}
.coupon .coupon-price-details > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.coupon .coupon-price-details .coupon-price-subtotal {
  padding: 5px;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #757575;
}
.coupon .coupon-price-details .coupon-price-subtotal .val {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: right;
  color: #212121;
}
.coupon .coupon-price-details .coupon-price-dicsount {
  padding: 5px;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #757575;
}
.coupon .coupon-price-details .coupon-price-dicsount .val {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: right;
  color: #212121;
}
.coupon .coupon-price-details .coupon-price-payable {
  padding: 5px;
  border-top: solid 1px #e0e0e0 !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  padding-top: 8px;
  margin-top: 8px;
}
.coupon .coupon-list {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.coupon .coupon-list .coupon-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
}
.coupon .coupon-list .coupon-list-apply {
  cursor: pointer;
  font-family: "Nunito";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-align: center;
  color: #ef3d56;
  padding: 12px 0 12px 0;
}
.coupon .coupon-list .coupon-list-apply.grey {
  color: #dedede;
}
.coupon .coupon-list .coupon-list-apply:focus {
  outline: none;
}
.coupon .error {
  font-family: "Nunito";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ee503b;
  padding: 0 20px;
}
.coupon .disablecoupon .coupon-list-header,
.coupon .disablecoupon .coupon-component-value,
.coupon .disablecoupon .coupon-component-name,
.coupon .disablecoupon .coupon-list-apply {
  color: #dedede;
}
.coupon .disablecoupon .coupon-component-value,
.coupon .disablecoupon .coupon-component-name {
  border: solid 2px #dedede;
  background-color: rgba(222, 222, 222, 0.5);
}
.coupon .disablecoupon .break {
  background-color: rgba(222, 222, 222, 0.5);
}
.coupon .disablecoupon .semi-circle,
.coupon .disablecoupon .semi-circle-inverted {
  border: solid 2px #dedede;
  border-top: 0px;
}
.coupon .disablecoupon .semi-circle-inverted {
  border-bottom: 0px;
}
.coupon .disablecoupon .coupon-component-value {
  border-right: 0px;
}
.coupon .disablecoupon .coupon-component-name {
  border-left: 0px;
}
@media only screen and (min-width: 768px) {
  .post-container {
    margin-top: 85px;
  }
  .post-title {
    font-size: 30px;
    color: #212121;
    line-height: 32px;
    padding: 0 8px;
  }
  .post-meta {
    font-size: 14px;
    color: #757575;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .post-container {
    padding: 0 8px;
  }
  .post-title {
    font-size: 24px;
    color: #212121;
    line-height: 24px;
    padding: 0 8px;
  }
  .post-meta {
    font-size: 12px;
    color: #757575;
    padding: 0 8px;
  }
}
.a-input {
  border: 1px solid #dedede;
  clear: both;
  text-indent: 4px;
  width: 100%;
  border-radius: 4px;
  padding: 12px 4px;
}
.checkmark-input::before {
  content: " ";
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -483px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
  margin: 14px;
}
.a-input.error {
  border: 1px solid #ee503b !important;
}
.a-input-errormessage {
  font-family: "Nunito";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ee503b;
  position: absolute;
}
.disablecoupon .a-input::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
  color: #dedede;
}
.disablecoupon .a-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  color: #dedede;
}
.disablecoupon .a-input::placeholder {
  opacity: 0.5;
  color: #dedede;
}
.lc-heading {
  margin-top: 10px;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
}
.no-live-classes {
  padding: 50px;
  text-align: center;
}
.live-class-container {
  background-color: #eee;
  margin-top: 90px;
}
.live-class-container .scheduleinfo table,
.live-class-container .scheduleinfo td,
.live-class-container .scheduleinfo th {
  border: 1px solid #ddd;
  text-align: left;
}
.live-class-container .scheduleinfo table {
  border-collapse: collapse;
  width: 100%;
}
.live-class-container .scheduleinfo th,
.live-class-container .scheduleinfo td {
  padding: 15px;
}
.live-class-container .scheduleinfo .pad-30-bottom {
  padding-bottom: 30px;
  flex-direction: column;
}
.live-class-container .scheduleinfo .pad-10-top {
  padding-top: 10px;
}
.live-class-container .video-js .vjs-big-play-button {
  display: none;
}
.live-class-container .display-none {
  display: none !important;
}
.live-class-container .container-list-style {
  background: white;
  border-color: transparent;
  box-shadow: inset 0 -1px 0 0 #ccd1d9;
  height: 70px;
  border: 1px solid #ccd1d9;
  border-bottom: 0px;
  padding-top: 15px;
}
.live-class-container .custom-modal.largemodal .custom-modal-content {
  min-width: 950px !important;
}
.live-class-container .margin-left-70 {
  margin-left: 65px;
}
.live-class-container .img-width {
  width: 35px;
  margin-right: 10px;
}
.live-class-container .myprofile-container {
  background-color: unset;
  margin-bottom: unset;
  min-height: unset;
  width: unset;
  height: unset;
}
.live-class-container .myprofile-container .area {
  display: none;
}
.live-class-container .myprofile-container .main-menu {
  position: relative;
  z-index: 3;
  top: unset;
  bottom: unset;
  left: unset;
  margin-top: 0px;
  /* height: calc( 100% - 430px); */
  /* height: 100%; */
  min-height: 500px;
  /* max-height: 100%; */
  height: 100%;
}
.live-class-container .tab {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 22%;
  height: 500px;
  align-items: flex-start;
  padding: 0px 0px 25px 0px;
}
.live-class-container .tab-list-parent {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  color: #01579b;
  cursor: pointer;
  font-size: 15px;
  /* font-weight: 200; */
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  align-content: center;
}
.live-class-container .tab-icon {
  margin-left: 20px;
}
.live-class-container .icon-only-web {
  display: block;
}
.live-class-container .active {
  background-color: #01579b;
  color: white;
  outline: none;
}
.live-class-container .scheduleinfotext {
  margin-left: 38px;
  /* padding-bottom: 20px; */
  margin-top: -10px;
}
.live-class-container .coming-soon-btn {
  color: #444545;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  outline: none;
  float: right;
}
.live-class-container a {
  color: blue;
}
.live-class-container .column,
.live-class-container .columns {
  /* position: relative; */
  padding-left: 0.9375rem;
  padding-right: 3px;
  float: left;
}
.detail-card-style {
  padding-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.my-test-series-test-title {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: 4px;
}
.list-card-detail-style {
  border-right: solid 1px #dbdbdb;
  padding-left: 24px;
}
.time {
  font-size: 13px;
  color: #10003c;
  font-weight: 100;
  cursor: default;
}
.date {
  font-size: 16px;
  font-weight: 600;
  color: #10003c;
  cursor: default;
}
.day {
  font-size: 13px;
  color: #10003c;
  font-weight: 100;
  text-transform: uppercase;
  cursor: default;
}
.list-topic {
  margin-top: -6px;
  padding-left: 30px;
}
.my-test-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.3;
}
.topic {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(16, 0, 60, 0.87);
  cursor: default;
}
.list-faculty-pos {
  margin-top: 3px;
}
.faculty {
  opacity: 0.7;
  font-size: 16px;
  color: #10003c;
  cursor: default;
}
.watch-btn-pos {
  margin-top: 30px;
  padding-right: 20px !important;
}
.remove-padding-profile {
  padding: 0;
}
.practice-book {
  font-size: 13px;
  font-weight: 600;
  color: #0787ef;
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 4px 0px 4px 13px;
  border-radius: 18px;
}
.padding-top-5 {
  padding-top: 5px;
}
.join-live-timer-btn {
  border-radius: 18px;
  background-color: #ffffff;
  color: #090023;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 600;
  padding: 5px 16px 5px 16px;
  border: solid 1.5px #ec4500;
  cursor: default;
  float: right;
}
.join-live-btn {
  border-radius: 18px;
  background-color: #ed4600;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 16px 5px 16px;
  float: right;
  cursor: pointer;
}
.my-test-series-header {
  height: 80px !important;
}
.class-border-live {
  border-left: 5px #7ab800 solid;
}
.package-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(16, 0, 60, 0.87);
  padding: 10px 10px 10px 0;
  text-align: left;
  word-break: break-word;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.class-border-soon {
  border-left: 5px #c7c7cd solid;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.card-list-container-card {
  padding-left: 0;
  padding-right: 0;
  padding: 30px;
}
.left-underline:after {
  content: "";
  display: block;
  max-width: 60px;
  border-radius: 2px;
  width: 60px;
  height: 2px;
  background-color: #ff4081;
  margin-top: 20px;
}
.show-only-web-class {
  padding: 10px;
  cursor: pointer;
  padding-right: 0px;
  margin-right: -10px;
}
.height-fitcontent {
  width: 882px !important;
  height: fit-content !important;
}
.class-border-coming-soon {
  border-left: 5px #c7c7cd solid;
}
.selected-grp-container {
  height: 75vh;
  width: 100%;
}
.selected-grp-container-child {
  padding: 0px 8px 70px 8px;
}
.class-border-recorded {
  border-left: 5px #0787ef solid;
}
.course-class-description {
  font-size: 18px;
  color: #090023;
  padding-top: 16px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 20px;
}
.course-description-text {
  font-size: 22px;
  font-weight: 600;
  color: #10003c;
  padding-left: 30px;
}
.watch-btn {
  border-radius: 18px;
  background-color: #ffffff;
  color: #0787ef;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 600;
  padding: 5px 16px 5px 16px;
  float: right;
  cursor: pointer;
}
.watch-btn-disabled {
  border-radius: 18px;
  background-color: #ffffff;
  color: #dbdbdb;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 600;
  padding: 5px 16px 5px 16px;
  float: right;
  cursor: default;
}
.title-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 100px);
  padding-top: 7px;
}
.large-1 {
  width: 8.33333333%;
}
.large-2 {
  width: 16.66666667%;
}
.large-3 {
  width: 25%;
}
.large-4 {
  width: 33.33333333%;
}
.large-5 {
  width: 41.66666667%;
}
.large-6 {
  width: 50%;
}
.large-7 {
  width: 58.33333333%;
}
.large-8 {
  width: 66.66666667%;
}
.large-9 {
  width: 75%;
}
.large-10 {
  width: 83.33333333%;
}
.large-11 {
  width: 91.66666667%;
}
.large-12 {
  width: 100%;
}
.width-100 {
  width: 100% !important;
}
.live-class-view-card {
  margin-top: 8px;
  text-align: left;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 16px;
  color: #01579b;
  display: flex;
}
.overflow-auto {
  height: 473.021px;
  overflow: auto;
}
::-webkit-scrollbar {
  /* display: none; */
}
.md-whiteframe-1dp,
.md-whiteframe-z1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.expired-live-class {
  opacity: 0.5;
}
.expired-live-class .expired-button {
  margin-top: 40px;
  font-size: 14px;
  text-align: right;
  color: #d51100;
}
.card-list-container {
  margin-top: 8px;
  text-align: left;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 16px;
  color: #01579b;
  margin-bottom: 15px !important;
}
.no-data {
  margin-left: 300px;
}
.card-move-top {
  z-index: 2;
}
.class-border-soon {
  border-left: 5px #c7c7cd solid;
}
.row {
  margin: 0 auto;
  /* width: 100%; */
  /* height: 5%; */
}
.video-height {
  height: 561px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.flex-direction {
  flex-direction: column;
  width: 813px;
  margin-left: 10px;
}
.d-dir {
  flex-direction: row;
}
.display-chevron {
  display: block;
}
@media only screen and (max-width: 767px) {
  .live-class-container {
    background-color: #eee;
    margin-top: 90px;
    margin-bottom: -24px;
    margin-top: 50px;
  }
  .live-class-container .margin-left-70 {
    margin-left: 0px !important;
  }
  .live-class-container .course-class-description {
    font-size: 14px;
    color: #090023;
    padding-top: 16px;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
  }
  .live-class-container .course-class-description iframe {
    width: 250px !important;
  }
  .live-class-container .package-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(16, 0, 60, 0.87);
    padding: 10px 10px 10px 0;
    text-align: left;
    word-break: break-word;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-left: -30px;
  }
  .live-class-container .show-only-web-class {
    display: none;
  }
  .live-class-container .flex-center {
    margin-top: 10px;
  }
  .live-class-container .title-ellipsis {
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-top: 0px;
    white-space: normal;
  }
  .live-class-container .scheduleinfo .custom-modal {
    overflow: auto !important;
  }
  .live-class-container .scheduleinfo .custom-modal-content {
    margin-top: 0px !important;
  }
  .live-class-container
    .scheduleinfo
    .custom-modal.largemodal
    .custom-modal-content {
    min-width: 100% !important;
  }
  .live-class-container .scheduleinfo .title-td {
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 130px;
    /* line-height: 1.8em; */
    max-width: 300px;
    -webkit-line-clamp: 3;
  }
  .live-class-container .m-web-height1 {
    height: 70px;
    border-bottom: solid 1px #dbdbdb;
  }
  .live-class-container .m-web-height-2 {
    height: 76px;
    border-bottom: solid 1px #dbdbdb;
  }
  .live-class-container .container-list-style {
    background: white;
    border-color: transparent;
    box-shadow: inset 0 -1px 0 0 #ccd1d9;
    height: 60px;
    border: 1px solid #ccd1d9;
    border-bottom: 0px;
    /* padding-top: 0px; */
    font-size: 15px;
  }
  .live-class-container .course-description-text {
    font-size: 22px;
    font-weight: 600;
    color: #10003c;
    padding-left: 0px;
  }
  .live-class-container .topic {
    font-size: 16px;
  }
  .live-class-container .faculty {
    font-size: 14px;
  }
  .live-class-container .scheduleinfotext {
    /* margin-left: 38px; */
    /* padding-bottom: 20px; */
    margin-top: 0px;
    margin-left: -10px;
  }
  .live-class-container .no-data {
    margin-left: 30px;
  }
  .live-class-container .d-dir {
    flex-direction: column;
  }
  .live-class-container .d-dir .custom-modal-content {
    width: 330px !important;
    height: 150px !important;
    border-radius: 0 !important;
  }
  .live-class-container .d-dir .custom-modal {
    border-radius: 0 !important;
    overflow: unset !important;
  }
  .live-class-container .flex-direction {
    flex-direction: column;
    width: 100%;
    margin-left: 0px !important;
  }
  .live-class-container .tab {
    height: 50px;
    flex-direction: row;
    width: 100%;
    padding: 0px;
    justify-content: space-around;
  }
  .live-class-container .margin-10 {
    margin: 10px;
  }
  .live-class-container .large-2 {
    width: 30%;
  }
  .live-class-container .large-6 {
    width: 70%;
  }
  .live-class-container .display-chevron {
    display: none;
  }
  .live-class-container .large-4 {
    width: 100%;
  }
  .live-class-container .tab-list-parent {
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    justify-content: space-between;
    padding: 4px;
    padding-top: 12px;
  }
  .live-class-container .live-class-container .tab-list-parent {
    /* display: flex; */
    /* justify-content: space-between; */
    /* padding: 15px; */
    color: #01579b;
    cursor: pointer;
    font-size: 15px;
    /* font-weight: 200; */
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    align-content: center;
    padding: 0px;
    padding-top: 10px;
  }
  .live-class-container .m-web-large-6 {
    width: 60% !important;
  }
  .live-class-container .watch-btn-pos {
    margin-top: 13px !important;
    padding: 5px !important;
  }
  .live-class-container .custom-modal.largemodal .custom-modal-content {
    min-width: 270px !important;
  }
  .live-class-container .video-height {
    height: 170px;
  }
  .live-class-container .height-fitcontent {
    height: fit-content !important;
    margin-left: -7px;
    width: 100% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 400px) {
  .live-class-container .custom-modal-content {
    width: 260px !important;
    height: 100px !important;
    border-radius: 0 !important;
    margin-top: 100px;
  }
  .live-class-container .custom-modal {
    border-radius: 0 !important;
    overflow: unset !important;
  }
}
.live-class-zero-state-mob {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  /* margin: 9vh 60px; */
  padding-top: 3%;
  margin: auto;
  /* margin: 9vh 0px 0px; */
  margin-top: 80px;
}
.zero-state-mob-text {
  font-size: 0.875rem;
  padding: 0 40px;
}
.live-class-zero-state-pos {
  width: 180px;
  height: 132px;
}
.live-class-zero-state-text {
  font-size: 0.875rem;
  padding: 0 100px;
  color: #090023;
}
.live-class-zero-state-text-mobile {
  font-size: 16px;
  padding: 0 30px;
  color: #090023;
}
.live-class-zero-state-mobile-image {
  padding-top: 8%;
}
.zero-img {
  display: block;
  margin: auto;
  width: 50%;
}
@media only screen and (min-width: 767px) {
  .overflow-auto1 {
    height: 473.021px;
    overflow: auto;
    margin-left: 40px;
    width: 940px !important;
    margin-top: 10px;
    margin-left: 30px !important;
  }
  .modal-container .custom-modal.largemodal .custom-modal-content {
    min-width: 600px !important;
  }
  .forLeftSliderOnly {
    display: flex;
    top: 0px;
    flex-direction: row;
    margin-top: -10px;
  }
  .forLeftSliderOnly .myprofile-container.leftslideenroll {
    margin-top: 0px;
  }
  .forLeftSliderOnly .margin-left-70 {
    margin: 10px 0px;
    padding: 0px 10px;
    width: 100%;
  }
  .forLeftSliderOnly .margin-left-70 .overflow-auto1 {
    width: 100% !important;
  }
  .forLeftSliderOnly .margin-left-70 .height-fitcontent {
    width: 100% !important;
  }
}
.userDetails .coupon-section .coupon-price-details {
  background-color: unset !important;
  color: green;
}
.userDetails .coupon-section .coupon-list {
  padding: 0 4px !important;
}
.userDetails > div {
  padding-top: 10px;
  margin-bottom: 16px;
}
.modalZindex {
  z-index: 2500;
}
.overflow-auto-pricedetailmodal {
  overflow: auto !important;
}
li.step.step-active.step-faded .step-circle {
  width: 28px;
  height: 28px;
}
li.step.step-active.step-faded .step-text {
  font-size: 13px;
}
.buynow-container {
  position: fixed;
  z-index: 2000;
  display: flex;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.buynow-wrapper {
  max-width: 900px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif !important;
  min-height: 581px;
}
/* checkout header */
.buynow-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 50px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
.buynow-header .buynow-header-heading {
  margin: 0px auto;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}
.buynow-header .buynow-back-icon {
  cursor: pointer;
  position: absolute;
  left: 20px;
}
.buynow-header .buynow-close-icon {
  margin-left: 0px;
  cursor: pointer;
}
/*checkout-body-content */
.buynow-body-content {
  padding: 20px 35px 20px 35px;
  display: flex;
}
.buynow-left-side {
  max-width: 440px;
  width: 100%;
  max-height: 413px;
  overflow: auto;
}
.buynow-left-side::-webkit-scrollbar {
  width: 8px;
}
.buynow-left-side::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.buynow-left-side::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.buynow-right-side {
  margin-left: auto;
}
.buynow-inner-heading {
  font-weight: Bold;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}
.buynow-heading-wrap {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 9px 0px 12px 0px;
  margin-bottom: 15px;
  align-items: center;
}
.buynow-left-side section {
  margin-bottom: 0px;
}
/* Section Wise Css Start */
/* Your Order */
.buynow-product-detail {
  display: flex;
  margin-bottom: 20px;
}
.buynow-order-box .buynow-product-image {
  width: 91px;
  height: 91px;
  background-color: rgba(196, 196, 196, 0.29);
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.buynow-order-box .buynow-product-image img {
  max-width: 100%;
}
.buynow-pdp-detail {
  width: calc(100% - 110px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.buynow-pdp-detail .buynow-pdp-name {
  font-weight: 600;
  line-height: 19px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.buynow-pdp-detail .buynow-pdp-validity {
  font-weight: 600;
  color: #ef3d56;
  font-size: 12px;
  margin-top: 3px;
}
.buynow-pdp-detail .price {
  margin-top: auto;
}
.buynow-pdp-detail .selling-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #090023;
}
.buynow-pdp-detail .selling-price i {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #9e9e9e;
  margin-left: 3px;
  font-style: normal;
}
.offprice .maximum-retail-price {
  font-size: 10px;
  line-height: 14px;
  color: #9e9e9e;
  margin-right: 5px;
}
.offprice .off {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #2cab49;
}
.username-validity {
  width: 100%;
}
/* Offer Available Coupon section */
.buynow-left-side .coupon {
  background: #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px 24px 15px 24px;
  min-height: 413px;
}
.buynow-left-side .coupon .coupon-list {
  padding: 0px;
}
.buynow-coupon-box .buynow-offer-applied {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background: #72ae51;
  border-radius: 45px;
  padding: 5px 10px;
  margin-left: auto;
}
.buynow-coupon-box .buynow-coupon-discribe {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #72ae51;
  margin-top: 13px;
}
.buynow-left-side .coupon .coupon-list .coupon-list-item {
  margin-bottom: 21px;
  padding-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.buynow-left-side .coupon .coupon-list .wrap-coupon-list {
  max-height: 168px;
  overflow: auto;
  margin-bottom: 17px;
  padding-right: 5px;
}
.buynow-left-side .coupon .coupon-list .wrap-coupon-list::-webkit-scrollbar {
  width: 5px;
  margin-left: 8px;
  border-radius: 8px;
}
.buynow-left-side
  .coupon
  .coupon-list
  .wrap-coupon-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.buynow-left-side
  .coupon
  .coupon-list
  .wrap-coupon-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.buynow-coupon-box .coupon-component-wrapper .coupon-component-value {
  border: 1px dashed #ef3d56;
  border-right: none;
  background-color: #fef0f2;
  padding: 7px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #272d39;
  border-radius: 4px 0px 0px 4px;
  min-width: 48px;
}
.buynow-coupon-box .coupon-component-wrapper .break {
  display: flex;
  flex-direction: column;
  background-color: #fef0f2;
}
.buynow-coupon-box .coupon-component-wrapper .break .semi-circle {
  flex-grow: 1;
  min-width: 9px;
  min-height: 3px;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px dashed #ef3d56;
  border-top: 0;
}
.buynow-coupon-box .coupon-component-wrapper .break .rect {
  flex-grow: 5;
  background: #fff;
  width: 2px;
  margin: 0px auto;
}
.buynow-coupon-box .coupon-component-wrapper .break .semi-circle-inverted {
  flex-grow: 1;
  min-width: 9px;
  min-height: 3px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px dashed #ef3d56;
  border-bottom: 0;
}
.buynow-coupon-box .coupon-component-wrapper .coupon-component-name {
  border: 1px dashed #ef3d56;
  border-left: none;
  background-color: #fef0f2;
  padding: 7px 8px;
  min-width: 65px;
  font-size: 14px;
  font-weight: bold;
  color: #272d39;
  border-radius: 0px 4px 4px 0px;
}
.buynow-left-side .coupon .coupon-list .coupon-list-apply {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-align: center;
  color: #ef3d56;
  padding: 10px 0 9px 0;
  text-transform: uppercase;
}
.buynow-coupon-box .fade-coupon {
  opacity: 0.5;
}
.buynow-left-side .coupon .coupon-list .buynow-heading-wrap {
  position: relative;
}
.buynow-left-side
  .coupon
  .coupon-list
  .buynow-heading-wrap
  .buynow-offer-applied {
  position: absolute;
  right: 0px;
}
/* No Coupon CSS */
.buynow-no-coupon {
  text-align: center;
  margin-bottom: 50px;
}
.buynow-no-coupon .textno-coupon {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
.buynow-no-coupon.withProductImg .textno-coupon {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
}
.buynow-no-coupon.withProductImg .image-show-nocoupon img {
  max-width: 100px;
}
.buynow-no-coupon.withProductImg {
  margin-bottom: 22px;
}
.buynow-coupon-box .nocopoun ~ .buynow-coupon-enter-box {
  border-top: 0px;
  padding-top: 0px;
}
/* couton-entering-box */
.buynow-coupon-enter-box {
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  padding-top: 17px;
  margin-top: 3px;
  display: inline-block;
  width: 100%;
}
.buynow-coupon-enter-box-borderTop {
  border-top: none;
  margin-top: 0px;
}
.coupon .buynow-coupon-enter-box .coupon-list-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding-bottom: 12px;
  padding-top: 0px;
}
.buynow-coupon-enter-box .coupon-input {
  display: flex;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.buynow-coupon-enter-box .coupon-input .a-input {
  width: 100%;
  border-radius: 10px;
  border: none !important;
  font-size: 14px;
  padding: 15px 10px;
  color: #272d39;
}
.buynow-coupon-enter-box .coupon-input .a-input::placeholder {
  color: #7a818f;
  font-weight: normal;
}
.buynow-coupon-enter-box .coupon-input .a-input:focus {
  outline: 0px;
}
.buynow-coupon-enter-box .coupon-list-apply.coupon-input-submit {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-align: center;
  padding: 15px 10px;
  color: #ef3d56;
  align-items: center;
  display: flex;
}
/* checkout right sidebar */
.buynow-right-side {
  box-sizing: border-box;
  max-width: 337px;
  width: 100%;
}
.buynow-right-side.withdetails {
  background-color: #fff;
}
/* checkout user details */
.userDetails {
  padding-right: 10px;
}
.userDetails div {
  position: relative;
}
.userDetails div .a-input {
  border: 1px solid #eeeff0;
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 19px;
  border-radius: 6px;
  padding: 17px 5px 8px 4px;
}
.userDetails div .a-input:focus,
.userDetails div .a-input:focus-visible {
  border: 1px solid #91bdff;
  outline: 0;
}
.userDetails label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding: 22px 5px 8px 7px;
}
.userDetails div .a-input:focus ~ label {
  color: #91bdff;
}
.userDetails .a-input:focus ~ label,
.userDetails .a-input:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.7) translateY(0rem) translateX(0.4rem);
  padding: 19px 5px 8px 3px;
}
/* price box details */
.buynow-price-detail-box .buynow-price-box-heding {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.buynow-amount-payable {
  display: flex;
  margin-bottom: 15px;
}
.buynow-amount-payable .buynow-amount-payable-left {
  font-size: 14px;
  line-height: 19px;
  color: #7a818f;
}
.buynow-amount-payable .buynow-amount-payable-right {
  font-size: 14px;
  line-height: 19px;
  color: #272d39;
  margin-left: auto;
}
.buynow-total-discount {
  display: flex;
  align-items: center;
}
.buynow-total-discount .buynow-total-discount-left {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #72ae51;
  width: calc(100% - 100px);
}
.fixed-price-coupon {
  font-weight: 600;
  font-size: 10px;
  line-height: 19px;
  color: #72ae51;
}
.buynow-total-discount .buynow-total-discount-right {
  margin-left: auto;
  font-size: 14px;
  line-height: 19px;
  color: #272d39;
}
.buynow-total-discount .buynow-total-discount-right span {
  color: #ef3d56;
  margin-right: 0px;
  font-size: 20px;
}
.buynow-total-payable {
  display: flex;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  padding-top: 15px;
  margin-top: 15px;
}
.buynow-total-payable .buynow-total-payable-left {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.buynow-total-payable .buynow-total-payable-right {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-left: auto;
}
.buynow-pdp-detail .price-tag {
  margin-left: 0px;
}
.buynow-right-side .custom-button {
  margin-top: 15px;
}
.buynow-right-side .custom-button {
  background: #182b49;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.buynow-right-side .custom-button:hover {
  opacity: 0.8;
}
.buynow-all-block-opacity {
  position: relative;
}
.buynow-all-block-opacity:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.buynow-all-block-opacity .buynow-user-details {
  position: relative;
  z-index: 9;
}
.formobonly {
  display: none;
}
.forwebonly {
  display: block;
}
.buynow-arrow-collap {
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  margin-left: auto;
}
.buynow-arrow-collap.buynow-arrow-top {
  background-image: url(/images/checkout-arrow-top.svg);
}
.buynow-arrow-collap.buynow-arrow-bottom {
  background-image: url(/images/checkout-arrow-bottom.svg);
}
/* 3 steps top */
.buynow-steps {
  height: 53px;
  box-shadow: 0px 0px 11.4901px rgba(0, 0, 0, 0.2);
  border-radius: 96px;
  margin-top: 12px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 0px 7px;
}
.componentList .buynow-steps ul.steps,
.buynow-steps ul.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: hidden;
  width: 100%;
}
li.step:first-child {
  width: 347px;
  position: relative;
  display: flex;
}
li.step:nth-child(2) {
  width: 347px;
  position: relative;
  display: flex;
}
li.step:last-child {
  width: 132px;
  position: relative;
  display: flex;
}
li.step:last-child .step-circle::before {
  display: none;
}
.componentList .buynow-steps ul li.step:before {
  display: none;
}
.step-content {
  display: flex;
  align-items: center;
}
.step-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  background-color: #182b49;
  font-weight: bold;
  font-size: 17.5px;
  line-height: 24px;
  cursor: pointer;
}
.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  height: 2px;
  transform: translate(0%, -50%);
  color: #182b49;
  background-color: currentColor;
  width: calc(100% - 60px);
  cursor: auto;
}
.step-text {
  color: #182b49;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 25px;
  z-index: 1;
  cursor: pointer;
}
.step-faded {
  opacity: 0.4;
}
li.step.step-inprocess .step-circle::before {
  color: transparent;
  border-bottom: 2px dashed #182b49;
}
/* Payment mode List */
.listofpaymentwrap .listofpayment {
  display: inline-flex;
  flex-wrap: wrap;
}
.pm-list.listofpaymentwrap .pm-list-item {
  width: 170px;
  margin-bottom: 28px;
  margin-right: 11px;
  padding: 16px 9px;
  box-sizing: content-box;
  border-radius: 10px;
  display: inline-flex;
}
.listofpaymentwrap {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.listofpaymentwrap .pm-list-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.wrap-payment-icon {
  display: flex;
  max-width: 170px;
  align-items: center;
}
.pm-list.listofpaymentwrap .pm-list-item .pm-listitem-label {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}
.listofpaymentwrap .pm-listitem-image {
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-size: inherit;
  background-position: center;
  display: flex;
  border: 1px solid #f2f2f2;
}
.pm-list.listofpaymentwrap {
  width: 100%;
}
.listofpaymentwrap .paytmIcon {
  background-image: url("/images/userpay-paytm.svg");
}
.listofpaymentwrap .debitCardIcon {
  background-image: url("/images/userpay-dd.svg");
}
.listofpaymentwrap .creditCardIcon {
  background-image: url("/images/userpay-cc.svg");
}
.listofpaymentwrap .netBankingIcon {
  background-image: url("/images/userpay-netbanking.svg");
}
.listofpaymentwrap .upiIcon {
  background-image: url("/images/userpay-upi.svg");
}
.listofpaymentwrap .emiIcon {
  background-image: url("/images/userpay-emi.svg");
}
.listofpaymentwrap .otherWalletIcon {
  background-image: url("/images/userpay-otherwallet.svg");
}
.pm-list.listofpaymentwrap .pm-loader {
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.pm-list.listofpaymentwrap .pm-loader .spinner-listing {
  padding-top: 0px;
}
.buynow-wrapper .couponLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.buynow-wrapper .couponLoader .spinner-listing {
  padding: 0px !important;
}
/* Payment fail popup */
.buynow-body-content .payment-status-section {
  padding-top: 80px;
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
}
.buynow-body-content .payment-status-section .payment-status-icon {
  height: 80px;
  width: 80px;
  background-color: #ffbfc9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0px auto;
}
.buynow-body-content .payment-status-section .payment-status-icon {
  margin-bottom: 25px;
}
.buynow-body-content .payment-status-section .payment-status-icon img {
  width: 25px;
}
.buynow-body-content .payment-status-section .payment-status-text {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.buynow-body-content .payment-status-section .sucesscheck .payment-status-icon {
  background-color: #ecfaed;
}
.buynow-body-content
  .payment-status-section
  .sucesscheck
  .payment-status-icon
  img {
  width: 60px;
}
.buynow-body-content .payment-status-section .sucesscheck .payment-status-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.buynow-body-content
  .payment-status-section
  .sucesscheck
  .payment-success-orderid {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.buynow-body-content .payment-status-section .sucesscheck .custom-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  max-width: 234px;
  margin-left: auto;
  margin-right: auto;
}
.buynow-body-content .payment-status-section .payment-status-info {
  width: 100%;
}
.buynow-body-content .payment-status-section .payment-failure-text {
  width: 100%;
}
/* payment sucess popup */
.payment-success-wrap {
  width: 100%;
  padding: 0px 20px;
  height: 100%;
}
.success-msg-wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.payment-status-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #ecfaed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.payment-status-icon img {
  max-width: 45px;
  width: 100%;
}
.order-success-box .buynow-inner-heading {
  font-size: 14px;
  font-weight: 600;
}
.order-success-box .buynow-heading-wrap {
  margin-bottom: 8px;
  padding: 0px 0px 8px 0px;
  margin-bottom: 12px;
}
.success-text .payment-status-text {
  color: #3dcc32;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-top: 12px;
}
.success-text .username-order-confirm {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #463f3a;
  margin-top: 8px;
}
.success-body-content .success-left-area {
  max-width: 50%;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-success-box {
  padding: 16px;
  background: #fafafa;
  border-radius: 8px;
}
.order-row {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
}
.order-row:last-child {
  margin-bottom: 0px;
}
.order-row-left {
  width: 50%;
  font-size: 13px;
  line-height: 16px;
  color: #484848;
  font-weight: normal;
}
.order-row-right {
  font-size: 13px;
  line-height: 16px;
  width: 50%;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.track-roder-btn {
  margin-top: 20px;
  text-align: center;
}
.track-roder-btn a {
  border: 1px solid #ef3d56;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: #ef3d56;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}
.track-roder-btn a img {
  margin-right: 15px;
}
.view-order-btn {
  margin: 16px 0px 0px 0px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.view-order-btn a {
  box-sizing: border-box;
  width: 100%;
  color: #182b49;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.success-body-content {
  display: flex;
  align-items: self-start;
  height: 100%;
}
.success-right-area {
  max-width: 50%;
  width: 100%;
  margin-left: auto;
  padding-left: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.order-footer {
  background: #fafafa;
  border-radius: 8px;
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #8a817c;
  margin-top: 20px;
  height: 78px;
  padding: 5px 16px;
}
.order-footer a {
  margin-left: 0px;
  color: #000;
  margin-right: 0px;
  margin-top: 5px;
}
.order-footer span {
  display: flex;
  align-items: normal;
  flex-direction: column;
  text-align: left;
}
.order-footer img {
  margin-left: auto;
  width: 36px;
  cursor: pointer;
}
.success-acces-list {
  background: #fafafa;
  border-radius: 7px;
  padding: 22px 25px;
}
.success-acces-list-heading {
  color: #090023;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}
.success-acces-list-heading span {
  color: #ef3d56;
}
.success-list-row {
  border: 1px solid #edeff5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 64px;
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}
.success-list-icon {
  width: 91px;
  border-right: 1px solid #edeff5;
  align-items: center;
  display: flex;
  justify-content: center;
}
.success-list-icon img {
  max-width: 38px;
}
.success-list-btn {
  width: calc(100% - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-list-btn a {
  max-width: 190px;
  width: 100%;
  height: 40px;
  background: #ef3d56;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
}
.success-list-row:last-child {
  margin-bottom: 0px;
}
.success-product-body {
  display: flex;
  align-items: center;
}
.product-image-left {
  width: 106px;
  height: 106px;
  overflow: hidden;
  border-radius: 4px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-dis-right {
  width: calc(100% - 106px);
  padding-left: 22px;
}
.product-image-left img {
  max-width: 100%;
}
.product-dis-right .product-dis-title {
  color: #090023;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.product-delivery-text {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #6e6e6e;
  text-align: center;
  margin-top: 15px;
}
.buynow-body-content.sucessstatus {
  height: calc(581px - 50px);
  position: relative;
}
.payment-sucess-section {
  width: 100%;
}
.track-roder-btn.mwebshow {
  display: none;
}
.success-product-box {
  border: 1px dashed rgba(0, 0, 0, 0.4);
  padding: 22px;
  border-radius: 8px;
}
.success-product-box .buynow-heading-wrap {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  padding-top: 0px;
}
.order-footer.mwebfooter {
  display: none;
}
/* Responsive  */
@media (min-width: 320px) and (max-width: 767px) {
  .bottom-invis-bar {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 60px;
    background-color: #e5e5e5;
    left: 0px;
    z-index: 0;
  }
  .pm-list.listofpaymentwrap {
    position: relative;
    z-index: 1;
  }
  .buynow-body-content .payment-status-section {
    position: relative;
    z-index: 1;
  }
  .formobonly {
    display: block;
  }
  .forwebonly {
    display: none;
  }
  .buynow-container {
    background-color: transparent;
    align-items: normal;
    background-color: #e5e5e5;
    z-index: 2600;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
  }
  .buynow-wrapper {
    background-color: #e5e5e5;
  }
  .buynow-body-content {
    display: block;
  }
  .buynow-left-side {
    max-height: inherit;
    overflow: inherit;
    max-width: 100%;
  }
  /* checkout header */
  .buynow-header {
    background-color: #fff;
    min-height: 56px;
  }
  .buynow-header .buynow-header-heading {
    font-weight: 600;
  }
  /* 3 steps */
  .buynow-steps {
    background-color: #fff;
    width: calc(100% - 30px);
    height: 43px;
    margin-top: 15px;
  }
  li.step.step-active .step-circle {
    width: 30px;
    height: 30px;
  }
  li.step.step-active .step-text {
    font-size: 13px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }
  li.step .step-circle {
    width: 25px;
    height: 25px;
  }
  li.step .step-text {
    font-size: 12px;
    padding-right: 5px;
  }
  .step-circle::before {
    width: calc(100% - 35px);
    left: 32px;
  }
  li.step:nth-child(2) {
    width: 226px;
  }
  li.step:first-child {
    width: 259px;
  }
  /*checkout-body-content */
  .buynow-body-content {
    padding: 0px;
    display: block;
    margin: 15px;
    margin-bottom: 75px;
    height: calc(100% - (90px + 30px));
    padding-bottom: 95px;
    overflow: auto;
  }
  .buynow-heading-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    padding-top: 5px;
    justify-content: flex-end;
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
  }
  .buynow-inner-heading {
    margin-right: auto;
  }
  .buynow-arrow-collap {
    margin-left: 10px;
  }
  /* your order-section */
  .buynow-left-side {
    margin: 0px auto;
  }
  /* your order-section */
  .buynow-order-box {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 15px;
  }
  .buynow-order-box .buynow-product-image {
    max-width: 85px;
    max-height: 85px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: auto;
    height: auto;
  }
  .buynow-product-detail {
    margin-bottom: 0px;
  }
  .buynow-pdp-detail .checkout-pdp-name {
    font-size: 13px;
  }
  .buynow-pdp-detail .checkout-pdp-price {
    margin-top: 10px;
  }
  .username-validity {
    width: 100%;
  }
  .buynow-pdp-detail .buynow-pdp-name {
    max-width: 100%;
  }
  .buynow-pdp-detail .selling-price {
    font-size: 16px;
  }
  .buynow-pdp-detail .buynow-pdp-name {
    font-size: 13px;
  }
  /* coupon offer section */
  .buynow-left-side .coupon {
    background-color: transparent;
    padding: 0px;
    min-height: inherit;
  }
  .buynow-coupon-box {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 0px;
    padding: 15px;
  }
  section.buynow-coupon-box.collpasedCheck {
    position: relative;
    padding-bottom: 30px;
  }
  section.buynow-coupon-box.collpasedCheck .buynow-offer-applied {
    position: absolute;
    left: 15px;
    bottom: 10px;
  }
  .buynow-coupon-box .buynow-offer-applied {
    text-align: center;
  }
  .buynow-left-side
    .coupon
    .coupon-list
    .buynow-heading-wrap
    .buynow-offer-applied {
    position: relative;
  }
  .buynow-coupon-enter-box {
    padding-top: 14px;
  }
  /* checkout right sidebar */
  .buynow-right-side {
    background-color: transparent !important;
    padding: 0px;
    max-width: 100%;
    margin: 0px auto;
  }
  /* Your Details */
  section.buynow-user-details.details-collapsed .buynow-heading-wrap {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .details-collapsed .userDetails > div {
    margin-top: 0px;
  }
  .buynow-user-details {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 15px;
  }
  .logout-user-details .buynow-user-row:last-child {
    margin-bottom: 5px;
  }
  section.buynow-user-details.collpasedCheck .buynow-heading-wrap {
    border-bottom: 1px solid transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .buynow-price-detail-box {
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
  }
  .buynow-price-detail-box .buynow-heading-wrap {
    justify-content: left;
  }
  .buynow-detail-box .buynow-price-box-heding {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: auto;
  }
  /* footer fixed */
  .buynow-bottom-price {
    display: flex;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0 -2px 2px 0 rgb(0 0 0%);
  }
  .buynow-bottom-price .buynow-footer-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .buynow-bottom-price .buynow-footer-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .buynow-footer-total-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #000;
  }
  .buynow-footer-total-price span {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
  }
  .buynow-footer-discounted {
    display: flex;
  }
  .buynow-footer-discounted .buynow-cut-price {
    font-size: 10px;
    line-height: 13px;
    color: #9e9e9e;
    text-decoration: line-through;
  }
  .buynow-footer-discounted .buynow-total-off {
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    margin-left: 3px;
    color: #2cab49;
  }
  .buynow-bottom-price .buynow-footer-right a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    background: #182b49;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    min-height: 56px;
  }
  .buynow-bottom-price .buynow-footer-right a:hover {
    opacity: 0.8;
  }
  /* list of payment mode */
  .pm-list.listofpaymentwrap {
    background-color: #fff;
  }
  .pm-list.listofpaymentwrap .pm-list-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    box-shadow: 0 0px 5px 1px rgb(64 60 4.1875%);
    border: 1px solid #f2f2f2;
  }
  .pm-list.listofpaymentwrap .pm-list-item .pm-listitem-label {
    font-size: 16px;
    padding-left: 12px;
  }
  /* footer fix for price */
  .footer-paymentbtn-fix {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    display: flex;
    border-top: 1px solid #e5e5e5;
  }
  .footer-payment-detail {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .footer-payment-detail .price {
    padding: 0px 20px;
  }
  .footer-payment-detail .price span.selling-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding-top: 0px;
    color: #000000;
  }
  .footer-payment-detail .price span.selling-price i {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
    margin-left: 3px;
  }
  .footer-payment-detail .price .offprice {
    margin-top: -7px;
  }
  .footer-payment-detail .price .offprice .maximum-retail-price {
    margin-right: 0px;
  }
  .footer-paymentbtn-fix .custom-button {
    height: 56px;
    border-radius: 0px;
    width: 50%;
    display: inline-flex;
    margin-top: 0px;
  }
  /*payment fail */
  .buynow-body-content .payment-status-section {
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  /* success pop section */
  .buynow-body-content.sucessstatus {
    height: calc(100% - (50px + 0px));
    position: relative;
    background: #fff;
    margin: 0px;
    padding-bottom: 40px;
  }
  .payment-success-wrap {
    flex-direction: column;
    padding: 0px 16px;
  }
  .success-msg-wrap {
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .success-text .payment-status-text {
    font-size: 20px;
    line-height: 27px;
  }
  .success-text .username-order-confirm {
    font-size: 14px;
    line-height: 19px;
  }
  .success-body-content {
    flex-direction: column;
  }
  .order-success-box {
    padding: 16px;
  }
  .order-success-box .buynow-heading-wrap .buynow-inner-heading {
    font-size: 14px;
    line-height: 19px;
  }
  .order-success-box .buynow-heading-wrap {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .order-row-left {
    font-size: 13px;
  }
  .order-row-right {
    font-size: 13px;
  }
  .success-body-content .success-left-area {
    max-width: 100%;
    margin-bottom: 0px;
    border-right: 0px;
    padding-right: 0px;
  }
  .payment-status-icon img {
    max-width: 40px;
  }
  .view-order-btn {
    margin: 0px;
    text-align: center;
  }
  .view-order-btn a {
    display: inline-block;
    text-align: left;
    height: auto;
    border: 0px;
  }
  .success-text {
    text-align: center;
  }
  .success-left-area .track-roder-btn {
    display: none;
  }
  .track-roder-btn.mwebshow {
    display: block;
    margin-top: 15px;
  }
  .success-right-area {
    padding: 0px;
    max-width: 100%;
  }
  .success-product-box {
    margin-top: 16px;
    padding: 16px;
  }
  .success-product-box .buynow-heading-wrap .buynow-inner-heading {
    font-size: 14px;
    line-height: 19px;
  }
  .success-product-box .buynow-heading-wrap {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .product-image-left {
    width: 80px;
    height: 80px;
  }
  .product-dis-right {
    width: calc(100% - 80px);
    padding-left: 16px;
  }
  .product-dis-right .product-dis-title {
    font-size: 14px;
    line-height: 19px;
  }
  .product-delivery-text {
    font-size: 10px;
    line-height: 14px;
  }
  .order-footer {
    position: relative;
    width: calc(100% - 0px);
    left: 0px;
    bottom: 0px;
    margin-top: 15px;
    padding: 0px 15px;
    justify-content: left;
  }
  .order-footer span {
    display: flex;
    align-items: normal;
    flex-direction: column;
    text-align: left;
  }
  .order-footer a {
    margin-left: 0px;
  }
  .order-footer img {
    margin-left: auto;
  }
  .success-list-icon {
    width: 75px;
  }
  .order-row:last-child {
    margin-bottom: 0px;
  }
  .success-list-row {
    height: 60px;
  }
  .success-acces-list {
    margin-top: 16px;
  }
  .success-acces-list {
    padding: 16px;
  }
  .success-list-btn {
    width: calc(100% - 75px);
  }
  .success-list-btn a {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .order-footer.mwebfooter {
    display: flex;
  }
  .order-footer.webfooter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .buynow-right-side {
    max-width: 277px;
  }
  .buynow-left-side {
    max-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 885px) {
  .success-right-area {
    max-width: 48%;
    padding-left: 0px;
    margin-left: 15px;
  }
  .success-body-content .success-left-area {
    max-width: 48%;
    padding-right: 15px;
  }
  .success-list-icon {
    width: 70px;
  }
  .success-list-btn {
    width: calc(100% - 70px);
  }
  .success-acces-list-heading {
    font-size: 13px;
  }
  .payment-success-wrap {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-payment-detail {
    display: none;
  }
  .buynow-body-content.viewOfferModalAlignCent {
    height: 531px;
    display: flex;
    align-items: center;
  }
}
.pm-list {
  display: flex;
  flex-direction: column;
}
.pm-list .pm-list-item {
  cursor: pointer;
  padding: 10px 0 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 8px;
}
.pm-list .pm-list-item .pm-listitem-label {
  padding-left: 20px;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #090023;
}
.pm-list .pm-loader {
  position: absolute;
  width: 30%;
}
.pm-list .pm-list-loading {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .pm-list .pm-list-item {
    padding-bottom: 20px;
  }
  .pm-list .pm-loader {
    width: 60px;
    margin-left: calc(50vw - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .usermodal .custom-modal-content {
    bottom: 0px;
    overflow: auto;
    position: absolute;
  }
  .usermodal.Books .custom-modal-content {
    height: 100vh !important;
    overflow-y: auto;
  }
}
.usermodal {
  z-index: 2600;
}
@media only screen and (min-width: 767px) {
  .productInfoHeader {
    display: none;
  }
  .productDetailsSection {
    display: flex;
  }
  .componentList {
    margin-top: 20px;
    max-width: 1366px;
    display: flex;
    flex-direction: column;
    padding: 6px;
    min-width: 1250px;
    /* background-color: #eaeaea; */
    height: 100%;
  }
  .componentList .detailsSection {
    max-width: 860px;
    padding-right: 38px;
    flex-grow: 3;
  }
  .componentList .detailsSection .h1 {
    padding-top: 0px;
    margin-top: -5px;
    font-family: "Nunito";
    font-size: 26px;
    /* font-weight: 600; */
    color: #212121;
  }
  .componentList .detailsSection .infoButtonSection {
    /* padding-top: 16px; */
    display: flex;
    flex-wrap: wrap;
  }
  .componentList .detailsSection .subCategoryList {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
  }
  .componentList .detailsSection .productInfoSection {
    padding-top: 24px;
  }
  .componentList .detailsSection .examCoveredSection,
  .componentList .detailsSection .prerequisitesSection,
  .componentList .detailsSection .faqSection {
    padding-top: 48px;
  }
  .componentList
    .detailsSection
    .examCoveredSection
    .sectionComponent
    .sectionBody {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .componentList
    .detailsSection
    .examCoveredSection
    .sectionComponent
    .sectionBody
    .examIconContainer {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .componentList .purchaseSection {
    position: sticky;
    top: 72px;
    right: calc((100vw - 1366px) / 2);
    min-width: 390px;
    max-width: 390px;
    height: fit-content;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    flex-grow: 1;
    background-color: white;
    margin-bottom: 130px;
  }
  .componentList .purchaseSection .purchaseImage {
    max-width: 360px;
    height: 202px;
    text-align: center;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  .componentList .purchaseSection .purchaseImage .playIconSection {
    position: absolute;
    bottom: 65px;
    border: solid 2px #fff;
    border-radius: 50%;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
  }
  .componentList .purchaseSection .purchaseImage .playIcon {
    background-image: url(/images/IconsSprite.svg);
    background-repeat: no-repeat;
    background-size: 110px 4173px;
    background-position: -10px -2637px;
  }
  .componentList .purchaseSection .purchaseImage .purchaseImageOverlay {
    position: absolute;
    width: 360px;
    height: 202px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 4px;
  }
  .componentList .purchaseSection .purchaseImage .purchaseImageBg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
    height: 203px;
    position: absolute;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    border-radius: 4px;
  }
  .componentList .purchaseSection .purchaseImage img {
    position: absolute;
    left: calc(50% - 100px);
    z-index: 3;
  }
  .componentList .purchaseSection > div {
    margin: 16px;
  }
  .componentList .purchaseSection .courseHighlights {
    color: #212121;
  }
  .componentList .purchaseSection .courseHighlights .courseHighlightHeading {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  .componentList .purchaseSection .courseHighlights li {
    padding-top: 14px;
    font-family: "Nunito";
    font-size: 16px;
    line-height: 1.13;
    text-align: left;
  }
  .componentList .purchaseSection .price .price-tag .selling-price {
    font-family: "Nunito";
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
  }
  .componentList .purchaseSection .price .price-tag .maximum-retail-price {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #cccccc;
  }
  .componentList .purchaseSection .price .price-tag .off {
    font-family: "Nunito";
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #3dc635;
    margin-left: 10px;
  }
  .componentList .purchaseSection .viewOffers {
    cursor: pointer;
    padding-top: 12px;
    font-family: "Nunito";
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #4a90e2;
    display: inline-block;
    margin-top: 16px;
  }
  .componentList .purchaseSection .purchaseActionItem {
    margin-top: 12px;
    border-style: none;
    border-radius: 6px;
    height: 48px;
    /* background-image: linear-gradient(to left, #ff6200, #ff327a); */
    background-color: #ef3d56;
    color: #ffffff;
    font-family: "Nunito";
    font-weight: 600;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }
  .componentList .purchaseSection .purchaseActionItem.logocolor {
    color: #ee3e56 !important;
    cursor: auto;
  }
  .componentList .purchaseSection .purchaseActionItem:focus {
    outline: none;
  }
  .purchaseAction {
    display: flex;
    flex-direction: column;
  }
  .courseDetails {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .productDetailSection .banner-container {
    margin-top: 70px !important;
    max-height: 90px !important;
    overflow: hidden;
    min-height: 90px !important;
  }
  .productDetailSection .productInfoHeader {
    display: flex;
  }
  .productDetailSection .productInfoHeader.chevronDown {
    margin-top: 7px;
  }
  .productDetailSection .productInfoBody {
    display: none;
  }
  .productDetailSection .preRequisiteList {
    display: flex;
    flex-direction: column;
  }
  .productDetailSection .preRequisiteList > li {
    padding-top: 10px;
  }
  .productDetailSection .subCategoryList {
    overflow-x: scroll;
  }
  .productDetailSection .subCategoryList::-webkit-scrollbar {
    display: none;
  }
  .productDetailSection .componentList {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productDetailSection .componentList > div {
    width: 100%;
  }
  .productDetailSection .componentList .custom-modal-content {
    overflow: auto;
  }
  .productDetailSection .componentList ul {
    margin-top: 0px;
  }
  .productDetailSection .componentList .productDetailsSection {
    display: flex;
    flex-direction: column-reverse;
  }
  .productDetailSection .componentList .productDetailsSection .detailsSection {
    padding-left: 8px;
    padding-right: 8px;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .detailsSection
    .h1 {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .infoButtonSection {
    padding-top: 4px;
    display: flex;
    flex-direction: column;
  }
  .productDetailSection .componentList .productDetailsSection .courseDetails {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
    margin-top: 24px !important;
    /* padding-top: 26px; */
  }
  .productDetailSection .componentList .productDetailsSection .subCategoryList {
    padding-top: 16.5px;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .courseHighlights {
    padding-top: 24px;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .courseHighlights
    .courseHighlightHeading {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
    font-family: "Nunito ";
    font-weight: 600;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .courseHighlights
    li {
    padding-top: 14px;
    font-family: "Nunito";
    font-weight: initial;
    font-size: 16px;
    line-height: 1.13;
    text-align: left;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .examCoveredSection
    .sectionComponent
    .sectionBody {
    /* display: flex;
              // flex-wrap: wrap;
              overflow-x: scroll; */
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .examCoveredSection
    .sectionComponent
    .sectionBody
    ::-webkit-scrollbar {
    display: none;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .examCoveredSection
    .sectionComponent
    .sectionBody
    ::-webkit-scrollbar
    .examIconContainer {
    display: flex;
    flex-direction: column;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .examCoveredSection
    .sectionComponent
    .sectionBody
    .examIcon {
    display: inline-block;
    text-align: center;
    min-width: auto;
    width: 33%;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .examCoveredSection
    .sectionComponent
    .sectionBody
    .examIcon
    div:first-child {
    width: 48px;
    height: 48px;
    margin: 0 auto;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .productInfoSection,
  .productDetailSection
    .componentList
    .productDetailsSection
    .examCoveredSection,
  .productDetailSection
    .componentList
    .productDetailsSection
    .prerequisitesSection,
  .productDetailSection .componentList .productDetailsSection .faqSection {
    padding-top: 24.5px;
    border-top: solid 1px #e0e0e0 !important;
  }
  .productDetailSection
    .componentList
    .productDetailsSection
    .productInfoSection,
  .productDetailSection
    .componentList
    .productDetailsSection
    .examCoveredSection,
  .productDetailSection
    .componentList
    .productDetailsSection
    .prerequisitesSection {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .productDetailSection .purchaseSection {
    flex-grow: 3;
    padding: 8px 0px;
  }
  .productDetailSection .purchaseSection .purchaseImage {
    max-width: 100%;
    height: 202px;
    text-align: center;
    background-color: #000000;
    position: relative;
    overflow: hidden;
  }
  .productDetailSection .purchaseSection .purchaseImage .playIconSection {
    position: absolute;
    bottom: 65px;
    left: 136px;
    border: solid 2px #fff;
    border-radius: 50%;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
  }
  .productDetailSection .purchaseSection .purchaseImage .playIcon {
    background-image: url(/images/IconsSprite.svg);
    background-repeat: no-repeat;
    background-size: 110px 4173px;
    background-position: -10px -2637px;
  }
  .productDetailSection .purchaseSection .purchaseImage .purchaseImageBg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 203px;
    position: absolute;
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  .productDetailSection .purchaseSection .purchaseImage img {
    position: absolute;
    left: calc(50% - 100px);
    z-index: 3;
  }
  .priceSection {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
  }
  .purchaseActionItem {
    flex-grow: 1;
    border-style: none;
    border-radius: 6px;
    height: 48px;
    /* background-image: linear-gradient(to left, #ff6200, #ff327a); */
    background-color: #ef3d56;
    font-family: "Nunito";
    font-weight: 600;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
  }
  .purchaseActionItem.logocolor {
    color: #ee3e56 !important;
    cursor: auto;
  }
  .purchaseActionItem:focus {
    outline: none;
  }
  .purchaseAction {
    z-index: 2000;
    width: 100%;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    margin-left: 0px;
    flex-direction: row;
    position: fixed;
    bottom: 0px;
    background-color: white;
    padding: 8px;
  }
  .purchaseInfo {
    display: none;
  }
  .viewOffers {
    text-align: left !important;
    padding-left: 10px;
    padding-top: 0px !important;
  }
  .viewCourse {
    padding-top: 10px !important;
  }
  .package_filter .pdp {
    border: solid 1px #ccc !important;
    padding-left: 10px;
  }
  .couponAppliedInfo {
    text-align: left !important;
    padding-left: 10px;
    position: absolute;
    bottom: 10px;
    background: #fff;
  }
  .mahapacksection {
    position: fixed !important;
    bottom: 64px !important;
    left: 0px !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    width: 100vw !important;
    min-height: 40px;
  }
  .mahapacksection .mobile-know-more {
    padding-top: 6px;
    margin-left: auto;
    font-weight: 700;
    padding-left: 5px;
    margin-right: 14px;
  }
  .mahapacksection .span-text {
    margin-left: 10px;
    width: 200px;
    line-height: 1.3;
  }
  .mahapacksection .icon-chevron-right {
    position: relative;
  }
  .mahapacksection .icon-chevron-right::before {
    position: absolute;
    top: 0px;
  }
  .seo-tags-container {
    display: flex;
    margin-bottom: 20px;
    background-color: white !important;
    padding: 5px;
    border-radius: 5px;
    opacity: 0.8;
    margin-right: 18px;
    overflow: auto;
    white-space: nowrap;
    padding-top: 15px !important;
  }
  .seo-tags-container::-webkit-scrollbar {
    display: none;
  }
  .seo-tags-value {
    display: inline-block;
    padding-left: 15px !important;
    cursor: pointer;
    color: #2185d0;
    font-size: 14px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
  }
  .ma-le-20 {
    margin-left: 20px;
  }
  .seo-quick-link {
    margin-left: 10px;
    font-family: Nunito;
    font-size: 12px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.13px;
    text-align: left;
    color: #090023;
  }
}
@media only screen and (max-width: 767px) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchaseAction {
  text-align: center;
}
.faqcontainerprod {
  width: 70%;
  /* margin-left: -320px; */
  margin-top: -40px;
}
.bottomContentContainerprod {
  background-color: #eaeaea;
  margin-bottom: 30px;
  margin-top: 10px;
}
.bottomContent a {
  color: blue;
  cursor: pointer;
}
.headingdescriptionprod {
  max-width: 85%;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
}
.headingdescription {
  margin-left: 73px;
  max-width: 1300px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
  margin: 10px auto;
}
.productInfoHeaderSection {
  display: flex;
  justify-content: space-between;
}
.package_filter > select {
  width: 100% !important;
}
.background-layer {
  width: 1366px;
  height: 322px;
  background-color: #f3f3f3;
}
.seo-tags-container {
  display: flex;
  /* background-color: #BBBBBB; */
  /* background-color: #ffffff; */
  background-color: #f5f5f5;
  /* height          : 30px; */
  margin-bottom: 20px;
  /* color           : #4a90e2; */
  padding: 5px;
  border-radius: 5px;
  opacity: 0.8;
  margin-right: 18px;
}
.seo-tags-value {
  padding-left: 20px;
  padding-top: 1px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #2185d0;
}
.ma-le-20 {
  margin-left: 20px;
}
.seo-exam-category {
  margin-top: 0;
  padding: 10px 10px 0 10px;
  font-size: 16px;
  color: #090023;
  position: relative;
  cursor: pointer;
  margin-bottom: 6px;
}
.seo-quick-link {
  padding-top: 3px;
  margin-left: 10px;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.13px;
  text-align: left;
  color: #090023;
}
.preRequisiteList {
  display: flex;
  flex-wrap: wrap;
}
.preRequisiteList > li {
  flex-basis: 50%;
  font-family: "Nunito Sans";
  font-size: 16px;
  line-height: 1.13;
  color: #212121;
  margin-bottom: 10px;
}
.examIcon {
  padding-right: 15px;
  padding-bottom: 15px;
  width: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.examIcon div {
  border-radius: 50%;
  overflow: hidden;
}
.examIcon .label {
  border-radius: 0px;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  text-align: center;
  color: #212121;
  margin-top: 10px;
}
.productDetailSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Nunito";
}
.productDetailSection .banner-container {
  max-width: 1300px;
  margin: 120px auto -55px;
  min-height: 120px;
}
.productDetailSection .custom-modal-header {
  background-color: white !important;
}
.alreadyPurchasedlabel {
  background-color: #ffffff !important;
  background-image: none !important;
  cursor: auto;
  color: #3dc635 !important;
}
.productDetailSection {
  background-image: linear-gradient(#f3f3f3 312px, #ffffff 386px);
  background-repeat: repeat-x;
}
.componentList {
  font-family: "Nunito";
}
.componentList .video-popup {
  width: 100%;
}
.componentList .video-popup > iframe {
  border-style: none;
  width: 100%;
  height: 320px;
}
.componentList ul {
  list-style: none;
  padding: 0px;
  margin-top: 0px;
}
.componentList ul li:before {
  content: " ";
  background-image: url(/images/IconsSprite.svg);
  background-repeat: no-repeat;
  background-size: 110px 4173px;
  background-position: -9px -483px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
}
.couponAppliedInfo {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #3dc635;
}
.viewOffers {
  cursor: pointer;
  padding-top: 12px;
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #4a90e2;
}
.table {
  border: 1px solid #ccc !important;
  border: solid 1px #e0e0e0 !important;
}
.tableHeader {
  background-color: #f3f3f3;
}
.productInfoSection table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
  border: 1px solid #ccc !important;
  border: solid 1px #e0e0e0 !important;
  border-collapse: initial;
  border-radius: 4px;
}
.productInfoSection table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.productInfoSection table thead {
  background-color: #f3f3f3;
}
.productInfoSection table td {
  padding: 5px;
  border: solid 1px #e0e0e0 !important;
}
.productInfoSection .sectionBody span {
  font-family: "Nunito" !important;
  font-size: 16px !important;
  line-height: 1.69;
  color: #090023;
}
.productInfoSection .sectionBody strong {
  font-family: "Nunito";
  font-size: 16px !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.63;
  font-family: "Nunito" !important;
  font-size: 16px;
  font-weight: 600;
  color: #090023;
}
.productInfoSection .sectionBody a {
  font-family: "Nunito" !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #4a90e2 !important;
  text-decoration: underline !important;
  color: #4a90e2;
}
.productInfoSection .sectionBody a strong,
.productInfoSection .sectionBody a span {
  color: #4a90e2 !important;
}
.mahapacksection {
  display: flex;
  background-color: #fff;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  padding: 9px 9px;
  width: 100%;
  border-radius: 4px;
  left: 0px;
  color: #000;
  margin-top: 35px;
  position: absolute;
  flex-direction: column;
  font-family: "Lato", sans-serif !important;
}
.mahapacksection div:first-child {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mahapacksection div:first-child i {
  font-style: normal;
  color: #3dc635;
}
.mahapacksection .btntxt {
  width: 140px;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-style: 16px;
  border: 1px solid #ffad01;
  border-radius: 5px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.mahapacksection .btntxt span {
  position: absolute;
  top: 0px;
}
.productInfoBody {
  word-break: break-word;
}
.productInfoBody pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.blogSection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blogSection ul li {
  width: 47%;
  margin: 0px 1%;
  position: relative;
}
.blogSection h3 {
  font-size: 16px;
}
.blogSection ul li:before {
  content: " ";
  background-position: -9px -102px;
  position: absolute;
  left: -5%;
  font-size: 14px;
  top: 16%;
}
.blogSection p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .headingdescription {
    margin-left: 9px;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
    font-family: verdana, geneva, sans-serif;
    font-size: 10px;
  }
  .blogSection ul li {
    width: 97%;
  }
  .blogSection ul li:before {
    left: -15px;
    top: 1rem;
  }
  .blogSection .sectionBody {
    padding-left: 8px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .blogSection ul li:before {
    top: 2.3rem;
  }
}
.validity-outer {
  margin-top: 15px;
}
.validity-heading {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.validity-slector-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.validity-slector-wrapper ul li {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: left;
}
.validity-slector-wrapper ul li button {
  border: 1px solid #e0e0e0;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  width: 133px;
  height: 32px;
  outline: 0px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 22px;
  cursor: pointer;
}
.validity-slector-wrapper ul li.active-validity button {
  border: #3dc635 1px solid;
  color: #3dc635;
}
.validity-slector-wrapper ul li::before {
  display: none;
}
.valdity-bottom-msg {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #2cab49;
  margin-top: 5px;
}
.valdity-bottom-msg {
  max-width: 133px;
  text-align: center;
}
.mahapacksection .btntxt:hover {
  background-color: #fead29;
}
@media (min-width: 320px) and (max-width: 560px) {
  .validity-slector-wrapper ul li {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 10px;
  }
  .validity-slector-wrapper ul li button {
    width: 101px;
  }
  .valdity-bottom-msg {
    max-width: 103px;
    text-align: center;
  }
}
@media (min-width: 561px) and (max-width: 700px) {
  .validity-slector-wrapper ul li button {
    width: 101px;
  }
  .valdity-bottom-msg {
    max-width: 103px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  a.mahapacksection.only-mobile {
    position: relative !important;
    box-sizing: border-box;
    bottom: 0px !important;
    margin-top: 0px;
    width: 100% !important;
    flex-direction: row;
    border-radius: 4px !important;
  }
  a.mahapacksection.only-mobile .span-text {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    font-family: "Lato", sans-serif !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  a.mahapacksection.only-mobile .span-text i {
    font-style: normal;
    color: #3dc635;
  }
  a.mahapacksection.only-mobile .mobile-know-more {
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #ffad01;
    border-radius: 5px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif !important;
    margin-right: 0px;
    min-width: 112px;
    padding-left: 0px;
    padding-top: 0px;
  }
  a.mahapacksection.only-mobile .mobile-know-more:hover {
    background-color: #ffad01;
  }
}
.myprofile-container {
  background-color: #e0e0e0 !important;
  /* margin-bottom: 70px; */
  min-height: 600px;
  width: 100%;
  display: flex;
  height: 103vh;
  /* Full-width input fields */
  /* Overwrite default styles of hr */
  /* Add a blue text color to links */
  /* Set a grey background color and center the text of the "sign in" section */
}
.myprofile-container .fa-2x {
  font-size: 2em;
}
.myprofile-container .fa {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.myprofile-container .main-menu:hover,
.myprofile-container nav.main-menu.expanded {
  width: 250px;
  overflow: ellipsis;
}
.myprofile-container .buttondiv {
  width: 200px;
  opacity: 0.4;
  height: 30px;
  pointer-events: none;
}
.myprofile-container .buttondiv1 {
  width: 200px;
  opacity: 1;
  height: 30px;
  pointer-events: auto !important;
}
.myprofile-container .main-menu {
  background: #090023;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin-top: 76px;
  height: auto;
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.myprofile-container .main-menu > ul {
  margin: 7px 0;
}
.myprofile-container .main-menu li {
  position: relative;
  display: block;
  width: 250px;
}
.myprofile-container .main-menu li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #999;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}
.myprofile-container .main-menu li > a :active {
  color: #fff;
  background-color: #5fa2db;
}
.myprofile-container .main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.myprofile-container .main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  font-size: 12px;
  text-overflow: ellipsis;
}
.myprofile-container .main-menu > ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}
.myprofile-container .no-touch .scrollable.hover {
  overflow-y: hidden;
}
.myprofile-container .no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}
.myprofile-container a:hover,
.myprofile-container a:focus {
  text-decoration: none;
}

.myprofile-container .main-menu li:hover > a,
.myprofile-container nav.main-menu li.active > a,
.myprofile-container .dropdown-menu > li > a:hover,
.myprofile-container .dropdown-menu > li > a:focus,
.myprofile-container .dropdown-menu > .active > a,
.myprofile-container .dropdown-menu > .active > a:hover,
.myprofile-container .dropdown-menu > .active > a:focus,
.myprofile-container .no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.myprofile-container .dashboard-page nav.dashboard-menu ul li.active a {
  color: #fff;
  background-color: #5fa2db;
}
.myprofile-container .area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 60%;
}
.myprofile-container .p1 {
  margin-left: -75px !important;
}
.myprofile-container .userDetails1 {
  margin-top: 80px;
  height: 400px;
}
.myprofile-container .userDetails1 > div {
  margin-bottom: 10px;
  margin-left: 350px;
  width: 100%;
  padding-top: 8px;
  width: 800px;
}
.myprofile-container .myaccountheader {
  background-color: #01579b;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: -16px -16px 15px -16px;
}
.myprofile-container .customB1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  width: 200px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #ff4081;
  border-color: #ff4081;
  color: #fff;
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
  line-height: 2.1875rem;
  font-family: "Open Sans", sans-serif;
  outline: none;
  margin-left: 5px;
  border-radius: 2px;
  pointer-events: auto !important;
}
.myprofile-container .userconatiner {
  padding: 16px;
  margin-left: 300px;
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 800px;
  margin-top: 30px;
  height: 490px;
}
.myprofile-container input[type="password"] {
  width: 100%;
  margin: 5px 0 22px 0;
  border: none;
  max-width: 300px;
  opacity: 1;
  padding: 10px;
  box-shadow: none;
  border-bottom: solid 1px #ccc;
}
.myprofile-container input[type="text"],
.myprofile-container input[type="email"] {
  width: 100%;
  margin: 5px 0 22px 0;
  border: none;
  background: white;
  opacity: 0.3;
}
.myprofile-container input[type="text"]:focus,
.myprofile-container input[type="password"]:focus {
  background-color: white;
  outline: none;
}
.myprofile-container .hideMe {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.myprofile-container .errormessage {
  /* font-family: "Nunito Sans"; */
  font-size: 12px;
  /* font-weight: normal; */
  /* font-stretch: normal; */
  font-style: normal;
  /* line-height: 2; */
  /* letter-spacing: normal; */
  text-align: left;
  color: #ee503b;
  padding-bottom: 10px;
}
.myprofile-container .successmessage {
  font-size: 12px;
  /* font-weight: normal; */
  /* font-stretch: normal; */
  font-style: normal;
  /* line-height: 2; */
  /* letter-spacing: normal; */
  text-align: left;
  color: green;
  padding-bottom: 10px;
}
/* Add padding to containers */
@media only screen and (max-width: 768px) {
  .myprofile-container {
    background-color: white !important;
    /* margin-bottom: 70px; */
    /* height: 600px; */
    width: 100%;
    /* display: flex8*/
    display: block;
    height: 467px;
  }
  .myprofile-container .main-menu {
    display: none;
  }
  .myprofile-container .userDetails1 {
    margin-top: 40px;
  }
  .myprofile-container .userDetails1 > div {
    padding-top: 8px;
    margin-bottom: 16px;
    margin-left: 60px;
    width: 250px;
  }
  .myprofile-container .customB {
    max-width: 200px;
    /* margin-left: 200px; */
    pointer-events: none;
    opacity: 0.2;
  }
  .myprofile-container .customB1 {
    max-width: 200px;
    pointer-events: auto !important;
  }
  .myprofile-container .myaccountheader {
    background-color: #01579b;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #ececec;
  }
  .myprofile-container .userconatiner {
    padding: 16px;
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .myprofile-container input[type="password"] {
    max-width: initial;
  }
  .myprofile-container.myebooks {
    height: auto !important;
  }
}
@media only screen and (min-width: 767px) {
  .myAcountSlieMenu .area {
    height: auto;
  }
  .myAcountSlieMenu .sticky {
    height: 100%;
  }
  .myAcountForm {
    width: 100%;
    padding: 0px 15px;
  }
  .myAcountForm .userconatiner {
    width: 100%;
    margin-left: 0px;
  }
  .myAcountSlieMenu #navigationbar {
    position: relative;
    top: 0px;
    margin-top: 0px;
    height: 100%;
  }
}
.account-container {
  background-color: #e0e0e0 !important;
  min-height: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: fit-content;
  /* Clear floats (clearfix hack) */
  /* Add a background color on hover */
}
.account-container .fa-2x {
  font-size: 2em;
}
.account-container .fa {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.account-container .tracker-dot {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: #30a700;
  border-radius: 50%;
  display: inline-block;
}
.account-container .tracker-dot.first {
  background-color: #fff;
  border: solid 1px #30a700;
}
.account-container .tracker-dot.first:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background: #30a700;
  left: 3px;
  top: 3px;
}
.account-container .tracker-line {
  display: block;
  position: absolute;
  height: 42px;
  width: 2px;
  background: #30a700;
  top: 17px;
  left: 7px;
}
.account-container .track-order-time {
  font-size: 11px;
  font-weight: 600;
  color: #000;
  /* margin-left: 20px; */
  /* padding-top: 4px; */
  padding-left: 3px;
}
.account-container .track-order-city {
  font-size: 11px;
  color: #898989;
}
.account-container .staus-shown {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.account-container .active-header {
  background-color: lightgray !important;
}
.account-container .p1 {
  margin-left: -75px !important;
}
.account-container .main-menu:hover,
.account-container nav.main-menu.expanded {
  width: 250px;
  overflow: ellipsis;
}
.account-container .sticky {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.account-container .filter-tag {
  background-color: #ffffff;
  font-size: 14px;
  position: relative;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  text-align: center;
  color: #212121;
  padding: 8px 16px 8px 16px;
  margin: -4px 16px 26px 2px;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.account-container .filter-tag:active {
  background-color: lightsalmon;
}
.account-container .buttondiv {
  width: 200px;
  opacity: 0.4;
  height: 30px;
  pointer-events: none;
}
.account-container .buttondiv1 {
  width: 200px;
  opacity: 1;
  height: 30px;
  pointer-events: auto !important;
}
.account-container .div-btn-group {
  justify-content: center;
  margin: auto;
}
.account-container .main-menu {
  background: #090023;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: 63px;
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.account-container .main-menu > ul {
  margin: 7px 0;
}
.account-container .main-menu li {
  position: relative;
  display: block;
  width: 250px;
}
.account-container .main-menu li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #999;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}
.account-container .main-menu li > a :active {
  color: #fff;
  background-color: #5fa2db;
}
.account-container .main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.account-container .main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  font-size: 12px;
  text-overflow: ellipsis;
}
.account-container .main-menu > ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}
.account-container .no-touch .scrollable.hover {
  overflow-y: hidden;
}
.account-container .no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}
.account-container a:hover,
.account-container a:focus {
  text-decoration: none;
}
.account-container nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.account-container .empty-cart {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: fit-content;
  margin-top: 40px;
  text-align: center;
}
.account-container .empty-order-text {
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
.account-container .sf-button-secondary {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #ffffff;
  border-color: #ff4081;
  color: #333333;
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  font-size: 0.875rem;
  color: #ff4081;
  padding: 0 0.9375rem;
  line-height: 2.1875rem;
  font-family: "Open Sans", sans-serif;
  outline: none;
  border-radius: 2px;
  margin-left: -50px;
}
.account-container .sf-button-secondary:hover,
.account-container .sf-button-secondary:focus {
  background-color: #ff4081;
}
.account-container .sf-button-secondary:hover,
.account-container .sf-button-secondary:focus {
  color: #ffffff;
}
.account-container nav ul,
.account-container nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}
.account-container .main-menu li:hover > a,
.account-container nav.main-menu li.active > a,
.account-container .dropdown-menu > li > a:hover,
.account-container .dropdown-menu > li > a:focus,
.account-container .dropdown-menu > .active > a,
.account-container .dropdown-menu > .active > a:hover,
.account-container .dropdown-menu > .active > a:focus,
.account-container .no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.account-container .dashboard-page nav.dashboard-menu ul li.active a {
  color: #fff;
  background-color: #5fa2db;
}
.account-container .area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 60%;
}
.account-container .row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
.account-container .product-card-container {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  /* padding-bottom: 10px; */
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 3px;
}
.account-container .value-pagination {
  padding: 10px;
  font-size: 11px;
}
.account-container .div-btn-group .btn-group {
  border: none;
  cursor: pointer;
  margin: auto 5px;
  background-color: #ffffff00;
}
.account-container .auto-cursor {
  cursor: auto !important;
}
.account-container .ActiveButton {
  border-radius: 50%;
  background-color: black;
  width: 25px;
  height: 24px;
  color: white;
  font-size: 13px;
  padding: 2px;
  border: none;
  cursor: auto;
}
.account-container .pagination {
  display: flex;
  margin-top: 10px;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.account-container .btn-group button:not(:last-child) {
  border: none;
  /* Prevent double borders */
}
.account-container .btn-group:after {
  content: "";
  clear: both;
  display: table;
}
.account-container .address-cart {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.54);
}
.account-container .btn-group button:active {
  border-radius: 50%;
  background-color: black;
  width: 25px;
  height: 25px;
  color: white;
  border: none;
}
.account-container .order-prduct-card {
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #01579b;
}
.account-container .order-prduct-card-last {
  border-radius: 0 0 3px 3px;
}
.account-container .order-prduct-card-last-mob {
  border-radius: 0 0 3px 3px;
  margin-bottom: 21px !important;
}
.account-container .img-width-cart {
  width: 132px;
}
.account-container .d-flex {
  display: flex;
}
.account-container .d-grow-1 {
  flex-grow: 1;
}
.account-container .small-3 {
  width: 25%;
}
.account-container .name {
  color: rgba(0, 0, 0, 0.87);
}
.account-container .address-detail {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.54);
}
.account-container .d-f-column {
  flex-direction: column;
}
.account-container .track-order-btn {
  border-radius: 24px;
  background-color: #d1eeff;
  border: solid 1px #0090ff;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  float: right;
  margin-top: 60px;
  cursor: pointer;
  padding: 0px 15px;
}
.account-container .track-order-btn:hover {
  background-color: #0090ff;
  color: #fff;
}
.account-container .column,
.account-container .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
.account-container .display-none {
  display: none;
}
.account-container .display-block {
  display: block !important;
}
.account-container .view-btn-b {
  right: 0;
  bottom: 5px;
  color: #ff7700;
  cursor: pointer;
  font-size: 13px;
}
.account-container .view-btn {
  right: 0;
  bottom: 5px;
  color: #ff7700;
  cursor: pointer;
  font-size: 13px;
}
.account-container .item-web {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  width: 120px;
}
.account-container .row .order-record {
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 14px;
  margin: 0 10px 0 10px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 200;
  padding-top: 30px;
}
.account-container .spinner-listing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.account-container .loader-container {
  /* display: flex; */
  flex-direction: row;
  margin-top: 12px !important;
  /* margin-right: 50px !important; */
  background-color: #ffffff;
  /* padding: 10px; */
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e0e0e0;
  border-radius: 3px;
}
.order-container {
  /* display: flex; */
  display: block;
  flex-direction: row;
  /* margin-left: 15px; */
  /* margin-right: 50px; */
  background-color: #ffffff;
  /* padding: 10px; */
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  /* margin-right: 15px; */
}
.order-container span.item,
.order-container span.itemorderdate {
  display: inline-block;
  width: 25%;
}
.order-container1 {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
}
.item {
  flex-grow: 1;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.itemorderdate {
  flex-grow: 1;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.item-status {
  flex-grow: 1;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.values-order {
  font-weight: 500;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.87);
}
.values-order-mweb {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  flex-grow: 1;
}
.values {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 3px;
}
.track-label {
  font-size: 11px;
  font-weight: 600;
  color: #898989;
  /* flex-grow: 1; */
}
.flex-end {
  align-content: flex-end !important;
}
.flex-start {
  align-content: flex-start;
}
.item + .item {
  margin-left: 2%;
}
.top-toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 2px #a4aab3;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  margin-left: 260px;
  right: 9px;
}
.tracker-header {
  margin-bottom: 40px;
  border-bottom: solid 2px #a4aab3;
  padding-bottom: 10px;
}
.status-shown {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
  right: 10px;
  top: 12px;
  font-size: 10px;
  padding-top: 3px;
}
.track-p {
  position: relative;
  margin-bottom: 10px;
}
.top-toggle:after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #a4aab3;
  border-right: solid 2px #a4aab3;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.right-toggle {
  display: inline-block;
  border: solid 0px black;
  border-radius: 0;
  cursor: pointer;
  background-color: #ffffff00;
}
.right-toggle-disabled {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 0px black !important;
  border-radius: 0;
  cursor: pointer;
  background-color: #ffffff00;
}
.right-toggle-disabled:after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #a4aab3;
  border-right: solid 2px #a4aab3;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right-toggle {
  display: inline-block;
  border: solid 0px black;
  border-radius: 0;
  cursor: pointer;
}
.right-toggle:after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right-toggle-red {
  width: 22px;
  height: 22px;
  border: solid 0px black;
  border-radius: 0;
  cursor: pointer;
}
.right-toggle-red:after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  margin-left: 1px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ff7700;
  border-right: solid 2px #ff7700;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toogle-disabled {
  border-top: solid 2px #a4aab3 !important;
  border-right: solid 2px #a4aab3 !important;
}
.left-toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 0px black !important;
  border-radius: 0;
  cursor: pointer;
  background-color: #ffffff00;
}
.left-toggle:after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.left-toggle-disabled {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 0px black !important;
  border-radius: 0;
  cursor: pointer;
  background-color: #ffffff00;
}
.left-toggle-disabled:after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #a4aab3 !important;
  border-right: solid 2px #a4aab3 !important;
  border-right: solid 2px black;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bottom-toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 2px #a4aab3;
  border-radius: 50%;
  margin-left: 0.75em;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  margin-left: 260px;
}
.bottom-toggle:after {
  content: "";
  display: inline-block;
  margin-top: 6px;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #a4aab3;
  border-right: solid 2px #a4aab3;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.inside-container {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.div-100 {
  width: 100%;
  margin-left: 70px;
  margin-right: 10px;
}
.track-label-header {
  font-size: 12px;
  font-weight: 600;
  color: #898989;
  padding-right: 5px;
}
.img-w-h {
  width: 90px;
  height: 100px;
}
.title {
  font-size: 15px !important;
  padding-left: 6px;
  padding-right: 6px;
  color: #01579b;
  cursor: pointer;
  text-overflow: ellipsis;
}
.d-flex {
  display: flex !important;
}
.success-message {
  font-size: 11px;
  font-weight: 600;
  color: #7ab800;
  padding: 4px;
}
.failed-message {
  font-size: 11px;
  font-weight: 600;
  color: red;
  padding: 4px;
}
.pulse-success {
  margin: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: 0 0 0 rgba(91, 210, 31, 0.4);
  animation: pulse 1s infinite;
  font-size: 12px;
  background: #9acd32;
}
.pulse-failed {
  margin: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: 0 0 0 rgba(91, 210, 31, 0.4);
  animation: pulse 1s infinite;
  font-size: 12px;
  background: red;
}
.pulse:hover {
  animation: none;
}
.cursor-pointer {
  cursor: pointer !important;
}
.item-edge {
  text-align: justify;
  text-align-last: right;
  padding: 8px;
  background-color: #ffffff;
  pointer-events: auto;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e0e0e0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@media only screen and (max-width: 768px) {
  .account-container {
    margin-bottom: -30px;
  }
  .account-container .div-100 {
    width: 100%;
    margin-left: 0;
    margin-right: 11px;
  }
  .account-container .order-container-mweb {
    display: flex;
    flex-direction: row;
    /* margin-left: 15px; */
    /* margin-right: 50px; */
    background-color: #ffffff;
    /* padding: 10px; */
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    /* margin-right: 15px; */
  }
  .account-container .order-container-mweb span.item,
  .account-container .order-container-mweb span.itemorderdate {
    display: inline-block;
    width: 25%;
  }
  .account-container .tracker-header {
    flex-direction: column !important;
  }
  .account-container .track-label-header {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .account-container .top-toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 0px #a4aab3;
    border-radius: 0;
    cursor: pointer;
    margin-left: 0px;
    position: relative;
  }
  .account-container .top-toggle:after {
    content: "";
    display: inline-block;
    margin-top: 10px;
    margin-left: 8px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #a4aab3;
    border-right: solid 2px #a4aab3;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .account-container .track-order-btn {
    height: 30px;
    font-size: 10px;
  }
  .account-container .bottom-toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 0px #a4aab3;
    border-radius: 0;
    margin-left: 0.75em;
    cursor: pointer;
    top: 40px !important;
  }
  .account-container .title-mweb {
    font-size: 14px !important;
    padding-left: 14px;
    padding-right: 6px;
    color: #01579b;
    text-overflow: ellipsis;
  }
  .account-container .title {
    display: none;
  }
  .account-container .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
  }
  .account-container .bottom-toggle:after {
    content: "";
    display: inline-block;
    margin-top: 8px;
    margin-left: 8px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #a4aab3;
    border-right: solid 2px #a4aab3;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .account-container .img-w-h {
    width: 65px;
    height: 80px;
  }
  .account-container .sf-button-secondary {
    margin-left: -20px !important;
  }
  .account-container .order-container {
    display: none;
  }
  .account-container .empty-cart {
    max-width: 95% !important;
    margin-left: 10px !important;
  }
  .account-container .product-card-container {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-bottom: 10px; */
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border-radius: 3px;
  }
  .account-container .order-container1 {
    display: none;
  }
  .account-container .img-width-cart {
    width: 80px !important;
  }
  .account-container .main-menu {
    display: none;
  }
  .account-container .item-status {
    font-size: 9px;
  }
  .account-container .values {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
  }
  .account-container .pulse-success {
    visibility: hidden;
  }
  .account-container .pulse-failed {
    visibility: hidden;
  }
  .account-container .filter-tag {
    background-color: #ffffff;
    font-size: 11px !important;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    text-align: center;
    color: #212121;
    margin: 0px 16px 26px 2px !important;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .account-container .success-message {
    font-size: 9px;
    font-weight: 600;
    color: #7ab800;
    padding: 4px;
  }
  .account-container .right-toggle-red {
    width: 22px;
    height: 22px;
    border: solid 0px black;
    border-radius: 0;
    cursor: pointer;
  }
  .account-container .right-toggle-red:after {
    content: "";
    display: inline-block;
    margin-top: 10px;
    margin-left: 1px;
    width: 7px;
    height: 7px;
    border-top: solid 2px #ff7700;
    border-right: solid 2px #ff7700;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .account-container .view-btn-mweb {
    right: 0;
    bottom: 5px;
    color: #ff7700;
    cursor: pointer;
    font-size: 9px;
  }
  .account-container .view-btn {
    display: none;
  }
  .account-container .view-btn-b {
    right: 0;
    bottom: 5px;
    color: #ff7700;
    cursor: pointer;
    font-size: 9px;
  }
  .account-container .div-btn-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 40px !important;
  }
  .account-container .value-pagination {
    visibility: hidden;
  }
  .account-container .pagination {
    margin-left: -5px;
  }
  .account-container .itemorderdate {
    flex-grow: 1;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    flex-direction: column;
    width: 140px;
  }
}
.order-c-parent {
  margin: 10px 10px 0px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .account-container .order-container-mweb {
    display: none;
  }
  .account-container .title-mweb {
    display: none;
  }
  .account-container .view-btn-mweb {
    display: none;
  }
}
.fixedMockPagination .ActiveButton {
  border-radius: 50%;
  background-color: black;
  width: 25px;
  height: 24px;
  color: white;
  font-size: 13px;
  padding: 2px;
  border: none;
  cursor: auto;
}
.fixedMockPagination .div-btn-group .btn-group {
  border: none;
  cursor: pointer;
  margin: auto 5px;
  background-color: #ffffff00;
}
@media only screen and (min-width: 767px) {
  .myaOrderSlider .myacountsliderNav .area {
    height: auto;
  }
  .myaOrderSlider .myacountsliderNav .sticky {
    height: 100%;
  }
  .myaOrderSlider .myacountsliderNav #navigationbar {
    position: relative;
    height: 100%;
    margin-top: 0px;
    top: 0px;
  }
  .myaOrderSlider .inside-container.div-100 {
    margin-left: 15px;
  }
}
.package-subheader {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.package-subheader > div {
  padding-left: 5px;
}
.package-subheader .free-itemCount {
  color: #3dc635;
}
.package-subheader .free-itemCount::after,
.package-subheader div.paid-itemCount:after {
  content: " +";
}
.package-subheader div.paid-itemCount:last-child:after {
  content: "";
}
.packageBody .tab {
  border: 0px;
}
.packageBody .tab button {
  color: #757575;
}
.packageBody .tab button:hover,
.packageBody .tab button.active {
  color: #212121;
}
.lock-package-listing .catalog-card {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .packageBody .tab {
    overflow-x: auto;
  }
  .packageBody .tab::-webkit-scrollbar {
    display: none;
  }
  .packageBody .tab button {
    white-space: nowrap;
  }
  .packageBody .catalog-card:last-child {
    margin-bottom: 25px;
  }
  .custom-modal-body .catalog-card:last-child {
    margin-bottom: 25px;
  }
}
.continue-title {
  width: 401px;
  height: 44px;
  font-family: Nunito;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.87;
  letter-spacing: normal;
  text-align: left;
}
.packageview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Nunito";
}
.packageview .catalog-card .catalog-card-content .catalog-card-subheader {
  margin-top: -55px;
}
.packageview .container-padding {
  width: 100%;
}
.packageview .img-icon {
  margin-top: -3px;
}
.packageview .search-block {
  border: none;
}
.packageview .bb {
  border: 1px solid #e0e0e0;
}
.packageview .header-container {
  width: 80% !important;
}
.packageview .continue-reading-container {
  margin-left: -9px;
}
.packageview .expiredDateText {
  width: 200px;
  height: 16px;
  font-family: Nunito;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  /* margin-left: 10px; */
  color: #757575;
  padding: 5px;
  margin-left: -5px;
}
.packageview .header-title {
  /* height: 41px; */
  font-family: Nunito;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #090023;
  margin: auto;
  text-overflow: ellipsis;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
}
.packageview .margin-top {
  margin-top: 40px !important;
}
.listing-container {
  max-width: 900px;
  display: flex;
  margin-left: 21px;
  flex-direction: column;
}
.listing-container .catalog-card {
  height: 198px;
}
.listing-container .padding-14 {
  padding-bottom: 6px;
  margin-left: 3px;
}
.listing-container .catalog-card .catalog-card-content {
  width: auto;
  margin-top: 29px;
}
.listing-container .catalog-card {
  flex-wrap: nowrap;
}
.listing-container .catalog-card .catalog-card-media {
  margin-top: 24px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 4px;
  min-width: 212px !important;
}
.listing-container .catalog-card .catalog-card-content .catalog-card-header {
  font-size: 18px;
  /* height    : 50px; */
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}
.listing-container .catalog-card .catalog-card-media div.catalog-card-overlay {
  width: 212px;
  height: 141px;
}
.listing-container .padding-6p {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  padding-top: 3px;
}
.listing-container .viewed-button {
  width: 58px;
  height: 20px;
  background-color: #428f98;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  margin-top: 17px;
  text-align: center;
  color: white;
}
.listing-container .my_purchase_inner .purchaseImage {
  height: 141px;
  width: 212px;
  margin-top: 24px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
  min-width: 212px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-container .my_purchase_inner .purchaseImage .purchaseImageOverlay {
  position: absolute;
  width: 212px;
  height: 141px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  z-index: 1;
  top: 0px;
}
.listing-container .my_purchase_inner .purchaseImage .purchaseImageBg {
  background-position: center bottom;
  background-size: cover;
  height: 141px;
  width: 212px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.listing-container .my_purchase_inner .purchaseImage img {
  position: relative;
  z-index: 4;
}
.listing-container .my_purchase_inner .coursename-paid {
  font-size: 18px;
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
  font-family: Nunito;
  line-height: 1.38;
  padding-right: 10px;
}
.my_purchase_inner .catalog-card {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .listing-container .my_purchase_inner .purchaseImage {
    height: 80px;
    width: 120px;
    margin-top: 15px;
    min-width: 120px !important;
  }
  .listing-container .my_purchase_inner .purchaseImage .purchaseImageOverlay {
    width: 120px;
    height: 80px;
  }
  .listing-container .my_purchase_inner .purchaseImage .purchaseImageBg {
    width: 120px;
    height: 80px;
  }
  .listing-container .my_purchase_inner .purchaseImage img {
    max-height: 100%;
  }
  .listing-container .my_purchase_inner .catalog-card .catalog-card-content {
    width: 100%;
  }
  .listing-container .my_purchase_inner .coursename-paid {
    width: calc(100% - 140px);
    font-size: 14px;
  }
  .listing-container .my_purchase_inner .catalog-card {
    overflow: hidden;
  }
  .packageview {
    display: block;
  }
  .packageview .checkbox-container-mobile {
    margin-bottom: 120px !important;
  }
  .packageview .header-container {
    margin-left: 6px;
  }
  .packageview .header-title {
    font-size: 20px;
    height: 30px;
    font-family: Nunito;
    /* font-size  : 20px; */
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    color: #090023;
    margin: auto;
    padding: 0 8px;
  }
  .listing-container {
    width: 95%;
    margin-left: 10px;
  }
  .listing-container .catalog-card {
    height: 112px !important;
    flex-wrap: nowrap;
  }
  .listing-container .catalog-card .catalog-card-media {
    margin-top: 16px;
    /* margin-bottom: 15px; */
    /* border-radius: 4px; */
    min-width: 120px !important;
    width: 120px !important;
    height: 80px !important;
  }
  .listing-container .catalog-card .catalog-card-content .catalog-card-header {
    font-size: 18px;
    height: 41px !important;
    width: 230px;
    font-size: 14px !important;
  }
  .listing-container .catalog-card .catalog-card-content {
    margin-top: 15px;
    height: 112px;
    margin-left: 5px;
  }
  .listing-container .padding-14 {
    padding-bottom: 4px;
  }
  .listing-container
    .catalog-card
    .catalog-card-content
    .catalog-card-subheader {
    padding-top: 0px;
  }
  .listing-container .imgcss {
    height: 80px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .catalog-card .catalog-card-content .catalog-card-header {
    width: 175px !important;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 1100px) {
  .listing-container .my_purchase_inner {
    width: calc(100% - 16px);
  }
  .listing-container .my_purchase_inner .purchaseImage {
    height: 80px;
    width: 120px;
    margin-top: 15px;
    min-width: 120px !important;
  }
  .listing-container .my_purchase_inner .purchaseImage .purchaseImageOverlay {
    width: 120px;
    height: 80px;
  }
  .listing-container .my_purchase_inner .purchaseImage .purchaseImageBg {
    width: 120px;
    height: 80px;
  }
  .listing-container .my_purchase_inner .purchaseImage img {
    max-height: 100%;
  }
  .listing-container .my_purchase_inner .catalog-card .catalog-card-content {
    width: 100%;
  }
  .listing-container .my_purchase_inner .coursename-paid {
    width: calc(100% - 150px);
  }
  .listing-container .my_purchase_inner .catalog-card {
    overflow: hidden;
  }
}
.cartaction-success .custom-modal-body {
  border-radius: 4px;
}
.cartaction-success .custom-modal {
  border-radius: 0 !important;
  overflow: auto !important;
}
.myorders-button .custom-button {
  max-width: 279px;
  margin-left: auto;
  margin-right: auto;
}
.payment-success {
  padding: 36px 0 30px 0;
  display: flex;
  flex-direction: column;
}
.payment-success > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}
.payment-success .myorders-button .button-text {
  padding: 14px 20px 14px 20px;
}
.payment-success .cartInfo-success-header {
  align-self: flex-start;
  font-family: "Nunito";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
}
.payment-success .payment-success-icon {
  height: 64px;
  width: 64px;
  background-color: rgba(61, 198, 53, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
}
.payment-success .payment-success-img {
  color: #3dc635;
  font-size: 22px;
}
.payment-success .payment-success-header {
  font-family: "Nunito";
  font-weight: 600;
  font-size: 16px;
}
.payment-success .payment-success-text {
  font-family: "Nunito";
  font-size: 16px;
}
.payment-success .payment-success-disclaimer {
  display: block;
  background-color: #f3f3f3;
  margin: 0 -8px 0 -8px;
  padding: 10px;
}
.payment-success .payment-success-learn {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #4a90e2;
}
.payment-success-actions {
  padding: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.payment-success-actions .payment-success-actioninfo {
  font-family: "Nunito";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #161324;
}
.payment-success-actions
  .payment-success-actioninfo
  .payment-actions-successIcon {
  margin: 6px;
  border-width: 1px;
  height: 12px;
  border-color: #3dc635;
  border-style: solid;
  border-radius: 12px;
}
.cartaction-failure .error {
  color: #ee503b;
  font-family: "Nunito";
  font-weight: 600;
}
.cartaction-failure .payment-failure .payment-failure-text {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .cartaction-failure .custom-modal .custom-modal-content {
    position: fixed;
    height: 100px !important;
    bottom: 150px;
    width: initial;
  }
  .cartaction-failure .custom-modal .custom-modal-body {
    width: 100% !important;
  }
}
@media only screen and (min-width: 767px) {
  .cart-container {
    position: relative;
    top: 80px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 40px;
  }
  .cart-container .cart-checkout {
    width: 1300px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    font-family: "Nunito";
    font-size: 16px;
    line-height: 1.13;
  }
  .cart-container .cart-checkout .cartitem-delete-m {
    display: none;
  }
  .cart-container .cart-checkout .cartitem-delete-d {
    margin-top: -5px;
  }
  .cart-container .userdetails-section {
    min-width: 390px;
  }
}
.cart-container .cart-checkout .cart-section-list {
  display: flex;
  flex-direction: row;
}
.cart-container .cart-checkout .sectionComponent {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.cart-container .cart-checkout .cart-section {
  min-width: 860px;
  padding-right: 38px;
}
.cart-container .cart-checkout .cart-section .remove-all {
  cursor: pointer;
  font-size: 14px;
  padding-right: 10px;
}
.cart-container .cart-checkout .cart-section > div:nth-child(2) {
  margin-top: 40px;
}
.cart-container
  .cart-checkout
  .cart-section
  .unpublished-items
  .catalog-card-text {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
.cart-container .cart-checkout .cart-section .cart-section-body {
  margin-top: -18px;
  padding-bottom: 20px;
}
.cart-container
  .cart-checkout
  .cart-section
  .cart-section-body
  .cartitem-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-container
  .cart-checkout
  .cart-section
  .cart-section-body
  .cartitem-discontinued {
  font-size: 16px;
}
.cart-container
  .cart-checkout
  .cart-section
  .cart-section-body
  .cartitem-price {
  display: flex;
  flex-direction: row;
}
.cart-container .cart-checkout .cart-section .cart-section-body .price-tag {
  margin-left: unset;
}
.cart-container .cart-checkout .cart-section .cart-section-body .selling-price {
  font-size: 16px;
}
.cart-container .cart-checkout .checkout-userinfo > div {
  padding: 0 0 24px 0;
}
.cart-container .cart-checkout .checkout-userinfo .coupon-invalid-text {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #ee503b;
}
.cart-container .cart-checkout .checkout-userinfo .checkout-coupon-bg {
  background-color: rgba(249, 173, 72, 0.1);
  margin: 0 -25px 0 -25px;
  padding: 10px 25px;
}
.cart-container .cart-checkout .checkout-userinfo .buynow-section {
  padding-top: 20px;
  padding-bottom: 10px;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .buynow-section
  .priceSection {
  display: flex;
  flex-direction: column;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .buynow-section
  .priceSection
  .price {
  display: flex;
  justify-content: center;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .buynow-section
  .priceSection
  .viewoffer {
  align-self: center;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .buynow-section
  .selling-price {
  font-size: 30px;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .buynow-section
  .maximum-retail-price {
  font-size: 18px;
}
.cart-container .cart-checkout .checkout-userinfo .buynow-section .off {
  font-size: 14px;
}
.cart-container .cart-checkout .checkout-userinfo .checkout-userinfo-tnc {
  font-family: Nunito;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #757575;
}
.cart-container .cart-checkout .checkout-userinfo .checkout-userinfo-tnc a {
  color: #4a90e2;
}
.cart-container .cart-checkout .checkout-userinfo .coupon-input {
  display: flex;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  /* margin-right:-10px; */
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .coupon-input
  .coupon-input-box {
  flex-grow: 2;
  border: none !important;
  font-size: 13px;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .coupon-input
  .coupon-input-box:focus {
  border: none !important;
  outline: none;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .coupon-input
  .coupon-input-submit {
  background: none;
  border: none;
  padding-right: 8px !important;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .coupon-input
  .coupon-input-submit {
  background: none;
  border: none;
  padding-right: 8px !important;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .coupon-input
  .coupon-list-apply {
  cursor: pointer;
  padding: 4px;
  font-family: "Nunito";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-align: center;
  color: #ef3d56;
  padding: 12px 0 12px 0;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .coupon-input
  .coupon-list-apply.grey {
  color: #dedede;
}
.cart-container
  .cart-checkout
  .checkout-userinfo
  .coupon-input
  .coupon-list-apply:focus {
  outline: none;
}
.cart-container .cart-checkout .cart-content {
  background-color: #ffffff;
  margin: 20px 10px 20px 10px;
  padding: 20px 10px 20px 10px;
  display: "flex";
  flex-direction: "column";
  flex-grow: 2;
}
.cart-container .cart-checkout .cart-content > div:nth-child(even) {
  background-color: #f3f3f3;
}
.cart-container .cart-checkout .cart-content .cart-content-header {
  font-family: "Nunito";
  font-weight: bold;
  font-size: 20px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #090023;
}
.cart-container .cart-checkout .cart-content .cart-item-list {
  display: flex;
  padding: 10px;
}
.cart-container
  .cart-checkout
  .cart-content
  .cart-item-list
  .cart-item-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.cart-container
  .cart-checkout
  .cart-content
  .cart-item-list
  .cart-item-content
  .cart-item-header {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.cart-container
  .cart-checkout
  .cart-content
  .cart-item-list
  .cart-item-content
  .cart-item-header
  .mrp {
  padding-right: 4px;
  text-decoration: line-through;
}
.cart-container
  .cart-checkout
  .cart-content
  .cart-item-list
  .cart-item-content
  .cart-item-subheader {
  display: flex;
  justify-content: space-between;
}
.cart-container .cart-checkout .cart-price {
  background-color: #ffffff;
  margin: 20px 10px 20px 10px;
  padding: 20px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.cart-container .cart-checkout .cart-price .price-details-heading {
  font-family: "Nunito";
  font-weight: 600;
  font-size: 20px;
  color: #090023;
}
.cart-container .cart-checkout .cart-price .price-details-info {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.cart-container .cart-checkout .cart-price .price-details-section {
  display: flex;
  flex-direction: column;
}
.cart-container .cart-checkout .cart-price .cart-checkout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cart-container {
    top: 60px;
  }
  .cart-container .cart-checkout {
    padding-top: 50px;
  }
  .cart-container .cart-checkout.nopadding {
    padding-top: 0px;
  }
  .cart-container .cart-checkout .custom-breadcrumb {
    margin-top: unset !important;
  }
  .cart-container .cart-checkout .cart-section .remove-all {
    align-self: center;
  }
  .cart-container .cart-checkout .checkout-userinfo > div {
    padding: 0 0 24px 0;
  }
  .cart-container .cart-checkout .checkout-userinfo .checkout-coupon-bg {
    padding: 10px 10px;
    margin: 0 -8px 0 -8px;
  }
  .cart-container .cart-checkout .checkout-userinfo .checkout-userinfo-tnc {
    padding-top: 28px;
  }
  .cart-container .cart-checkout .checkout-userinfo .buynow-section {
    padding-bottom: 5px;
    padding-top: unset;
    position: fixed;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 2000;
    width: 100%;
    background-color: white;
    margin-left: -8px;
  }
  .cart-container
    .cart-checkout
    .checkout-userinfo
    .buynow-section
    .priceSection {
    padding-right: unset;
  }
  .cart-container
    .cart-checkout
    .checkout-userinfo
    .buynow-section
    .priceSection
    .selling-price {
    font-size: 20px;
  }
  .cart-container
    .cart-checkout
    .checkout-userinfo
    .buynow-section
    .priceSection
    .maximum-retail-price {
    font-size: 14px;
  }
  .cart-container
    .cart-checkout
    .checkout-userinfo
    .buynow-section
    .priceSection
    .off {
    font-size: 12px;
  }
  .cart-container
    .cart-checkout
    .checkout-userinfo
    .buynow-section
    .priceSection
    .viewoffer {
    align-self: auto;
  }
  .cart-container
    .cart-checkout
    .checkout-userinfo
    .buynow-section
    .custom-button {
    width: 114px;
    margin-right: 10px;
  }
  .cart-container .cart-checkout .cart-section-list {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
  }
  .cart-container .cart-checkout .cart-section {
    min-width: 100%;
    padding-right: unset;
    padding-top: 20px;
  }
  .cart-container
    .cart-checkout
    .cart-section
    .cart-section-body
    .cartitem-price {
    justify-content: space-between;
  }
  .cart-container
    .cart-checkout
    .cart-section
    .cart-section-body
    .catalog-card {
    cursor: pointer;
  }
  .cart-container
    .cart-checkout
    .cart-section
    .cart-section-body
    .catalog-card
    .cartitem-title {
    cursor: pointer;
  }
  .cart-container .cart-checkout .cart-section .cartitem-delete-m {
    cursor: pointer;
  }
  .cart-container .cart-checkout .cart-section .cartitem-delete-m.noicon {
    display: none;
  }
  .cart-container .cart-checkout .cart-section .cartitem-delete-d {
    display: none;
  }
  .cart-container .cart-checkout .userdetails-section {
    padding-top: 20px;
  }
  .cart-container .cart-checkout .sectionComponent {
    box-shadow: unset;
  }
  .cart-container .cart-checkout .sectionComponent .sectionBody {
    padding-right: 8px;
  }
}
.empty-cart {
  width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: fit-content;
}
.empty-cart .ec-title {
  align-self: flex-start;
  font-family: "Nunito";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #090023;
}
.empty-cart .ec-sub-header {
  text-align: center;
}
.empty-cart .ec-header {
  font-family: "Nunito";
  font-size: 24px;
}
.empty-cart .explore-now-button {
  width: 220px;
  height: 48px;
  border-radius: 6px;
  background-color: #ee3e56;
  display: flex;
  margin-top: 20px;
}
.empty-cart .buy-now {
  width: 190px;
  height: 20px;
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .empty-cart {
    max-width: 100vw !important;
  }
  .empty-cart .ec-slider {
    overflow-x: auto;
    max-width: 100%;
  }
}
.testseries-ebooks-section .package_filter {
  padding-top: 10px;
}
.testseries-ebooks-section .catalog-card {
  pointer-events: none;
}
.errorpage-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.errorpage-container > div {
  padding: 4px;
}
.errorpage-container .error-header {
  font-size: 24px;
  font-family: "Nunito";
}
.errorpage-container .error-text {
  font-size: 20px;
  font-family: "Nunito";
  color: #d6d6d6;
  text-align: center;
}
.errorpage-container .icon img {
  width: 200px;
}
.main-container-account {
  margin: 30px 10px 0 10px !important;
  border: 1px solid #ccd1d9;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  position: absolute;
  right: 0px;
  left: 100px;
  height: auto !important;
}
.list-item-all-view-ebook {
  margin-left: 109px;
  margin-top: 71px;
}
.main-container-account .header-title {
  font-weight: bold;
  padding: 10px 24px !important;
  height: 56px;
  border-bottom: 1px solid #ccd1d9;
}
.main-container-account .header-title .text-container {
  color: #10003c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 37px;
}
.main-container-account .list-container {
  background-color: #eeeeee !important;
  width: 99.99% !important;
  float: left !important;
  padding-top: 16px !important;
  overflow-y: auto;
}
.main-container-account .list-container .package-list {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.main-container-account .list-container .package-list .package-list-item {
  height: 140px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(9, 0, 35, 0.3);
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.date-text {
  background: black;
  color: white;
  display: flex;
  /* margin: auto; */
  width: 100px;
  justify-content: center;
}
.date-container {
  /* display: flex; */
  position: absolute;
  z-index: 1;
  margin-left: 72px;
}
.main-container-account
  .list-container
  .package-list
  .package-list-item
  .package-list-img-div {
  width: 20%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.main-container-account .list-container .package-list .package-img {
  height: 140px;
  width: 140px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  object-fit: contain;
  opacity: 1;
  transition: all 0.7s ease-in-out 0s;
  border: 1px solid #f5f5f5;
}
.main-container-account .list-container .package-list .package-list-item:hover {
  box-shadow: 0 4px 20px 0 rgba(9, 0, 35, 0.5);
}
.main-container-account .list-container .package-list .package-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #10003c;
  height: 140px;
  width: 80%;
  text-align: left;
  padding-top: 20px;
  float: left;
  padding-right: 14px;
  padding-left: 14px;
  position: relative;
}
.validity-container {
  font-size: 13px;
  line-height: 1.4;
  position: absolute;
  bottom: 24px;
  left: 16px;
  color: #444545;
}
.my-test-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.3;
}
.my-test-ellipses.expired {
  color: #ee3e56;
}
.main-container-account
  .list-container
  .package-list
  .package-title
  .package-list-item-view-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.view-class-btn {
  font-size: 13px;
  font-weight: 400;
  float: right;
  color: #0787ef;
  border-radius: 4px;
  padding: 10px 12px 10px 12px;
  background: transparent;
  text-align: center;
  outline: 0 !important;
  cursor: pointer;
  margin-bottom: 3px !important;
}
.my-test-series-test-group-title-icon {
  float: right;
}
.my-test-series-test-group-title-icon-parent {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.chevron::before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 0.6em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.6em;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.testseries-container {
  background-color: #fafafa;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
}
.my-test-series-header {
  z-index: 1;
  outline: none;
  border: 1px solid #ccd1d9;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  color: #10003c;
  font-weight: 600;
  font-size: 17px;
}
.back-button {
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 6px;
  cursor: pointer;
}
.card-background-ebook {
  border-style: none;
  background-color: #ffffff;
  width: 172px;
  float: left;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 12px;
}
.card-background-ebook .expcont {
  display: none;
}
.card-background-ebook.expired .expcont {
  display: block;
  width: 172px;
  height: 274px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.panel {
  padding: 0;
}
.panel > :first-child {
  margin-top: 0;
}
.card-shadow {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: relative;
}
.image-card-container-ebook {
  height: 172px;
  width: 172px;
  text-align: center;
}
.image-align-card-ebook {
  display: block;
  width: 172px;
  height: 172px;
}
.img-card-dim-ebook {
  padding: 5px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.title-border-top {
  border-top: 1px solid #e0e0e0;
}
.label-card {
  line-height: 1.2;
}
.line-clamp {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.84em;
  font-size: 14px;
  font-weight: 600;
  color: #03a9f4;
  padding: 6px 12px 8px 12px;
  height: 40px;
}
.sf-button-secondary {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  border-color: #ff4081;
  color: #ff4081;
  padding: 0 0.9375rem;
  line-height: 2.1875rem;
  font-family: "Open Sans", sans-serif;
  outline: none;
}
.sf-button-secondary:hover,
.sf-button-secondary:focus {
  background-color: #ff4081;
  color: white;
}
.renew-package {
  color: #0787ef;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.listing-add-to-cart {
  border-left-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-top-color: #dddddd !important;
}
.show-only-web {
  display: block;
}
.margin-force-zero {
  margin: 0 !important;
}
.add-to-cart {
  font-weight: 600 !important;
  width: 100%;
  font-size: 12px !important;
  margin: 0;
  border-radius: 0 0 3px 3px !important;
}
.add-to-cart.comingSoon {
  color: #bbb;
}
.add-to-cart.comingSoon:hover {
  background-color: #fff !important;
  cursor: default;
}
.ebook-navbar {
  z-index: 3;
}
.my-test-series-group-menu-container {
  margin: 0;
  padding: 0;
}
.my-test-series-group-name-md-content {
  height: calc(100vh - 170px);
  border-right: 1px solid #e1e1e1;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.my-test-series-group-menu-ul {
  cursor: pointer;
  list-style-type: none;
  margin: 0;
  padding-bottom: 10vh;
  height: 100%;
  width: 100%;
  background-color: white;
  overflow: auto;
}
.my-test-series-group-li {
  display: flex;
  color: #01579b;
  padding: 8px 2px 8px 4px;
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}
.my-test-series-group-li.active {
  background-color: #01579b;
  color: white;
  outline: none;
}
.my-test-series-group-li:hover:not(.active) {
  background-color: #e1f5fe;
  /*color: white;*/
  outline: none;
}
.my-test-series-test-group-title-parent {
  min-height: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.my-test-series-test-group-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.column11 {
  width: 91.66666667%;
  padding-left: 8px;
}
.column-1 {
  width: 8.33333333%;
  padding-right: 5px;
  margin-top: 9px;
}
.column12 {
  width: 100%;
}
.d-flex {
  display: flex;
}
.my-test-series-test-group-title-icon-parent {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
}
.left-space {
  margin-left: 12px !important;
}
.myebookpopup > p {
  padding: 10px;
  font-size: 18px;
}
.myebookpopup > p > div {
  font-size: 14px;
}
.myebookpopup .catalog-card-text {
  text-align: right !important;
  color: #0787ef !important;
  font-size: 14px !important;
}
.myebookpopup .catalog-card {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 0 8px 8px;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  height: 110px;
}
.main-container-account .list-container .package-list .package-list-item:hover {
  box-shadow: 0 4px 20px 0 rgba(9, 0, 35, 0.5);
}
@media only screen and (max-width: 767px) {
  .date-container {
    margin-left: 57px;
  }
  .ebookcont {
    height: auto !important;
  }
  .ebook-navbar {
    display: none !important;
  }
  .left-space {
    margin-left: 16px !important;
  }
  .show-only-web {
    display: none;
  }
  .package-img {
    height: 100px !important;
    width: 100px !important;
    float: left;
    margin: 10px;
  }
  .main-container-account {
    left: 0 !important;
    position: relative !important;
    height: auto !important;
    margin: 70px 0px 0 0px !important;
  }
  .package-list-item {
    border-radius: 6px !important;
  }
  .panel-web-only {
    display: none;
  }
  .main-container-account .header-title .text-container {
    color: #10003c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 37px;
    padding-top: 3px;
  }
  .main-container-account .header-title {
    font-weight: bold;
    padding: 10px 24px !important;
    height: 56px;
    border-bottom: 1px solid #ccd1d9;
    margin-top: -30px;
  }
  .main-container-account .list-container .package-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .package-list-item {
    box-sizing: border-box !important;
    margin-left: -5px !important;
    height: 120px !important;
  }
  .package-list-item-view-btn {
    display: none !important;
  }
  .package-title {
    padding-left: 50px !important;
    font-size: 14px !important;
    padding-top: 9px !important;
    line-height: 1.2 !important;
  }
  .validity-container {
    left: 50px !important;
  }
  .list-container {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .package-list {
    width: auto !important;
  }
  .card-background-ebook {
    width: calc(50% - 16px);
  }
  .card-background-ebook .image-card-container-ebook {
    width: 100%;
  }
  .card-background-ebook .image-card-container-ebook .image-align-card-ebook {
    width: 100%;
  }
  .card-background-ebook:first-child,
  .card-background-ebook:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .ebookslidepanel .ebook-navbar #navigationbar {
    position: relative;
    height: 100%;
    margin-top: 0px;
    top: 0px;
  }
  .ebookslidepanel .main-container-account {
    position: relative;
    left: 0px;
  }
  .ebookslidepanel .slide-left-ebook {
    flex-grow: 1;
    width: 100%;
  }
  .ebookslidepanel .slide-left-ebook-inner {
    width: calc(100% - 10px);
  }
  .ebookslidepanel.myprofile-container .area {
    height: auto;
  }
  .ebookslidepanel.myprofile-container .sticky {
    height: 100%;
  }
}
.continuereadingcontainer {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-right: 14px;
}
.continuereadingcontainer .progress {
  overflow: hidden;
  background: #ffffff;
  width: 170px;
  height: 4px;
  border-radius: 4px;
  background-color: white;
  margin-left: 5px;
}
.continuereadingcontainer .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #428f98;
}
.continuereadingcontainer .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}
.continuereadingcontainer .image {
  width: 200px;
  height: 133.3px;
  opacity: 0.4;
  margin-left: 5px;
  background-image: linear-gradient(to bottom, #757575 -12%, #000000);
}
.continuereadingcontainer .Rectangle-2192 {
  width: 200px;
  height: 88px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.continuereadingcontainer .TextContainer {
  width: 200px;
  height: 88px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-bottom: 10px;
}
.resume {
  display: flex;
  flex-grow: 1;
  padding: 0 4px;
  justify-content: space-between;
  height: 20px;
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #ef3d56;
}
.resume .time-left {
  text-align: right;
  font-family: Nunito;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #757575;
}
.cardtext {
  width: 170px;
  height: 40px;
  font-family: Nunito;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  /* text-align: left; */
  color: #212121;
  margin-left: 14px;
  margin-top: 10px;
  margin-right: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .continuereadingcontainer {
    width: 120px;
  }
  .continuereadingcontainer .cardtext {
    width: 170px;
    height: 50px;
    font-family: Nunito;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /* text-align: left; */
    color: #212121;
    margin-left: 14px;
    margin-top: 10px;
    margin-right: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .continuereadingcontainer .TextContainer {
    width: 120px !important;
    height: 48px !important;
  }
  .continuereadingcontainer .image {
    width: 120px !important;
    height: 80px !important;
  }
  .continuereadingcontainer .cardtext {
    width: 100px;
  }
}
.continue-reading {
  cursor: pointer;
  margin-right: 14px;
  margin-bottom: 4px;
  width: 200px;
  height: 220px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.continue-reading .continue-reading-image {
  position: relative;
  width: 100%;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.continue-reading .continue-reading-image .overlay-bg {
  position: absolute;
  width: 200px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 4px;
}
.continue-reading .continue-reading-image img {
  position: absolute;
  width: 200px;
  z-index: 1;
  height: 130px;
  object-fit: contain;
}
.continue-reading .cr-details-title {
  display: -webkit-box;
  max-height: 51px;
  min-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 8px 14px;
  font-size: 16px;
}
.continue-reading .cr-details-info .time-left {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .continue-reading {
    width: 120px;
    height: 133px;
    margin-left: 5px;
  }
  .continue-reading .continue-reading-image {
    width: 120px;
    height: 80px;
  }
  .continue-reading .continue-reading-image .overlay-bg {
    width: 120px;
    height: 80px;
  }
  .continue-reading .continue-reading-image img {
    width: 120px;
    height: 80px;
  }
  .continue-reading .cr-details-title {
    max-height: unset;
    min-height: unset;
    margin: 2px 4px;
    padding: unset;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .continue-reading .cr-details-info .time-left {
    font-size: 10px;
  }
  .continue-reading .cr-details-info .a-button {
    font-size: 10px;
    padding: 2px 4px;
  }
}
.recentlyaddedcontainer {
  width: 420px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.recentlyaddedcontainer .catalog-card-header {
  font-family: "Nunito";
  /* height         : 39px; */
  font-size: 16px;
  /* font-weight    : 600; */
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.recentlyaddedcontainer .image-container {
  margin-bottom: -10px;
  display: flex;
}
.recentlyaddedcontainer .iconcss {
  display: flex;
}
.recentlyaddedcontainer .iconcss > span {
  height: 24px;
  padding-right: 4px;
}
.recentlyaddedcontainer .langauge-text {
  margin-left: 5px;
}
.recentlyaddedcontainer .catalog-card {
  width: 420px;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  /* flex-wrap    : wrap; */
  padding: 8px 0 8px 8px;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .recentlyaddedcontainer {
    margin-left: 5px;
    width: 120px;
  }
  .recentlyaddedcontainer .catalog-card {
    width: 120px;
    display: flex;
    flex-direction: column;
  }
  .recentlyaddedcontainer .recentlyadded .heading-title-home {
    margin: 32px 0px 0px 0px;
  }
  .recentlyaddedcontainer .catalog-card-subheader {
    display: none;
  }
  .recentlyaddedcontainer .catalog-card-header {
    padding: 0px;
  }
  .recentlyaddedcontainer .iconcss {
    display: none;
  }
  .recentlyaddedcontainer .image-container {
    display: none;
  }
  .recentlyaddedcontainer .langauge-text {
    display: none;
  }
  .recentlyaddedcontainer .catalog-card .catalog-card-media {
    min-width: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: -10px;
    margin-left: -10px;
  }
  .recentlyaddedcontainer
    .catalog-card
    .catalog-card-content
    .catalog-card-header {
    margin-bottom: -10px;
    width: 120px !important;
    font-size: 14px;
    height: 35px;
  }
  .recentlyaddedcontainer .catalog-card .catalog-card-content {
    width: 120px;
    padding-left: 4px;
    margin-left: -10px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .recentlyadded .heading-title-home {
    margin: 32px 0px 0px 0px;
  }
  .recentlyadded .custom-carousel {
    white-space: inherit;
  }
  .recentlyadded .catalog-card .catalog-card-content .catalog-card-header {
    margin-left: 5px;
  }
}
.mypurchase {
  margin-bottom: 40px;
  width: 310px;
  height: 269px;
  margin-right: 10px;
}
.mypurchase .image-cont {
  width: 350px;
  height: 175px;
  cursor: pointer;
}
.mypurchase .textcontainer {
  width: 310px;
  height: 115px;
  opacity: 0.8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  padding-bottom: 10px;
  flex-direction: column;
}
.mypurchase .purchaseImage {
  max-width: 100%;
  height: 175px;
  text-align: center;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f5f5f5 !important;
  border-bottom: 1px solid #f5f5f5 !important;
}
.mypurchase .purchaseImage .playIconSection {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: solid 2px #fff;
  border-radius: 50%;
}
.mypurchase .purchaseImage .purchaseImageBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.mypurchase .purchaseImage img {
  position: absolute;
  left: calc(50% - 100px);
  z-index: 3;
  max-width: 200px;
  max-height: 175px;
  margin-left: 10px;
}
.mypurchase .purchaseImageOverlay {
  position: absolute;
  width: 350px;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 4px;
}
.mypurchase .cardtext {
  width: 272px;
  height: 55px;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  /* text-align: left; */
  color: #212121;
  margin-left: 14px;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mypurchase .imagecountexpired {
  width: 310px;
  height: 194px;
  background-color: #f5f5f5;
  display: flex;
}
.mypurchase .expiredtext {
  font-family: Barlow;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  /* padding-right: 30px; */
  /* margin: auto; */
  color: #d6d6d6;
  margin-top: 75px;
  margin-left: -20px;
}
.mypurchase .resume {
  width: 83px;
  height: 20px;
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #ef3d56;
  margin-left: 14px;
}
.mypurchase .buy-now {
  width: 112px;
  height: 20px;
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #ef3d56;
  margin-left: 14px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.mypurchase-title {
  max-width: 1300px;
  height: 41px;
  font-family: Nunito;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #090023;
  margin: auto;
  padding: 0 8px;
}
.subtitle-mypurchase {
  font-size: 24px;
  padding: 0 8px;
  margin: 32px 0 16px;
}
.my-purchase-header .my-purchase-viewall {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  color: #4a90e2;
  cursor: pointer;
  font-size: 15px;
  margin: 48px 0 16px 0;
}
.my-purchase-header .my-purchase-viewall img {
  padding-left: 8px;
}
.viewall {
  float: right;
  font-size: 15px;
  color: #4a90e2;
  cursor: pointer;
  margin-top: 55px;
  margin-left: 70px !important;
}
.Expired {
  width: 100px;
  padding-top: 4px;
  height: 20px;
  background-color: #ef3d56;
  color: #ffffff;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  /* margin-bottom: -20px; */
  /* position: absolute; */
  /* margin-left: 20px; */
  /* margin-left: -310px; */
  /* margin-top: -174px; */
  /* margin-bottom: 174px; */
  /* margin-left: -250px; */
  z-index: 3;
  position: relative;
  margin-left: -242px;
}
.purchase-container .right-arrow-carousel {
  z-index: 4;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Not implemented yet */
  -o-user-select: none;
  user-select: none;
}
div#ppc-continue-listings {
  margin-left: -11px;
}
.arrow-carousel,
.right-arrow-carousel {
  position: absolute;
  top: 30%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 1px 1px #eaeaea;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.ppc-container .right-arrow-carousel {
  z-index: 3;
}
.ppc-container .left-arrow-carousel {
  left: -15px;
}
.No-active-packages-yet {
  width: 860px;
  height: 24px;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #757575;
  margin-left: 8px;
}
.explore-now-button {
  width: 220px;
  height: 48px;
  border-radius: 6px;
  background-color: #ee3e56;
}
.purchase-container .left-arrow-carousel {
  z-index: 4;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Not implemented yet */
  -o-user-select: none;
  user-select: none;
}
.purchase-container .left-arrow-carousel img {
  transform: rotate(-180deg);
}
.purchase-container .right-arrow-carousel img {
  max-width: 10px;
}
.expiredDateText {
  width: 200px;
  height: 16px;
  font-family: Nunito;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin-left: 10px;
  color: #757575;
  padding: 5px;
}
.darken {
  box-shadow: inset 2000px 0 0 0 #f5f5f5;
  border-color: #000000;
}
@media only screen and (max-width: 768px) {
  div#ppc-continue-listings {
    margin-left: 0px;
  }
  .my-purchase-header {
    padding: 8px;
    justify-content: space-between;
  }
  .my-purchase-header h2 {
    font-size: 20px !important;
    font-weight: 600;
  }
  .my-purchase-header .my-purchase-viewall {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin: 34px 0 16px;
  }
  .subtitle-mypurchase {
    font-size: 20px;
  }
  .mypurchase-title {
    font-size: 24px;
  }
  .mypurchase {
    margin-left: 5px;
    margin-bottom: 60px;
    width: 156px;
    height: 153px;
  }
  .mypurchase .expiredDateText {
    margin-left: 3px;
  }
  .mypurchase .purchaseImageOverlay {
    width: 156px;
    height: 88px;
  }
  .mypurchase .purchaseImage {
    max-width: 156px;
    height: 88px;
    display: flex;
  }
  .mypurchase .purchaseImage img {
    max-width: 90px;
    max-height: 88px;
    margin-left: 55px;
  }
  .mypurchase .resume {
    width: 111px;
    height: 36px;
    border-radius: 6px;
    display: flex;
  }
  .mypurchase .cardtext {
    width: 138px;
    height: 38px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-align: left; */
    color: #212121;
    margin-left: 5px;
    /* margin-top: 10px; */
    margin-right: 5px;
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mypurchase .image-cont {
    width: 156px;
    height: 109px;
  }
  .mypurchase .textcontainer {
    width: 156px;
    height: 94px;
  }
  .mypurchase .imagecountexpired {
    width: 156px;
    height: 87.8px;
  }
  .mypurchase .Expired {
    width: 50px;
    padding-top: 4px;
    height: 16px;
    background-color: #ef3d56;
    color: #ffffff;
    font-size: 9px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 3;
    position: absolute;
    margin-left: -242px;
    margin: auto;
  }
  .mypurchase .buy-now {
    font-size: 14px;
  }
  .viewall {
    margin-top: 0px;
    padding-top: 33px;
  }
  .purchase-container .custom-carousel {
    white-space: normal !important;
  }
  .empty-cont .empty-cart .ec-header {
    font-size: 18px;
  }
}
.main-container-account {
  margin: 90px 10px 0 10px;
  border: 1px solid #ccd1d9;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  position: absolute;
  right: 0px;
  left: 100px;
  height: calc(100vh - 106px);
}
.main-container-account .header-title {
  font-weight: bold;
  padding: 16px 24px;
  height: 56px;
  border-bottom: 1px solid #ccd1d9;
}
.main-container-account .header-title .text-container {
  color: #10003c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-container-account .sub-sidebar .item {
  height: 48px;
  cursor: pointer;
}
.main-container-account .sub-sidebar:not(.inner-page) .item.active .item-text {
  color: #ff7700;
  border-left: 4px solid #ff7700;
}
.main-container-account .list-container {
  background-color: #eeeeee;
  width: 82%;
  float: left;
  padding: 16px 10px 16px 20px;
  height: calc(100vh - 210px);
  overflow-y: auto;
}
.mock-active-panel {
  border-left: 4px solid #ee3e56 !important;
}
.zero-state-buy-button {
  width: 50%;
  margin: 0 auto;
  margin-top: 12px;
}
.no-result {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background-color: #f5f5f5;
  margin: 10vh auto 50px;
  text-align: center;
  padding-top: 100px;
}
.main-container-account .list-container .package-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}
.main-container-account .sub-sidebar {
  width: 18%;
  float: left;
  padding: 0px 0px 8px 0px;
}
.main-container-account .sub-sidebar .item .item-text {
  height: 48px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 16px;
  border-left: 4px solid transparent;
}
.enrolled-course-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enrolled-course-listing .catalog-card {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 0 8px 8px;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.enrolled-course-listing .catalog-video {
  width: 50%;
  padding-left: 30px;
}
.catalog-card:hover {
  box-shadow: 0 4px 20px 0 rgba(9, 0, 35, 0.5);
}
.nopadding .catalog-card:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.package-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(16, 0, 60, 0.87);
  padding: 10px 10px 10px 0;
  text-align: left;
  word-break: break-word;
}
.align-lock-play {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  bottom: 0;
}
.img-res {
  border-radius: 3px;
  position: absolute;
  padding-top: 15px;
  padding-left: 30px;
}
.video-not-found {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .enrolled-course-listing {
    flex-direction: column;
  }
  .enrolled-course-listing .catalog-video {
    width: 100%;
    padding-left: unset;
  }
  .enrolled-course-listing .package-title-card {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(16, 0, 60, 0.87);
    padding: 10px 10px 10px 0;
    text-align: left;
    word-break: break-word;
    margin-top: -14px;
    height: 90px !important;
  }
  .view-course {
    display: none;
  }
  .video-not-found {
    margin-left: 0px;
  }
}
.catalog-card-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}
.catalog-card-text .view-course {
  color: #0787ef;
}
.video-consumption {
  position: relative;
  margin-top: 80px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.video-consumption .course-content {
  background-color: #efeff4;
}
.video-consumption .course-content .cc-title {
  padding: 10px;
}
.video-consumption .course-content .small-1 {
  width: 8.33333333%;
}
.video-consumption .course-content .small-2 {
  width: 16.66666667%;
}
.video-consumption .course-content .small-3 {
  width: 25%;
}
.video-consumption .course-content .small-4 {
  width: 33.33333333%;
}
.video-consumption .course-content .small-5 {
  width: 41.66666667%;
}
.video-consumption .course-content .small-6 {
  width: 50%;
}
.video-consumption .course-content .small-7 {
  width: 58.33333333%;
}
.video-consumption .course-content .small-8 {
  width: 66.66666667%;
}
.video-consumption .course-content .small-9 {
  width: 75%;
}
.video-consumption .course-content .small-10 {
  width: 83.33333333%;
}
.video-consumption .course-content .small-11 {
  width: 91.66666667%;
}
.video-consumption .course-content .small-12 {
  width: 100%;
}
.video-consumption .vc-header {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  max-width: 100%;
  padding: 10px 100px;
  color: #ffffff;
  background-repeat: round;
  background-image: url(https://storecdn.adda247.com/bg_streaming_header@2x.png);
}
.video-consumption .vc-header .vc-title {
  font-size: 24px;
}
.video-consumption .vc-header .vc-subtitle {
  font-size: 12px;
}
.video-consumption .vc-body {
  display: flex;
  flex-direction: row;
}
.video-consumption .vc-body .vc-course-content {
  flex-grow: 1;
}
.video-consumption .vc-body .vc-course-content .vc-player {
  height: auto;
  background-color: #000;
  color: white;
  display: flex;
  flex-direction: column;
}
.video-consumption .vc-body .vc-course-content .vc-player > div {
  padding: 10px 150px;
}
.video-consumption .vc-body .vc-course-content .vc-player .vc-player-video {
  flex-grow: 1;
  height: 600px;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-player
  .vc-player-video
  .video-js
  .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-player
  .vc-player-video
  #my_video_1 {
  height: 100% !important;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-player
  .vc-player-video
  .vc-player-videojs {
  width: 100% !important;
  height: 100% !important;
}
.video-consumption .vc-body .vc-course-content .vc-player .vc-player-info {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-player
  .vc-player-info
  .vc-player-courseinfo {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  border-left: 4px solid #ff4081;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-player
  .vc-player-info
  .vc-player-facultyinfo {
  display: flex;
  flex-direction: row;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-player
  .vc-player-info
  .vc-player-facultyinfo
  > div {
  display: flex;
  flex-direction: column;
}
.video-consumption .vc-body .vc-course-content .vc-description {
  display: flex;
  flex-direction: column;
  padding: 10px 30px 10px 30px;
}
.video-consumption .vc-body .vc-course-content .vc-description > div {
  margin: 16px;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-description
  > div
  .sectionHeader {
  color: #0277bd;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-description
  > div
  .sectionBody {
  padding-bottom: 15px;
}
.video-consumption .vc-body .vc-course-content .vc-description .vc-exam-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-description
  .vc-exam-list
  .vc-exam-item {
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid 1px #e6e6e6;
}
.video-consumption
  .vc-body
  .vc-course-content
  .vc-description
  .video-pdp-card-subhead {
  font-size: 14px;
  color: #515151;
  margin-top: -30px;
}
.video-consumption .my-test-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.3;
}
.video-consumption .cc {
  display: flex;
  flex-direction: column;
  background-color: white;
}
.video-consumption .cc .active {
  border-left-color: #039af4;
  border-left-style: solid;
  border-left-width: 2px;
  color: #039af4;
}
.video-consumption .cc .cc-header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  font-size: 13px;
}
.video-consumption .cc .cc-header > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-consumption .cc .cc-body {
  padding: 6px;
  font-size: 12px;
  background-color: #f5f5fa;
}
.video-consumption .cc .cc-header:hover,
.video-consumption .cc .video-info:hover {
  background-color: #e1f5fe;
}
.video-consumption .cc .cc-body .video-info {
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.video-consumption .cc .cc-body .video-info .video-info-img {
  display: flex;
}
.video-consumption .cc .cc-body .video-info .video-info-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 6px;
  font-size: 11px;
}
.video-info {
  padding: 6px;
}
.circle-icon-videos-1 {
  background: #ff4081;
  width: 18%;
  height: 44px;
  border-radius: 50%;
  /* line-height: 52px; */
  font-size: 30px;
}
.circle-icon-videos {
  background: #ff4081;
  width: 44px !important;
  height: 44px;
  border-radius: 50%;
  /* line-height: 52px; */
  font-size: 30px;
}
.small-1 {
  width: 8.33333333%;
}
.d-grow-1 {
  flex-grow: 1;
}
.d-flex {
  display: flex;
}
.width-90 {
  width: 98%;
}
.icon-sub-eng-lang:before {
  content: "\64";
}
.icon-sub-quantitative-aptitude:before {
  content: "\65";
}
.icon-sub-reasoning-ability:before {
  content: "\66";
}
.icon-sub-banking-financial-awareness:before {
  content: "\61";
}
.icon-sub-computer-knowledge:before {
  content: "\63";
}
.icon-sub-general-awareness:before,
.icon-sub-banking-financial-awareness:before,
.icon-sub-eng-lang:before,
.icon-sub-reasoning-ability:before,
.icon-sub-computer-knowledge:before,
.icon-sub-quantitative-aptitude:before,
.icon-sub-polity:before,
.icon-sub-geography:before,
.icon-sub-history:before,
.icon-sub-science:before,
.icon-sub-economics:before,
.icon-sub-hindi-lang:before {
  position: relative;
  left: calc(50% - 15.5px);
  font-family: "Delicious" !important;
}
.icon-sub-general-awareness:before,
.icon-sub-banking-financial-awareness:before,
.icon-sub-eng-lang:before,
.icon-sub-reasoning-ability:before,
.icon-sub-computer-knowledge:before,
.icon-sub-quantitative-aptitude:before,
.icon-sub-polity:before,
.icon-sub-geography:before,
.icon-sub-history:before,
.icon-sub-science:before,
.icon-sub-economics:before,
.icon-sub-hindi-lang:before {
  color: white;
  font-family: "Delicious" !important;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-chevron-right:before {
  content: "\69";
  font-family: "Delicious";
}
.lock-image {
  /* position: absolute; */
  position: absolute;
  /* position: absolute; */
  /* position: relative; */
  left: 30px;
  /* top: 0px; */
  padding: 12px;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  /* bottom: 0; */
  height: 56px;
}
.all-subject {
  font-size: 11px;
  font-weight: 600;
  width: 102px;
  padding: 4px;
  border-radius: 4px;
  background-color: #30a9f0;
  color: #ffffff;
  cursor: pointer;
}
.current-chapter {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
}
.icon-chevron-right:before {
  content: "\69";
  font-family: "Delicious";
}
.subject-listing {
  padding: 12px 10px 12px 12px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
}
.subject-title-listing-parent {
  min-height: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  width: 80%;
}
.subject-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.section-video-subtitle {
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 20px;
  font-size: 12px;
}
.display-none {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .video-consumption .vc-header-m {
    display: none;
  }
  .video-consumption .vc-body .vc-course-navigator .vc-cn-container {
    width: 300px;
    height: 89.5vh;
    position: sticky;
    overflow-y: scroll;
    display: "flex";
    flex-direction: "column";
  }
  .video-consumption .vc-body .vc-course-content .vc-content-tab {
    display: none;
  }
  .vc-content-tab {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .video-consumption {
    padding: 0px !important;
  }
  .video-consumption .vc-header {
    padding: 10px 20px;
    text-align: center;
  }
  .video-consumption .vc-header .vc-title {
    font-size: 16px;
  }
  .video-consumption .vc-header-m {
    padding: 10px 0px 10px 38px;
    background-color: black;
    color: white;
    font-size: 12px;
    display: flex;
    flex-direction: column;
  }
  .video-consumption .vc-body {
    display: flex;
    flex-direction: column-reverse;
  }
  .video-consumption .vc-body .vc-course-content .vc-player {
    height: 300px;
  }
  .video-consumption .vc-body .vc-course-content .vc-player .vc-player-video {
    padding: 10px;
  }
  .video-consumption .vc-body .vc-course-content .vc-player .vc-player-info {
    display: none;
  }
  .video-consumption .vc-body .vc-course-content .vc-content-tab {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
  }
  .video-consumption .vc-body .vc-course-content .vc-description {
    padding: unset;
  }
}
.multi-view .mv-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.multi-view .mv-body .mv-title {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
}
.multi-view .mv-body .mv-info {
  padding-top: 10px;
  font-weight: 350;
}
.multi-view .mv-body .mv-button {
  width: 100px;
}
.enrolledCourses {
  min-height: 550px;
  margin-bottom: 40px;
}
.enrolledCourses .course-listing-container {
  flex-grow: 1;
  padding: 0 15px;
}
.enrolledCourses .course-listing-container .course-listing-body {
  display: flex;
  flex-direction: row;
}
.enrolledCourses
  .course-listing-container
  .course-listing-body
  .course-listing-nav {
  border-right: 2px solid #f2f2f2;
  flex: 1 20%;
}
.enrolledCourses
  .course-listing-container
  .course-listing-body
  .course-listing-nav
  .cl-nav-item {
  width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.enrolledCourses
  .course-listing-container
  .course-listing-body
  .course-listing-nav
  .active {
  color: #ee3e56;
  border-left: 4px solid #ee3e56 !important;
  background-color: white;
}
.enrolledCourses
  .course-listing-container
  .course-listing-body
  .course-listing-nav
  .cl-nav-item:hover {
  background-color: #f5f5f5;
}
.enrolledCourses
  .course-listing-container
  .course-listing-body
  .course-listing {
  flex: 1 80%;
}
.enrolledCourses .course-listing-container .sectionComponent {
  height: 100%;
}
.enrolledCourses .course-listing-container .sectionComponent .sectionBody {
  padding: 6px 16px 6px 0;
}
.enrolledCourses .course-listing-container .catalog-card-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}
.enrolledCourses .course-listing-container .catalog-card-text .view-course {
  color: #0787ef;
}
.enrolledCourses .myprofile-container {
  background-color: unset;
  margin-bottom: unset;
  min-height: unset;
  width: unset;
}
.enrolledCourses .myprofile-container .area {
  display: none;
}
.enrolledCourses .myprofile-container .main-menu {
  position: relative;
  z-index: 3;
  top: unset;
  bottom: unset;
  left: unset;
  margin-top: 0px;
  height: 100%;
}
.myprofile-container.leftslideenroll {
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  .enrolledCourses .course-listing-container {
    padding: 10px;
  }
  .enrolledCourses .course-listing-container .course-listing-body {
    flex-direction: column;
  }
  .enrolledCourses
    .course-listing-container
    .course-listing-body
    .course-listing-nav {
    display: flex;
    flex-direction: row;
  }
  .enrolledCourses
    .course-listing-container
    .course-listing-body
    .course-listing-nav
    .cl-nav-item {
    padding: 8px 10px;
  }
  .enrolledCourses
    .course-listing-container
    .course-listing-body
    .course-listing-nav
    .active {
    border-left: 2px solid #f2f2f2 !important;
    border-right: 2px solid #f2f2f2 !important;
    border-bottom: 2px solid #0090ff !important;
    color: #0090ff;
  }
  .enrolledCourses .course-listing-container .sectionComponent .sectionBody {
    padding: 6px 0;
  }
  .enrolledCourses .myprofile-container {
    display: none;
  }
  .enrolledCourses .empty-cart .ec-header {
    font-family: "Nunito";
    font-size: 16px;
  }
}
.mock-list-content {
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 25px;
  font-family: "Lato", sans-serif;
  flex-wrap: wrap;
}
.mock-list-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: calc(50% - 15px);
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  margin-bottom: 25px;
}
.mock-list-box:nth-child(even) {
  margin-left: auto;
}
.cursor-pointer:hover {
  cursor: pointer;
}
.mock-box-img {
  max-width: 102px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
.mock-box-content {
  width: calc(100% - 114px);
  margin-left: auto;
  padding-right: 10px;
}
.mock-box-img img {
  max-width: 100%;
}
.mock-box-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
.mock-box-time {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #787a80;
  margin-bottom: 12px;
}
.mock-box-time ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.mock-box-time span {
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
.mockbox-cash-prize {
  background: rgb(255 230 233);
  display: flex;
  max-width: 160px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  color: #5d5e61;
  margin-bottom: 9px;
  padding: 2px 5px;
  border-radius: 4px;
}
.cash-icon {
  background: #fff;
  padding: 2px;
  border-radius: 100%;
  display: flex;
  margin-right: 3px;
}
.cash-icon img {
  max-width: 15px;
}
.mock-box-bottom {
  display: flex;
  width: 100%;
}
.mockbox-bottom-right {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}
.mockbox-result-await .result-await-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: right;
  text-transform: uppercase;
  color: #787a80;
  margin-bottom: 5px;
}
.result-timer {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: -0.261818px;
  color: #0b8f87;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -4px !important;
}
a.fixedMockButton {
  margin-top: 2px;
}
.result-timer img {
  margin-right: 4px;
}
.d-flex {
  display: flex;
}
.m-auto {
  margin: auto;
}
.ml-5 {
  margin-left: 5px;
}
.mockbox-examname {
  font-weight: 500;
  word-break: break-all;
  font-size: 13px;
  line-height: 17px;
  color: #428f98;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mockbox-resigter-btn a {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #0787ef;
  white-space: nowrap;
  margin-left: 3px;
  margin-top: 4px;
  height: 28px !important;
}
.mock-box-time ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  position: absolute;
  left: 4px;
  border-radius: 100%;
  top: 5px;
}
.mock-box-time ul li {
  padding-left: 12px;
  position: relative;
}
.mock-box-time ul li:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
.mock-box-time ul li:first-child:after {
  display: none;
}
.mockbox-resigter-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mock-attempt-now {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-g {
  color: #00a052 !important;
  font-weight: 700 !important;
}
.mock-attempt-now a {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #ef3d56;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 3px;
  margin-top: 4px;
  height: 28px;
}
.result-published {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  background: #428f98;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  width: 104px;
  height: 22px;
  border-radius: 10px 10px 10px 10px;
  border-radius: 5px 0px 5px 5px;
}
.mock-list-wrap .mock-attempt-now.fixedMockButton {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  height: 28px;
}
.mock-list-wrap .mock-attempt-now .fixedMockButton {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  height: 28px;
}
.mock-comman-pop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2600;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: "Lato", sans-serif !important;
}
.mock-comman-pop-content {
  max-width: 328px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 100%;
  min-height: 156px;
  padding: 24px;
  position: relative;
}
.short-heading-popup {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 15px;
}
.comman-pop-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #484848;
}
.mock-pop-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  right: 24px;
  bottom: 24px;
}
.mock-pop-btn a.redcolorbtn {
  color: #182b49;
  margin-left: 24px;
}
.mock-pop-btn a.graycolorbtn {
  color: #484848;
}
.mock-comman-pop.result-pop .mock-comman-pop-content {
  padding: 16px 16px 90px 16px;
  min-width: 512px;
  text-align: center;
}
.mock-header-popup {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}
.close-mock-pop {
  position: absolute;
  right: 10px;
  top: 0px;
}
.mockpopheader-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.result-await-pop-img {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mock-pop-allready-attemped {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.result-await-pop-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #787a80;
}
.result-await-timer-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0b8f87;
  margin-top: 12px;
}
.result-await-titmer-pop {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #0b8f87;
  justify-content: center;
  margin-top: 8px;
}
.result-await-titmer-pop img {
  width: 24px;
  margin-right: 5px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mock-list-box {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 24px 12px;
    align-items: center;
  }
  .mock-list-content {
    padding: 0px;
  }
  .mockbox-examname {
    display: none;
  }
  .mockbox-cash-prize {
    margin-bottom: 0px;
  }
  .mock-box-time {
    margin-bottom: 4px;
  }
  .cash-icon img {
    max-width: 11px;
  }
  .mockbox-cash-prize {
    padding-right: 3px;
  }
  .result-published {
    top: 0px;
    bottom: inherit;
    border-radius: 5px 5px 0px 5px;
  }
  .mock-box-content {
    padding-right: 0px;
    width: calc(100% - 84px);
  }
  .mock-box-img {
    max-width: 70px;
    height: 75px;
  }
  .mock-box-title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  .result-await-pop-img img {
    max-width: 150px;
  }
  .mockpopheader-title {
    font-size: 16px;
    line-height: 18px;
  }
  .result-await-pop-img {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .mock-pop-allready-attemped {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .result-await-pop-title {
    font-size: 14px;
    margin-top: 0px;
  }
  .result-await-timer-title {
    font-size: 14px;
    margin-top: 6px;
  }
  .result-await-titmer-pop {
    font-size: 14px;
    line-height: 18px;
  }
  .result-await-titmer-pop img {
    max-width: 16px;
  }
  .mock-comman-pop-content {
    width: calc(100% - 30px);
  }
  .mock-comman-pop.result-pop .mock-comman-pop-content {
    max-height: calc(100% - 40px);
    min-width: inherit;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mock-list-content {
    margin-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1170px) {
  .mockbox-examname {
    max-width: 80px;
  }
  .mock-box-content {
    padding-right: 0px;
  }
}
@media (min-width: 1171px) and (max-width: 1280px) {
  .mockbox-examname {
    max-width: 130px;
  }
  .mock-box-content {
    padding-right: 0px;
  }
}
@media (min-width: 1281px) and (max-width: 1320px) {
  .mockbox-examname {
    max-width: 150px;
  }
  .mock-box-content {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 767px) {
  .myprofile-container.leftslideenroll {
    margin-bottom: -40px;
  }
}
.displayNone {
  display: none !important;
}
.test-result-logo-result {
  background: #fff;
  border: 1px solid #00579b;
  padding: 0px 20px 3px 20px;
  cursor: pointer;
}
.markwrap {
  display: flex;
  background: #fff;
  border: 1px solid #000;
  height: 30px;
  width: max-content;
  display: f;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
}
.markwrap span {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  color: #fff;
  height: 100%;
  background: #4caf50;
}
.wrap-top-marks {
  position: absolute;
  display: flex;
  justify-content: end;
  min-width: 75%;
  margin: 5px 10px;
}
.markwrap {
  display: flex;
  background: #fff;
  border: 1px solid #000;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
}
.tc-marking {
  display: flex;
  align-items: center;
}
.postv {
  color: green;
}
.marking-divider {
  margin: 0px 4px;
}
.negtv {
  color: #ff4081;
}
.tc-question-section {
  margin-top: 40px !important;
}
.test-result {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #f2f2f2;
}
.test-result .view-solution {
  background-color: white;
  min-height: 50%;
  padding: 20px;
}
.test-result .view-solution button {
  cursor: pointer;
  border: 1px solid #ff4081;
  background-color: white;
  padding: 10px;
  color: #ff4081;
}
.test-result .view-solution button:hover {
  background-color: #ff4081;
  color: white;
}
.test-result .feedback-modal .custom-modal-header {
  background-color: unset !important;
  border-bottom: unset;
}
.test-result .feedback-modal .custom-modal-content {
  max-width: 450px;
}
.test-result .feedback-modal .feedback-modal-header {
  display: flex;
  flex-direction: column;
}
.test-result .feedback-modal .feedback-modal-header span:first-child {
  font-size: 20px;
}
.test-result .feedback-modal .feedback-modal-header span {
  font-size: 16px;
}
.test-result .feedback-modal .feedback-content {
  display: flex;
  flex-direction: column;
}
.test-result .feedback-modal .feedback-content > div {
  flex-grow: unset;
  display: flex;
  justify-content: center;
}
.test-result .feedback-modal .feedback-content .feedback-star-rating span {
  cursor: pointer;
}
.test-result .feedback-modal .feedback-content .feedback-updated-header {
  padding: 20px;
  font-size: 24px;
  text-align: center;
}
.test-result .feedback-modal .feedback-content .feedback-updated-text {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 20px 40px 20px;
}
.test-result .feedback-modal .feedback-content .feedback-category {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.test-result
  .feedback-modal
  .feedback-content
  .feedback-category
  .feedback-category-header {
  align-self: center;
}
.test-result
  .feedback-modal
  .feedback-content
  .feedback-category
  .feedback-category-list {
  padding: 10px;
}
.test-result
  .feedback-modal
  .feedback-content
  .feedback-category
  .feedback-category-list
  button {
  margin: 2px 4px;
  padding: 4px;
  border: solid 1px rgba(0, 0, 0, 0.87);
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}
.test-result
  .feedback-modal
  .feedback-content
  .feedback-category
  .feedback-category-list
  button:hover {
  border: solid 1px #ffca36;
}
.test-result
  .feedback-modal
  .feedback-content
  .feedback-category
  .feedback-category-list
  .feeback-category-active {
  background-color: black;
  color: white;
}
.test-result .feedback-modal .feedback-content .feedback-response {
  flex-grow: 1;
  padding: 10px 20px;
}
.test-result .feedback-modal .feedback-content .feedback-response textarea {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
}
.test-result .feedback-modal .feedback-content .feedback-action button {
  background-color: white;
  color: #0090ff;
  cursor: pointer;
  border: none;
}
.test-result .feedback-modal .feedback-content .rate-later {
  margin-top: 60px;
}
.test-result .test-result-logo {
  padding: 8px 16px;
  background-color: #01579b;
}
.test-result .test-result-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  padding: 10px;
  background-color: #01579b;
  color: white;
  flex-grow: 1;
}
.test-result .test-result-header .test-title {
  text-transform: capitalize;
}
.test-result .tr-nav {
  display: flex;
  background-color: white;
  color: rgba(0, 0, 0, 0.54);
  align-items: center;
}
.test-result .tr-nav .tr-nav-items {
  display: flex;
  flex-grow: 1;
}
.test-result .tr-nav .tr-nav-items > div {
  cursor: pointer;
  padding: 12px 24px;
}
.test-result .tr-nav .tr-active {
  color: #ff4081;
  border-bottom: 1px solid #ff4081;
}
.test-result .tr-overview,
.test-result .tr-sections {
  align-self: center;
  width: 1300px;
  padding: 16px;
}
.test-result .tr-overview .tr-overview-row,
.test-result .tr-sections .tr-overview-row,
.test-result .tr-overview .tr-sections-row,
.test-result .tr-sections .tr-sections-row {
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
}
.test-result .tr-overview .tr-sections-container,
.test-result .tr-sections .tr-sections-container {
  display: flex;
  flex-direction: column;
}
.test-result .tr-overview .tr-overview-percentiles,
.test-result .tr-sections .tr-overview-percentiles {
  display: flex;
  flex-direction: row !important;
  justify-content: start;
}
.test-result .tr-overview .tr-overview-percentiles .percentile-item,
.test-result .tr-sections .tr-overview-percentiles .percentile-item {
  display: flex;
  flex-direction: column;
}
.test-result
  .tr-overview
  .tr-overview-percentiles
  .percentile-item
  .percentile-label,
.test-result
  .tr-sections
  .tr-overview-percentiles
  .percentile-item
  .percentile-label {
  text-align: center;
}
.test-result
  .tr-overview
  .tr-overview-percentiles
  .percentile-item
  .percentile-chart,
.test-result
  .tr-sections
  .tr-overview-percentiles
  .percentile-item
  .percentile-chart {
  display: flex;
  max-width: 200px;
  align-self: center;
}
.test-result .tr-overview .tr-overview-percentiles > div,
.test-result .tr-sections .tr-overview-percentiles > div {
  padding: 20px;
  flex-grow: 1;
}
.test-result .tr-overview .tr-overview-feedback,
.test-result .tr-sections .tr-overview-feedback {
  display: flex;
  flex-direction: row !important;
  padding: 20px !important;
}
.test-result .tr-overview .tr-overview-feedback .feedback-text,
.test-result .tr-sections .tr-overview-feedback .feedback-text {
  flex-grow: 1;
  padding-left: 20px;
}
.test-result .tr-overview .tr-overview-feedback .feedback-text img,
.test-result .tr-sections .tr-overview-feedback .feedback-text img {
  cursor: pointer;
}
.test-result
  .tr-overview
  .tr-overview-feedback
  .feedback-text
  .feedback-text-header,
.test-result
  .tr-sections
  .tr-overview-feedback
  .feedback-text
  .feedback-text-header {
  font-size: 20px;
}
.test-result
  .tr-overview
  .tr-overview-feedback
  .feedback-text
  .feedback-text-info,
.test-result
  .tr-sections
  .tr-overview-feedback
  .feedback-text
  .feedback-text-info {
  font-size: 16px;
  font-weight: 400;
}
.test-result .tr-overview .topper-list,
.test-result .tr-sections .topper-list {
  flex-wrap: wrap;
}
.test-result .tr-overview .topper-list .tr-overview-topper,
.test-result .tr-sections .topper-list .tr-overview-topper {
  min-width: 48%;
  margin: 10px;
}
.test-result .tr-overview .topper-list .tr-overview-topper .topper-item,
.test-result .tr-sections .topper-list .tr-overview-topper .topper-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  padding-bottom: unset !important;
}
.test-result
  .tr-overview
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-info,
.test-result
  .tr-sections
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-info {
  flex-grow: 1;
  padding: 24px 10px 0 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.test-result
  .tr-overview
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-info
  .topper-name,
.test-result
  .tr-sections
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-info
  .topper-name {
  padding-top: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.test-result
  .tr-overview
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-avatar
  > div,
.test-result
  .tr-sections
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-avatar
  > div {
  border-radius: 50%;
}
.test-result
  .tr-overview
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-avatar
  .name-avatar,
.test-result
  .tr-sections
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-avatar
  .name-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 38px;
  background-color: #0277bd;
  color: white;
  text-align: center;
}
.test-result
  .tr-overview
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-avatar
  .rank-avatar,
.test-result
  .tr-sections
  .topper-list
  .tr-overview-topper
  .topper-item
  .topper-avatar
  .rank-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -28px;
  right: -45px;
  width: 40px;
  height: 40px;
  background-color: #ff4081;
  color: white;
  text-align: center;
}
.test-result .tr-overview .overview-height,
.test-result .tr-sections .overview-height {
  min-height: 200px;
}
.test-result .tr-overview .overview-height > div,
.test-result .tr-sections .overview-height > div {
  margin-right: 15px;
}
.test-result .tr-overview .top-rankers-text,
.test-result .tr-sections .top-rankers-text {
  padding: 10px;
  color: #30a9f0;
  font-size: 32px;
}
.test-result .tr-overview .tr-overview-card,
.test-result .tr-sections .tr-overview-card {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
  padding: 12px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  flex-grow: 1;
}
.test-result .tr-overview .tr-overview-card .tro-card-header,
.test-result .tr-sections .tr-overview-card .tro-card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.test-result .tr-overview .tr-overview-card .tro-card-info span:first-child,
.test-result .tr-sections .tr-overview-card .tro-card-info span:first-child {
  color: #0277bd;
  font-size: 24px;
  padding-right: 4px;
}
.test-result .tr-overview .tr-overview-card .view-rankers,
.test-result .tr-sections .tr-overview-card .view-rankers {
  color: #ff4081;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.test-result .tr-overview .tr-overview-card .view-rankers img,
.test-result .tr-sections .tr-overview-card .view-rankers img {
  padding-left: 4px;
}
.test-result .tr-overview .tr-overview-card .tro-card-details,
.test-result .tr-sections .tr-overview-card .tro-card-details {
  margin-top: auto;
}
.test-result .tr-overview .tr-overview-card .tro-card-details > div,
.test-result .tr-sections .tr-overview-card .tro-card-details > div {
  display: flex;
  justify-content: space-between;
}
.test-result
  .tr-overview
  .tr-overview-card
  .tro-card-details
  > div
  span:last-child,
.test-result
  .tr-sections
  .tr-overview-card
  .tro-card-details
  > div
  span:last-child {
  color: #0277bd;
}
.test-result .tr-overview .tr-overview-card .tro-card-details .reattempt,
.test-result .tr-sections .tr-overview-card .tro-card-details .reattempt {
  cursor: pointer;
  border-radius: 6px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  box-shadow: 0px 0px 4px #ccc;
  background-color: #fff;
  font-size: 14px;
  color: #30a700;
  width: 33%;
  float: right;
  margin-top: 8px;
}
.test-result .tr-overview .tr-overview-card table,
.test-result .tr-sections .tr-overview-card table {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  border-collapse: collapse;
  background-color: #f8f8f8;
}
.test-result .tr-overview .tr-overview-card table thead th,
.test-result .tr-sections .tr-overview-card table thead th {
  padding: 16px 10px;
  text-align: left;
}
.test-result .tr-overview .tr-overview-card table thead th > div,
.test-result .tr-sections .tr-overview-card table thead th > div {
  display: flex;
  flex-direction: column;
}
.test-result .tr-overview .tr-overview-card table tbody,
.test-result .tr-sections .tr-overview-card table tbody {
  background-color: white;
}
.test-result .tr-overview .tr-overview-card table tbody tr:not(:last-child),
.test-result .tr-sections .tr-overview-card table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.test-result .tr-overview .tr-overview-card table tbody td div,
.test-result .tr-sections .tr-overview-card table tbody td div {
  padding: 20px 8px;
}
.test-result .tr-overview .tr-overview-card table tbody td div span:first-child,
.test-result
  .tr-sections
  .tr-overview-card
  table
  tbody
  td
  div
  span:first-child {
  color: #ff4081;
  text-align: left;
}
.tr-sub-info {
  gap: 10px;
  background: #ffedef;
  border-radius: 8px;
  padding: 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  color: #ff647c;
  align-items: center;
}
/* DTB css */
.dtb-header-wrap {
  box-shadow: 0px 2px 4px 0px #ccc;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efeeee;
  height: 53px;
  background-color: #ffffff;
  gap: 0px;
  padding: 10px 20px;
  transform: translateY(-16px);
}
.dtb-header-wrap .test-result-logo-result.dtblogo {
  border: 0px;
  padding: 0px;
  margin-right: 15px;
}
.dtb-header-wrap .test-result-logo-result.dtblogo img {
  max-height: 25px;
  padding: 0px;
}
.dtb-big-img {
  margin-top: -20px;
  height: calc(100vh - 53px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
.dtb-big-img p {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px !important;
  color: #090023;
  display: flex;
}
.dtb-bottom-btns {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.adda-home * {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
}
.home-new .container {
  max-width: 1166px;
  margin: 0px auto;
}
.home-new .common-headding {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #212121;
}
.home-new .common-headding span {
  color: #182b49;
}
.home-new .ripple {
  position: relative;
  overflow: hidden;
}
.home-new .ripple:before {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.home-new .ripple:hover:before {
  transition: all 0.5s ease-out;
  opacity: 0;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
}
/* header CSs  old header should be come*/
/* header{background-color:#202020; top: 0px; width: 100%; position: fixed; height: 70px; z-index: 9;} */
/* banner section */
.home-new .banner {
  letter-spacing: 0.02em;
  margin-top: 80px;
  background-image: url("./images/banner-bg-line.svg");
  background-repeat: no-repeat;
  background-position: 0px 65px;
  position: relative;
  background-size: contain;
}
.home-new .banner-content-body {
  display: flex;
}
.home-new .banner-text-area {
  max-width: 500px;
  padding-top: 30px;
}
.home-new .banner h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #090023;
  margin-bottom: 8px;
  margin-top: 0px;
}
.home-new .banner-punch-line {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #182b49;
  margin-bottom: 72px;
}
.home-new .banner-text-area p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  max-width: 450px;
}
.home-new .banner-gp img {
  max-width: 160px;
}
.app-store-container {
  display: flex;
}
.app-store-btn {
  height: 48px;
}
.home-new .banner-newsletter {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  position: relative;
}
.home-new .banner-newsletter .inputbox {
  border: 1.2px solid #182b49;
  box-sizing: border-box;
  border-radius: 9.33333px;
  display: inline-block;
}
.home-new .banner-newsletter .inputbox span {
  padding: 14px 15px 15px 15px;
  border-radius: 7px 0 0 7px;
  color: #090023;
  margin-right: -4px;
  font-size: 16px;
  line-height: 19px;
  width: max-content;
}
.signin-up-wrap .dropdown .dropbtn {
  padding-right: 0px;
}
.signin-up-wrap .dropdown {
  width: auto !important;
  right: 0px !important;
}
.signin-up-wrap .dropdown .dropdown-content {
  min-width: 210px;
}
.home-new .banner-newsletter .inputbox input[type="tel"] {
  font-size: 16px;
  padding: 11px;
  border: 0;
  min-height: 54px;
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  color: #090023;
  border-left: 1.2px solid #182b49;
  background-color: transparent;
  outline: 0;
}
.home-new .banner-newsletter .submitbtn-dwnapp button {
  background: #182b49;
  font-size: 16px;
  height: 57px;
  width: 128px;
  color: #ffffff;
  outline: 0px;
  border: 0px;
  line-height: 19px;
  margin-left: -7px;
  border-radius: 0px 7px 7px 0px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
}
.home-new .banner-circle-motion .circle {
  position: absolute;
}
.home-new .circle1 {
  width: 40px;
  height: 40px;
  left: -20px;
  border: 1.23532px solid #d2faba;
  bottom: 150px;
  border-radius: 100%;
  animation: MoveUpDown 5s linear infinite;
}
.home-new .circle2 {
  width: 25px;
  height: 25px;
  left: 40px;
  border: 1.23532px solid #d2faba;
  bottom: 90px;
  border-radius: 100%;
  animation: MoveUpDown 8s linear infinite;
}
.home-new .circle3 {
  width: 25px;
  height: 25px;
  left: 550px;
  border: 1.23532px solid #d2faba;
  bottom: 250px;
  border-radius: 100%;
  animation: MoveUpDown1 5s linear infinite;
}
.home-new .circle4 {
  width: 25px;
  height: 25px;
  right: 520px;
  border: 1.23532px solid #fbebb5;
  top: 40px;
  border-radius: 100%;
  animation: MoveLeft 5s linear infinite;
}
.home-new .circle4 {
  width: 94px;
  height: 94px;
  right: 36px;
  border: 1.23532px solid #fbebb5;
  top: 150px;
  border-radius: 100%;
  animation: MoveLeft 5s linear infinite;
}
.home-new .banner-right-img {
  margin-left: auto;
  margin-top: 10px;
}
.home-new .banner-right-img img {
  max-height: 380px;
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 150;
  }
  50% {
    bottom: 160px;
  }
}
@keyframes MoveLeft {
  0%,
  100% {
    right: 10px;
  }
  50% {
    right: 36px;
  }
}
@keyframes MoveUpDown1 {
  0%,
  100% {
    bottom: 230px;
  }
  50% {
    bottom: 250px;
  }
}
/* select-exam */
.home-new .select-exam {
  margin-top: 32px !important;
}
.home-new .select-exam-heading-outer {
  display: flex;
  align-items: center;
}
.home-new .exam-filter-wraper {
  margin-left: auto;
  position: relative;
}
.home-new .exam-filter-wraper input[type="text"] {
  border-radius: 5px;
  border: 0.71124px solid #ed5467;
  height: 44px;
  padding-left: 44px;
  color: #757575;
  font-weight: 400;
  outline: 0px;
  font-size: 16px;
  min-width: 276px;
  line-height: 22px;
  box-sizing: border-box;
}
.home-new .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-new .select-exam-body {
  display: flex;
  margin-top: 20px;
  position: relative;
}
/*.select-exam-body:after{content: ''; width: 104px; height: 104px;background: radial-gradient(74.51% 74.51% at 49.86% 49.61%, rgba(66, 143, 152, 0.12) 0%, rgba(252, 58, 82, 0.12) 100%);  transform: matrix(0.97, 0.22, 0.22, -0.97, 0, 0); position: absolute; border-radius: 100%; right: -40px; top: -40px; z-index: 0; }*/
.home-new .exam-menu-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 24px 28px 20px 19px;
  max-height: 576px;
  overflow: auto;
  max-width: 294px;
  width: 100%;
}
.home-new .exam-menu-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.home-new .exam-menu-wrap::-webkit-scrollbar-track {
  background-color: #fff;
}
.home-new .exam-menu-wrap::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 5px;
}
.home-new .exam-menu-btn {
  width: 228px;
  padding: 10px 40px 10px 15px;
  background: #ffffff;
  border-radius: 28px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  z-index: 3;
}
.home-new .exam-menu-btn::after {
  background-image: url(./images/exam-arrow-top.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  content: "";
  transform: rotate(180deg);
}
.home-new .examm-menu-list.visible .exam-menu-btn::after {
  transform: rotate(0deg);
}
.home-new .examm-menu-list.active .exam-menu-btn {
  box-shadow: 0px 0px 14.2248px 3.5562px rgba(0, 0, 0, 0.05);
}
.home-new .exam-menu-btn:hover {
  cursor: pointer;
}
.home-new .exam-menu-logo {
  display: flex;
  align-items: center;
}
.home-new .exam-menu-logo img {
  margin-right: 15px;
  opacity: 0.2;
}
.home-new .examm-menu-list {
  margin-bottom: 15px;
  background-color: unset;
}
.home-new .examm-menu-list.active .exam-menu-btn {
  color: #182b49;
}
.home-new .examm-menu-list.visible .exam-menu-btn::after {
  transform: rotate(0deg);
}
.home-new .examm-menu-list.active .exam-menu-logo img {
  opacity: 1;
}
.home-new .exam-for-inner ul {
  /* margin: 0 0 0 25px; */
  list-style: none;
  /* padding: 10px 0 0; */
  position: relative;
}
.home-new .exam-for-inner ul li a {
  color: #757575;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  text-transform: capitalize;
}
.home-new .exam-for-inner ul li {
  padding-left: 25px;
  padding-bottom: 7px;
  padding-top: 7px;
  position: relative;
  background-color: unset;
}
.home-new .exam-for-inner ul li a::before {
  background-color: #757575;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -3px;
  display: none;
}
.home-new .exam-for-inner ul li.active a {
  color: #35a5b2;
  font-weight: 700;
}
.home-new .exam-for-inner ul li.active a:before {
  background-color: #35a5b2;
}
/*.home-new .exam-for-inner ul li:last-child {
    padding-bottom: 0px;
  }*/
.home-new .exam-for-inner ul li a:hover {
  color: #35a5b2;
}
.home-new .exam-for-inner ul:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 10px;
  height: 100%;
}
.home-new .exam-for-inner ul li.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0px;
  width: 37px;
  height: 1px;
  background: #35a5b2;
  z-index: 2;
}
.home-new .exam-for-inner ul li.active::before,
.exam-for-inner ul li::before {
  display: inline-block;
  /* content: ""; */
  position: absolute;
  left: 0px;
  height: 100%;
  width: 10px;
  /* border-left: 1px solid #35a5b2; */
  top: -10px;
}
#notActive .exam-for-inner ul li.inactive::before {
  border-left: 1px solid #fff !important;
}
.home-new .exam-for-inner ul li.active::before {
  margin-top: 0;
  height: 100%;
  top: -50%;
  z-index: 2;
}
.home-new .exam-for-inner ul li.active ~ li::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  width: 10px;
  border-left: 1px solid #fff;
}
.home-new .close .exam-for-inner {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}
.home-new .open .exam-for-inner {
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}
/* select exam right side */
.home-new .filtered-exam-list {
  width: calc(100% - 318px);
  margin-left: auto;
}
.home-new .filtered-exam-list .spinner-listing {
  height: 100%;
}
.home-new .exam-name-box {
  margin-right: 45px;
}
.home-new .filtered-exam-wraper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  /* flex-direction: column;
      overflow: auto; 
      flex-wrap: wrap;
      align-content: flex-start;*/
  padding: 10px;
}
.home-new .filtered-exam-wraper #exammenu {
  overflow: auto;
  max-width: 100%;
  margin: -10px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .home-new.banner-area {
    margin-top: 100px;
  }
  .home-new
    .filtered-exam-wraper
    #exammenu
    > div
    div:last-child
    .exam-name-box {
    margin-bottom: 0px;
  }
  .home-new .filtered-exam-wraper #exammenu {
    /* overflow-y: hidden; */
  }
}
/* .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 8px;
  }
  .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #182b49;
  } */
.home-new .filtered-exam-wraper .slick-track {
  gap: 0px 40px !important;
  display: flex;
}
.home-new .exam-name-box {
  max-width: 157px;
  width: 100%;
  /* margin-bottom: 61px; */
  /* margin-top: 22px; */
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}
.custom-carousel#exammenu .exam-name-box {
  /* margin-bottom: 83px; */
}
/* .home-new .exam-name-box::after {
  background-image: url(./images/products-bg.svg);
  content: "";
  width: 197px;
  position: absolute;
  left: -20px;
  top: -20px;
  height: 166px;
  z-index: 0;
} */
.home-new .exam-name-box a {
  width: 157px;
  height: 126px;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  /* padding-top: 60px; */
  padding: 8px 18px 8px 18px;
  transition: transform 0.1s;
  /* Animation */
}
.home-new .exam-name-box a:hover {
  transform: scale(1.04);
}
.home-new .exam-img {
  width: 73px !important;
  height: 71px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  left: 18px;
  background-color: #fff;
  padding: 5px;
}
.home-new .exam-name {
  text-align: center;
  padding-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-new .exam-for {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  margin-top: 2px;
}
.home-new .filtered-exam-list {
  /* max-height: 606px; */
  overflow-y: hidden;
}
.home-new .bottom-filtered-exam {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  margin-top: 12px;
}
.home-new .filtered-exam-pagination {
  display: flex;
  margin-right: auto;
}
.home-new .prev-exam {
  transform: rotate(-180deg);
  position: relative;
  top: -3px;
  margin-right: 15px;
}
.home-new .next-exam {
  margin-left: 7px;
}
.home-new .filtred-exam-dots {
  display: flex;
  align-items: center;
  position: relative;
  top: -3px;
}
.home-new .filtred-exam-dots .active-dot {
  background: #182b49;
  border-radius: 2px;
  width: 52px;
  height: 8px;
  margin-right: 8px;
}
.home-new .filtred-exam-dots .dots {
  background: #ffe7ea;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 2px;
}
.home-new .filtered-exam-pagination .fadded {
  opacity: 0.5;
}
.home-new .view-all-exams {
  margin-left: auto;
}
.home-new .view-all-exams a {
  color: #182b49;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
}
.home-new .filtered-exam-list .right-arrow-carousel {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  background-image: url("./images/next-exam-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.home-new .filtered-exam-list .left-arrow-carousel {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  background-image: url("./images/next-exam-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transform: rotate(-180deg);
}
.home-new .filtered-exam-list .right-arrow-carousel img {
  display: none;
}
.home-new .filtered-exam-list .left-arrow-carousel img {
  display: none;
}
/* product list next prev css */
.home-new .filtered-exam-list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 3;
  width: 100%;
}
.home-new .filtered-exam-list .slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  background-image: url("./images/white-up-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.home-new .filtered-exam-list .slick-prev {
  position: absolute;
  left: 0px;
  transform: rotate(-90deg);
}
.home-new .filtered-exam-list .slick-next {
  position: absolute;
  right: 0px;
  transform: rotate(90deg);
}
.home-new .filtered-exam-list .slick-dots {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.home-new .filtered-exam-list .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-sizing: content-box;
  background: #fed8dc;
  display: inline-flex;
  margin-right: 16px;
  font-size: 0px;
}
.home-new .filtered-exam-list .slick-dots li.slick-active button {
  border: 4px solid #182b49;
  background-color: #fff;
}
/* product type */
.home-new .products-type {
  margin-top: 32px !important;
}
.home-new .product-type-wrapper {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 0px 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.home-new .product-type-box {
  display: flex;
  margin-bottom: 34px;
  width: calc(25% - 20px);
}
.home-new .product-type-box a {
  background: #ffffff;
  border: 1px solid rgba(66, 143, 152, 0.3);
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  max-width: 360px;
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.06);
}
.home-new .product-type-img {
  /* height: 194px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(156, 216, 223, 0.5);
}
.home-new .product-type-img img {
  width: 100%;
  max-height: 150px;
}
.home-new .product-type-text {
  min-height: 250px;
  padding: 24px;
  box-sizing: border-box;
}
.home-new .product-type-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.home-new .product-type-text {
  position: relative;
}
.home-new .product-type-text p {
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
.home-new .product-type-action span {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #182b49;
  text-decoration: underline;
  margin-right: 8px;
  text-transform: capitalize;
}
.home-new .product-type-action {
  position: absolute;
  bottom: 24px;
  transition: transform 0.1s;
}
.home-new .product-type-action:hover {
  transform: scale(1.1);
}
.home-new .product-type-box a:hover {
  box-shadow: 0px 0px 40px 19px rgba(0, 0, 0, 0.05);
}
/* get-subscription */
.home-new .get-subscription {
  margin-top: 32px;
}
.home-new .get-subscription-wrapper {
  /* background: #fff7f8; */
  border-radius: 25px;
  display: flex;
  align-items: center;
  min-height: 352px;
  overflow: hidden;
  position: relative;
  background-size: contain !important;
  padding-bottom: 10px;
}
.home-new .get-subs-left {
  width: calc(100% - 20%);
  box-sizing: border-box;
  align-self: flex-start;
  padding-left: 50px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.home-new .get-subs-left:after {
  width: 800px;
  height: 750px;
  border-radius: 100% 350px 100% 460px;
  background-color: #f16878;
  position: absolute;
  z-index: -1;
  content: "";
  left: -225px;
  top: -398px;
}
.home-new .get-subs-left:before {
  width: 400px;
  height: 400px;
  background-color: #182b49;
  border-radius: 100%;
  content: "";
  position: absolute;
  bottom: -350px;
  left: 30px;
  z-index: -1;
}
.home-new .get-subs-left h2 {
  max-width: 490px;
  color: #fff;
  font-weight: 800;
  font-size: 32.0945px;
  line-height: 46px;
  margin-bottom: 28px;
}
.home-new .what-you-get {
  max-width: 413px;
  color: #ffffff;
  font-size: 22px;
  line-height: 34px;
}
.home-new .get-subs-right {
  padding-left: 45px;
  box-sizing: border-box;
  z-index: 2;
}
.home-new .get-subs-right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.home-new .get-subs-right ul li {
  font-size: 22px;
  line-height: 42px;
  color: #000;
  padding-left: 28px;
  position: relative;
}
.home-new .get-subs-right ul li::after {
  background-image: url("./images/list-check-.svg");
  width: 18px;
  height: 13px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
}
.home-new .get-subs-action {
  margin-top: 35px;
}
.home-new .get-subs-action a {
  background: #182b49;
  border-radius: 8.11537px;
  width: max-content;
  height: 52px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0px 16px;
}
.home-new .bg-icons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  top: 0px;
}
.home-new img.trophy-icon {
  position: absolute;
  left: 420px;
  bottom: 60px;
  max-width: 57px;
}
.home-new img.d-icon {
  position: absolute;
  right: 50px;
  bottom: 40px;
  max-width: 67px;
}
.home-new img.pencil-icon {
  position: absolute;
  right: 54px;
  top: 50px;
  max-height: 86px;
}
/* Why Learn with Adda247? */
.home-new .why-adda {
  margin-top: 64px;
}
.home-new .why-adda-wrapper {
  margin-top: 48px;
  display: flex;
}
.home-new .course-story-body {
  max-width: 310px;
  position: relative;
}
.home-new .course-story-body .course-story-box {
  background-color: unset !important;
  border-bottom: 2px solid #ccc;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px 0px;
  margin-left: 32px;
  position: relative;
}
.home-new .course-stody-heading {
  color: rgba(60, 60, 67, 0.4);
  font-weight: 700;
  font-size: 22px;
  transition: 0.2s;
}
.home-new .course-story-phera {
  font-size: 16px;
  color: #3c3c43;
  margin-top: 16px;
  display: none;
  transition: 0.2s;
}
.home-new .video-visual {
  height: 492px;
  width: 650px;
  border: 19px solid #000;
  border-radius: 30px;
  margin-left: auto;
  overflow: hidden;
}
.home-new .course-story-box.active .course-stody-heading {
  color: #182b49;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
.home-new .course-story-box.active .course-story-phera {
  display: block;
}
.home-new .course-story-body .course-story-box:last-child {
  border-bottom: 0px;
}
.home-new .course-story-body:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 10px;
  height: 100%;
}
.home-new .course-story-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -31px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  z-index: 2;
}
.home-new .course-story-box::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  height: 100%;
  width: 10px;
  border-left: 2px dashed #ccc;
  top: 20px;
}
.home-new .course-story-body .course-story-box:first-child {
  padding-top: 0px;
  justify-content: flex-start;
}
.home-new .course-story-body .course-story-box:first-child::after {
  top: 10px;
  margin-top: 0px;
}
.home-new .course-story-box.active .course-story-box:first-child::after {
  top: 15px;
  margin-top: 0px;
}
.home-new .course-story-body .course-story-box:last-child::before {
  top: 0px;
  height: 40px;
}
.home-new .course-story-box.active:before {
  border-left: 2px dashed #182b49;
  z-index: 1;
  top: 38px;
}
.home-new .course-story-box.active:after {
  background: #182b49;
  box-shadow: 0px 0px 7px 0px #f44336;
  top: 35px;
}
.home-new .tab-content {
  display: none;
}
.home-new .tab-content.active {
  display: flex;
}
/* testimonial */
.home-new .testimonial .left-arrow-carousel {
  z-index: 4 !important;
}
.home-new .testimonial .carousel-container {
  max-width: 1166px !important;
}
.home-new .testimonial .paid-product-box {
  max-width: 33.3333333% !important;
  width: 100% !important;
  margin: 0px !important;
  left: 0px !important;
  box-shadow: inherit !important;
  padding: 0px !important;
}
.home-new .testimonial .paid-product-box a {
  height: unset;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-top: 21px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.home-new .testimonial-box.slick-center {
  margin: 0px !important;
  box-shadow: inherit !important;
}
.home-new .testimonial .carousel-content.show-3 {
  align-items: center;
}
.home-new .testimonial .carousel-content.show-3 > * {
  min-width: calc(100% / 3.3333333) !important;
}
.home-new .testimonial .right-arrow {
  outline: 0px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  position: absolute;
  background-image: url(https://www.adda247.com/images/testi-pagi.svg);
  font-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  right: 0px;
  cursor: pointer;
}
.home-new .testimonial .left-arrow {
  outline: 0px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  font-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  left: 0px;
  cursor: pointer;
}
.home-new .testimonial .left-arrow:after {
  background-image: url(https://www.adda247.com/images/testi-pagi.svg);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  transform: rotate(-180deg);
  width: 10px;
  height: 10px;
}
.home-new .testimonial {
  margin-top: 64px !important;
}
.home-new .testimonial-wrapper {
  margin-top: 48px;
}
.home-new .testimonial-wrapper .slick-track {
  gap: 0px 60px !important;
  display: flex;
  margin: 20px 0px;
}
.home-new .testimonial-box {
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 21.6194px rgba(0, 0, 0, 0.07);
  border-radius: 12.9717px;
  padding: 30px 20px;
}
.home-new .user-name-wrap {
  margin-left: 11px;
}
.home-new .username {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}
.home-new .selectedin {
  margin-top: 6px;
  font-size: 12.9717px;
  line-height: 16px;
}
.home-new .star-rating img {
  max-width: 11px;
}
.home-new .user-msg-subject {
  font-weight: 700;
  font-size: 19.4575px;
  line-height: 23px;
}
.home-new .user-msg-wrap {
  margin-top: 25px;
  text-align: center;
}
.home-new .user-detail {
  display: flex;
}
.home-new .testimonial-box .star-rating {
  margin-top: 3px;
  display: flex;
}
.home-new .user-msg {
  font-size: 13px;
  line-height: 28px;
  margin-top: 0px;
}
.home-new .testimonial .slick-arrow {
  display: none !important;
}
.home-new .testimonial .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
}
.home-new .testimonial .slick-dots li button {
  width: 12px;
  cursor: pointer;
  height: 12px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-sizing: content-box;
  background: #fed8dc;
  display: inline-flex;
  margin-right: 16px;
  font-size: 0px;
}
.home-new .testimonial .slick-dots li.slick-active button {
  border: 4px solid #182b49;
  background-color: #fff;
}
.user-img {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 100%;
  display: block;
  border: 1px solid #ccc;
}
.user-img img {
  width: 100%;
}
.user-name-wrap {
  width: calc(100% - 66px);
}
.home-new .user-name-wrap {
  width: calc(100% - 77px);
}
/* only for web in active testimonials */
@media only screen and (min-width: 768px) {
  .login-dropdown-wrap {
    right: 16px;
  }
  .home-new .continue-studyning .paid-product-box {
    min-width: 270px;
  }
  .weblast {
    margin-right: 0px !important;
  }
  .home-new .testimonial-box {
    max-width: 325px;
    width: 100% !important;
  }
  .testimonial .arrow-carousel img,
  .testimonial .right-arrow-carousel img {
    width: 7px;
  }
  .home-new .container-padding .left-arrow-carousel img {
    width: 7px;
  }
  .home-new .container-padding .right-arrow-carousel img {
    width: 7px;
  }
  .home-new #testimonials .paid-product-box {
    margin: 21px 20px 20px !important;
  }
  .home-new #testimonials .mypurchase,
  .home-new #testimonials .mypurchase .textcontainer {
    width: 350px;
  }
  .home-new .continue-reading .continue-reading-image img {
    top: 50%;
    transform: translateY(-50%);
  }
  .home-new #testimonials .mypurchase {
    width: 350px;
  }
  .home-new .testimonial-box.slick-center {
    background: #ffffff;
    box-shadow: 0px 0px 21.6194px rgba(0, 0, 0, 0.07);
    padding: 40px 23px;
    border-radius: 12.9717px;
    max-width: 430px;
    height: auto;
    width: 100%;
  }
  .home-new .testimonial-box.slick-center .username {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 31px;
  }
  .home-new .testimonial .custom-carousel {
    align-items: center;
    height: 540px;
  }
  .home-new .testimonial-box.slick-center .user-msg-subject {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
  }
  .home-new .testimonial-box.slick-center .user-msg {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding-bottom: 30px;
  }
  .home-new .user-msg {
    margin-top: 0px;
  }
  .home-new .testimonial-box.slick-center .selectedin {
    font-size: 16px;
  }
  .home-new .testimonial-box.slick-center .user-img {
    width: 77px;
    height: 77px;
  }
  .home-new .testimonial-box.slick-center .user-name-wrap {
    width: calc(100% - 90px);
  }
  .home-new .testimonial-box.slick-center .star-rating img {
    max-width: 19px;
  }
  .home-new .testimonial-box.slick-center .star-rating {
    margin-top: 10px;
  }
  .home-new .mblgplogo {
    display: none;
  }
  .home-new .mobile-drop-drown {
    display: none;
  }
  .home-new .closeup-dropmenu {
    display: none;
  }
}
/* testimonial-pagination */
.home-new .testimonial-pagination {
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.home-new .testimonial-pagination .disable {
  opacity: 0.5;
}
.home-new .testimonial-prev {
  transform: rotate(-180deg);
  display: flex;
  align-self: flex-start;
  margin-right: 50px;
  cursor: pointer;
}
.home-new .dots {
  align-items: center;
  display: flex;
}
.home-new .dots span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-sizing: content-box;
  background: #fed8dc;
  display: inline-flex;
  margin-right: 16px;
}
.home-new .dots span.active {
  border: 4px solid #182b49;
  background-color: #fff;
}
.home-new .testimonial-next {
  margin-left: 34px;
  cursor: pointer;
}
/* Download APP */
.home-new .mwebshow {
  display: none;
}
.home-new .dwn-app {
  margin-top: 64px;
  margin-bottom: 80px;
}
.home-new .dwn-app .gpimgmweb img {
  max-width: 160px;
}
.home-new .dwn-app .container {
  display: flex;
}
.home-new .dwn-app-img {
  margin-left: auto;
}
.home-new .input-number-text {
  margin-top: 35px;
}
.home-new .getappheading.showonlyweb {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.home-new .dwn-app .inputbox {
  border: 2px solid #182b49;
  box-sizing: border-box;
  border-radius: 9.33333px;
  display: inline-block;
}
.home-new .dwn-app .inputbox span {
  padding: 14px 15px 15px 15px;
  border-radius: 7px 0 0 7px;
  color: #090023;
  margin-right: -4px;
  font-size: 16px;
  line-height: 19px;
}
.home-new .dwn-app form#test-form {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  flex-wrap: wrap;
  position: relative;
}
.home-new .dwn-app .inputbox input[type="tel"] {
  font-size: 16px;
  padding: 11px;
  border: 0;
  min-height: 64px;
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  color: #090023;
  border-left: 2px solid #182b49;
  background-color: transparent;
}
.home-new .dwn-app .inputbox input[type="tel"]:focus {
  outline: 0;
}
.home-new .dwn-app-img img {
  max-height: 300px;
}
.home-new div#error_mobNumber2 {
  display: flex;
  width: 100%;
  margin-top: 10px;
  flex-direction: column;
  font-size: 14px;
  line-height: 17px;
}
.home-new .dwn-app .submitbtn-dwnapp button {
  background: #182b49;
  font-size: 16px;
  height: 68px;
  width: 128px;
  color: #ffffff;
  outline: 0px;
  border: 0px;
  line-height: 19px;
  margin-left: -7px;
  border-radius: 0px 7px 7px 0px;
  cursor: pointer;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 700;
}
/* web css for paid user section */
.home-new .recentlyadded .product-img-paid img {
  position: relative;
  z-index: 4;
  height: 100%;
  margin: 0px auto;
}
.home-new .recentlyadded .product-img-paid {
  text-align: center;
}
.home-new .continue-studyning {
  margin-top: 50px !important;
  position: relative;
}
.home-new .continue-studyning.pendingcourse {
  margin-top: 64px !important;
}
.home-new .continue-studyning .custom-carousel {
  /*padding-left: 16px;*/
  margin-top: 12px;
}
.home-new .paid-content-wrapper {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-right: 0px;
}
.home-new .paid-product-box {
  height: unset;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-top: 21px;
  margin-bottom: 20px;
  margin-left: 11px;
  margin-right: 11px;
}
.home-new .paid-content-wrapper .slick-track {
  display: flex;
  justify-content: flex-start;
  padding: 0px 15px;
  margin: 0px -15px;
}
.home-new .product-img-paid {
  height: 172px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.home-new .product-img-paid img {
  max-height: 172px !important;
  object-fit: contain;
}
.home-new .continue-reading .continue-reading-image img {
  width: 100%;
  height: auto;
}
.home-new .continue-reading .continue-reading-image .overlay-bg {
  height: 100%;
  width: 100%;
}
.left-arrow-carousel img {
  transform: rotate(-180deg);
}
.home-new .paid-content-wrap {
  padding: 15px;
}
.home-new .continue-reading .continue-reading-image img {
  object-fit: contain;
}
.home-new .coursename-paid {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-new .timeleft {
  margin-top: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #7c8db0;
}
.home-new .resume-btn {
  margin-top: 39px;
}
.home-new .resume-btn a {
  border: 1px solid #182b49;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #182b49;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  height: 32px;
  max-width: 76px;
}
.home-new .resume-btn a:hover {
  background-color: #182b49;
  color: #fff;
}
.home-new .total-asset {
  display: flex;
  margin-top: 12px;
}
.home-new .asset-box {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #7c8db0;
  margin-right: 16px;
}
.home-new .asset-box:last-child {
  margin-right: 0px;
}
.home-new .asset-box img {
  margin-right: 14px;
}
/* paid user single line course name elipsis */
.home-new .pendingcourse .coursename-paid {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  display: block;
}
.home-new .recentlyadded .paid-product-box {
  max-width: 350px;
}
.home-new .recentlyadded .product-img-paid {
  position: relative;
}
.home-new
  .recentlyadded
  .recentlyaddedcontainer
  .purchaseImage
  .purchaseImageBg {
  max-width: 100%;
}
/* paid user next prev css */
.home-new .continue-studyning .slick-next,
.home-new .continue-studyning .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 100%;
}
.home-new .continue-studyning .slick-prev {
  box-shadow: inherit;
  border: 0px;
  outline: 0px;
  background: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  position: absolute;
  font-size: 0px;
  background-image: url("./images/testi-pagi.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  left: 0px;
  transform: rotate(180deg);
}
.home-new .continue-studyning .slick-next,
.home-new .arrow-carousel,
.home-new .right-arrow-carousel {
  box-shadow: inherit;
  border: 0px;
  outline: 0px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  position: absolute;
  z-index: 4;
  font-size: 0px;
  background-image: url("./images/testi-pagi.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
}
.home-new .continue-studyning button:hover {
  cursor: pointer;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12),
    0px 3px 5px rgba(0, 0, 0, 0.2);
}
.home-new .continue-studyning .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.home-new .continue-studyning .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-sizing: content-box;
  background: #fed8dc;
  display: inline-flex;
  margin-right: 16px;
  font-size: 0px;
}
.home-new .continue-studyning .slick-dots li.slick-active button {
  border: 4px solid #182b49;
  background-color: #fff;
}
.home-new .mbl-search-icon {
  display: none;
}
.home-new .dwn-app-img-mbl {
  display: none;
}
/* login Dropdown */
.login-dropdown-wrap {
  background: #ffffff;
  max-width: 396px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-top: 2px solid #f1f1f1;
}
.login-dropdown-wrap .login-dropdown-content {
  display: flex;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.dropdown-wrap.menu-fixed:after {
  content: "";
  position: fixed;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: -1;
}
.dropdown-wrap.menu-fixed {
  left: 0px;
  top: inherit;
}
.signin-up-wrap .dropdown .dropdown-content {
  padding-top: 25px;
  box-shadow: inherit;
  background-color: transparent;
}
.login-dropdown-wrap .login-rightside-list {
  padding: 20px 16px 20px 20px;
  max-width: 198px;
  border-left: 1px dashed rgba(153, 153, 153, 0.2);
}
.login-dropdown-wrap .login-leftside-list {
  padding: 20px 10px 20px 20px;
  max-width: 198px;
}
.login-dropdown-wrap ul {
  margin: 0px;
  list-style: none;
}
.login-dropdown-wrap ul li {
  display: flex;
  margin-bottom: 18px;
}
.login-dropdown-wrap ul li a {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  line-height: 14px;
  display: flex;
  align-items: center;
  padding: 0px;
}
.login-dropdown-wrap ul li a:hover {
  background-color: #fff;
}
.login-dropdown-wrap ul li a img {
  margin: 0pc auto;
}
.login-dropdown-wrap ul li .icon-login {
  width: 20px;
  display: flex;
  margin-right: 12px;
}
.login-dropdown-wrap ul li:last-child {
  margin-bottom: 0px;
}
.login-dropdown-wrap ul li a:hover {
  color: #ee3e56;
}
.home-new #continue-studying .timeleft {
  position: absolute;
}
.home-new #continue-studying .paid-product-box {
  position: relative;
}
.home-new #continue-studying .resume-btn {
  margin-top: 42px;
}
.home-new .continue-studyning .right-arrow-carousel:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.home-new .continue-studyning .left-arrow-carousel:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.home-new .continue-studyning .left-arrow-carousel {
  box-shadow: inherit;
  border: 1px solid #e6e6e6;
}
.home-new .testimonial .left-arrow-carousel {
  box-shadow: inherit;
  border: 1px solid #e6e6e6;
}
.home-new .testimonial .left-arrow-carousel:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.home-new .testimonial .right-arrow-carousel:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.home-new .testimonial .left-arrow-carousel img {
  transform: rotate(-180deg);
}
.home-new .testimonial .left-arrow-carousel {
  width: 36px;
  height: 36px;
  z-index: 5;
}
.home-new .testimonial .right-arrow-carousel {
  background-image: none;
}
footer.new-footer {
  display: inline-block;
  width: 100%;
  /* margin-top: 40px; */
}
.examCoveredSection {
  margin-bottom: 20px;
}
.myprofile-container {
  margin-top: 80px;
}
.enrolledCourses .myprofile-container {
  margin-top: 80px;
}
.enrolledCourses .course-listing-container {
  margin-top: 90px;
}
.enrolledCourses {
  top: 0px !important;
}
.account-container {
  margin-top: 80px;
}
.account-container .main-menu {
  margin-top: 0px;
}
.login-active .headerwrap {
  backdrop-filter: none;
  background-color: #fff;
  z-index: 101;
}
.login-active .login_modal {
  height: 100%;
  max-height: 100% !important;
  height: 100% !important;
}
.home-new .mypurchase {
  width: 270px;
}
.home-new .mypurchase .textcontainer {
  width: 270px;
}
.home-new .continue-studyning .pagination-wrapper {
  font-size: 0;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-prev
  .pagination-container {
  animation: inherit;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-next
  .pagination-container {
  animation: inherit;
}
.home-new .continue-studyning .pagination-wrapper .little-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 192, 203, 0.822);
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
  z-index: 10;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-prev
  .little-dot--first {
  animation: inherit;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-next
  .little-dot--first {
  animation: inherit;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-prev
  .little-dot--last {
  animation: inherit;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-next
  .little-dot--last {
  animation: inherit;
}
.home-new .continue-studyning .pagination-wrapper.transition-next .big-dot {
  right: inherit;
  left: inherit;
}
.home-new .continue-studyning .pagination-wrapper .big-dot-container {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: inherit;
  transform: inherit;
  z-index: 10;
  animation: inherit !important;
}
.home-new .continue-studyning .pagination-wrapper .big-dot {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  position: absolute;
  top: inherit;
  right: inherit;
  transform: inherit;
  border: 4px solid #182b49;
  background-color: #fff;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-next
  .big-dot-container {
  right: inherit;
  left: inherit;
  animation: inherit;
}
.home-new
  .continue-studyning
  .pagination-wrapper.transition-prev
  .big-dot-container {
  animation: inherit;
}
.home-new
  .continue-studyning
  .pagination-wrapper
  .transition-next
  .big-dot-container {
  animation: inherit;
}
.adda-footer-logo a {
  width: 270px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbdbdb;
  border-radius: 11px;
}
.adda-footer-logo a img {
  min-width: 200px;
}
/* new added css*/
.mid-footer-section-wrap {
  display: flex;
  margin-bottom: 40px;
}
.mid-footer-right {
  margin-left: auto;
}
.adda-address-footer {
  max-width: auto;
  display: flex;
}
.adda-address-footer .company-address {
  margin-top: 0px;
  margin-left: 0px;
}
.footer-mid-content {
  margin-left: 40px;
}
.social-text-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.applinks {
  margin-top: 15px;
  display: flex;
}
.right-img-app {
  margin-left: auto;
}
/* End login Dropdown */
@media (min-width: 320px) and (max-width: 767px) {
  /* continue click pop */
  .app-store-container {
    justify-content: center !important;
  }
  .app-store-btn {
    height: 40px;
  }
  .adda-home
    .continue-reading-container
    .custom-modal.continue-in-app
    .right-button {
    padding: 12px 48px !important;
  }
  .adda-home
    .continue-reading-container
    .custom-modal.continue-in-app
    .custom-modal-header {
    padding: 16px 24px !important;
  }
  .home-new .continue-studyning .custom-modal.continue-in-app .right-button {
    padding: 12px 48px !important;
  }
  .home-new
    .continue-studyning
    .custom-modal.continue-in-app
    .custom-modal-header {
    padding: 16px 24px !important;
  }
  .home-new .filtered-exam-list {
    max-height: inherit;
  }
  .home-new .continue-reading .continue-reading-image .overlay-bg {
    width: 100%;
  }
  .home-new #continue-studying .resume-btn {
    margin-top: 30px;
  }
  .home-new .continue-studyning .product-img-paid {
    background-size: cover;
  }
  .home-new .continue-studyning .custom-carousel {
    padding-left: 16px;
    margin-top: 16px;
    width: 100%;
  }
  section.container-padding.recentlyadded.continue-studyning {
    margin-bottom: -15px;
  }
  .home-new .continue-studyning.pendingcourse {
    margin-top: 32px !important;
  }
  .home-new .common-headding {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
  }
  .home-new .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .home-new .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  /*banner*/
  .headerwrap .sarch-course-wrap {
    position: absolute;
  }
  .home-new .banner-newsletter {
    display: none;
  }
  .home-new .banner-text-area p {
    display: none;
  }
  .home-new .banner-punch-line {
    display: none;
  }
  .home-new .banner-content-body {
    flex-direction: column-reverse;
    align-items: center;
  }
  .home-new .banner-right-img {
    margin: 0px auto;
  }
  .home-new .banner-right-img img {
    max-width: 180px;
    width: 100%;
  }
  .home-new .banner-text-area {
    text-align: center;
    padding-top: 0px;
  }
  .home-new .banner h1 {
    font-weight: 700;
    font-size: 32px;
    margin-top: 20px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .home-new .banner-gp {
    margin-top: 5px;
  }
  .home-new .banner {
    background-position: 0px 30px;
  }
  .home-new .circle1 {
    width: 22px;
    height: 22px;
    left: 0px;
    bottom: inherit;
    top: 100px;
    border: 2px solid #d2faba;
  }
  .home-new .circle2 {
    width: 14px;
    height: 14px;
    bottom: inherit;
    top: 150px;
    border: 2px solid #d2faba;
  }
  .home-new .circle3,
  .circle5 {
    display: none;
  }
  .home-new .circle4 {
    right: 20px;
    left: inherit;
    width: 24px;
    height: 24px;
    bottom: inherit;
    top: 30px;
    border: 1px solid rgba(255, 184, 255, 0.6);
  }
  @keyframes MoveUpDown {
    0%,
    100% {
      top: 100;
    }
    50% {
      top: 120px;
    }
  }
  @keyframes MoveLeft {
    0%,
    100% {
      right: 10px;
    }
    50% {
      right: 36px;
    }
  }
  @keyframes MoveUpDown1 {
    0%,
    100% {
      top: 120px;
    }
    50% {
      bottom: 130px;
    }
  }
  /* select-your -Exam */
  .home-new .select-exam {
    margin-top: 20px;
  }
  .home-new .select-exam .select-exam-heading-outer {
    display: flex;
    padding: 0px 16px;
    flex-wrap: wrap;
  }
  .home-new .exam-filter-wraper input[type="text"] {
    padding-right: 25px;
    width: 100%;
  }
  .home-new .mbl-search-icon {
    display: flex;
    background: #ff647c;
    margin-left: auto;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .home-new .mbl-search-icon.search {
    /* background-image: url("/images/white-search-icon.svg"); */
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
  }
  .home-new .mbl-search-icon.search.searchActive {
    /* background-image: url("/images/mobile-search-cross.svg"); */
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
  }
  .home-new .mbl-search-icon.close {
    /* background-image: url("src/images/images/close-search-box.svg"); */
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
  }
  .home-new .exam-filter-wraper {
    margin-left: 0px;
    width: 100%;
    margin-top: 12px;
  }
  .home-new .select-exam-body {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .home-new .exam-menu-wrap {
    box-shadow: inherit;
    display: flex;
    border: 0px;
    overflow: scroll;
    width: 100%;
    padding: 0px 0px 0px 16px;
    max-width: 100%;
    width: 100%;
  }
  .home-new .examm-menu-list {
    position: inherit !important;
  }
  .home-new .exam-menu-wrap::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background-color: #fff;
  }
  .home-new .exam-menu-wrap::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .home-new .exam-menu-wrap::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 5px;
  }
  .home-new .exam-menu-logo img {
    display: none;
  }
  .home-new .exam-menu-btn::after {
    display: none;
  }
  .home-new .exam-menu-btn {
    width: max-content;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    margin-top: 5px;
  }
  .home-new .exam-for-inner ul li.active::before,
  .exam-for-inner ul li::before {
    display: none;
  }
  .home-new .exam-for-inner ul li a::before {
    display: none;
  }
  .home-new .exam-for-inner ul li.active::after {
    display: none;
  }
  .home-new .exam-for-inner ul li {
    padding-left: 0px;
    padding: 5px;
    min-width: 100px;
  }
  .home-new .examOuter {
    position: absolute;
    left: 16px;
    width: calc(100% - 32px);
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f1f1f1;
    min-height: 68px;
    z-index: 4;
  }
  .home-new .examm-menu-list.close .examOuter {
    display: none;
  }
  .home-new .exam-for-inner {
    z-index: 1;
    display: flex;
    box-sizing: border-box;
    left: 0px;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 7px 10px;
  }
  .exam-for-inner {
    transition: max-height 0.5s ease-in-out;
    transition: all 0.5s ease-in;
    height: 78px;
    min-height: 78px;
  }
  .exam-for-inner .inner-exam {
    overflow: hidden;
  }
  .exam-for-inner.slideUp {
    transition: max-height 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 300px;
    align-items: flex-start !important;
  }
  .exam-for-inner.slideUp ul {
    overflow: scroll !important;
    max-height: 288px !important;
    height: auto !important;
  }
  .exam-for-inner.slideUp ul::-webkit-scrollbar {
    display: none;
  }
  .exam-for-inner.slideUp ul::-webkit-scrollbar-track {
    display: none;
  }
  .exam-for-inner.slideUp ul::-webkit-scrollbar-thumb {
    display: none;
  }
  .home-new .exam-for-inner ul {
    margin: 0px 0px 0px 0;
    padding: 0px;
    list-style: none;
    /* padding-top: 10px; */
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
  }
  .home-new .filtered-exam-list {
    width: 100%;
    z-index: 0;
    margin-top: 70px;
    padding: 0px 0px 0px 0px;
  }

  .home-new .closeup-dropmenu img {
    transform: rotate(-180deg);
  }
  .exam-for-inner.slideUp ~ .closeup-dropmenu img {
    transform: rotate(0deg);
  }

  .home-new .select-exam-body {
    margin-top: 24px;
  }
  .home-new .exam-name-box a {
    width: 92px;
    height: 95px;
    padding: 58px 8px 8px 8px;
    font-size: 12px;
    background-color: transparent;
  }
  .home-new .exam-name {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* .home-new .exam-name-box::after {
    width: 132px;
    height: 130px;
    background-size: 130px;
    background-image: url("./images/products-bg-mbl.svg");
    left: -19px;
  } */
  .home-new .filtered-exam-wraper {
    padding-left: 0px;
  }
  .home-new .exam-name-box {
    margin-right: 20px;
  }
  .custom-carousel#exammenu .exam-name-box {
    max-width: 92px;
    /* margin-bottom: 45px; */
  }
  .home-new .exam-name-box {
    max-width: 92px;
    /* margin-bottom: 23px; */
  }
  /* .home-new .filtered-exam-wraper #exammenu {
      padding: 10px!important;
    }
    .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar {
      display: none;
    }
    .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar-track {
      display: none;
    }
    .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar-thumb {
      display: none;
    } */
  .home-new .filtered-exam-wraper {
    margin-bottom: 20px;
  }
  .custom-carousel#exammenu {
    position: relative;
    left: 0px;
    padding: 0px 0px 0px 20px !important;
    margin-left: -20px;
    width: 100%;
    margin-bottom: -30px !important;
  }
  .home-new .filtered-exam-wraper {
    padding-left: 20px;
    margin-top: 15px;
    overflow-x: scroll;
  }
  .home-new .filtered-exam-wraper::-webkit-scrollbar {
    display: none;
  }
  .home-new .filtered-exam-wraper::-webkit-scrollbar-track {
    display: none;
  }
  .home-new .filtered-exam-wraper::-webkit-scrollbar-thumb {
    display: none;
  }
  .home-new .filtered-exam-list .right-arrow-carousel {
    display: none;
  }
  .home-new .filtered-exam-list .left-arrow-carousel {
    display: none;
  }
  .home-new .exam-img {
    width: 48px;
    height: 48px;
    left: 8px;
    top: -20px;
  }
  .home-new .exam-img img {
    max-height: 38px;
  }
  .home-new .bottom-filtered-exam {
    flex-direction: column;
    margin-top: -32px;
    z-index: 3;
  }
  .home-new .filtered-exam-pagination {
    margin: 0px auto 10px auto;
  }
  .home-new .view-all-exams {
    margin: 0px auto;
  }
  .home-new .view-all-exams a {
    font-size: 12px;
    line-height: 12px;
  }
  .home-new .exam-next-prev-wrap {
    display: none;
  }
  .home-new .exam-filter-wraper {
    display: none;
  }
  .home-new .exam-filter-wraper.mblActive {
    display: block;
  }
  /* products-type */
  .home-new .products-type {
    margin-top: 20px !important;
  }
  .home-new .products-type .common-headding {
    padding: 0px 15px;
  }
  .home-new .product-type-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: flex-start;
    margin: 16px 0px 0px 0px;
    gap: 0;
    padding-left: 16px;
  }
  .home-new .product-type-box {
    min-width: calc(100% - 70px);
    /* height: 116px; */
    margin-right: 12px;
    margin-bottom: 0px;
  }
  .home-new .product-type-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
  }
  .home-new .product-type-text p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
  }
  .home-new .product-type-text {
    min-height: 150px;
  }
  .home-new .product-type-action span {
    font-size: 12px;
    line-height: 14px;
  }
  /* .home-new .product-type-box a {
      flex-direction: inherit;
      padding: 12px;
      box-shadow: 0px 4px 18px rgb(0 0 0%);
    }
    .home-new .products-type .product-type-box a {
      box-shadow: inherit;
    }
    .home-new .product-type-img {
      border-bottom: 0px;
      height: inherit;
    }
    .home-new .product-type-img img {
      max-width: 94px;
      min-width: inherit;
    }
    .home-new .product-type-text {
      padding: 0px;
      max-width: 148px;
    }
    .home-new .product-type-heading {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
    }
    .home-new .product-type-text p {
      font-weight: 400;
      font-size: 10px;
      line-height: 12px;
    }
    .home-new .product-type-text {
      min-height: inherit;
    }
    .home-new .product-type-action span {
      font-size: 12px;
      line-height: 14px;
    }
    .home-new .product-type-action {
      bottom: 0px;
    }
    .home-new .product-type-action img {
      max-width: 14px;
    } */
  .home-new .product-type-img {
    margin-left: auto;
  }
  .home-new .product-type-wrapper::-webkit-scrollbar {
    display: none;
  }
  .home-new .product-type-wrapper::-webkit-scrollbar-track {
    display: none;
  }
  .home-new .product-type-wrapper::-webkit-scrollbar-thumb {
    display: none;
  }
  /* .get-subscription */
  .home-new .get-subscription {
    margin-top: 32px;
  }
  .home-new .get-subscription .container {
    padding: 0px 15px;
  }
  .home-new .get-subs-left h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .home-new .get-subscription-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 164px;
    border-radius: 10px;
    max-width: 100%;
    /* padding: 12px; */
    align-items: flex-start;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #f65456; */
    background-position: 100% bottom;
    justify-content: center;
    /* background: linear-gradient(50.49deg, #182b49 -1.67%, #FFE3E3 100%); */
    position: relative;
  }
  /* .home-new .get-subscription-wrapper:after {
      background-image: url("./images/cap-banner.svg");
      width: 137px;
      height: 139px;
      position: absolute;
      right: 0px;
      bottom: 0px;
      content: '';
    } */
  .home-new .what-you-get {
    display: none;
  }
  .home-new .get-subs-left {
    width: 100%;
    max-width: 232px;
    padding: 0px;
  }
  .home-new .what-you-get {
    max-width: 100%;
    font-size: 12px;
    line-height: 14px;
  }
  .home-new .get-subs-left:after {
    display: none;
  }
  .home-new .get-subs-left:before {
    display: none;
  }
  .home-new .get-subs-right ul {
    display: none;
  }
  .home-new .bg-icons {
    display: none;
  }
  .home-new .get-subs-action a {
    background: #ffffff;
    border-radius: 8px;
    width: auto;
    height: 40px;
    color: #182b49;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    padding: 0px 8px;
  }
  .home-new .get-subs-right {
    padding-left: 0px;
  }
  .home-new .get-subs-action {
    margin-top: 15px;
  }
  .home-new .what-you-get br {
    display: none;
  }
  /* why-adda */
  .home-new .why-adda {
    display: none;
  }
  /* .testimonial */
  .home-new .testimonial-wrapper .slick-track {
    gap: 0px !important;
  }
  .home-new .testimonial {
    margin-top: 32px !important;
    /* padding: 0px 15px; */
    text-align: center;
  }
  .home-new .testimonial .container {
    padding: 0px 15px;
  }
  .home-new .testimonial-box {
    width: 100% !important;
    max-width: 340px;
    flex-direction: column;
  }
  .home-new .slick-initialized .testimonial-box.slick-slide {
    display: flex !important;
    height: auto;
  }
  .home-new .testimonial-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
    max-width: 340px !important;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .home-new .user-img {
    width: 52px;
    height: 52px;
    overflow: hidden;
  }
  .home-new .user-img img {
    width: 100%;
  }
  .home-new .testimonial-box {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .home-new .testimonial .my-purchase-viewall {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .home-new .testimonial .left-arrow-carousel {
    display: none !important;
  }
  .home-new .testimonial .right-arrow-carousel {
    display: none !important;
  }
  .home-new .testimonial .custom-carousel {
    max-width: 420px;
    padding: 5px;
    margin: 10px auto 0px auto;
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: -20px;
  }
  .home-new .testimonial .paid-product-box {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0px;
    margin-right: 30px;
    border: 1px solid #f3f3f3;
  }
  .home-new .testimonial .paid-product-box {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04) !important;
  }
  .home-new .testimonial .user-msg {
    white-space: normal;
  }
  .home-new .testimonial .user-msg-subject {
    white-space: normal;
  }
  .home-new .testimonial .textcontainer.paid-content-wrap {
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
  .home-new .testimonial .d-flex.my-purchase-header ~ div {
    display: inline-block;
    margin: 0px auto;
    width: 100%;
  }
  .home-new .testimonial .dot-wrapper {
    display: none !important;
  }
  .home-new .testimonial-box.active {
    display: block;
  }
  .home-new .user-name-wrap {
    width: calc(100% - 64px);
    text-align: left;
  }
  .home-new .username {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
  }
  .home-new .selectedin {
    font-size: 14px;
    line-height: 17px;
    white-space: normal;
  }
  .home-new .star-rating img {
    max-width: 13px;
  }
  .home-new .user-detail {
    align-items: center;
  }
  .home-new .user-msg-subject {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
  .home-new .user-msg {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .home-new .testimonial .slick-dots li button {
    width: 5px;
    height: 5px;
    margin-right: 6px;
  }
  .home-new .testimonial .slick-dots li.slick-active button {
    border: 3px solid #182b49;
  }
  .home-new .testimonial-pagination {
    margin-top: 20px;
  }
  /* Download App */
  .home-new .dwn-app {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .home-new .dwn-app .app-text-area {
    padding-top: 0px;
  }
  .home-new .dwn-app .container {
    padding: 0px 15px;
  }
  .home-new .getappheading.showonlyweb {
    display: none;
  }
  .home-new .dwn-app-img {
    display: none;
  }
  .home-new .app-text-area {
    text-align: center;
    border-radius: 4px;
    padding: 15px 16px 20px 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .home-new .dwn-app-img-mbl {
    display: block;
  }
  .home-new .dwn-app-img-mbl {
    width: 100%;
    text-align: center;
  }
  .home-new .dwn-app-img-mbl img {
    width: 100%;
    max-width: 220px;
  }
  .home-new .dwn-app .inputbox input[type="tel"] {
    min-width: calc(100% - 38px);
  }
  .home-new .dwn-app .inputbox span {
    width: 38px !important;
    height: 44px;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .home-new .dwn-app .inputbox {
    width: 100%;
    display: flex;
    border: 1px solid #182b49;
    display: none;
  }
  .home-new .dwn-app .inputbox input[type="tel"] {
    min-height: 44px;
    font-size: 12px;
    border-left: 1px solid #182b49;
  }
  .home-new .submitbtn-dwnapp {
    display: flex;
    width: 100%;
    margin-top: 6px;
  }
  .home-new .dwn-app .submitbtn-dwnapp button {
    width: 48%;
    max-width: 50%;
    height: 44px;
    border-radius: 4px;
    margin-left: 0px;
  }
  .home-new .dwn-app .submitbtn-dwnapp button {
    display: none !important;
  }
  .home-new .mblgplogo {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    text-align: center;
  }
  .home-new .mblgplogo img {
    max-width: 100%;
    height: 52px;
  }
  .home-new .dwn-app form#test-form {
    margin-top: 15px;
    margin-bottom: 0px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-new .gpimgmweb {
    display: none;
  }
  /* paid user  section Css */
  .home-new .continue-studyning {
    margin-top: 15px !important;
  }
  .home-new .continue-studyning .right-arrow-carousel {
    display: none;
  }
  .home-new .continue-studyning .common-headding {
    padding: 0px 16px;
  }
  .home-new .continue-studyning .product-img-paid {
    width: 100%;
    text-align: center;
  }
  .home-new .continue-studyning .product-img-paid img {
    width: auto !important;
    height: auto !important;
    left: 0px;
    margin-left: 0px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative;
    margin: 0px auto !important;
    z-index: 2;
  }
  .home-new .recentlyaddedcontainer .iconcss {
    display: flex !important;
  }
  .home-new .total-asset {
    margin-top: 7px;
  }
  .home-new .continue-studyning .coursename-paid {
    min-height: 37px;
  }
  .home-new .continue-studyning .my-purchase-viewall {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 16px;
    min-width: 75px !important;
  }
  .home-new .continue-studyning .purchaseImageOverlay {
    width: 100%;
    height: 100%;
  }
  .home-new .continue-studyning .textcontainer {
    width: 100% !important;
    height: auto !important;
    box-shadow: inherit !important;
  }
  .home-new .continue-studyning .timeleft {
    display: flex;
    align-items: flex-end;
  }
  .home-new .select-exam {
    margin-top: 32px !important;
    position: relative;
    z-index: 0;
  }
  .home-new .paid-content-wrapper {
    padding-left: 16px;
    gap: 0px;
    flex-wrap: nowrap;
    overflow: scroll;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 16px;
    margin-top: 20px;
  }
  .home-new .paid-product-box {
    max-width: 148px;
    min-width: 148px;
    margin-right: 16px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .home-new .paid-content-wrap {
    padding: 8px;
  }
  .home-new .product-img-paid {
    background: #d8d8d8;
    border-radius: 6px;
    height: 102px;
    border-bottom: 0px;
    align-items: center;
    display: flex;
  }
  .home-new .product-img-paid img {
    max-height: 102px;
  }
  .home-new .pendingcourse .coursename-paid {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 36px;
  }
  .home-new .coursename-paid {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
  }
  .home-new .timeleft {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7c8db0;
    margin-top: 4px;
  }
  .home-new .resume-btn {
    margin-top: 8px;
  }
  .home-new .resume-btn a {
    border: 0px;
    padding: 0px;
    text-align: left;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 12px;
    height: auto;
    text-transform: uppercase;
    line-height: 18px;
  }
  .home-new .asset-box img {
    max-width: 18px;
    margin-right: 6px;
  }
  .home-new .paid-next-prev-wrap {
    display: none;
  }
  .home-new .coursename-paid {
    height: auto;
  }
  .home-new .asset-box {
    font-size: 14px;
    line-height: 18px;
    margin-right: 18px;
  }
  .home-new .paid-content-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background-color: #fff;
  }
  .home-new .paid-content-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .home-new .paid-content-wrapper::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 5px;
  }
}
@media (min-width: 320px) and (max-width: 350px) {
  .home-new .product-type-img img {
    max-width: 60px;
  }
}
@media (min-width: 490px) and (max-width: 767px) {
  .home-new .product-type-box {
    min-width: 366px;
  }
}
/* Responsive for tab view */
@media (min-width: 768px) and (max-width: 1023px) {
  .login-dropdown-wrap {
    right: 16px;
  }
  .home-new .container {
    width: 100%;
    box-sizing: border-box;
  }
  .home-new .common-headding {
    font-size: 32px;
  }
  .signin-up-wrap .dropdown .dropbtn {
    padding: 0px;
  }
  .signin-up-wrap .dropdown {
    width: auto !important;
    right: 0px !important;
  }
  /*banner */
  .home-new .banner .banner-content-body {
    padding: 0px 15px;
  }
  .home-new .banner-right-img img {
    width: 100%;
  }
  .home-new .banner-newsletter .inputbox input[type="tel"] {
    min-width: 255px;
    min-height: 44px;
    font-size: 14px;
  }
  .home-new .banner-newsletter .submitbtn-dwnapp button {
    height: 47px;
    width: 98px;
  }
  .home-new .banner h1 {
    font-size: 44px;
  }
  .home-new .banner-punch-line {
    font-size: 23px;
  }
  .home-new .banner-text-area p {
    margin-top: 52px;
  }
  .home-new .banner-right-img img {
    max-width: 250px;
  }
  .home-new .banner h1 {
    font-size: 36px;
  }
  .home-new .circle1 {
    width: 22px;
    height: 22px;
    left: 0px;
    bottom: inherit;
    top: 100px;
    border: 2px solid #d2faba;
  }
  .home-new .circle2 {
    width: 14px;
    height: 14px;
    bottom: inherit;
    top: 150px;
    border: 2px solid #d2faba;
  }
  .home-new .circle3,
  .home-new .circle5 {
    display: none;
  }
  .home-new .circle4 {
    right: 20px;
    left: inherit;
    width: 24px;
    height: 24px;
    bottom: inherit;
    top: 30px;
    border: 1px solid rgba(255, 184, 255, 0.6);
  }
  @keyframes MoveUpDown {
    0%,
    100% {
      top: 100;
    }
    50% {
      top: 120px;
    }
  }
  @keyframes MoveLeft {
    0%,
    100% {
      right: 10px;
    }
    50% {
      right: 36px;
    }
  }
  @keyframes MoveUpDown1 {
    0%,
    100% {
      top: 120px;
    }
    50% {
      bottom: 130px;
    }
  }
  /* select exam */
  .home-new .filtered-exam-wraper .menu-container {
    max-width: 100% !important;
    padding-left: 0px;
  }
  .home-new .exam-menu-wrap {
    padding: 15px;
    max-width: 275px;
    width: 100%;
  }
  .home-new .filtered-exam-list {
    width: calc(100% - 280px);
  }
  .home-new .exam-name-box {
    max-width: 238px;
  }
  .home-new .filtered-exam-wraper {
    /*  max-height: 576px;
      overflow: scroll;*/
  }
  .home-new .filtered-exam-wraper::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
  }
  .home-new .filtered-exam-wraper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .home-new .filtered-exam-wraper::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 5px;
  }
  .home-new .select-exam {
    margin-top: 24px;
  }
  .home-new .select-exam .select-exam-heading-outer {
    margin: 0px 16px;
  }
  .home-new .exam-filter-wraper {
    display: block !important;
  }
  .home-new .select-exam-body {
    padding-left: 16px;
  }
  .home-new .exam-name-box {
    max-width: 178px;
  }
  .home-new .bottom-filtered-exam {
    padding-right: 16px;
  }
  /* product type wrapper */
  .home-new .products-type {
    margin-top: 24px;
  }
  .home-new .products-type .common-headding {
    padding: 0px 16px;
  }
  .home-new .product-type-wrapper {
    gap: 0px 12px;
    margin-top: 18px;
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-new .product-type-box {
    margin-bottom: 20px;
    max-width: 290px;
    min-width: 290px;
  }
  .home-new .product-type-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #fff;
  }
  .home-new .product-type-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .home-new .product-type-wrapper::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 5px;
  }
  /* Get Subscription */
  .home-new .get-subscription {
    margin-top: 40px;
  }
  .home-new .get-subscription .container {
    padding: 0px 16px;
  }
  .home-new .get-subscription-wrapper {
    min-height: 272px;
  }
  .home-new .get-subs-left h2 {
    max-width: 250px;
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 34px;
  }
  .home-new .what-you-get {
    max-width: 244px;
    font-size: 16px;
    line-height: 28px;
  }
  .home-new .get-subs-left:after {
    width: 602px;
    height: 694px;
  }
  .home-new .get-subs-left:before {
    width: 300px;
    height: 300px;
    bottom: -240px;
    left: -40px;
  }
  .home-new .get-subs-left {
    padding-top: 40px;
    padding-left: 30px;
  }
  .home-new .get-subs-right {
    padding-left: 10px;
  }
  .home-new .get-subs-right ul li {
    font-size: 16px;
    line-height: 33px;
  }
  .home-new img.pencil-icon {
    right: 50px;
    max-width: 40px;
  }
  .home-new img.trophy-icon {
    left: 300px;
  }
  /* Why Adda */
  .home-new .why-adda {
    margin-top: 40px;
  }
  .home-new .why-adda .container {
    padding: 0px 16px;
  }
  .home-new .course-story-body {
    max-width: 280px;
    margin-right: 15px;
  }
  .home-new .course-stody-heading {
    font-size: 21px;
  }
  .home-new .video-visual {
    height: 332px;
    width: 450px;
  }
  .home-new .course-story-box.active .course-stody-heading {
    font-size: 24px;
  }
  .home-new .course-story-phera {
    font-size: 14px;
  }
  /* testimonial*/
  .home-new .testimonial {
    margin-top: 40px;
  }
  .home-new .testimonial .custom-carousel {
    max-width: 740px !important;
    margin: 0px auto !important;
  }
  .home-new .testimonial-box {
    max-width: 29% !important;
    white-space: normal;
    padding: 0px !important;
    margin: 10px !important;
    width: 100%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08) !important;
  }
  .home-new .testimonial .my-purchase-header ~ div {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-new .testimonial .right-arrow-carousel {
    margin-right: -10px;
  }
  .home-new .testimonial .left-arrow-carousel {
    margin-left: -10px;
  }
  .home-new .testimonial-box.slick-center {
    max-width: 34% !important;
    width: 100%;
  }
  .home-new .testimonial-box.slick-center .user-name-wrap {
    width: calc(100% - 70px);
  }
  .home-new .testimonial-box.slick-center .username {
    font-size: 16px;
    line-height: 24px;
  }
  .home-new .testimonial-box.slick-center .user-img {
    width: 40px;
    height: 40px;
  }
  .home-new .testimonial-box.slick-center .user-msg {
    font-size: 16px;
  }
  .home-new .testimonial .my-purchase-header {
    padding: 0px 16px;
  }
  .home-new .testimonial .container {
    padding: 0px 16px;
  }
  .home-new .testimonial-box {
    max-width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0%);
    padding: 15px;
    height: auto !important;
  }
  .home-new .testimonial-box.active {
    max-width: 100%;
  }
  .home-new .testimonial-box.active .user-msg {
    font-size: 15px;
  }
  .home-new .user-msg-subject {
    font-size: 15px;
  }
  .home-new .username {
    font-size: 15px;
  }
  .home-new .user-img {
    width: 40px;
    height: 40px;
  }
  .home-new .user-name-wrap {
    width: calc(100% - 51px);
  }
  .home-new .testimonial-wrapper {
    margin-top: 24px;
    margin: 0px 16px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-new .testimonial-box.active {
    padding: 20px;
  }
  .home-new .testimonial-pagination {
    margin-top: 24px;
  }
  .home-new .testimonial-wrapper .slick-track {
    gap: 0px 20px !important;
  }
  .home-new .testimonial-box.slick-center {
    padding: 20px;
  }
  .home-new .testimonial .slick-dots li button {
    width: 5px;
    height: 5px;
    margin-right: 6px;
  }
  .home-new .testimonial .slick-dots li.slick-active button {
    border: 3px solid #182b49;
  }
  /* .dwn-app */
  .home-new .dwn-app {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .home-new .dwn-app .container {
    padding: 0px 16px;
  }
  .home-new .dwn-app .inputbox input[type="tel"] {
    min-width: 235px;
    min-height: 44px;
    font-size: 14px;
  }
  .home-new .dwn-app .submitbtn-dwnapp button {
    height: 48px;
    width: 98px;
  }
  .home-new .dwn-app-img img {
    max-width: 300px;
  }
  .home-new .input-number-text {
    max-width: 400px;
  }
  /* paid user */
  .home-new .continue-studyning {
    margin-top: 40px !important;
  }
  .home-new .continue-studyning .container {
    padding-left: 16px;
  }
  .home-new .paid-content-wrapper {
    gap: 0px 24px;
    flex-wrap: nowrap;
    overflow: scroll;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    margin-top: 10px;
  }
  .home-new .paid-next-prev-wrap {
    display: none;
  }
  .home-new .paid-content-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background-color: #fff;
  }
  .home-new .paid-content-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .home-new .paid-content-wrapper::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 5px;
  }
  .home-new .paid-product-box {
    min-width: auto;
    max-width: auto;
  }
  .home-new .asset-box img {
    max-width: 20px;
  }
  .home-new .coursename-paid {
    font-size: 16px;
  }
}
/* Responsive  Small DEsktop Screen Web  */
@media (min-width: 1024px) and (max-width: 1220px) {
  /* Login dropdown*/
  .login-dropdown-wrap {
    right: 16px;
  }
  .home-new .user-img {
    width: 50px;
    height: 50px;
  }
  .home-new .user-name-wrap {
    width: calc(100% - 61px);
  }
  .home-new .container {
    width: 100%;
    box-sizing: border-box;
  }
  /* banner */
  .home-new .banner-content-body {
    padding: 0px 16px;
  }
  .home-new .circle1 {
    width: 42px;
    height: 42px;
    left: 0px;
    bottom: inherit;
    top: 100px;
    border: 2px solid #d2faba;
  }
  .home-new .circle2 {
    width: 34px;
    height: 34px;
    bottom: inherit;
    top: 150px;
    border: 2px solid #d2faba;
    left: 70px;
  }
  .home-new .circle3,
  .home-new .circle5 {
    display: none;
  }
  .home-new .circle4 {
    right: 20px;
    left: inherit;
    width: 54px;
    height: 54px;
    bottom: inherit;
    top: 30px;
    border: 1px solid rgba(255, 184, 255, 0.6);
  }
  @keyframes MoveUpDown {
    0%,
    100% {
      top: 160px;
    }
    50% {
      top: 180px;
    }
  }
  @keyframes MoveLeft {
    0%,
    100% {
      right: 10px;
    }
    50% {
      right: 36px;
    }
  }
  @keyframes MoveUpDown1 {
    0%,
    100% {
      top: 120px;
    }
    50% {
      bottom: 130px;
    }
  }
  /* paid user section css */
  .home-new .continue-studyning .container {
    padding: 0px 16px;
  }
  .home-new .paid-product-box {
    max-width: 308px;
  }
  .home-new .prev-course {
    left: -14px;
  }
  .home-new .next-course {
    right: -14px;
  }
  .home-new .paid-content-wrapper {
    justify-content: center;
  }
  /* select-exam */
  .home-new .select-exam .select-exam-heading-outer {
    padding: 0px 16px;
  }
  .home-new .select-exam-body {
    padding-left: 16px;
  }
  .home-new .bottom-filtered-exam {
    padding-right: 16px;
  }
  /* products-type */
  .home-new .products-type .container {
    padding: 0px 16px;
  }
  .home-new .product-type-box {
    max-width: 300px;
  }
  /* get-subscription */
  .home-new .get-subscription .container {
    padding: 0px 16px;
  }
  /* why-adda */
  .home-new .why-adda .container {
    padding: 0px 16px;
  }
  /* .testimonial */
  .home-new .testimonial .container {
    padding: 0px 16px;
  }
  .home-new .testimonial .custom-carousel {
    max-width: 980px !important;
    margin: 0px auto !important;
  }
  .home-new .testimonial-box {
    max-width: 29% !important;
    white-space: normal;
    padding: 0px !important;
    margin: 10px !important;
    width: 100%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08) !important;
  }
  .home-new .testimonial .my-purchase-header ~ div {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-new .testimonial .right-arrow-carousel {
    margin-right: -10px;
  }
  .home-new .testimonial .left-arrow-carousel {
    margin-left: -10px;
  }
  .home-new .testimonial-box.slick-center {
    max-width: 34% !important;
    width: 100%;
  }
  .home-new .testimonial-box.slick-center .user-name-wrap {
    width: calc(100% - 80px);
  }
  .home-new .testimonial-box.slick-center .username {
    font-size: 16px;
    line-height: 24px;
  }
  .home-new .testimonial-box.slick-center .user-img {
    width: 60px;
    height: 60px;
  }
  .home-new .testimonial-box.slick-center .user-msg {
    font-size: 16px;
  }
  /* dwn-app */
  .home-new .dwn-app .container {
    padding: 0px 16px;
  }
  .home-new .paid-product-box {
    max-width: 100% !important;
  }
  .headerwrap {
    padding: 17px 16px !important;
  }
  .signin-up-wrap .dropdown {
    padding: 0px !important;
    width: auto !important;
    right: 0px !important;
  }
  .signin-up-wrap .dropdown .dropbtn {
    padding: 0px;
  }
  .home-new .continue-studyning .paid-product-box {
    max-width: 295px !important;
  }
  .home-new .continue-studyning .textcontainer {
    box-shadow: inherit;
  }
  .home-new .continue-studyning .custom-carousel {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-new .testimonial {
    padding: 0px 15px;
  }
  .home-new .testimonial-box {
    max-width: 295px !important;
  }
  div#testimonials {
    max-width: 1020px !important;
  }
}
.menu-container {
  max-width: 848px !important;
}
.custom-carousel#exammenu {
  padding: 0px;
}
.home-new .filtered-exam-list .left-arrow-carousel {
  left: -10px;
}
.home-new .filtered-exam-list .right-arrow-carousel {
  right: 10px;
}
.new-footer .container {
  max-width: 1166px;
  margin: 0px auto;
}
/* upper Seo part Gray bg css */
.footer-seo-content {
  background: #f5f5f5;
  padding: 48px 0px;
}
.footer-seo-content p {
  font-weight: 400;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 25px;
}
.footer-seo-content p:last-child {
  margin-bottom: 0px;
}
.footer-seo-content a {
  color: #1166bb;
  text-decoration: underline !important;
}
/* Dark bg footer css */
.main-footer {
  background: #1a1d21;
  box-shadow: 4.26498px 0px 38.3849px rgba(0, 0, 0, 0.05);
  padding-bottom: 60px;
}
.footer-wrapper {
  padding: 60px 0px;
  display: flex;
  justify-content: space-between;
}
.adda-address-footer {
  width: 100%;
}
.adda-address-footer .adda-footer-logo img {
  max-width: 200px;
  min-width: 200px !important;
}
.company-address {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 29px;
}
.company-mail {
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.company-mail a {
  color: #182b49;
  text-decoration: underline !important;
}
/* footer links */
.footerlinks h4 {
  color: #ee3e56;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 30px;
}
.footerlinks ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footerlinks ul li {
  padding: 6px 0;
}
.footerlinks ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #8a8a8a;
}
.footerlinks:last-child {
  margin-right: 0px;
}
.footerlinks ul li a:hover {
  color: #fff;
}
/* bootom bar */
.footer-bottom-bar {
  border-top: 1px solid #8a8a8a;
  padding-top: 24px;
  display: flex;
}
.company-copyright {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.quicklinks {
  margin-left: auto;
}
.quicklinks ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.quicklinks ul li {
  position: relative;
  padding: 0px 10px;
}
.quicklinks ul li a {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.quicklinks ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8a8a8a;
  position: absolute;
  right: 0px;
}
.quicklinks ul li:last-child::after {
  display: none;
}
.quicklinks ul li:last-child {
  padding-right: 0px;
}
.quicklinks ul li a:hover {
  color: #fff;
}
/* socail links */
.social-links-footer {
  display: flex;
  margin-top: 10px;
}
.social-links-footer .social-links {
  width: 36px;
  height: 36px;
  display: flex;
  margin-right: 20px;
}
.social-links-footer .social-links:last-child {
  margin-right: 0px;
}
a.social-links.link-in {
  background-image: url("./images/linkin-icon.svg");
  background-size: 36px;
}
a.social-links.tweet {
  background-image: url("./images/tweet-icon.svg");
  background-size: 36px;
}
a.social-links.telegram {
  background-image: url("./images/tele-icon.svg");
  background-size: 36px;
}
a.social-links.fb {
  background-image: url("./images/fb-icon.svg");
  background-size: 36px;
}
a.social-links.youtube {
  background-image: url("./images/yt-icon.svg");
  background-size: 36px;
}
a.social-links.link-in:hover {
  background-image: url("./images/linkin-icon-hover.svg");
  background-size: 36px;
}
a.social-links.tweet:hover {
  background-image: url("./images/tweet-icon-hover.svg");
  background-size: 36px;
}
a.social-links.telegram:hover {
  background-image: url("./images/tele-icon-hover.svg");
  background-size: 36px;
}
a.social-links.fb:hover {
  background-image: url("./images/fb-icon-hover.svg");
  background-size: 36px;
}
a.social-links.youtube:hover {
  background-image: url("./images/yt-icon-hover.svg");
  background-size: 36px;
}
.mobileonly {
  display: none !important;
}
.adda-footer-logo a {
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbdbdb;
  border-radius: 11px;
}
/* no result exam */
.noresult-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  max-width: 430px;
  margin: 30px auto 0px auto;
}
.no-result-icon img {
  max-width: 270px;
}
.no-rusult-heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}
.no-rusult-subheading {
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.crossicon-search {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-new .continue-studyning .left-arrow-carousel img {
  transform: rotate(-180deg);
}
.home-new .purchase-container .left-arrow-carousel img {
  transform: rotate(-180deg);
}
.home-new .continue-studyning .left-arrow-carousel {
  width: 36px;
  height: 36px;
  left: -8px;
}
.home-new .continue-studyning .right-arrow-carousel {
  background-image: none;
  z-index: 4;
  right: -8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .adda-footer-logo a {
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbdbdb;
    border-radius: 11px;
  }
  .adda-address-footer .adda-footer-logo img {
    min-width: 140px !important;
  }
  .continue-studyning .pagination-wrapper {
    display: none;
  }
  footer.new-footer {
    /* margin-top: 20px; */
  }
  /*sidebar */
  .mbl-exam-list .mb-exam-menu-btn .mb-exam-menu-logo img {
    width: 20px;
  }
  .mbl-exam-list .mb-exam-menu-btn .mb-exam-menu-logo {
    opacity: 0.4;
  }
  .mbl-exam-list.active .mb-exam-menu-btn .mb-exam-menu-logo {
    opacity: 1;
  }
  .home-new .app-text-area {
    box-shadow: 0px 23px 25px rgba(0, 0, 0, 0.05) !important;
  }
  /* no result exam */
  .no-result-icon img {
    max-width: 150px;
  }
  .noresult-found {
    padding: 0px 15px;
    max-width: 100%;
  }
  .no-rusult-heading {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .no-rusult-subheading {
    font-size: 15px;
    line-height: 24px;
  }
  .mobileonly {
    display: flex !important;
    align-items: flex-end;
  }
  .mobileonly img {
    max-width: 100%;
  }
  .footer-seo-content {
    padding: 16px 0px 16px 0px;
  }
  .new-footer .container {
    padding: 0px 16px;
  }
  .footer-wrapper {
    padding: 16px 0px 0px 0px;
    flex-wrap: wrap;
  }
  .adda-footer-logo img {
    height: 64px;
  }
  .adda-address-footer {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px;
    margin-right: 0px;
  }
  .company-address {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-top: 14px;
  }
  .company-mail {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }
  .footerlinks {
    width: 50%;
    margin-right: 0px;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  .footerlinks h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footerlinks ul li a {
    font-size: 14px;
  }
  .footer-bottom-bar {
    flex-direction: column-reverse;
    padding-top: 14px;
  }
  .quicklinks ul li a {
    font-size: 14px;
  }
  .quicklinks ul li {
    margin-bottom: 10px;
    width: 100%;
    padding-left: 0px;
  }
  .quicklinks ul li:after {
    display: none;
  }
  .quicklinks ul {
    flex-wrap: wrap;
  }
  .company-copyright {
    text-align: center;
    margin-top: 12px;
  }
  .main-footer {
    padding-bottom: 24px;
  }
  .quicklinks {
    margin-left: 0px;
  }
  /*new updated css*/
  .footer-wrap-updated {
    display: flex;
    flex-direction: column-reverse;
  }
  .adda-address-footer {
    flex-direction: column;
  }
  .mid-footer-section-wrap {
    margin-top: 16px;
    margin-bottom: 0px;
    flex-direction: column;
  }
  .footer-mid-content {
    margin-left: 0px;
    margin-top: 16px;
  }
  .mid-footer-right {
    margin-left: 0px;
    margin-bottom: 16px;
  }
  .footer-mid-content {
    margin-top: 20px;
  }
  .right-img-app {
    margin-left: 15px;
  }
  .social-links-footer {
    margin-top: 0px;
  }
  .social-text-heading {
    display: none;
  }
  .adda-address-footer {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footerlinks h4 {
    font-size: 17px;
  }
  .footer-seo-content {
    padding: 32px 0px;
  }
  .footer-seo-content .container {
    padding: 0px 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-wrapper {
    flex-wrap: wrap;
    padding: 32px 16px;
  }
  .adda-address-footer {
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-bottom-bar {
    flex-direction: column-reverse;
  }
  .quicklinks {
    width: 100%;
    margin-top: 0px;
  }
  .company-copyright {
    text-align: center;
    margin-top: 15px;
  }
  /* updated new css*/
  .footerlinks {
    width: 33%;
    margin-bottom: 16px;
  }
  .footer-wrapper {
    justify-content: flex-start;
  }
  .mid-footer-section-wrap {
    padding: 0px 15px;
  }
  .adda-address-footer {
    flex-direction: column;
  }
  .footer-mid-content {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1220px) {
  .footer-seo-content .container {
    padding: 0px 16px;
  }
  .main-footer {
    padding: 0px 16px;
  }
  .adda-address-footer {
    margin-right: 60px;
  }
  .footer-bottom-bar {
    align-items: center;
  }
}
.test-custom {
  box-shadow: none !important;
  height: unset !important;
  max-width: 100%;
}
.headerwrap .container {
  max-width: 1166px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  position: relative;
}
.main-header-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.coursemenu-active:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0px;
  top: 0px;
  content: "";
  z-index: 4;
}
/* header bg */
.headerwrap {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  padding: 17px 0px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
body.coursemenu-active {
  overflow: hidden;
}
body.coursemenu-active .headerwrap {
  background-color: #fff;
}
.headerwrap #custom-modal {
  height: 100vh;
}
/* logo */
.adda-logo {
  height: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 36px;
  padding-right: 36px;
  display: flex;
  align-items: center;
}
.adda-logo .logo-img {
  max-width: 172px;
  margin-top: 0px;
  padding-top: 0px;
}
/* all courses */
.all-course-content {
  width: 142px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #757575;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  display: flex;
  padding-left: 19px;
  background-repeat: no-repeat;
  background-position: 90% 15px;
}
.all-course-content.coursebtn-active {
  background-repeat: no-repeat;
  background-position: 90% 15px;
  border: 1px solid rgba(252, 58, 82, 0.3);
}
/* all courses */
.all-course-content:hover {
  cursor: pointer;
}
.home-new .continue-studyning .common-headding {
  padding: 0px 15px;
}
.home-new .continue-studyning .paid-product-box {
  max-width: 270px;
}
.home-new .continue-studyning .my-purchase-viewall {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 16px;
}
.home-new .continue-studyning .paid-product-box .textcontainer {
  box-shadow: inherit;
}
/* search */
.sarch-course-wrap {
  margin-left: auto;
  margin-right: 0px;
  position: relative;
}
.search-input-container {
  display: none;
  margin-right: 30px;
  position: relative;
}
.search-input-container input[type="text"] {
  min-width: 365px;
  height: 40px;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  outline: 0px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
}
.search-input-container img {
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}
/* sing signup */
.signin-up-wrap {
  margin-left: 0px;
  margin-right: 0;
}
.login-btn {
  width: 152px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 14px;
  height: 46px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: rgba(9, 0, 35, 0.8);
  margin-top: 0px;
}
.login-btn:hover {
  cursor: pointer;
}
/* DropDown css */
.dropdown-wrap {
  position: fixed;
  width: 100%;
  top: 80px;
}
.dropdown-wrap ul {
  list-style: none;
}
.dropdown-wrap .container {
  max-width: 1166px;
  margin: 0px auto;
  position: relative;
}
.allcourse-menu-list {
  position: absolute;
  top: 0px;
  background: #ffffff;
  z-index: 8;
  max-width: 100%;
  min-width: 794px;
  padding: 0px 15px;
  border-radius: 0px 0px 10px 10px;
  height: calc(100vh - 100px);
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.all-course-cat ul {
  display: flex;
  margin: 20px auto;
  text-align: center;
}
.all-course-cat ul li {
  flex: 1 1 auto;
  background-color: unset;
  width: max-content;
  margin-right: 5px;
}
.all-course-cat ul li:last-child {
  margin-right: 0px;
}
.all-course-cat ul li a {
  padding: 5px 10px;
  border-radius: 5px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
  display: inline-flex;
  border: 1px solid #fff;
}
.all-course-cat ul li a img {
  margin-right: 12px;
  opacity: 0.4;
  width: 21px;
}
.all-course-cat ul li.active a img {
  opacity: 1;
}
.all-course-cat ul li.active a {
  color: #182b49;
}
.all-course-cat ul li a:hover {
  border: 1px solid rgba(252, 58, 82, 0.3);
}
.all-course-cat ul li.active a {
  border: 1px solid rgba(252, 58, 82, 0.3);
}
.subcat-shows {
  display: flex;
  padding: 20px 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.left-side-menu-list {
  max-height: calc(100vh - 210px);
  overflow: auto;
}
.left-side-menu-list::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.left-side-menu-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.left-side-menu-list::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 5px;
}
.inner-course-display {
  max-height: calc(100vh - 190px);
  overflow: auto;
}
.inner-course-display::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.inner-course-display::-webkit-scrollbar-track {
  background-color: #fff;
}
.inner-course-display::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 5px;
}
.left-side-menu-list {
  min-width: 190px;
  max-width: 190px;
}
.left-side-menu-list ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 10px 15px 25px;
  border-radius: 10px 0px 0px 10px;
  color: #757575;
}
.left-side-menu-list ul li:hover {
  background: rgba(196, 196, 196, 0.1);
  cursor: pointer;
  color: #0e9696;
}
.inner-course-display {
  background: rgba(196, 196, 196, 0.1);
  padding: 20px;
  width: calc(100% - 190px);
  margin-left: auto;
}
.course-display-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.course-display-wrap ul li {
  width: 33.333%;
  margin-bottom: 16px;
  min-width: inherit;
}
.course-display-wrap ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 8px;
  word-break: break-word;
  display: inline-block;
}
/* sidebar */
.sidebar-active {
  height: 100vh;
  overflow: hidden !important;
}
.sidebar-active .main-header-wrap {
  position: inherit !important;
  z-index: inherit;
}
.sidebar-active .headerwrap {
  z-index: 0;
}
body.login-active .headerwrap {
  z-index: 999 !important;
}
body.sidebar-active.login-active .headerwrap {
  z-index: 999;
}
.sidebar-active::after {
  height: 100%;
  width: 100%;
  content: "";
  position: fixed;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 0;
  top: 0px;
  left: 0px;
}
.slidebar-wrap {
  max-width: 320px;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  overflow: auto;
  z-index: 100;
}
.sidebar-header {
  margin: 0px 15px;
  padding: 20px 0px;
  border-bottom: 2px solid #f6f6f6;
  display: flex;
  align-items: center;
}
.sidebar-close {
  font-size: 28px;
  margin-left: auto;
}
.mb-menu-wrap {
  padding: 0px 15px;
}
.mb-exam-inner ul {
  margin-left: 30px;
  list-style: none;
}
.mb-exam-inner ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.mb-exam-inner ul li::after {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #757575;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2.5px;
}
.mb-exam-inner ul li a {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.mb-exam-inner {
  display: none;
}
.mbl-exam-list.active .mb-exam-inner {
  display: block;
}
.mb-exam-menu-btn {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.mb-exam-menu-btn .mb-exam-menu-logo {
  margin-right: 14px;
}
.mbl-exam-list {
  margin-top: 20px;
  cursor: pointer;
}
.mb-exam-menu-btn::after {
  display: none;
  background-image: url("./images/mb-menu-arrow.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-90deg);
}
.slidebar-wrap .mb-exam-menu-btn {
  margin-bottom: 0px;
}
.slidebar-wrap .mb-menu-wrap .accordion__title {
  font-size: 16px;
  text-transform: capitalize;
}
.slidebar-wrap .mb-menu-wrap .accordion__child {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  padding: 0px;
  padding-left: 15px;
  margin-top: 10px;
  text-transform: capitalize;
}
.slidebar-wrap .mb-menu-wrap .accordion__child::after {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #757575;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2.5px;
}
.slidebar-wrap .mb-menu-wrap .accordion__child:hover {
  color: #35a5b2 !important;
}
.slidebar-wrap .mb-menu-wrap .accordion__content {
  margin-left: 30px;
}
.mbl-exam-list.active {
  background-color: transparent !important;
  color: #f65456;
}
.mbl-exam-list.active button.accordion.new_accordion {
  background-color: transparent !important;
  color: #f65456;
}
.mb-menu-wrap .new_accordion {
  margin-bottom: 0px;
}
.mbl-exam-list.active .mb-exam-menu-btn::after {
  transform: rotate(0deg);
}
.otherlinks {
  background: #f6f6f6;
  padding: 0px;
  margin-top: 13px;
}
.otherlinks .mypurchangelink .mb-exam-menu-btn {
  padding: 15px 15px 0px 15px;
}
.otherlinks .mypurchangelink .accordion__content {
  padding: 0px 15px 0px 15px;
  margin-bottom: 13px;
}
.otherlinks .mypurchangelink .bar-item.button {
  padding: 0px 15px 13px 15px !important;
}
.mypurchangelink .accordion__title {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 15px;
  cursor: pointer;
}
.mypurchangelink .accordion__content {
  padding: 0px;
  background-color: transparent;
  margin-left: 30px;
}
.mypurchangelink .accordion__content .accordion__child {
  position: relative;
  padding: 0px;
  padding-left: 15px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background-color: transparent !important;
  margin-bottom: 10px;
  cursor: pointer;
}
.mypurchangelink .accordion__content .accordion__child:hover {
  color: #35a5b2 !important;
}
.mypurchangelink .accordion__content .accordion__child::after {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #757575;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2.5px;
}
.mypurchangelink .bar-item.button {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  display: flex;
  clear: both;
  margin-bottom: 15px;
  padding: 0px !important;
  margin-left: 0px !important;
  border-top: 0px !important;
}
.mypurchangelink .bar-item.button.sidebar-logout {
  margin-bottom: 0px;
}
.mypurchangelink .bar-item.button:hover {
  background-color: transparent !important;
  color: #35a5b2 !important;
}
.slidebar-social {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px 15px;
}
.slidebar-social .socail-heading {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}
.slidebar-social a {
  margin-right: 8px;
}
.sidebar-user-detail {
  display: flex;
}
.sidebar-userpic {
  width: 40px;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 100%;
  margin-right: 10px;
}
.sidebar-userpic img {
  height: 100%;
}
.sidebar-user-email {
  width: calc(100% - 0px);
  word-break: break-all;
}
.user-detail-wrap {
  width: calc(100% - 50px);
}
.hemburger-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sidebar.animate-left.white.bar-block ~ .overlay {
    background-color: transparent;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .headerwrap .signin-up-wrap ~ .only-mobile {
    cursor: pointer;
    right: 0px !important;
    top: 0px !important;
    position: relative !important;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .headerwrap .autosuggestion-container {
    left: 0px;
    top: 80px;
  }
  .slidebar-wrap.active {
    display: block;
  }
  .new_accordion {
    width: 100%;
    padding: 0px;
    background: transparent !important;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .dropdown-wrap {
    display: none;
  }
  .all-course-wrap {
    display: none;
  }
  .signin-up-wrap {
    display: none;
  }
  .headerwrap {
    padding: 7px 15px;
    min-height: auto;
  }
  .adda-logo {
    height: 35px;
    margin-right: auto !important;
    padding-right: 0px !important;
    margin-left: auto !important;
    border-right: 0px !important;
  }
  .search-input-container input[type="text"] {
    position: fixed;
    top: 49px;
    border-radius: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    background-image: url("/images/icon-search.svg");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
    padding-left: 40px;
    padding-right: 18px;
    max-width: 100%;
    min-width: 100%;
  }
  input#searchBar.desktop {
    display: none;
  }
  .search-input-container img {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .search-input-container {
    margin-right: 0px;
  }
  .hemburger-mobile {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .icons-hemb {
    display: flex;
    cursor: pointer;
  }
  body.hemb-active::after {
    content: "";
    background: rgba(252, 252, 252, 0.5);
    box-shadow: 0px -13px 24px -7px rgb(0 0 0%), 0px 24px 40px -11px rgb(0 0 0%);
    backdrop-filter: blur(15px);
    z-index: 9;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-new .continue-studyning .paid-product-box {
    min-width: 270px;
  }
  .headerwrap {
    padding: 17px 15px;
  }
  .search-input-container input[type="text"] {
    min-width: 230px;
  }
  .adda-logo {
    margin-right: 16px;
    padding-right: 16px;
  }
  .search-input-container {
    margin-right: 8px;
    margin-left: 8px;
  }
  .home-new .banner-punch-line {
    margin-bottom: 25px;
  }
  .dropdown-wrap .container {
    width: calc(100% - 32px);
  }
  .inner-course-display {
    padding: 10px;
  }
  .subcat-shows {
    padding: 10px 0px;
  }
  .all-course-cat ul {
    margin: 10px 0px;
  }
  .home-new .testimonial .paid-product-box {
    height: auto !important;
  }
  .home-new .testimonial .paid-product-box a {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .home-new .testimonial .carousel-container {
    padding: 0px 15px !important;
    max-width: 1000px !important;
  }
  .home-new .testimonial .paid-product-box a .paid-content-wrap {
    padding: 10px !important;
    min-height: 420px !important;
  }
  .home-new .testimonial .right-arrow {
    right: 0px;
  }
  .home-new .testimonial .left-arrow {
    left: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1270px) {
  .dropdown-wrap .container {
    width: calc(100% - 32px);
  }
  .inner-course-display {
    padding: 10px;
  }
  .subcat-shows {
    padding: 10px 0px;
  }
  .all-course-cat ul {
    margin: 10px 0px;
  }
  .home-new .continue-studyning .paid-product-box {
    min-width: 270px;
  }
  .home-new .testimonial .right-arrow {
    right: 0px;
  }
  .home-new .testimonial .left-arrow {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .search-input-container.onlyDesktop {
    display: block;
  }
}
.recentlyaddedcontainer .purchaseImageOverlay {
  position: absolute;
  width: 270px;
  height: 172px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 4px;
}
.recentlyaddedcontainer .purchaseImage .purchaseImageBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
li.slick-active {
  position: absolute !important;
}
.mbl-exam-list.close .accordion__icon {
  transform: unset;
}
.mbl-exam-list.active .accordion__icon {
  transform: rotate(90deg);
}
.mbl-exam-list.close .accordion__content {
  height: 0px;
}
.mbl-exam-list.active .accordion__content {
  height: max-content;
}
.examCoveredSection .sectionComponent .examIconContainer .examIcon {
  word-break: break-all;
}
.examCoveredSection .sectionComponent .sectionBody {
  padding-right: 0px !important;
}
.examCoveredSection .sectionComponent .examIconContainer {
  display: flex !important;
  flex-wrap: wrap !important;
}
.examCoveredSection .sectionComponent .examIconContainer .examIcon {
  display: flex !important;
  flex-wrap: wrap !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  justify-content: flex-start !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  div#fc_frame {
    bottom: 50px !important;
    right: 0px !important;
  }
  div#fc_frame.fc_frame.fc-widget-small {
    bottom: 50px !important;
    right: 0px !important;
  }
  .examCoveredSection .sectionComponent .sectionBody {
    padding-right: 0px !important;
  }
  .examCoveredSection .sectionComponent .examIconContainer {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .examCoveredSection .sectionComponent .examIconContainer .examIcon {
    display: flex !important;
    flex-wrap: wrap !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    justify-content: flex-start !important;
  }
}
/* Shimmer */
:root {
  --loading-grey: #efefef;
}
.exam-menu-wrap.loading {
  width: 100%;
}
.loading .examm-menu-list {
  background-color: var(--loading-grey);
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
}
.loading .exam-img {
  background-color: var(--loading-grey);
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}
/* .loading .exam-name-box::after {
  clip-path: polygon(100% 0, 100% 0, 100% 41%, 100% 100%, 0 100%, 0 21%);
  width: 158px;
  height: 145px;
  background-image: none;
  left: 0px;
  padding: 1px;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(--loading-grey);
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
} */
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
.loading .examm-menu-list .examOuter {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .loading .examm-menu-list {
    min-width: 60px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .loading .examm-menu-list .examOuter {
    display: block;
    margin-top: 50px;
    box-shadow: inherit;
  }
  .loading .exam-for-inner {
    box-shadow: inherit;
    background-color: var(--loading-grey);
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 60%
      )
      var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
  }
  .loading .exam-name-box::after {
    width: 92px;
    height: 95px;
    margin-top: 15px;
  }
  .testimonial .carousel-wrapper {
    max-width: 500px;
    margin: 0px auto;
  }
  .home-new .testimonial .right-arrow {
    right: 0px;
  }
  .home-new .testimonial .left-arrow {
    left: 0px;
  }
  .home-new .testimonial .paid-product-box {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border: 0px !important;
    box-shadow: inherit !important;
  }
  .home-new .testimonial .paid-product-box a {
    padding: 15px 18px;
    border-radius: 6px;
    border: 1px solid #f3f3f3;
  }
}
.dot-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
  transition: all ease-in-out;
  transition-duration: 200ms;
}
.dot-wrapper .dot {
  height: 12px;
  width: 12px;
  margin: 0px 10px;
  border-radius: 50%;
  background-color: rgba(255, 192, 203, 0.822);
}
.dot-wrapper .active-dot {
  height: 18px;
  width: 18px;
  border: 4px solid #182b49;
  background-color: #fff;
}
.carousel-card {
  height: unset;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgb(0 0 0%);
  border-radius: 16px;
  margin-top: 21px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: 11px;
  max-width: 200px;
  height: 380px;
  justify-content: center;
  margin: auto 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home-new .testimonial .paid-product-box {
    max-width: 92%;
    min-width: 92%;
    /* margin-left: 10px; */
    margin-right: 15px;
    left: -10px;
    position: relative;
    border: 1px solid #f3f3f3;
  }
}
@media only screen and (min-width: 768px) {
  .home-new .testimonial-box.slick-center {
    background: #ffffff;
    box-shadow: 0px 0px 21.6194px rgb(0 0 0%);
    padding: 40px 23px;
    border-radius: 12.9717px;
    max-width: 380px !important;
    height: 450px !important;
    width: 100%;
    margin: 10px 5px !important;
  }
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
}
.scholarship-main {
  padding-top: 80px;
}
.sch-banner-wrapper .container,
.sch-main-body-wrap .container {
  max-width: 1166px;
  margin: 0px auto;
  width: 100%;
}
/* Banner CSS */
.sch-banner-wrapper {
  background-color: #fff;
  background-image: url("/images/schl-banner-left-top.svg");
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  background-size: 400px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sch-banner-wrapper::after {
  content: "";
  background-image: url("/images/schl-banner-right-bottom.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 500px;
  width: 716px;
  background-position: right bottom;
}
.sch-banner-wrapper::before {
  content: "";
  background-image: url("/images/banner-right-bttom-img.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-position: right bottom;
  width: 450px;
  height: 370px;
  background-size: contain;
}
.sch-banner-wrapper .container {
  position: relative;
  z-index: 2;
}
.sch-banner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sch-banner-content h1 {
  color: #182b49;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  padding-top: 40px;
}
.banner-phera {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 30px;
  max-width: 620px;
  text-align: center;
  word-wrap: break-word;
}
.banner-btn a {
  width: 230px;
  height: 48px;
  color: #fff;
  background-color: #182b49;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  text-decoration: none;
  margin-top: 30px;
  cursor: pointer;
}
/* banner calender css */
.banner-cal-wrap {
  width: 165px;
  position: relative;
  margin-left: 60px;
  margin-top: 40px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  top: 10px;
}
.banner-cal-wrap::after {
  content: "";
  position: absolute;
  left: 40px;
  top: -10px;
  width: 8px;
  height: 20px;
  border-radius: 8px;
  background: #9cd8df;
}
.banner-cal-wrap::before {
  content: "";
  position: absolute;
  right: 40px;
  top: -10px;
  width: 8px;
  height: 20px;
  border-radius: 8px;
  background: #9cd8df;
}
.banner-cal-wrap .banner-cal-inner {
  background-color: #f1ffff;
  width: 165px;
  height: 146px;
  border-radius: 5px;
  overflow: hidden;
}
.banner-cal-header {
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  background: #9cd8df;
  color: #004f58;
  text-align: center;
  padding: 3px 0px;
}
.banner-cal-date-wrap {
  padding: 10px;
  margin-top: 4px;
}
.banner-cal-date sup {
  font-size: 16px;
}
.banner-cal-day,
.banner-cal-date {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
.banner-cal-tile {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.banner-cal-tile::after {
  content: "";
  height: 3px;
  width: 40px;
  background: #9cd8df;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -10px;
}
/* middle content css */
.sch-main-body-wrap {
  padding-top: 60px;
  display: flex;
}
.reward-and-time-wrap {
  display: flex;
}
/* reward card */
.sch-reward-card {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 1px solid #428f98;
  max-width: 560px;
  margin-left: 0px;
  width: 100%;
  height: 200px;
  display: flex;
  padding: 15px 30px 15px 20px;
  box-sizing: border-box;
  align-items: center;
}
.sch-reward-card-img {
  margin-right: 20px;
}
.sch-reward-card-img img {
  max-width: 150px;
}
.sch-reward-heading {
  font-weight: 700;
  font-size: 20px;
  color: #182b49;
  line-height: 29px;
  margin-bottom: 12px;
}
.sch-reward-card ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-right: 30px;
}
.sch-reward-card ul li {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  word-break: break-all;
}
.sch-reward-card ul li span {
  font-weight: 700;
}
.sch-reward-card ul li::after {
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
}
/* time watch card */
.sch-time-card {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 1px solid #428f98;
  max-width: 560px;
  margin-left: auto;
  width: 100%;
  height: 200px;
  display: flex;
  padding: 15px 30px 15px 20px;
  box-sizing: border-box;
  align-items: center;
}
.time-watch-img {
  margin-right: 20px;
}
.sch-time-contnt .row-time-table {
  display: flex;
  margin-bottom: 15px;
}
.left-side-time-content {
  width: 165px;
  margin-right: 20px;
  align-items: flex-start;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.left-side-time-content span {
  margin-left: 10px;
}
.right-side-time-content {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  position: relative;
  padding-left: 10px;
}
.right-side-time-content::after {
  content: ":";
  position: absolute;
  left: 0px;
  top: 0px;
}
/*test-guidelines-wrap */
.test-guidelines-wrap {
  margin-top: 60px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 30px;
}
.test-guide-heading {
  font-weight: 700;
  font-size: 20px;
  color: #182b49;
  line-height: 29px;
}
.progress__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  margin-bottom: 6px;
  padding-top: 10px;
}
.progress__info {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  opacity: 0.7;
}
.test-guidelines-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.test-guidelines-wrap:after {
  background-image: url(/images/test-guide-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250px;
  opacity: 0.2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  right: 0px;
  z-index: 0;
}
.test-guide-content {
  z-index: 1;
  width: calc(100% - 250px);
}
.progress {
  position: relative;
  list-style: none;
  margin-top: 30px;
}
.progress__item {
  position: relative;
  counter-increment: list;
  padding-left: 80px;
  padding-bottom: 40px;
}
.progress__item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 40px;
  height: 60%;
  width: 1px;
  border-left: 1px dashed #182b49;
  opacity: 0.4;
}
.progress__item::after {
  content: counter(list);
  position: absolute;
  top: 0;
  left: 0px;
  color: #9cd8df;
  text-align: center;
  border: 1px solid #f2f2f2;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 32px 41px rgba(0, 0, 0, 0.13);
  font-size: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress__item:last-child {
  padding-bottom: 10px;
}
.progress__item:last-child::before {
  border: none;
}
/* faq-wrap*/
.faq-wrap {
  margin-top: 60px;
}
.faq-heading {
  font-weight: 700;
  font-size: 20px;
  color: #182b49;
  line-height: 29px;
}
.faq-wrap #basicAccordion {
  margin-top: 30px;
  background: #ebf7f9;
  border-radius: 20px;
  padding: 60px;
}
.accordion-item-sch {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  background-color: #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 14px;
  box-shadow: 0px 6px 16px rgba(156, 216, 223, 0.53);
  margin-bottom: 20px;
}
.accordion-item-sch.open .accordion-header-sch {
  background-image: url("/images/schl-faq-open.svg");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding: 20px 0px;
  background-size: 40px;
  word-break: break-all;
  padding-right: 60px;
}
.accordion-item-sch.close .accordion-header-sch {
  background-image: url("/images/schl-faq-close.svg");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding: 20px 0px;
  background-size: 50px;
  word-break: break-all;
  padding-right: 60px;
}
.accordion-body-sch {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  padding-bottom: 20px;
}
.accordion-body-sch p {
  word-break: break-all;
  padding-right: 10px;
}
ul.slick-dots {
  display: none;
}
.close .accordion-body-sch {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}
.open .accordionItemContent-sch {
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}
.accordion-header-sch {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.accordion-body-sch {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6f6c90;
  width: calc(100% - 50px);
}
/* web register bottom */
.sch-register-wrap {
  margin-top: 60px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 20px;
}
.sch-register-img {
  margin-left: 60px;
  margin-right: 50px;
}
.sch-register-img img {
  max-height: 270px;
}
.sch-register-content {
  margin-left: auto;
  width: 100%;
  text-align: center;
}
.sch-register-heading {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  margin-bottom: 16px;
}
.sch-register-phera {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
}
.sch-register-btn a {
  width: 230px;
  height: 48px;
  color: #fff;
  background-color: #182b49;
  display: flex;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  text-decoration: none;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sch-register-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sch-notfound-wrap {
  width: 100%;
  padding-top: 20px;
}
.sch-notfound-wrap .container {
  max-width: 1166px;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.sch-notfound-img img {
  max-width: 100%;
}
.notfound-topheading {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 15px;
}
.notfound-error {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
}
.notfound-msg {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.notfount-btn {
  margin-top: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  cursor: pointer;
}
.notfount-btn a {
  background: #ff647c;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  width: 185px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.notfount-btn a:hover {
  background-color: #182b49;
}
.accordion-item-sch:last-child {
  margin-bottom: 0px;
}
.accordion-item.close {
  border: 2px solid #fff;
}
.accordion-item-sch.open {
  border: 2px solid #9cd8df;
}
@media (min-width: 100px) and (max-width: 767px) {
  .scholarship-main {
    padding-top: 50px;
  }
  .sch-banner-wrapper .container,
  .sch-main-body-wrap .container {
    max-width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  /*banner*/
  .sch-banner-wrapper {
    background-image: none;
    min-height: 420px;
    padding-bottom: 160px;
  }
  .sch-banner-wrapper::after {
    height: 292px;
    width: 100%;
    background-size: contain;
  }
  .sch-banner-wrapper::before {
    width: 200px;
    height: 170px;
    bottom: 72px;
  }
  .sch-banner-content h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
    padding-top: 24px;
  }
  .banner-phera {
    padding: 0px 15px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    width: 350px;
  }
  .banner-btn {
    display: none;
    cursor: pointer;
  }
  /* calender banner*/
  .banner-cal-wrap {
    width: 100px;
    margin-left: 0px;
  }
  .banner-cal-wrap .banner-cal-inner {
    width: 100px;
    height: 90px;
  }
  .banner-cal-header {
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
  }
  .banner-cal-day,
  .banner-cal-date {
    font-size: 16px;
    line-height: 16px;
  }
  .banner-cal-date sup {
    font-size: 12px;
  }
  .banner-cal-date-wrap {
    padding: 4px;
  }
  .banner-cal-tile {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
  }
  .banner-cal-tile::after {
    height: 2px;
    width: 24px;
    margin-left: -10px;
    bottom: -7px;
  }
  .banner-cal-wrap::after {
    width: 4px;
    height: 10px;
    left: 20px;
  }
  .banner-cal-wrap::before {
    width: 4px;
    height: 10px;
    right: 20px;
  }
  /* body content css*/
  .sch-main-body-wrap {
    padding-top: 0px;
    margin-top: -72px;
    position: relative;
    z-index: 2;
  }
  /* two section reward and time section */
  .reward-and-time-wrap {
    flex-direction: column;
  }
  .sch-reward-card {
    height: auto;
    padding: 16px;
    margin-bottom: 16px;
  }
  .sch-reward-card ul {
    padding-right: 0px;
  }
  .sch-reward-heading {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .sch-reward-card ul li {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.02em;
  }
  .sch-reward-card ul li::after {
    top: 6px;
  }
  /*----> reward <--- */
  .sch-reward-card {
    max-width: 100%;
    background-image: url("/images/sch-reward-iconmbl.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    height: auto;
  }
  .sch-reward-card-img {
    display: none;
  }
  /* ---> time watch card */
  .sch-time-card {
    padding: 16px;
    border: 1px solid #428f98;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .sch-time-contnt .row-time-table {
    margin-bottom: 8px;
    align-items: flex-start;
  }
  .left-side-time-content {
    font-size: 11px;
    line-height: 18px;
    width: 105px;
    margin-right: 0px;
    min-width: 114px;
  }
  .right-side-time-content {
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    padding-left: 5px;
    margin-left: 1px;
  }
  .time-watch-img {
    margin-right: 10px;
  }
  .time-watch-img img {
    max-width: 40px;
  }
  .left-side-time-content span {
    margin-left: 5px;
  }
  .left-side-time-content span img {
    width: 15px;
  }
  .sch-time-contnt .row-time-table:last-child {
    margin-bottom: 0px;
  }
  /*.test-guidelines-wrap */
  .test-guidelines-wrap {
    margin-top: 16px;
    padding: 16px;
    background-color: white;
    margin-bottom: 15px;
  }
  .test-guidelines-wrap:after {
    display: none;
  }
  .test-guide-content {
    width: 100%;
  }
  .test-guide-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .progress {
    margin-top: 12px;
  }
  .progress__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding-top: 0px;
  }
  .progress__info {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .progress__item {
    padding-bottom: 16px;
    padding-left: 40px;
  }
  .progress__item::after {
    width: 28px;
    height: 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  .progress__item::before {
    left: 14px;
    top: 32px;
  }
  /* faq */
  .faq-wrap {
    margin-top: 16px;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0px 0px 8px #e0e0e0c7;
    margin-bottom: 15px;
  }
  .faq-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .faq-wrap #basicAccordion {
    margin-top: 15px;
    padding: 24px 12px;
    flex-direction: column;
  }
  .accordion-item-sch {
    margin-bottom: 15px;
    padding: 5px 12px 5px 12px;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 6px;
  }
  .accordion-item-sch:last-child {
    margin-bottom: 0px;
  }
  .accordion-item.close {
    border: 2px solid #fff;
  }
  .accordion-item-sch.open {
    border: 2px solid #9cd8df;
  }
  .accordion-item-sch.open .accordion-header-sch {
    background-size: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0px;
    padding-right: 30px;
  }
  .accordion-item-sch.close .accordion-header-sch {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    background-size: 40px;
    padding: 10px 30px 10px 0px;
    background-position: 103%;
  }
  .accordion-body-sch {
    font-size: 12px;
    line-height: 14px;
    width: calc(100% - 20px);
    padding-bottom: 10px;
  }
  /*register bottom */
  .sch-register-wrap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* banner*/
  .sch-banner-wrapper {
    background-image: none;
  }
  .sch-main-body-wrap {
    padding-top: 30px;
  }
  .sch-banner-wrapper .container,
  .sch-main-body-wrap .container {
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .sch-banner-wrapper::after {
    background-size: 440px;
  }
  .reward-and-time-wrap {
    flex-direction: column;
    align-items: center;
  }
  .sch-time-card {
    align-items: center;
    float: inherit;
    margin: 0px auto;
  }
  .sch-reward-card {
    margin-bottom: 20px;
  }
  .sch-register-img img {
    max-height: 190px;
  }
  .sch-register-heading {
    font-size: 30px;
  }
  .sch-register-phera {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1166px) {
  /* banner*/
  .sch-main-body-wrap {
    padding-top: 30px;
  }
  .sch-banner-wrapper .container,
  .sch-main-body-wrap .container {
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .sch-time-card {
    max-width: 48%;
  }
  .sch-reward-card {
    max-width: 48%;
  }
  .time-watch-img {
    margin-right: 10px;
  }
  .time-watch-img img {
    max-width: 90px;
  }
  .sch-reward-card-img img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .fixed-register-btn {
    display: none;
  }
  .sch-register-wrap {
    margin-bottom: 60px;
  }
  .scholarship-main .spinner-listing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-register-btn {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0px;
    z-index: 2;
  }
  .fixed-register-btn a,
  .fixed-register-btn a:focus {
    height: 40px;
    width: 100%;
    background: #ff647c;
    border-radius: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .sch-content-top-wrap {
    padding-bottom: 0px;
  }
}
.hoveroverme {
  position: relative;
}
.hoveroverme i {
  visibility: hidden;
  width: 200px;
  background-color: #50a3a2;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px 10px 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
}
.hoveroverme i::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #50a3a2 transparent transparent transparent;
}
.hoveroverme:hover i {
  visibility: visible;
}
@media only screen and (max-width: 500px) {
  .hoveroverme i {
    width: 150px;
    margin-left: -75px;
    font-size: 13px;
  }
}
.scholarship-main-android {
  padding-top: 0px;
}
.fc_widget-android {
  display: none;
}
.d-hotline-android {
  display: none !important;
}
.getsitecontrolWidgetAndroid {
  display: none;
}
/* Dark Mode */
.scholarship-main.mblDark {
  background: #202026;
}
.mblDark .sch-banner-wrapper {
  background: #202026;
}
.mblDark .sch-main-body-wrap {
  margin-top: -88px;
}
.mblDark .sch-reward-card {
  background: #202026;
  border: 1px solid #252527;
  box-sizing: border-box;
}
.mblDark .sch-time-card {
  background: #202026;
  border: 1px solid #252527;
  box-sizing: border-box;
}
.mblDark .test-guidelines-wrap {
  background: #202026;
  border: 1px solid #252527;
  box-sizing: border-box;
}
.mblDark .faq-wrap #basicAccordion {
  background: rgba(53, 165, 178, 0.3);
}
.mblDark .accordion-item-sch {
  background: #202026;
  box-sizing: border-box;
}
.mblDark .fixed-register-btn {
  background: #28282d;
}
.mblDark .banner-phera {
  color: #fff;
}
.mblDark .sch-banner-wrapper::after {
  opacity: 0.4;
}
.mblDark .sch-reward-card ul li::after {
  background-color: #fff;
}
.mblDark .sch-reward-card ul li {
  color: #fff;
}
.mblDark .left-side-time-content {
  color: #cccccc;
}
.mblDark .right-side-time-content {
  color: #fff;
}
.mblDark .progress__item::after {
  background: #25252a;
  border: 1px solid #25252a;
}
.mblDark .progress__title {
  color: #fff;
}
.mblDark .progress__info {
  color: #fff;
}
.mblDark .accordion-item-sch.open .accordion-header-sch {
  color: #fff;
}
.mblDark .accordion-header-sch {
  color: #fff;
}
.mblDark .accordion-body-sch {
  color: #fff;
}
.mblDark .accordion-item-sch.close .accordion-header-sch {
  background-position: 102%;
  background-image: url(/images/schl-faq-closembl-dark.svg);
}
.mblDark .left-side-time-content span img {
  width: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.mblDark .accordion-item-sch.open .accordion-header-sch {
  background-size: 21px;
}
.scholarship-main .loader-containerr {
  margin: auto;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scholarship-main .spinner-listingg {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
}
/* new design implimetaion*/
@media only screen and (max-width: 767px) {
  .isOnlyWeb {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .isOnlyMweb {
    display: none;
  }
  .sch-banner-wrapper {
    min-height: 550px;
    background-size: 450px;
  }
  .sch-banner-wrapper::before {
    display: none;
  }
  .sch-banner-content {
    padding-top: 75px;
    flex-direction: row;
  }
  .sch-banner-content .sch-baner-left {
    max-width: 520px;
    width: 100%;
    padding: 0px 0px;
  }
  .sch-banner-content .sch-baner-left .banner-btn {
    margin-top: 25px;
  }
  .sch-banner-content .sch-baner-left .banner-btn a {
    margin: 0px auto;
    width: 364px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .sch-banner-content .sch-banner-right {
    max-width: calc(100% - 520px);
    margin-left: auto;
    display: flex;
    flex: 0 0;
  }
  .sch-right-leftBox .sch-reward-card {
    margin-top: auto;
    text-align: left;
  }
  .sch-right-rightBox {
    margin-left: 30px;
  }
  .rightTestDuration {
    height: 100%;
  }
  .sch-right-leftBox .banner-cal-day {
    font-size: 26px;
    line-height: 26px;
  }
  .sch-right-leftBox .sch-reward-card {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 16px 16px;
    border: 0px;
    border-top: 4px solid #77a8ad;
    background-image: url("/images/get-reward-bg-light.svg");
    background-repeat: no-repeat;
    background-position: right top;
    height: auto;
    justify-content: left;
  }
  .sch-right-rightBox .sch-time-card {
    height: auto;
    max-width: 287px;
    height: 100%;
  }
  .rightTestGuideLine {
    min-width: 364px;
  }
  .rightTestGuideLine .test-guide-content {
    max-width: 100%;
    width: 100%;
  }
  .rightTestGuideLine .test-guidelines-wrap:after {
    display: none;
  }
  .rightTestGuideLine .test-guidelines-wrap {
    padding: 13px 12px;
    margin-top: 0px;
    background-color: #fff;
    border-top: 4px solid #77a8ad;
    border-radius: 0px 0px 12px 12px;
  }
  .rightTestGuideLine .progress__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-top: 0px;
  }
  .rightTestGuideLine .progress__item::before {
    display: none;
  }
  .rightTestGuideLine .progress__item {
    padding-bottom: 20px;
    padding-left: 64px;
  }
  .rightTestGuideLine .progress__info {
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
  }
  .rightTestGuideLine .test-guide-heading {
    font-size: 24px;
    line-height: 29px;
  }
  .rightTestGuideLine .progress {
    margin-top: 15px;
  }
  .sch-right-leftBox .leftTestDuration .sch-time-card .time-watch-img {
    display: none;
  }
  .sch-right-leftBox .leftTestDuration .sch-time-card {
    min-width: 286px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 16px 16px;
    border-top: 4px solid #77a8ad;
    background: #fff;
    padding: 20px 10px 10px 10px;
    margin-top: 20px;
  }
  .sch-right-leftBox .banner-cal-inner {
    margin-bottom: 30px;
  }
  .sch-right-leftBox .sch-reward-contnt {
    height: 160px;
  }
  .pheraDateBox {
    margin-top: 25px;
  }
  .pheraDateBox .banner-cal-inner {
    max-width: 170px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.24) 26.28%,
      #77a8ad 176.92%
    );
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 16px 16px;
    margin: 0px auto 0px auto;
  }
  .pheraDateBox .banner-cal-header {
    font-size: 15px;
    line-height: 20px;
    padding: 2px 0px;
  }
  .pheraDateBox .banner-cal-date {
    font-size: 18px;
    line-height: 14px;
    margin-right: 3px;
  }
  .pheraDateBox .banner-cal-day {
    font-size: 14px;
    line-height: 14px;
  }
  .pheraDateBox .bannercal-date-day {
    display: flex;
    justify-content: center;
  }
  .pheraDateBox .banner-cal-date sup {
    font-size: 10px;
  }
  .pheraDateBox .banner-cal-tile {
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px;
  }
  .scholarship-main .sch-banner-content h1 {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 32px;
    line-height: 48px;
  }
  .sch-banner-content .sch-baner-left .banner-btn.registedbtn a {
    background: rgba(216, 218, 228, 0.9);
  }
  .sch-banner-content .sch-baner-left .banner-btn.registedbtn {
    position: relative;
  }
  .sch-banner-content .sch-baner-left .banner-btn.registedbtn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: red;
    height: 100%;
    width: 100%;
  }
  .seen-all-test-btn {
    margin-top: 15px;
    text-align: center;
  }
  .seen-all-test-btn a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #182b49;
  }
  .banner-phera {
    font-size: 16px;
    line-height: 24px;
    max-width: 520px;
  }
  .banner-cal-wrap {
    width: auto;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: inherit;
    border-radius: 0px;
    top: 0px;
  }
  .banner-cal-wrap::after {
    display: none;
  }
  .banner-cal-wrap::before {
    display: none;
  }
  .banner-cal-wrap .banner-cal-inner {
    background-color: #f1ffff;
    width: 328px;
    height: 160px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.24) 26.28%,
      #77a8ad 176.92%
    );
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
  }
  .banner-cal-header {
    background: rgba(119, 168, 173, 0.6);
    color: #fff;
    text-align: center;
    padding: 5px 0px;
  }
  .banner-cal-tile {
    color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    text-align: center;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
  .banner-cal-tile::after {
    display: none;
  }
  .sch-main-body-wrap .container {
    max-width: 966px !important;
  }
  .sch-right-rightBox .sch-time-card {
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    border-top: 2px solid #77a8ad;
    min-width: 287px !important;
    margin-left: auto;
    width: 100%;
    display: flex;
    padding: 20px 12px 20px 12px;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .sch-right-rightBox .sch-time-card:after {
    background-image: url("/images/get-time-clnd-top.svg");
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 23px;
    margin-top: -5px;
    content: "";
    position: absolute;
    top: 0px;
  }
  .sch-banner-right .sch-time-card .time-watch-img {
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .sch-banner-right .left-side-time-content {
    font-weight: 400;
    margin-right: 18px;
    font-size: 16px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    width: 96px;
  }
  .sch-banner-right .right-side-time-content {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }
  .sch-time-contnt .row-time-table {
    margin-bottom: 20px;
  }
  .sch-time-contnt .row-time-table:last-child {
    margin-bottom: 0px;
  }
  .test-guidelines-wrap {
    margin-top: 0px;
    padding: 20px 30px 30px 48px;
    margin-top: 60px;
  }
  .test-guide-heading {
    font-weight: 900;
  }
  .progress__title {
    font-size: 24px;
    line-height: 30px;
  }
  .progress__info {
    font-size: 20px;
  }
  .test-guidelines-wrap:after {
    background-size: 280px;
  }
  .faq-wrap {
    margin-top: 0px;
  }
  .faq-heading {
    font-weight: 800;
    font-size: 24px;
    line-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sch-banner-content {
    flex-direction: column;
  }
  .sch-banner-content .sch-banner-right {
    width: 100%;
    max-width: 768px;
    margin-top: 15px;
    margin-left: 0px;
  }
  .sch-right-leftBox .sch-reward-card {
    width: 328px;
  }
  .sch-banner-wrapper {
    padding-bottom: 20px;
  }
  .sch-right-rightBox .sch-time-card {
    min-width: 364px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1166px) {
  .sch-banner-content {
    flex-direction: column;
  }
  .sch-banner-content .sch-banner-right {
    width: 100%;
    max-width: 768px;
    margin-top: 15px;
    margin-left: 0px;
  }
  .sch-right-leftBox .sch-reward-card {
    width: 328px;
  }
  .sch-banner-wrapper {
    padding-bottom: 20px;
  }
  .sch-right-rightBox .sch-time-card {
    min-width: 364px !important;
  }
}
/* hide scrollbar in webkit browser */
.carousel-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.carousel-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
.carousel-content-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.carousel-content {
  display: flex;
  transition: all 250ms linear;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel-content::-webkit-scrollbar {
  display: none;
}
.carousel-content > * {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 1;
}
.carousel-content.show-2 > * {
  width: 50%;
}
.carousel-content.show-3 > * {
  min-width: calc(93% / 3) !important;
}
.carousel-content.show-4 > * {
  width: calc(100% / 4);
}
.left-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: white;
  border: 1px solid #ddd;
  left: 24px;
}
.right-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: white;
  border: 1px solid #ddd;
  right: 24px;
}
.slick-center {
  background: #ffffff;
  box-shadow: 0px 0px 21.6194px rgb(0 0 0%);
  padding: 40px 23px;
  border-radius: 12.9717px;
  max-width: 380px !important;
  height: 450px !important;
  width: 100%;
  margin: 10px 2px !important;
}
.carousel-card {
  height: unset;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgb(0 0 0%);
  border-radius: 16px;
  margin-top: 21px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: 11px;
  max-width: 200px;
  height: 380px;
  justify-content: center;
  margin: auto 15px;
}
@media (hover: none) and (pointer: coarse) {
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
}
.full-search-bar {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  overflow: auto;
}
.full-search-bar .container {
  max-width: 1166px;
  margin: 0 auto;
  width: 100%;
}
.search-header {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  height: 104px;
  display: flex;
  align-items: center;
}
.search-header .container {
  display: flex;
  align-items: center;
}
.search-header .round-arrow {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background: #fff;
  display: flex;
  z-index: 4;
  justify-content: center;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.search-header .round-arrow img {
  width: 10px;
  transform: rotate(-180deg);
  outline: 0px;
}
.searchbar-input {
  margin-left: 253px;
  max-width: 532px;
  width: 100%;
  position: relative;
}
.searchbar-input input {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  outline: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.8);
}
.searchbar-input .searchicon {
  position: absolute;
  right: -16px;
  bottom: 8px;
  opacity: 0.6;
  cursor: pointer;
}
.full-width-sarch-content {
  padding-top: 25px;
}
.full-width-sarch-content.blur {
  height: calc(100% - 104px);
  overflow: hidden;
}
.full-width-sarch-content.blur:after {
  position: absolute;
  top: 104px;
  left: 0px;
  width: 100%;
  height: calc(100% - 104px);
  content: "";
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 2;
}
.headerwrap .full-width-sarch-content .container {
  display: flex;
  align-items: flex-start;
}
.left-side-trending {
  width: 285px;
}
.search-courses {
  width: calc(100% - 285px);
}
.full-width-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(252, 58, 82, 0.8);
  margin-bottom: 21px;
}
.left-side-trending ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.left-side-trending ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #090023;
  padding: 10px 8px;
  display: block;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  max-width: 195px;
}
.left-side-trending ul li {
  position: relative;
  padding-left: 25px;
}
.left-side-trending ul li:after {
  background-image: url("./images/trend-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 17px;
  height: 12px;
}
.searchbox-web {
  position: absolute;
  z-index: 4;
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(169, 169, 169, 0.5);
  border-radius: 6px;
  padding: 18px;
  width: 100%;
  max-height: calc(100vh - 75px);
  overflow: auto;
}
@media only screen and (min-width: 769px) {
  .searchbox-web {
    min-width: 690px;
    width: auto;
    left: 50%;
    max-width: 90vw;
    transform: translateX(-50%);
  }
  .searchbox-tabbox {
    width: auto;
    overflow: auto;
    max-width: 100%;
    white-space: nowrap;
  }
  .searchbox-tabbox::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background-color: #fff;
  }
  .searchbox-tabbox::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .searchbox-tabbox::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 3px;
  }
  .searchbox-web .sarchbar-tab ul {
    width: max-content;
  }
  .searchbox-web .sarchbar-tab {
    width: 100%;
  }
  .searchbox-web::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
  }
  .searchbox-web::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .searchbox-web::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 5px;
  }
  .searchbox-web .view-suggestion-btn {
    left: 0px;
    z-index: 999;
    top: inherit;
    bottom: 0px;
    margin-top: 0px;
    width: 100%;
    position: sticky;
    width: inherit !important;
    margin-left: -18px;
    margin-right: -18px;
  }
  .searchbox-web {
    padding-bottom: 0px;
  }
  .searchbox-web .view-suggestion-btn a {
    width: 100%;
    border-radius: 0px;
    font-family: "Lato", sans-serif !important;
  }
}
.searchbox-web .spinner-listing {
  height: 100%;
  padding: 20px 0px;
}
.searchbox-web ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.searchbox-web .sarchbar-tab {
  margin-bottom: 20px;
}
.searchbox-web .sarchbar-tab ul {
  display: flex;
  background: rgba(252, 58, 82, 0.05);
  border-radius: 8px;
  height: 46px;
  align-items: center;
}
.searchbox-web .sarchbar-tab ul li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
.searchbox-web .sarchbar-tab ul li.active span {
  color: #182b49;
  text-decoration: underline !important;
}
.searchbox-web .sarchbar-tab ul li {
  border-right: 1px solid #ccc;
  padding: 0px 20px;
  border-bottom: 0px;
  background-color: transparent;
}
.searchbox-web .sarchbar-tab ul li:last-child {
  border-right: 0px;
}
.searchbar-list li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.searchbar-list li {
  margin-bottom: 15px;
}
.web-searchbox-no-found {
  text-align: center;
}
.web-searchbox-no-found .web-searchbox-icon img {
  max-width: 158px;
}
.title-web-searchbox {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-top: 20px;
}
.sub-title-web-sarchbox {
  max-width: 292px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #666666;
  margin: 3px auto 0px auto;
}
.not-found-treding-search {
  margin-top: 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-left: 30px;
}
.not-found-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(252, 58, 82, 0.8);
  margin-bottom: 15px;
}
.not-found-treding-search ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.not-found-treding-search ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #090023;
  padding: 10px 8px;
  display: block;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  max-width: 270px;
}
.not-found-treding-search ul li {
  position: relative;
  padding-left: 25px;
}
.not-found-treding-search ul li:after {
  background-image: url("./images/trend-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 17px;
  height: 12px;
}
.view-suggestion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}
.view-suggestion-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 46px;
  background: #fff5f6;
  border-radius: 6px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #182b49 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .searchbox-tabbox {
    overflow: scroll;
    width: 100%;
  }
  .searchbox-web .sarchbar-tab {
    width: max-content;
  }
  .searchbox-tabbox::-webkit-scrollbar {
    display: none;
  }
  .searchbox-tabbox::-webkit-scrollbar-track {
    display: none;
  }
  .searchbox-tabbox::-webkit-scrollbar-thumb {
    display: none;
  }
  .searchbox-web .view-suggestion-btn {
    left: 0px;
    z-index: 999;
    top: inherit;
    margin-top: 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
  }
  .searchbox-web .view-suggestion-btn a {
    width: 100%;
    border-radius: 0px;
    font-family: "Lato", sans-serif !important;
  }
  .main-header-wrap.active-header-search .headerwrap {
    backdrop-filter: inherit;
  }
  .view-suggestion-btn {
    margin: 16px 0px 10px 0px;
  }
  /* Search UI Web */
  .search-header .container {
    padding: 0px 16px;
  }
  .search-header {
    height: 56px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .searchbar-input {
    margin-left: 20px;
  }
  .full-width-sarch-content .container {
    flex-direction: column;
  }
  .full-search-bar {
    padding-top: 56px;
  }
  .search-header .round-arrow img {
    display: none;
  }
  .search-header .round-arrow {
    width: 24px;
    height: 24px;
    background-image: url("/images/login-pop-back-btn.svg");
    background-repeat: no-repeat;
    border: 0px;
  }
  .searchbar-input input {
    padding-bottom: 0px;
  }
  .searchbar-input input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 0px;
  }
  .searchbar-input .searchicon {
    display: none;
  }
  .left-side-trending {
    border-top: 10px solid #edeff5;
    padding: 16px 0px 16px 16px;
    width: 100%;
  }
  .left-side-trending ul li a {
    max-width: 100%;
  }
  .full-width-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .full-width-sarch-content {
    padding-top: 0px;
  }
  .full-width-sarch-content {
    height: calc(100% - 0px);
    overflow: auto;
  }
  .full-width-sarch-content.blur:after {
    height: calc(100% - 56px);
    top: 56px;
  }
  .full-width-sarch-content.blur {
    height: calc(100% - 56px);
    overflow: auto;
  }
  .search-courses {
    border-top: 10px solid #edeff5;
    padding: 16px;
    width: 100%;
  }
  .searchbox-web {
    left: 0px;
    position: fixed;
    border-radius: 0px;
    box-shadow: inherit;
    top: 58px;
    padding: 10px 0px;
  }
  .searchbox-web .sarchbar-tab ul li {
    padding: 0px 12px;
  }
  .searchbox-web .sarchbar-tab {
    margin-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .web-searchbox-icon {
    margin-top: 25px;
  }
  .not-found-treding-search {
    border-top: 10px solid #edeff5;
    padding-left: 16px;
    padding-top: 15px;
  }
  .not-found-title {
    font-size: 14px;
  }
  .not-found-treding-search ul li a {
    max-width: 100%;
  }
  .searchbox-web {
    height: calc(100vh - 56px);
    overflow: auto;
    padding-bottom: 50px;
  }
  .active-header-search {
    z-index: 9999 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* Search UI */
  .search-header .container {
    padding: 0px 15px;
  }
  .searchbar-input {
    margin-left: 175px;
    width: calc(100% - 30px);
  }
  .full-width-sarch-content .container {
    padding: 0px 15px;
  }
  .left-side-trending {
    width: 207px;
  }
  .search-courses {
    width: calc(100% - 208px);
  }
  .searchbar-list {
    display: flex;
    flex-wrap: wrap;
  }
  .searchbar-list .filterListCards {
    max-width: 48%;
    width: 48%;
  }
  .searchbox-web .view-suggestion-btn {
    left: inherit;
    top: inherit;
    bottom: 0px;
    position: sticky;
    width: 100% !important;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px) !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .searchbar-input {
    margin-left: 125px;
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Nunito Sans", sans-serif;
  background: #fff;
}
.ppc-container {
  max-width: 1166px;
  margin: 0 auto;
  width: 100%;
}
.ppc-wrap {
  margin-top: 80px;
  padding-bottom: 70px;
}
/* ppc-breadcrumbs */
.ppc-breadcrumbs {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 30px 0px;
}
.ppc-breadcrumbs-prev a {
  color: #2cab49;
  text-decoration: none;
}
.ppc-breadcrumbs-prev {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.ppc-breadcrumbs-devider {
  margin: 0px 6px;
}
.ppc-breadcrumbs-current {
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.ppc-breadcrumbs-current:hover {
  max-width: max-content;
}
.ppc-breadcrumbs-prev:hover {
  max-width: max-content;
}
/* my package section */
.heading-mypack {
  background: linear-gradient(
    90deg,
    rgba(221, 221, 221, 0.22) 0%,
    rgba(221, 221, 221, 0) 99.76%
  );
  border-radius: 6px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding: 10px;
}
.ppc-mypack-content {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ppc-mypackbox {
  max-width: calc(50% - 20px);
  width: 50%;
  padding: 14px 30px 14px 14px;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 40px;
  cursor: pointer;
}
.ppc-mypack-img {
  width: 129px;
  border-radius: 8px;
  overflow: hidden;
  height: 129px;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
.ppc-mypack-img img {
  width: 100%;
  height: auto;
}
.ppc-mypackbox-content {
  width: calc(100% - 141px);
  margin-left: auto;
  position: relative;
}
.ppc-mypack-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ppc-mypack-valdity {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.ppc-mypack-btns {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
}
.ppc-mypack-renew {
  margin-left: auto;
}
.ppc-mypack-renew span {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  background: #182b49;
  border-radius: 6px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
}
.ppc-mypack-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  height: 34px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0px 10px 0px;
}
.expire-pack .ppc-mypack-btn {
  color: #182b49;
  border: 1px solid #182b49;
}
.active-pack .ppc-mypack-btn {
  color: #2cab49;
  border: 1px solid #2cab49;
  background-color: #fff;
}
.active-pack .ppc-mypack-valdity span {
  color: #2cab49;
}
.expire-pack .ppc-mypack-valdity span {
  color: #182b49;
}
.old-exam-view-wrap {
  display: flex;
  align-items: center;
  min-width: 245px;
  min-height: 42px;
}
.exammode {
  margin-left: 10px;
}
.exammode .exam-mode-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.exammode .exam-mode-status {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #979797;
}
.exam-mode-switch-btn {
  margin-left: auto;
}
.exam-mode-switch-btn .switch-btn {
  margin: 0px;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 44px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
  cursor: pointer;
}
.exam-mode-switch-btn .switch-btn:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
.exam-mode-switch-btn .switch-btn:checked {
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164;
}
.exam-mode-switch-btn .switch-btn:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 320px) and (max-width: 767px) {
  .exam-mode-switch-btn {
    margin-left: auto;
    margin-right: 8px;
  }
  .old-exam-view-wrap {
    width: 100%;
  }
  .oldExamActive {
    position: relative;
    margin-bottom: 70px;
  }
  .oldExamActive .old-exam-view-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
  }
  .ppc-your-exams-img img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .old-exam-view-wrap {
    min-width: 250px;
  }
  .exam-mode-switch-btn {
    margin-left: auto;
  }
  .old-exam-view-wrap ~ .exam-selection-heading {
    text-align: center;
  }
  .ppc-your-exams-img img {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1023px) {
  .exam-selection-heading {
    text-align: center;
  }
}
/* screen 2 select your exams */
.exam-selection-heading-bg {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(44, 171, 73, 0.06) 51.56%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  padding: 17px;
  align-items: center;
}
.exam-selection-heading {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding: 0px 10px;
}
.exam-selection-content {
  margin-top: 30px;
  display: flex;
  max-width: 1080px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.exam-selection-left-img {
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  max-width: 345px;
  width: 100%;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.exam-options-wrap {
  margin-left: 32px;
  width: calc(100% - 377px);
}
.exam-option-header {
  display: flex;
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  align-items: center;
}
.txt-select-priority {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.sub-txt-select-priority {
  font-weight: 200;
  font-size: 14px;
  line-height: 19px;
}
.exam-selection-search {
  margin-left: auto;
  position: relative;
}
.exam-selection-search input {
  width: 209px;
  height: 38px;
  outline: 0px;
  padding-left: 45px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
.exam-selection-search .searchicon {
  position: absolute;
  left: 15px;
  top: 10px;
}
.exam-options-list {
  margin-top: 24px;
}
.exam-options-list ul {
  list-style: none;
  margin: 0px;
  height: 330px;
  overflow: auto;
  padding: 9px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.exam-options-list ul::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.exam-options-list ul::-webkit-scrollbar-track {
  background-color: #fff;
}
.exam-options-list ul::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 5px;
}
.exam-options-list ul li {
  width: calc(33% - 10px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  height: 63px;
  align-items: center;
  justify-content: center;
  padding-left: 19px;
  padding-right: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s;
}
.exam-options-list ul li:nth-child(3n + 2) {
  margin-left: 20px;
  margin-right: auto;
}
.exam-options-list ul li:nth-child(3n + 3) {
  /*margin-left: auto;*/
}
.exam-options-list ul li:hover {
  transform: scale(1.05);
}
.exam-options-wrap .spinner-listing {
  padding-top: 90px;
}
.img-exam-option {
  width: 38px;
  height: 38px;
}
.img-exam-option img {
  max-width: 100%;
  max-height: 100%;
}
.exam-name-selection {
  width: calc(100% - 48px);
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.exam-section-btn {
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
}
.exam-section-btn span {
  width: 270px;
  height: 50px;
  background: #182b49;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.exam-options-list ul li.activeExam {
  border: 1px solid #182b49;
  position: relative;
}
.exam-options-list ul li.activeExam::after {
  background-image: url("/images/ppc-tick.svg");
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
}
.exam-options-list ul li.activeExam:hover {
  transform: scale(1);
}
/* Screen 3 Products Scroller */
.menage-exam-btn {
  margin-left: 10px;
  min-width: 157px;
}
.menage-exam-btn a {
  width: 157px;
  height: 42px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #182b49;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.ppc-listing-search {
  margin-top: 20px;
  position: relative;
  display: flex;
  width: 318px;
  margin-left: auto;
  margin-right: auto;
}
.ppc-listing-search input {
  width: 100%;
  height: 38px;
  padding-left: 96px;
  outline: 0;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
.ppc-listing-search input:focus {
  padding-left: 45px;
}
.ppc-listing-search input:focus ~ .searchicon {
  left: 15px;
}
.ppc-listing-search .searchicon {
  position: absolute;
  left: 65px;
  top: 10px;
}
/*tab*/
.ppc-exam-cat-tab {
  margin-top: 30px;
  display: flex;
}
.ppc-exam-cat-tab .ppc-exam-tablist {
  width: 25%;
  height: 60px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
  cursor: pointer;
}
.ppc-tablist-icon {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  margin-right: 20px;
}
.ppc-tablist-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.ppc-exam-tablist.activetab {
  background: rgba(252, 58, 82, 0.05);
}
.ppc-exam-tablist.activetab .ppc-tablist-icon {
  border: 1px solid #182b49;
  background-color: #fff;
}
.ppc-exam-tablist.activetab .ppc-tablist-name {
  color: #182b49;
}
.ppc-product-card-img {
  position: relative;
}
.ppc-absloute-card-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 8px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 3;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ppc-absloute-card-icon img {
  max-width: 16px !important;
  height: auto !important;
  border-radius: 0px !important;
}
.ppc-product-card .cmg-product-card-img-overlay {
  width: 100%;
  height: 98px;
}
.ppc-product-card .cmg-product-card-img-wrap img {
  max-height: 98px;
  box-shadow: inherit;
  width: 100%;
}
.ppc-product-card .cmg-product-card-img-wrap {
  height: 98px;
}
/* products slider css */
.ppc-product-crousel-list .pagination-wrapper {
  font-size: 0;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ppc-product-crousel-list .pagination-wrapper .little-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 192, 203, 0.822);
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
  z-index: 10;
}
.ppc-product-crousel-list .pagination-wrapper .big-dot-container {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: inherit;
  transform: inherit;
  z-index: 10;
  animation: inherit !important;
}
.ppc-product-crousel-list .slick-next,
.ppc-product-crousel-list .arrow-carousel,
.ppc-product-crousel-list .right-arrow-carousel {
  box-shadow: inherit;
  border: 0px;
  outline: 0px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  position: absolute;
  z-index: 4;
  font-size: 0px;
  /* background-image: url(./src/images/images/testi-pagi.svg); */
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
}
.ppc-product-crousel-list .right-arrow-carousel {
  background-image: none;
  z-index: 4;
  right: -8px;
}
.ppc-product-crousel-list .left-arrow-carousel {
  width: 36px;
  height: 36px;
  left: -8px;
  box-shadow: inherit;
  border: 1px solid #e6e6e6;
}
.ppc-product-crousel-wrap {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  margin-top: 30px;
  padding: 24px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.ppc-product-crousel-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 25px;
}
.ppc-product-crousel-list {
  display: flex;
}
.ppc-product-card {
  min-width: 205px;
  width: 100%;
  max-width: 205px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 8px;
}
.ppc-product-card .cmg-product-card-img-bg {
  filter: inherit;
  -webkit-filter: inherit;
}
.ppc-product-card-img {
  width: 100%;
  height: 98px;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
}
.ppc-product-card-img img {
  height: 98px;
  width: 100%;
  object-fit: contain;
}
.ppc-product-detail {
  padding: 6px 10px 10px 10px;
}
.ppc-product-card-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ppc-product-card-bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.ppc-product-card-btn span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #182b49;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #182b49;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}
.ppc-product-card-time {
  margin-left: auto;
  font-weight: 300;
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  line-height: 0px;
}
/* comming soong cards */
.cmg-soon-cards {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.cmg-soon-heading {
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 27px;
  margin-bottom: 20px;
}
.cmg-soon-card-list {
  display: flex;
  flex-wrap: wrap;
}
.cmg-product-card {
  width: 220px;
  padding: 10px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 7px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: pointer;
}
.cmg-product-card-img-wrap {
  position: relative;
  height: 127px;
  overflow: hidden;
  border-radius: 8px;
}
.cmg-product-card-img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.cmg-product-card-img-overlay {
  position: absolute;
  width: 204px;
  height: 127px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 4px;
}
.cmg-product-card-img-wrap img {
  object-fit: contain;
  position: absolute;
  z-index: 3;
  max-height: 127px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmg-product-name {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmg-product-card:nth-child(3n + 5) {
  margin-right: 0px;
}
.cmg-viewmore {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.cmg-viewmore span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #182b49;
  text-decoration: none;
}
.cmg-viewmore span img {
  margin-left: 10px;
}
.cmg-viewmore.viewless span img {
  transform: rotate(-180deg);
}
/* ppc single card design */
.ppc-single-line-card-wrap {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 42px 26px 13px 26px;
  border-radius: 4px;
  margin-top: 30px;
}
.ppc-single-card-box {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  max-width: 850px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.ppc-single-card-img {
  width: 178px;
  height: 178px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
.ppc-single-card-img img {
  width: 100%;
  height: auto;
}
.ppc-single-card-content {
  margin-left: 25px;
  width: calc(100% - 205px);
  margin-left: auto;
}
.ppc-single-card-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ppc-single-card-subname {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ppc-single-card-tag {
  position: absolute;
  bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ppc-single-card-point {
  width: 50px;
  background: #d8d8d8;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ppc-single-card-tag-content {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
}
.ppc-singlecard-tag-img {
  margin-right: 10px;
}
/* Your Exams */
.ppc-your-exams-wrap {
  margin-top: 30px;
}
.ppc-your-exams-header {
  background: linear-gradient(
    90deg,
    rgba(141, 141, 141, 0.1) 0%,
    rgba(141, 141, 141, 0) 100%
  );
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.ppc-your-exams-heading-btn {
  margin-left: auto;
}
.ppc-your-exams-heading-btn a {
  width: 157px;
  height: 42px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #182b49;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.ppc-your-exams-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.ppc-your-exams-listbox {
  display: flex;
  flex-direction: column;
  max-width: 125px;
  margin-right: 23px;
  width: 100%;
  margin-bottom: 23px;
}
.ppc-your-exams-listbox:nth-child(8n + 8) {
  margin-right: 0px;
}
.ppc-your-exams-img {
  width: 73px;
  height: 73px;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.ppc-your-exams-img img {
  max-width: 60px;
}
.ppc-your-exams-name {
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
  line-height: 22px;
}
.ppc-your-exams-listbox {
  text-align: center;
}
/* Extra Exams */
.extra-exams-heading-bg {
  background: linear-gradient(
    90deg,
    rgba(141, 141, 141, 0.1) 0%,
    rgba(141, 141, 141, 0) 100%
  );
  border-radius: 6px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.extra-exams-selction {
  margin-left: auto;
}
.extra-exams-selction select {
  padding: 10px;
  width: 209px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
.extra-exams-tabing ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}
.extra-exams-tabing ul li {
  display: flex;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 22px 25px;
  align-items: center;
  cursor: pointer;
}
.extra-exams-tabing ul li .extra-main-tablist-icon {
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.extra-exams-tabing ul li.exta-exam-active-cat {
  border-top: 1px solid #182b49;
  border-bottom: 1px solid #182b49;
}
.extra-exams-tabing ul li.exta-exam-active-cat .extra-main-tablist-icon {
  background-color: #fff;
}
.all-exams-tab-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.all-exams-tab-wrapper .ppc-exam-cat-tab {
  width: calc(100% - 215px);
  margin-top: 0px;
}
.all-exams-tab-wrapper .ppc-exam-cat-tab .ppc-exam-tablist {
  width: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-extra-exam-list-wrap {
  margin-top: 30px;
}
.all-extra-exam-list-wrap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.all-extra-exam-list-wrap ul li {
  width: calc(50% - 28px);
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.all-extra-exam-list-wrap ul li:nth-child(even) {
  margin-left: auto;
}
.extra-exam-info .extra-exam-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.extra-exam-detail {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 17px;
}
.extra-exam-star-btn {
  margin-left: auto;
}
.extra-exam-star-btn a {
  color: #182b49;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 19px;
}
.extra-exam-star-btn a:hover {
  background-color: #182b49;
  color: #fff;
}
/*extra */
.exam-selection-mweb {
  display: none;
}
.mobile-sarch-icon {
  display: none;
}
/* RESPONSIVE CSS */
@media (min-width: 320px) and (max-width: 767px) {
  .ppc-container {
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .ppc-wrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .ppc-breadcrumbs {
    margin-bottom: 14px;
  }
  .exam-selection-web {
    display: none;
  }
  .exam-selection-mweb {
    display: block;
  }
  .ppc-breadcrumbs {
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
  }
  .mobile-sarch-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* my package section */
  .ppc-mypack-content {
    flex-direction: column;
    margin-top: 14px;
    justify-content: flex-start;
  }
  .heading-mypack {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    padding: 11px 10px;
  }
  .ppc-mypackbox {
    max-width: 100%;
    width: 100%;
    padding: 12px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  .ppc-mypack-img {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
  }
  .ppc-mypack-img img {
    max-width: 100%;
    height: auto;
  }
  .ppc-mypackbox-content {
    width: calc(100% - 106px);
  }
  .ppc-mypack-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .ppc-mypack-renew span {
    padding: 4px 11px;
  }
  .ppc-mypackbox:last-child {
    margin-bottom: 0px;
  }
  .ppc-mypack-btn {
    height: 26px;
  }
  /* Exam section css */
  .exam-selection-heading-bg {
    background: #fff;
    padding: 0px;
    margin-bottom: 18px;
  }
  .exam-selection-heading {
    font-weight: 700;
    font-size: 16px;
    color: #404040;
    line-height: 19px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .mweb-search-top-heading {
    font-weight: 600;
    font-size: 14px;
    color: #404040;
    line-height: 18px;
  }
  .exam-selection-mweb {
    padding-bottom: 80px;
  }
  .exam-selection-mweb .exam-selection-search {
    margin-top: 8px;
  }
  .exam-selection-mweb .exam-selection-search input {
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    height: 42px;
  }
  .exam-selection-mweb .exam-selection-search .searchicon {
    left: inherit;
    right: 15px;
  }
  .exam-selection-mweb .mweb-search-bottom-sub {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7c7c7c;
  }
  .mobile-cutum-checkobx {
    margin-top: 21px;
  }
  .checkbox-list {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  /* Hide the browser's default checkbox */
  .checkbox-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #010101;
    border-radius: 4px;
  }
  /* On mouse-over, add a grey background color */
  .checkbox-list:hover input ~ .checkmark {
    background-color: #ccc;
  }
  /* When the checkbox is checked, add a blue background */
  .checkbox-list input:checked ~ .checkmark {
    background-color: #009688;
    border: 1px solid #009688;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .checkbox-list input:checked ~ .checkmark:after {
    display: block;
  }
  /* Style the checkmark/indicator */
  .checkbox-list .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .checkbox-bottom-btn {
    padding: 20px 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
  }
  .checkbox-bottom-btn span {
    background: #182b49;
    border-radius: 4px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* Exam selection */
  .ppc-exams-listings .exam-selection-heading-bg {
    background: linear-gradient(
      90deg,
      rgba(44, 171, 73, 0.1) 2.22%,
      rgba(146, 212, 161, 0.0516668) 61.46%,
      rgba(255, 255, 255, 0) 100%
    );
    padding: 11px 10px;
    border-radius: 4px;
  }
  .ppc-exams-listings .exam-selection-heading-bg .exam-selection-heading {
    margin-right: 15px;
  }
  .ppc-exams-listings .exam-selection-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
  }
  .menage-exam-btn a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    width: 94px;
    height: 28px;
    color: #000000;
  }
  .menage-exam-btn {
    margin-left: auto;
    min-width: 94px;
  }
  .ppc-listing-search {
    margin-top: 14px;
    width: 100%;
    height: 42px;
  }
  .ppc-tablist-icon {
    display: none;
  }
  .ppc-tablist-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .ppc-exam-cat-tab .ppc-exam-tablist {
    height: 32px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
  }
  .ppc-product-crousel-wrap {
    margin-top: 20px;
    box-shadow: inherit;
    padding: 0px;
  }
  .ppc-product-crousel-list {
    overflow: auto;
    width: 100%;
    padding: 15px 10px;
    margin-left: -15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    margin-top: -15px;
    margin-bottom: -15px;
    position: relative;
  }
  .ppc-product-card {
    max-width: 152px;
    min-width: 152px;
    margin-left: 0px;
    margin-right: 10px;
  }
  .ppc-product-card-img {
    height: 82px;
  }
  .ppc-product-card-img img {
    max-height: 82px;
  }
  .ppc-product-detail {
    padding: 6px 7px 6px 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .ppc-product-crousel-list::-webkit-scrollbar {
    display: none;
  }
  .ppc-product-crousel-list::-webkit-scrollbar-track {
    display: none;
  }
  .ppc-product-crousel-list::-webkit-scrollbar-thumb {
    display: none;
  }
  .ppc-product-card .cmg-product-card-img-bg {
    display: block;
  }
  .ppc-product-card .cmg-product-card-img-wrap {
    width: 100% !important;
  }
  .ppc-product-card .cmg-product-card-img-overlay {
    display: block;
  }
  .ppc-product-card .cmg-product-card-img-wrap {
    height: 82px;
  }
  .cmg-product-card-img-overlay {
    height: 82px;
  }
  .ppc-product-card .cmg-product-card-img-wrap img {
    height: 82px;
  }
  /* comming soon */
  .cmg-soon-cards {
    margin-top: 20px;
  }
  .cmg-soon-heading {
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 19px;
  }
  .cmg-product-card {
    width: 116px;
    padding: 0px;
    box-shadow: inherit;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .cmg-product-card-img-wrap {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ppc-product-card-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .cmg-product-card-img-wrap img {
    position: relative;
    max-height: 96px;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    transform: inherit;
  }
  .cmg-product-card-img-bg {
    display: none;
  }
  .cmg-product-card-img-overlay {
    display: none;
  }
  .cmg-product-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.8);
  }
  .ppc-product-card-btn span {
    padding: 4px 6px;
    font-weight: 500;
    cursor: pointer;
  }
  .ppc-product-card-bottom {
    margin-top: 8px;
  }
  .cmg-soon-card-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 15px 10px;
    margin-left: -15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    margin-top: -15px;
    margin-bottom: -15px;
    position: relative;
  }
  .cmg-soon-cards {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  .cmg-viewmore {
    display: none;
  }
  .cmg-soon-card-list::-webkit-scrollbar {
    display: none;
  }
  .cmg-soon-card-list::-webkit-scrollbar-track {
    display: none;
  }
  .cmg-soon-card-list::-webkit-scrollbar-thumb {
    display: none;
  }
  /* ppc single products */
  .ppc-single-line-card-wrap {
    padding: 0px;
    box-shadow: inherit;
  }
  .ppc-single-card-box {
    padding: 12px 10px;
    margin-bottom: 10px;
  }
  .ppc-single-card-content {
    width: calc(100% - 106px);
    margin-left: auto;
  }
  .ppc-single-card-img {
    width: 96px;
    height: 96px;
  }
  .ppc-single-card-img img {
    max-width: 100%;
    height: auto;
  }
  .ppc-single-card-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ppc-single-card-subname {
    display: none;
  }
  .ppc-single-card-tag {
    height: 24px;
    bottom: 15px;
  }
  .ppc-single-card-point {
    width: 25px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
  }
  .ppc-singlecard-tag-img {
    margin-right: 3px;
  }
  .ppc-singlecard-tag-img img {
    max-width: 15px;
  }
  .ppc-single-card-tag-content {
    padding: 5px 8px;
  }
  .ppc-single-card-tag-name {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }
  /* Your Exams */
  .ppc-your-exams-heading-btn a .ppc-exams-listings .ppc-your-exams-header {
    padding: 11px 10px;
    border-radius: 4px;
  }
  .ppc-exams-listings .ppc-your-exams-header {
    margin-right: 15px;
  }
  .ppc-exams-listings .ppc-your-exams-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
  }
  .ppc-exams-listings.examMode-active {
    margin-top: 15px;
  }
  .exam-selection-heading-bg.oldExamActive {
    padding-top: 60px;
    margin-top: -20px;
  }
  .ppc-your-exams-heading-btn a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    width: 94px;
    height: 28px;
  }
  .ppc-your-exams-heading-btn {
    margin-left: auto;
  }
  .ppc-your-exams-list {
    margin-top: 20px;
  }
  .ppc-your-exams-img {
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 3px;
    box-sizing: content-box;
  }
  .ppc-your-exams-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ppc-your-exams-listbox {
    margin-right: 5px;
    margin-left: 5px;
    max-width: inherit;
    min-width: inherit;
    width: calc(33% - 10px);
    margin-bottom: 15px;
  }
  /* Extra Exams */
  .extra-exams-tabing ul li .extra-main-tablist-icon {
    display: none;
  }
  .extra-main-tablist-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .extra-exams-selction select {
    width: 180px;
    padding: 5px;
  }
  .extra-exams-tabing ul li {
    padding: 15px 20px;
  }
  .all-extra-exam-list-wrap {
    margin-top: 15px;
  }
  .all-exams-tab-wrapper {
    position: relative;
  }
  .extraexams-listing .exam-selection-search input {
    width: 20px;
  }
  .extraexams-listing .exam-selection-search {
    position: absolute;
    right: 0px;
  }
  .extraexams-listing .exam-selection-search input:focus {
    width: 100%;
  }
  .all-exams-tab-wrapper .ppc-exam-cat-tab {
    width: calc(100% - 80px);
  }
  .all-extra-exam-list-wrap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .extra-exam-info .extra-exam-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .extra-exam-info {
    width: calc(100% - 100px);
  }
  .extra-exam-star-btn a {
    font-size: 14px;
  }
  .extra-exam-detail {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ppc-container {
    padding: 0px 15px;
    box-sizing: border-box;
  }
  /* My pack */
  .ppc-mypackbox {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .ppc-mypack-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ppc-mypack-btn {
    height: 26px;
  }
  .mobile-sarch-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Exam section css */
  .exam-selection-web {
    display: none;
  }
  .exam-selection-mweb {
    display: block;
  }
  .exam-selection-heading-bg {
    background: #fff;
    padding: 0px;
    margin-bottom: 18px;
  }
  .exam-selection-heading {
    font-weight: 700;
    font-size: 16px;
    color: #404040;
    line-height: 19px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .mweb-search-top-heading {
    font-weight: 600;
    font-size: 14px;
    color: #404040;
    line-height: 18px;
  }
  .exam-selection-mweb {
    padding-bottom: 80px;
  }
  .exam-selection-mweb .exam-selection-search {
    margin-top: 8px;
  }
  .exam-selection-mweb .exam-selection-search input {
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    height: 42px;
  }
  .exam-selection-mweb .exam-selection-search .searchicon {
    left: inherit;
    right: 15px;
  }
  .exam-selection-mweb .mweb-search-bottom-sub {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7c7c7c;
  }
  .mobile-cutum-checkobx {
    margin-top: 21px;
  }
  .checkbox-list {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  /* Hide the browser's default checkbox */
  .checkbox-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #010101;
    border-radius: 4px;
  }
  /* On mouse-over, add a grey background color */
  .checkbox-list:hover input ~ .checkmark {
    background-color: #ccc;
  }
  /* When the checkbox is checked, add a blue background */
  .checkbox-list input:checked ~ .checkmark {
    background-color: #009688;
    border: 1px solid #009688;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .checkbox-list input:checked ~ .checkmark:after {
    display: block;
  }
  /* Style the checkmark/indicator */
  .checkbox-list .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .checkbox-bottom-btn {
    padding: 20px 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    box-sizing: border-box;
  }
  .checkbox-bottom-btn span {
    background: #182b49;
    border-radius: 4px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* Exam selection */
  .ppc-exams-listings .exam-selection-heading-bg {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(44, 171, 73, 0.06) 53.12%,
      rgba(255, 255, 255, 0) 100%
    );
    padding: 11px 10px;
    border-radius: 4px;
  }
  .ppc-exams-listings .exam-selection-heading-bg .exam-selection-heading {
    margin-right: 15px;
  }
  .ppc-exams-listings .exam-selection-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 110px);
  }
  .menage-exam-btn a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    width: 106px;
    height: 35px;
    color: #000000;
  }
  .menage-exam-btn {
    margin-left: auto;
    min-width: 106px;
  }
  .ppc-listing-search {
    margin-top: 14px;
    width: 100%;
    height: 42px;
  }
  .ppc-tablist-icon {
    display: none;
  }
  .ppc-tablist-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .ppc-exam-cat-tab .ppc-exam-tablist {
    height: 32px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
  }
  .ppc-product-crousel-wrap {
    margin-top: 20px;
    box-shadow: inherit;
    padding: 0px;
  }
  .ppc-product-crousel-list {
    overflow: auto;
    width: 100%;
    padding: 15px 10px;
    margin-left: -15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    margin-top: -15px;
    margin-bottom: -15px;
    position: relative;
  }
  .ppc-product-card {
    max-width: 177px;
    min-width: 177px;
    margin-left: 0px;
    margin-right: 10px;
  }
  .ppc-product-card-img {
    height: 82px;
  }
  .ppc-product-card-img img {
    max-height: 82px;
  }
  .ppc-product-detail {
    padding: 6px 7px 6px 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .ppc-product-crousel-list::-webkit-scrollbar {
    display: none;
  }
  .ppc-product-crousel-list::-webkit-scrollbar-track {
    display: none;
  }
  .ppc-product-crousel-list::-webkit-scrollbar-thumb {
    display: none;
  }
  .ppc-single-card-box {
    max-width: 750px;
  }
  /* comming soon */
  .cmg-product-card {
    width: calc(25% - 16px);
  }
  /* single producs */
  .ppc-single-line-card-wrap {
    padding: 0px;
    box-shadow: inherit;
  }
  .ppc-single-card-subname {
    display: none;
  }
  .ppc-single-card-img {
    width: 120px;
    height: 120px;
  }
  .ppc-single-card-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ppc-single-card-tag {
    height: 34px;
  }
  .ppc-single-card-point {
    width: 40px;
  }
  .ppc-single-card-tag-content {
    padding: 5px;
  }
  .ppc-your-exams-header {
    padding: 11px 10px;
    border-radius: 4px;
  }
  .ppc-your-exams-heading {
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    color: #404040;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 110px);
  }
  .ppc-your-exams-heading-btn a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    width: 106px;
    height: 35px;
  }
  .ppc-your-exams-heading-btn {
    margin-left: auto;
  }
  .ppc-your-exams-img {
    width: 60px;
    height: 60px;
  }
  .ppc-your-exams-listbox {
    margin-bottom: 15px;
  }
  .ppc-your-exams-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }
  /* Your Exams */
  .extra-exams-tabing ul li .extra-main-tablist-icon {
    display: none;
  }
  .extra-exam-info .extra-exam-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .extra-exam-info {
    width: calc(100% - 100px);
  }
  .extra-exam-star-btn a {
    font-size: 14px;
  }
  .extra-exam-detail {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .ppc-next-load .spinner-listing {
    padding-top: 10px;
  }
  .ppc-live-class-popup .custom-modal-content {
    width: 60% !important;
  }
  .ppc-live-class-popup .spinner-listing {
    padding: 170px;
  }
}
@media (min-width: 1024px) and (max-width: 1170px) {
  .ppc-container {
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .ppc-mypack-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/* schl home banner -conent */
#slider_fixed-mock-banner .little-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 192, 203, 0.822);
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
  z-index: 10;
}
#slider_fixed-mock-banner.transition-prev .little-dot--first {
  animation: inherit;
}
#slider_fixed-mock-banner.transition-next .little-dot--first {
  animation: inherit;
}
#slider_fixed-mock-banner.transition-prev .little-dot--last {
  animation: inherit;
}
#slider_fixed-mock-banner.transition-next .little-dot--last {
  animation: inherit;
}
#slider_fixed-mock-banner.transition-next .big-dot {
  right: inherit;
  left: inherit;
}
#slider_fixed-mock-banner .big-dot-container {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: inherit;
  transform: inherit;
  z-index: 10;
  animation: inherit !important;
}
#slider_fixed-mock-banner .big-dot {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  position: absolute;
  top: inherit;
  right: inherit;
  transform: inherit;
  border: 4px solid #182b49;
  background-color: #fff;
}
#slider_fixed-mock-banner.transition-next .big-dot-container {
  right: inherit;
  left: inherit;
  animation: inherit;
}
#slider_fixed-mock-banner.transition-prev .big-dot-container {
  animation: inherit;
}
#slider_fixed-mock-banner .transition-next .big-dot-container {
  animation: inherit;
}
#slider_fixed-mock-banner {
  font-size: 0;
  position: absolute;
  bottom: inherit;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: 20px;
}
#slider_fixed-mock-banner.transition-prev .pagination-container {
  animation: inherit;
}
#slider_fixed-mock-banner.transition-next .pagination-container {
  animation: inherit;
}
.schl-stripe-wrap .right-arrow-carousel {
  top: 50% !important;
  margin-top: -20px;
}
.schl-stripe-wrap .left-arrow-carousel {
  top: 50% !important;
  margin-top: -20px;
}
.schll-coming-soon-stripe {
  position: absolute;
  left: -9px;
  top: -9px;
}
.schl-stripe-wrap {
  margin-top: 60px;
}
.schl-stripe-wrap .container {
  position: relative;
}
.schl-stripe-content {
  background: #fcf9f3;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  display: flex;
  min-height: 160px;
  padding: 0px 0px 0px 30px;
  width: calc(100% - 20px);
  margin: 10px;
  position: relative;
}
.schl-book-img-wrap {
  display: flex;
  align-items: flex-end;
}
.sch-all-test-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0px 50px;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.schl-test-heading-banner {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.schl-small-test-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #182b49;
  margin-top: 4px;
}
.schl-button-shape {
  background: #f6e4e7;
  border-radius: 8px;
  width: 298px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #172849;
  margin-top: 12px;
}
.schl-button-shape img {
  margin-right: 5px;
}
.schl-home-date-time-outer {
  max-width: 200px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px 0px;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.schl-home-date-time-outer span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #172849;
  text-align: center;
}
.schl-home-date-time-outer span.schl-start-at {
  color: #888785;
}
.sch-home-register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.sch-home-register-btn a {
  width: 187px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff647c;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.sch-mbl-conent {
  display: none;
}
.ribbon {
  width: 85px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  /* opacity: 0.5; */
}
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before {
  top: -2px;
  right: 0px;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 6px solid #ef3d56;
}
.ribbon-top-left::after {
  bottom: 0;
  left: -3px;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 7px solid #ef3d56;
}
.ribbon-top-left span {
  right: -27px;
  top: 24px;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  width: 155px;
  padding: 5px 0;
  background-color: #ff647c;
  box-shadow: 0 5px 10px rgb(0 0 0%);
  color: #fff;
  font-size: 10.5px;
  text-shadow: 0 1px 1px rgb(0 0 0%);
  text-align: center;
  font-weight: 700;
}
.resultdec {
  max-width: inherit !important;
  border-right: 0px !important;
}
.disable-fixed-btn {
  background: rgba(0, 0, 0, 0.2) !important;
  pointer-events: none;
  cursor: default;
}
.schl-stripe-wrap .carousel-wrapper .right-arrow {
  outline: 0px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  position: absolute;
  background-image: url(https://www.adda247.com/images/testi-pagi.svg);
  font-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  right: 0px;
  cursor: pointer;
}
.schl-stripe-wrap .carousel-wrapper .left-arrow {
  outline: 0px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  font-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  left: 0px;
  cursor: pointer;
}
.schl-stripe-wrap .carousel-wrapper .left-arrow:after {
  background-image: url(https://www.adda247.com/images/testi-pagi.svg);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  transform: rotate(-180deg);
  width: 10px;
  height: 10px;
}
.banner-to-mock {
  text-align: right;
  margin-top: 12px;
}
.banner-to-mock div {
  color: #182b49;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
}
.schl-home-date-time-outer span.banner-time-remaining-heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #172849;
}
.schl-home-date-time-outer span.banner-time-remaining-counter {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-top: 14px;
  color: #ff647c;
}
@media (min-width: 320px) and (max-width: 767px) {
  .schl-stripe-wrap .carousel-wrapper .left-arrow {
    width: 25px;
    height: 25px;
  }
  .schl-stripe-wrap .carousel-wrapper .right-arrow {
    width: 25px;
    height: 25px;
  }
  .schl-stripe-wrap {
    margin: 40px 15px 0px 15px;
  }
  .schl-stripe-content {
    min-height: 74px;
    padding: 0px 5px;
    border-radius: 6px;
  }
  .schl-book-img-wrap img {
    max-width: 72px;
  }
  .schl-button-shape {
    display: none;
  }
  .schl-small-test-heading {
    display: none;
  }
  .schl-home-date-time-outer {
    display: none;
  }
  .sch-all-test-content {
    margin: 0px 2px 0px 4px;
    align-items: flex-start;
    width: calc(100% - 160px);
    padding: 5px 0px;
    text-align: left;
  }
  .schl-test-heading-banner {
    font-size: 13px;
    line-height: 17px;
    width: 100%;
  }
  .sch-home-register-btn a {
    width: 80px;
    height: 26px;
    font-weight: 700;
    border-radius: 7px;
    font-size: 9px;
    line-height: 12px;
  }
  .sch-home-register-btn {
    width: auto;
    margin-left: auto;
    margin-right: 0px;
  }
  .schll-coming-soon-stripe {
    position: absolute;
    left: -6px;
    top: -5px;
    width: 50px;
  }
  .schll-coming-soon-stripe img {
    width: 100%;
  }
  .sch-mbl-conent {
    display: flex;
    flex-direction: column;
  }
  .sch-mbl-conent .schl-button-shape {
    display: flex;
    width: max-content;
    padding: 0px 2px;
    height: 16px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 3px;
  }
  .schl-button-shape img {
    width: 13px;
  }
  .sch-mbl-conent .schl-home-date-time-outer {
    display: flex;
    border: 0px;
    font-size: 12px;
    line-height: 14px;
    flex-direction: row;
    margin: 4px 0px 0px 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .schl-home-date-time-outer span {
    font-size: 12px;
    white-space: nowrap;
    line-height: 14px;
    display: inherit;
    width: auto;
    margin-right: 3px;
  }
  .ribbon {
    transform: scale(0.6);
  }
  .ribbon-top-left {
    top: -22px;
    left: -24px;
  }
  div#slider_fixed-mock-banner {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .schl-stripe-wrap {
    margin: 40px 15px 0px 15px;
  }
  .schl-book-img-wrap {
    max-width: 150px;
    width: 100%;
  }
  .schl-book-img-wrap img {
    width: 100%;
    max-width: 150px;
  }
  .schl-stripe-content {
    padding-left: 15px;
  }
  .sch-all-test-content {
    margin: 0px 15px;
    align-items: center;
    text-align: center;
  }
  .schl-test-heading-banner {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
  }
  .schl-button-shape {
    font-size: 13px;
    max-width: 180px;
  }
  .schl-button-shape img {
    max-width: 25px;
  }
  .schl-home-date-time-outer {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .sch-home-register-btn a {
    font-size: 15px;
    max-width: 150px;
  }
  .sch-all-test-content {
    margin: 0px 15px;
    width: calc(100% - 480px);
    max-width: 400px;
  }
  .schl-home-date-time-outer span {
    font-size: 15px;
  }
  .sch-home-register-btn {
    margin-left: auto;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
  .resultdec {
    max-width: 360px !important;
    border-right: 0px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .schl-stripe-wrap {
    margin: 40px 15px 0px 15px;
  }
  .schl-book-img-wrap {
    max-width: 200px;
    width: 100%;
  }
  .schl-book-img-wrap img {
    width: 100%;
    max-width: 200px;
  }
  .schl-stripe-content {
    padding-left: 15px;
  }
  .sch-all-test-content {
    margin: 0px 15px;
    align-items: center;
  }
  .schl-test-heading-banner {
    text-align: center;
  }
  .sch-all-test-content {
    margin: 0px 15px;
    width: calc(100% - 600px);
    max-width: 460px;
    align-items: center;
  }
  .sch-home-register-btn {
    margin-left: auto;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
  .sch-home-register-btn a {
    font-size: 16px;
    max-width: 180px;
  }
  .schl-home-date-time-outer {
    max-width: 150px;
    margin-left: auto;
    margin-right: 0px;
  }
  .resultdec {
    max-width: 360px !important;
    border-right: 0px !important;
  }
}
.adda-accordion {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/* Accordion styles */
.adda-accordion-tabs {
  border-radius: 8px;
}
.adda-accordion-tab {
  width: 100%;
  color: white;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 15px;
}
.adda-accordion-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  color: #090023;
  position: relative;
  /* Icon */
}
.adda-accordion-tab-label:hover {
  background: #fff;
}
.adda-accordion-tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.adda-accordion-tab-label::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -1px;
  left: 15px;
}
.adda-accordion-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #fff;
  background: white;
  transition: all 0.35s;
}
.adda-accordion-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #fff;
  cursor: pointer;
}
.adda-accordion-tab-close:hover {
  background: #fff;
}
.adda-accordion:checked + .adda-accordion-tab-label {
  background: #fff;
}
.adda-accordion:checked + .adda-accordion-tab-label::after {
  transform: rotate(90deg);
}
.adda-accordion:checked ~ .adda-accordion-tab-content {
  max-height: 100vh;
  padding: 1em;
  color: #000;
}
.wrapper-class {
  padding: 0px;
  border: none;
}
.editor-class {
  padding: 1rem;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #d8d8d8;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.toolbar-class {
  border: 1px solid #ccc;
}
.editor-word-limit {
  margin-left: auto;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #515151;
}
.dtb-wc {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #515151;
}
.rdw-option-wrapper {
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 0px 0px 3px 0px #bfbdbdb5;
}
.rdw-option-wrapper:active {
  box-shadow: 0px 0px 3px 0px #bfbdbdb5;
}
.rdw-option-active {
  box-shadow: 0px 0px 1px 1px #bfbdbd inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-dropdown-wrapper {
  height: 30px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
  background-color: #ffffff;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #f1f1f1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
  background-color: #ffffff;
}
.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #f1f1f1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-block-dropdown {
  width: 110px;
}
.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}
.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}
.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}
.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #f1f1f1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #bfbdbd inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #bfbdbd;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #bfbdbd;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #bfbdbd;
}
.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6eb8d4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}
.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6eb8d4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}
.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}
.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #f1f1f1;
}
.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}
.rdw-editor-main {
  min-height: 200px;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  user-select: none;
  border-top: 1px solid;
  border-color: #d8d8d8;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.public-DraftStyleDefault-block {
  margin: 0 !important;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
  z-index: 0;
  position: relative;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
     * Draft v0.9.1
     *
     * Copyright (c) 2013-present, Facebook, Inc.
     * All rights reserved.
     *
     * This source code is licensed under the BSD-style license found in the
     * LICENSE file in the root directory of this source tree. An additional grant
     * of patent rights can be found in the PATENTS file in the same directory.
     */
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditor-content[contenteditable="true"] {
  -webkit-user-modify: read-write-plaintext-only;
}
.DraftEditor-root {
  position: relative;
}
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}

.link {
  text-decoration: underline !important;
  color: #4a90e2;
}
.h1 {
  font-size: 36px;
  font-family: Nunito-SemiBold;
}
.h4 {
  font-size: 20px;
  font-family: "Nunito";
  color: #212121;
}
.body {
  font-size: 16px;
  font-family: "Nunito";
}
.border {
  border: solid 1px #e0e0e0 !important;
}
.border-right {
  border-right: solid 1px #e0e0e0 !important;
}
.hidden {
  visibility: hidden;
}
.main-content-area {
  max-width: 1300px;
  min-width: 1300px;
}
/*
   * react-circular-progressbar styles
   * All of the styles in this file are configurable!
   */
.CircularProgressbar {
  /*
     * This fixes an issue where the CircularProgressbar svg has
     * 0 width inside a "display: flex" container, and thus not visible.
     */
  width: 100%;
  /*
     * This fixes a centering issue with CircularProgressbarWithChildren:
     * https://github.com/kevinsqi/react-circular-progressbar/issues/94
     */
  vertical-align: middle;
}
.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}
.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}
.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}
.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}
/*
   * Sample background styles. Use these with e.g.:
   *
   *   <CircularProgressbar
   *     className="CircularProgressbar-inverted"
   *     background
   *     percentage={50}
   *   />
   */
.CircularProgressbar.CircularProgressbar-inverted
  .CircularProgressbar-background {
  fill: #3e98c7;
}
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}
/*top back arrow icon css */
.video-back-arrow {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.video-back-arrow button {
  border: 0px;
  box-shadow: inherit;
  outline: 0px;
  background-color: transparent;
  cursor: pointer;
}
.video-back-arrow button:hover {
  border: 0px;
  box-shadow: inherit;
  outline: 0px;
}
.video-back-arrow button img {
  width: 24px;
}
.play-pause-btn img {
  max-width: 56px;
}
/*play pause buttn icons */
.video-container {
  position: relative;
}
.pre-forword-wrap button {
  border: 0px;
  box-shadow: inherit;
  outline: 0px;
  background-color: transparent;
  cursor: pointer;
  margin: 0px 18px;
  padding: 0px;
}
.pre-forword-wrap button:hover {
  border: 0px;
  box-shadow: inherit;
  outline: 0px;
}
.pre-forword-wrap {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.exam-learning-section .practice-questions {
  display: none;
}
.video-container.shaka-video-container:hover .pre-forword-wrap {
  display: block;
}
.video-container.shaka-video-container:hover .shaka-scrim-container {
  background-color: rgba(121, 121, 121, 0.5);
}
@media (min-width: 769px) and (max-width: 1023px) {
  .video-status img {
    width: 19px;
  }
  .video-title-wrap .video-title {
    font-size: 14px;
  }
  .left-star-wrap .star-box-icon {
    margin-right: 4px;
  }
  .rate-this-video .star-box-left {
    width: 67%;
  }
  .star-text-outer .star-text-sub-name {
    font-size: 13px;
    line-height: 20px;
    color: #404040;
  }
  .rate-this-video .star-box-right ul li img {
    width: 20px;
  }
  .rate-this-video .outer-without-link {
    padding: 16px;
  }
  .rate-this-video .star-box-right {
    width: 32%;
  }
}
.video-container.shaka-video-container:hover .shaka-scrim-container {
  background-color: unset;
}
.video-consumption .vc-body .vc-course-content.videoContainer .vc-player {
  height: auto;
}
.video-consumption .vc-body .vc-course-content .vc-player {
  height: unset;
}
.shaka-video-container .shaka-video {
  width: 99%;
  height: auto;
}
.olc_not #shaka-video {
  width: 100%;
  height: auto;
}
.video-js .vjs-tech {
  outline: none;
}
/* Tooltip container */
.quickview .tooltip {
  position: relative;
  display: inline-block;
}
#launcher-frame {
  bottom: 50px !important;
}
.pagination-wrapper {
  font-size: 0;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@keyframes pagination-container--animation-prev {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(18px);
  }
}
@keyframes pagination-container--animation-next {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-18px);
  }
}
.transition-prev .pagination-container {
  animation: pagination-container--animation-prev 0.3s forwards;
}
.transition-next .pagination-container {
  animation: pagination-container--animation-next 0.3s forwards;
}
.little-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 192, 203, 0.822);
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
  z-index: 10;
}
.little-dot--first,
.little-dot--last {
  z-index: 5;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-18px);
  }
}
.menu-container > div > .left-arrow-carousel,
.menu-container > div > .right-arrow-carousel {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
}
.menu-container:hover > div > .left-arrow-carousel,
.menu-container:hover > div > .right-arrow-carousel {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s linear;
}
.transition-prev .little-dot--first {
  animation: slideLeft 0.4s 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes little-dot--first--animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.transition-next .little-dot--first {
  animation: little-dot--last--animation 0.3s forwards;
}
@keyframes little-dot--last--animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.transition-prev .little-dot--last {
  animation: little-dot--last--animation 0.3s forwards;
}
@keyframes slideRight {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(18px);
    opacity: 1;
  }
}
.transition-next .little-dot--last {
  animation: slideRight 0.4s 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}
.big-dot {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border: 4px solid #182b49;
  background-color: #fff;
}
.transition-next .big-dot {
  right: auto;
  left: -6px;
}
.big-dot-container {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  z-index: 10;
}
.transition-next .big-dot-container {
  right: auto;
  left: 3px;
}
@keyframes big-dot-container--animation-prev {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-50%) rotate(-179deg);
  }
}
@keyframes big-dot-container--animation-next {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-50%) rotate(-181deg);
  }
}
.transition-prev .big-dot-container {
  animation: big-dot-container--animation-prev 0.3s forwards;
}
.transition-next .big-dot-container {
  animation: big-dot-container--animation-next 0.3s forwards;
}
.btn.home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn.home:hover {
  opacity: 0.6;
}
.btn--next {
  left: calc(100% + 20px);
}
.btn--prev {
  right: calc(100% + 20px);
}
.boo-card-container {
  max-height: 660px;
  overflow-y: auto;
  width: 100vw;
  display: flex;
  flex-wrap: wrap !important;
  /* flex-direction: column !important; */
  align-content: space-between;
  justify-content: center;
}
.boo-card-container > .boo-card-wrapper {
  /* width: 197px;
  height: 166px; */
  margin-bottom: 12px;
  max-width: 20%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .filtered-exam-wraper.selectExam > div {
    width: 100%;
  }
  .boo-card-container {
    max-height: 620px;
  }
  .boo-card-container > .boo-card-wrapper {
    height: auto;
    width: auto;
    margin-bottom: 0;
    max-width: 33%;
  }
  /* .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar {
      width: 8px;
      background-color: #f5f5f5;
      height: 8px;
      display: flex !important;
    }
    .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #f5f5f5;
      display: flex !important;
    }
    .home-new .filtered-exam-wraper #exammenu::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #182b49;
      display: flex !important;
    } */
  .home-new .bottom-filtered-exam {
    margin-top: 0px;
  }
  .home-new .filtered-exam-wraper #exammenu {
    margin-bottom: 0px !important;
  }
  .custom-carousel#exammenu .exam-name-box {
    margin-bottom: 5px;
  }
  .home-new .filtered-exam-wraper {
    margin-bottom: 10px !important;
  }
  .home-new .exam-name-box {
    max-width: 90px;
  }
}
