/* @font-face {
  font-family: Asap Normal;
  src: url("../fonts/asap/Asap-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Asap Medium;
  src: url("../fonts/asap/Asap-Medium.ttf");
  font-weight: normal;
} */

.subnavtext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}

#breadcrumbs {
  display: none;
}
.mainContentArea section p,
.mainContentArea section h2,
.mainContentArea section h1,
.mainContentArea section h2,
.mainContentArea section h3,
.mainContentArea section article,
.mainContentArea .sticky-cont {
  /* font-family: "Asap Normal"!important; */
}
.mainContentArea p {
  font-size: 1rem !important;
  line-height: 1.4rem;
  margin: 10px !important;
}

.mainContentArea article p {
  line-height: 2rem !important;
  font-size: 1rem !important;
  margin-bottom: 1rem;
}
.mainContentArea article ul li {
  line-height: 2rem;
  font-size: 1rem !important;
}
.mainContentArea article ol li {
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Roboto Regular" !important;
}

.performance-toggle {
  background-color: #f4f4f4;
  border-radius: 30px;
}

.mainContentArea .custom-list {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
}

.mainContentArea .custom-list li {
  margin: 5px 0;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.mainContentArea .custom-list li a {
  color: #b4b4b4;
  font-size: 14px !important;
}

.mainContentArea .custom-list li a:hover {
  text-decoration: none;
}

.mainContentArea .custom-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.toggle {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  padding: 0px 5px;
}

.toggle-active {
  transform: translate(25px, -50%) !important;
}

.dot {
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.sticky-cont {
  width: 215px;
  top: 0;
  left: -6%;
  height: 100%;
  /* background-color: red; */
}

.sticky-value {
  top: 200px;
}

.breadcrumbs {
  background-color: #e1edf8;
  gap: 8px;
  font-size: 12px;
}

.breadcrumbs a {
  color: #919cbc;
  margin-bottom: 10px;
}

.breadcrumbs a:hover {
  color: #2781e9;
  text-decoration: none;
}

.breadcrumbs .breadcrumbs-active {
  color: #2781e9;
  white-space: nowrap;
}

.left-mark {
  width: 50px;
  height: auto;
  border-top: 2px solid black;
  margin-right: 5px;
}

.heading-text {
  font-size: 32px;
  font-weight: 700;
}

.subnavtext {
  color: #8c8c8c;
  font-size: 0.9rem !important;
}

.subnavtext div ul li a {
  color: #919cbc !important;
}

.subnavtext div ul li a:active {
  color: #000 !important;
}

.line {
  width: 42%;
  border-color: #c2c2c2;
}

.summery-btn {
  background-color: #2a67b1;
  border-radius: 40px;
}

.text-color {
  color: #2a67b1 !important;
}

.card-color {
  background-color: #eef6fc;
  color: #2f80e8;
  border-radius: 25px;
}

.leading-h2 {
  line-height: 2.8rem;
}
.sectionHeading {
  font-size: 26px;
}
.sectionHeading span {
  font-size: 34px;
  line-height: 100px;
  float: right;
}

/* First Image */
.first-image {
  position: absolute;
  height: 250px;
  z-index: 20;
  border-radius: 10px;
}

/* Second Image */
.second-image {
  position: absolute;
  height: 100px;
  bottom: 0;
  right: 0px;
  z-index: 10;
  border-radius: 0 0 10px 0;
}

/* Third Image */
.third-image {
  position: absolute;
  height: 170px;
  top: -85px;
  left: -35px;
  z-index: 30;
}

.card-image {
  height: 40% !important;
}

.form-cont {
  background-color: #f4faff;
  border: 1px solid #cbe9ff;
}

.form-image {
  height: 250px;
}

.form-cont h2 {
  font-weight: 700;
  font-size: 1.8rem;
}

.form-cont form input {
  border: 1px solid #949494;
  border-radius: 6px;
  outline: 0;
  font-size: 14px;
}

.form-cont form {
  border-radius: 10px;
}

.form-cont form input::placeholder {
  font-size: 12px;
}

.form-cont form button {
  outline: 0;
  border: 0;
}

.slider-text {
  font-size: 0.8rem !important;
}

.slide-count {
  min-width: 30px !important;
  height: 30px;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  border: 1px solid #2f80e8;
  color: #2f80e8;
}

.recommended-slider {
  display: none;
}

.recommended-cont {
  overflow: hidden;
  background-color: #f4faff;
  border: 1px solid #cbe9ff;
}

.recommended-slider img {
  width: 70px;
  height: auto;
  margin: auto;
  border-radius: 5px;
}

.recommended-slider p {
  font-size: 0.6rem !important;
  border-radius: 30px;
  line-height: 1.2rem !important;
}

.recommended-cont h2 {
  font-size: 22px !important;
  color: #2a67b1;
}

.slide-count-active {
  background-color: #2a67b1;
  color: #fff;
  border: #2f80e8;
}

.slider-card {
  min-height: 270px;
  gap: 5px;
  justify-content: space-between;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.slider-card p {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px;
  color: #5f5f5f;
}

.slider-card .img-cont {
  min-height: 130px;
  max-height: 130px;
  background-color: #e9f2fb;
}

.free-trail {
  background-color: #f4faff;
}

.list-styled {
  margin-left: -25px;
}

.prev-btn {
  width: 35px;
  margin-top: 45px;
  cursor: pointer;
}

.next-btn {
  width: 35px;
  margin-top: 45px;
  cursor: pointer;
}

.responsive-one {
  display: none;
  overflow: hidden;
}
.text-mode-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 68px;
}

/* article > p:first-of-type{
    color: #4F4F4F;
    font-weight: 600;
} */
.mainContentArea article {
  padding: 0 5px;
  padding-bottom: 0px !important;
  overflow: hidden;
}

.mainContentArea article > table {
  margin-bottom: 25px;
}

.mainContentArea article h3 {
  color: #2a67b1 !important;
  font-size: 24px !important;
  /*margin-bottom: 25px;*/
  font-weight: 600;
  margin-top: 20px;
  padding-left: 10px;
}

.mainContentArea article > h2 {
  color: #2a67b1 !important;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2rem !important ;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 10px;
}
@media (min-width: 320px) {
  .subnavtext {
    margin-top: -46px;
  }
  .heading-text {
    padding-top: 4rem;
  }
}

@media (max-width: 768px) {
  .progress-container {
    display: none;
  }
}

@media (min-width: 1024px) {
  .heading-text {
    font-size: 40px;
    padding-top: 0rem !important;
  }

  .recommended-slider img {
    width: 80px;
    height: auto;
    margin: auto;
  }

  .recommended-slider p {
    font-size: 0.8rem !important;
  }

  .recommended-cont h2 {
    font-size: 28px !important;
  }

  .second-image {
    right: -10px;
  }
}

@media (min-width: 1200px) {
  .second-image {
    right: -18px;
  }
  .position-fixed {
    top: 112px;
    z-index: 99;
  }
}

.top-0 {
  top: 0;
}

.active-link {
  color: #515151 !important;
}

.progress-container {
  position: fixed;
  top: 112px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ddd;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .progress-container {
    position: fixed;
    top: 150px;
  }
}
.progress-bar {
  height: 100%;
  background: #95c7ec;
  width: 0;
  transition: width 0.2s;
}

.right-content {
  max-width: 50%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.right-cont-form {
  width: 400px;
}

.right-cont-form h3 {
  text-align: center;
  padding: 0 0 15px 0;
}

.right-content form .form-group {
  margin-bottom: 10px;
}

.right-content form .btn {
  width: fit-content;
  background-color: #ffcc00;
  border: none;
  color: #000 !important;
  padding: 5px 29px;
  margin: 5px 0 0 0;
  font-weight: 600;
}

.leadgenform {
  gap: 12px;
}

@media (max-width: 600px) {
  .right-content {
    max-width: 100% !important;
  }

  .mainContentArea article iframe {
    width: 100%;
  }

  #artid table {
    display: block;
    overflow-x: auto !important;
  }

  .slider-card .img-cont {
    min-height: 130px;
    max-height: 220px;
  }
  .mainContentArea article .recommended-slider p {
    line-height: 26px !important;
    font-size: 12px !important;
  }
}

.mainContentArea article table {
  width: 100% !important;
  margin: 0 !important;
}

#artid table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
#artid p a{
  color: var(--color-light-blue) !important;
}

#artid p img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .subnavtext {
    margin-top: 0;
  }
}
.subnavtext {
  background-color: rgba(255, 255, 255, 0.9); /* Slight opacity */
  backdrop-filter: blur(5px); /* Keeps it visible */
  position: sticky;
  top: 0;
  z-index: 1000;
}
