.tp-hero-area.tp-hero-space {
  background-size: cover;
  background-position: right top;
  padding: 50px 0;
}
.tp-hero-title-black {
  font-size: 40px;
}
.tp-hero-area.tp-hero-space h2 {
  font-size: 20px;
  margin-top: 15px;
}
.tp-section-title {
  font-size: 40px;
}
.swiper-slide {
  height: auto;
}
.tpservices {
  height: 100%;
  padding: 30px 30px 0px;
}
.tp-team-nav span {
  background: linear-gradient(to right, #3a003d, #e12167, #fa7e53);
}
.tpsvtab__title {
  font-size: 25px;
}
.tp-service-tab .active .tpsvtab__title {
  color: #e11f67;
}
.tpsvtab__num {
  margin-top: 0px;
}
.tpservices {
  background-color: var(--tp-rom-color);
}
.tpservices:hover {
  background-color: #fef3d7;
}
.tpservices__icon {
  margin-bottom: 20px;
}
.showcase-groid-item {
  margin-bottom: 50px;
}
.tp-about-content ul li span {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-family: var(--tp-font-body);
}
.tp-about-content ul li i {
  font-size: 24px;
  color: #fff;
}
.tpshowcase__cat span {
  font-size: 16px;
}
.tpservices__title {
  font-size: 22px;
}
.tp-cta-bg-area p {
  color: #fff;
  font-size: 20px;
}
.tp-testimonial-area {
  border-radius: 360px;
  margin: 0 100px;
}
.lp-footer {
  background-color: rgb(26, 26, 26);
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.tpfaq-bg {
  background-position: right top;
}
.tp-cta-bg-area {
  background-position: center top;
}
.fee-pop {
  background: #f3764c;
  background-size: 200% 100%;
  animation: shine 3s linear infinite;
  border: 2px solid #fff;
  box-shadow: 5px 5px #000;
  text-align: center;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 40px;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.fee-pop strong {
  font-size: 25px;
}
.fees-warea {
  margin: 70px 0 30px;
  display: flex;
  justify-content: center;
  text-align: center;
}
/*.pulse-btn {*/
/*    animation: pulse 2s infinite;*/
/*}*/
/*@keyframes pulse {*/
/*    0% {*/
/*      transform: scale(1);*/
/*    }*/
/*    50% {*/
/*      transform: scale(1.1);*/
/*    }*/
/*    100% {*/
/*      transform: scale(1);*/
/*    }*/
/*  }*/
.tp-blue-bg1 {
  background-color: #fa7e53;
}
.tp-cta-overlay:before {
  background: linear-gradient(
      0deg,
      rgb(4 14 34 / 80%) 0%,
      rgb(0 6 16 / 80%) 100%
    ),
    lightgray 50% / cover no-repeat;
}
/*  .fee-pop:hover::before {*/
/*    -webkit-animation: shine .99s infinite;*/
/*	animation: shine .99s infinite;*/
/*}*/

/*@keyframes shine {*/
/*    0% {*/
/*      background-position: -200% 0;*/
/*    }*/
/*    100% {*/
/*      background-position: 200% 0;*/
/*    }*/
/*  }*/
.tp-service-tab-thumb img {
  border-radius: 20px;
}
.box-content {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #000000;
  height: 100%;
  font-size: 25px;
  text-align: center;
  color: #000;
  line-height: 33px;
}
.box-content strong {
  color: #e11f67;
  font-size: 30px;
  font-family: "Federo", sans-serif;
}
.box-content h4 {
  color: #e11f67;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.timer-container {
  font-size: 40px;
  font-weight: 600;
}

.fix-section {
  position: fixed;
  bottom: 0;
  background-color: #000;
  width: 100%;
  padding: 20px 0 0px;
  z-index: 9999;
  opacity: 0; /* Initially hidden */
  transition: transform 0.5s ease, opacity 0.5s ease; /* Slide-up and fade-in transition */
  text-align: center;
}
.fix-section.visible {
  opacity: 1;
  pointer-events: auto; /* Allow interaction when visible */
}
.fix-section .fees-warea {
  margin: 0 !important;
}
#back-to-top {
  bottom: 40px;
}
.tpsvtab__content p {
  color: #2a2a2a;
}
.tpsvtab {
  padding-bottom: 26px;
}
.tp-nblue-bg {
  background-color: #af003a;
}
.tpshowcase__number span {
  color: #fff;
}
.tpshowcase__number span:before {
  background: #fff;
}
.tpsvtab {
  cursor: auto;
}

/* Button styling and positioning */
#openFormButton {
  position: fixed;
  right: -58px;
  top: 30%;
  padding: 10px 20px;
  background-color: #e83662;
  color: white;
  border: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  font-size: 17px;
  transition: transform 0.5s ease; /* Smooth transition for vertical movement */
  transform: rotate(-90deg);
  z-index: 999;
}

#openFormButton:hover,
#openFormButton:active,
#openFormButton:focus {
  background-color: #b3003a;
  position: fixed;
  right: -50px;
  transform: rotate(-90deg);
}

/* The Form Modal */
#formContainer {
  position: fixed;
  right: -400px; /* Initially off-screen on the right */
  top: 40%;
  transform: translateY(-50%);
  width: 350px;
  padding: 20px;
  background-color: white;
  border: 2px solid #e83662;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease, right 0.5s ease;
  z-index: 999;
}
#formContainer h3 {
  margin-bottom: 15px;
}
/* Form input styling */
.form-input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Close button inside the form */
#closeFormButton {
  padding: 3px 20px;
  background-color: #b3003a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 10px;
}

#closeFormButton:hover {
  background-color: #e83662;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100% !important;
  font-size: 13px !important;
  padding: 10px;
  height: auto !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  text-transform: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
}
.mb-180 {
  margin-bottom: 180px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.tp-testimonial-area p {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}
.tp-testimonial-area p:last-child {
  margin-bottom: 0;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}
.table-content table th,
.table-content table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.table-content table td,
.table-content table th {
  border-top: medium none;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}
.table-content table {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

/*CSS for tabs*/
.tab-slider--nav {
  width: 100%;
  margin-bottom: 20px;
}

.tab-slider--tabs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #f3764c;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
}
.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
  box-shadow: inset 0 0 10px #777777;
}
.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 50px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-slider--trigger.active {
  color: #000;
}

/* .tab-warea{
  background-color: #fa7e5342;
  padding:100px 0 100px;
} */
.tab-warea {
  background-color: #feded2;
  padding: 100px 0 100px;
  background-image: url("../images/back3.png");
  background-size: cover;
}
.card {
  border: none;
}
.card img {
  border-radius: 0.375rem;
}

.orng-bg {
  background-color: #f3764c;
  color: #fff;
}
.orng-bg strong {
  color: #000;
}
.card-text:last-child {
  color: #e83662;
}
.card-title {
  margin-bottom: 0;
}
.card:hover .cart-title {
  color: #e83662;
}
.box-content strong {
  display: block;
}
.box-content p {
  font-size: 23px;
  margin: 5px 5% 20px;
}
.box-content a,
.mobile-bnr-content a {
  background-color: #e83662;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.box-content a:hover,
.mobile-bnr-content a:hover {
  background-color: #a70d34;
  color: #fff;
}
.orng-bg p {
  color: #fff;
}
.orng-bg a {
  background-color: #fff2d9;
  color: #000;
}
.mobile-bnr {
  position: relative;
  background-size: cover;
  height: 90vh;
}
.mobile-bnr img {
  width: 200px;
  margin: 10px;
}
.mobile-bnr-content {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
.mobile-bnr-content h1 {
  font-size: 28px;
  color: #000;
  margin: 0 0 5px;
  line-height: 32px;
  font-weight: 600;
}
.mobile-bnr-content h2 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 10px 0 0;
}
.mobile-bnr-content h2 span {
  color: #e83662;
  display: block;
  font-size: 22px;
  margin-top: 5px;
}
.tp-hero-title {
  text-transform: none;
}
.mobile-btn {
  display: none;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}
.form-group .text-danger {
  position: absolute;
  font-size: 12px;
  bottom: -22px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .desktop-btn {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
  /*.test-mobile{*/
  /*    display: none;*/
  /*}*/
}
.hglgt-text {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

.hg-section {
  background-color: #fa7e5342;
  padding: 80px 0;
  text-align: center;
}
.hg-section h3 {
  font-size: 50px;
}
.hg-section h4 {
  font-size: 30px;
}
.text-size-lrg {
  font-size: 20px !important;
  font-weight: 600;
}
.tpservices__text p {
  margin-bottom: 0;
}
.info {
  display: none;
}
.names {
  cursor: pointer;
  margin: 10px 0;
}
.pl-test {
  padding-bottom: 30px;
  text-align: center;
}
.pl-test h3 {
  color: #000;
  font-family: "Federo", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.pltest-box {
  border: 1px solid #feded2;
  border-radius: 15px;
  padding: 0;
  max-width: 700px;
  margin: auto;
  background: #fff;
}
.plquestion h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 0;
  position: relative;
  padding-top: 5px;
  width: 100%;
  color: #000;
  text-align: center;
}
.plquestion h4 span {
  background: #f3764c;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 65px;
}
.plquestion-row {
  font-family: "DM Sans", sans-serif;
  padding: 25px 30px;
}

.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.ques-box1 input {
  display: none;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ques-box1 label {
  margin-bottom: 15px;
  width: 100%;
}
.ques-box-label1 {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  gap: 8px;
  padding: 10px 20px;
  background: #f4f4f4;
}
.ques-box-label1 span {
  border: 1px solid #57595c;
  border-radius: 100%;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.ques-box1 input:checked + label .ques-box-label1 span {
  background: #fff;
  border: 1px solid #fff;
}
.ques-box1 input:checked + label .ques-box-label1 {
  border: 1px solid #66b1b1;
  color: #fff;
  background: #66b1b1;
}
.question-btt-row {
  text-align: center;
  padding-top: 15px;
  padding: 0px 30px 25px;
}
.prev-btn {
  background-color: #e83662;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.prev-btn:hover {
  background-color: #a70d34;
  color: #fff;
}
.next-btn {
  background-color: #e83662;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.next-btn:hover {
  background-color: #a70d34;
  color: #fff;
}
.submit-btn {
  background-color: #f3764c;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: max-content;
}
.submit-btn:hover {
  background-color: #ee5928;
}
.backbtn {
  background: #e83662;
  padding: 7px 14px;
  color: #fff;
  border-radius: 5px;
}
.result-page {
  padding-top: 20px;
}
.result-page-title {
  text-align: center;
  padding-bottom: 29px;
  max-width: 1000px;
  margin: auto;
}
.result-page-title h2 {
}
.result-page-title p {
}
.course-card {
  background: #fff;
  border-radius: 10px;
}
.course-card img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.course-card h3 {
  font-size: 20px;
  line-height: 1.4;
}
.course-card p {
}
.course-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.course-bottm-col {
}
.original-price {
  font-size: 25px;
  color: #0a0e1a;
  font-weight: 600;
}
.sale-price {
}
.buybutton {
  background: #e83662;
  padding: 6px 20px;
  border-radius: 9px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.buybutton:hover {
  background: #66b1b1;
  color: #fff;
}
.course-middle {
  padding: 15px;
}
.next-btn:disabled,
.submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* course detail page */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Federo&display=swap");
.fixed {
  position: fixed;
  top: 0;
  z-index: 1030;
  width: 25%; /* Match Bootstrap col-lg-3 width */
}
.stop {
  position: absolute;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*---------------------------------
typography css start 
---------------------------------*/

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

*::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #0a0e19;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

*::placeholder {
  color: #0a0e19;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

.stop {
  position: absolute;
}
.placeholder {
  height: 2000px; /* For scrolling */
}
footer {
  background: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}
header {
  padding: 10px 0;
}
.logo-warea img {
  width: 168px;
}
.cta-text span {
  color: #8b8b8b;
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
.cta-warea i {
  font-size: 35px;
  color: #e72d64;
  margin-right: 15px;
}
.cta-warea {
  display: flex;
  align-items: center;
}
.cta-warea h4 {
  font-size: 18px;
  margin: 0;
}
.banner-content h1 {
  color: #fff;
  font-size: 40px;
  padding-top: 50px;
}
.banner-content h1 span {
  font-size: 25px;
  display: block;
  font-weight: 300;
  margin-bottom: 8px;
}
.main-warea::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    #58003c,
    #710447,
    #8c0c50,
    #a71558,
    #c2205e,
    #d13461,
    #e04563,
    #ee5666,
    #f36d6b,
    #f68173,
    #f9957d,
    #fca78a
  );
  min-height: 332px;
  width: 100%;
  z-index: -1;
}
.bnr-listing {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f5f5;
}
.bnr-listing li {
  list-style-type: none;
  color: #000;
  border-right: 1px solid #878787;
  padding-right: 30px;
}
.bnr-listing li:last-child {
  padding-right: 0;
  border: none;
}
.bnr-listing li i {
  color: #e72d64;
  margin-right: 5px;
}
.banner-content p {
  color: #fff;
  margin-bottom: 30px;
}
#fixedCol {
  padding-top: 50px;
}
.content-warea {
  padding: 50px 0 0;
}
.box1 {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
}
ol {
  padding: 0px;
  margin: 0px;
}
h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.box1 ul,
.box2 ul,
.box1 ol {
  column-count: 2;
}
.box1 li,
.box2 li {
  margin-bottom: 15px;
  padding-left: 18px;
  list-style-type: none;
  position: relative;
}
.box1 li::before,
.box2 li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #e72d64;
}
section {
  margin-bottom: 50px;
}
.box2 {
  font-size: 14px;
  line-height: 22px;
}
.box2 li {
  margin-bottom: 15px;
  padding-left: 22px;
  list-style-type: none;
  position: relative;
}
.box2 li i {
  position: absolute;
  left: 0;
  color: #e72d64;
  top: 5px;
  font-size: 12px;
}
.box2 .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #b9dbdb7d;
}
.box2 .accordion-button:focus {
  box-shadow: none;
}
.box2 .accordion-item:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box2 .accordion-item:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.box2 .accordion-button::after {
  position: absolute;
  left: 15px;
}
.box2 .accordion-button {
  padding: 15px 15px 15px 50px;
}
.box2 .accordion h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.box2 .accordion h2 button {
  font-weight: 600;
}
.box2 .accordion-body {
  font-size: 14px;
  line-height: 22px;
  padding: 25px 15px;
}
.box2 .accordion-button span {
  font-weight: 300;
  font-size: 13px;
  position: absolute;
  right: 15px;
  color: #e72d64;
}
.box2 .accordion-body ul {
  column-count: 1;
}
.box2 .accordion-body ul li {
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}
.box2 .accordion-body ul li span {
  position: absolute;
  right: 0px;
}
.box2 .accordion-body ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box2 p {
  font-size: 14px;
  line-height: 22px;
}
.logo-ins {
  width: 150px;
}
.sidebar {
  background-color: #fff;
  padding: 0px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  position: sticky;
  top: 50px;
}
.video-warea {
  position: relative;
}
.video-warea img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.video-warea i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
  color: rgb(255, 255, 255);
  z-index: 99;
  cursor: pointer;
}
.video-popup video {
  width: 100%;
  border-radius: 5px;
}
.video-popup .modal-content {
  border-radius: 5px;
  border: none;
  background: transparent;
}
.video-popup .btn-close {
  position: absolute;
  background-color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -20px;
  top: -20px;
}
.video-popup .modal-body {
  padding: 0;
}
.video-popup .modal-dialog {
  max-width: 800px;
}
.video-content {
  padding: 20px;
}
.video-content h3,
.fixed-cart h3 {
  color: rgb(231, 45, 100);
  font-size: 35px;
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  animation: Color 2s linear infinite;
  -webkit-animation: Color 2s ease-in-out infinite;
}
@keyframes Color {
  0% {
    color: rgb(235, 82, 102);
  }
  20% {
    color: rgb(235, 82, 102);
  }
  40% {
    color: rgb(152, 16, 84);
  }
  60% {
    color: rgb(102, 177, 177);
  }
  80% {
    color: rgb(152, 16, 84);
  }
  100% {
    color: rgb(235, 82, 102);
  }
}

@-moz-keyframes Color {
  0% {
    color: rgb(235, 82, 102);
  }
  20% {
    color: rgb(235, 82, 102);
  }
  40% {
    color: rgb(152, 16, 84);
  }
  60% {
    color: rgb(102, 177, 177);
  }
  80% {
    color: rgb(152, 16, 84);
  }
  100% {
    color: rgb(235, 82, 102);
  }
}

@-webkit-keyframes Color {
  0% {
    color: rgb(235, 82, 102);
  }
  20% {
    color: rgb(235, 82, 102);
  }
  40% {
    color: rgb(152, 16, 84);
  }
  60% {
    color: rgb(102, 177, 177);
  }
  80% {
    color: rgb(152, 16, 84);
  }
  100% {
    color: rgb(235, 82, 102);
  }
}

.video-content h3 strike,
.fixed-cart h3 strike {
  color: #818181 !important;
  font-size: 16px;
  margin-left: 10px;
}
.video-content h3 span {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-left: 10px;
}
.add-btn {
  background-color: #e72d64;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.add-btn i {
  margin-right: 5px;
}
.add-btn:hover {
  background-color: #52a5a5;
  color: #fff;
}
.video-content ul {
  margin-bottom: 20px;
}
.video-content ul li {
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 8px;
}
.video-content ul li span {
  width: 100px;
  display: inline-block;
}
.video-content ul li i {
  color: #e72d64;
}
.sml-txt {
  font-size: 12px;
  color: #959595;
  text-align: center;
  margin-bottom: 0;
  line-height: 25px;
}
.hidden {
  display: none;
}
.show-more-btn {
  cursor: pointer;
  color: #e72d64;
  margin-top: 10px;
  font-weight: 600;
  display: inline-block;
}

.box3 {
  font-size: 14px;
  line-height: 22px;
}
.box3 li {
  margin-bottom: 15px;
  padding-left: 22px;
  list-style-type: none;
  position: relative;
}
.box3 li i {
  position: absolute;
  left: 0;
  color: #e72d64;
  top: 5px;
  font-size: 12px;
}
.box3 .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #b9dbdb7d;
}
.box3 .accordion-button:focus {
  box-shadow: none;
}
.box3 .accordion-item:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box3 .accordion-item:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.box3 .accordion-button::after {
  position: absolute;
  left: 15px;
}
.box3 .accordion-button {
  padding: 15px 15px 15px 50px;
}
.box3 .accordion h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.box3 .accordion h2 button {
  font-weight: 600;
}
.box3 .accordion-body {
  font-size: 14px;
  line-height: 22px;
  padding: 25px 15px;
}
.box3 .accordion-button span {
  font-weight: 300;
  font-size: 13px;
  position: absolute;
  right: 15px;
  color: #e72d64;
}
.box3 .accordion-body ul {
  column-count: 1;
}
.box3 .accordion-body ul li {
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}
.box3 .accordion-body ul li span {
  position: absolute;
  right: 0px;
}
.box3 .accordion-body ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box3 p {
  font-size: 14px;
  line-height: 22px;
}
.fixed-cart {
  position: fixed;
  width: 100%;
  padding: 8px 10px;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.fixed-cart .add-btn {
  margin-left: 30px;
}
.fixed-cart h3 {
  margin-bottom: 0;
}
.custom-container {
}
@media (max-width: 991px) {
  .plquestion h4 {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 0;
    padding-top: 5px;
  }
  .plquestion h4 span {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .course-card {
    margin-bottom: 20px;
  }
  .course-card h3 {
    font-size: 18px;
  }
  #fixedCol {
    display: none !important;
  }
  .box1 ul,
  .box2 ul,
  .box1 ol {
    column-count: 1;
  }
  .main-warea::before {
    background-image: none;
  }
  .banner-content h1 {
    font-size: 24px;
    color: #000;
    padding-top: 30px;
    margin: 0px 0px 10px;
  }
  .banner-content h1 span {
    font-size: 20px;
  }
  .banner-content p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
  }
  header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .video-warea {
    margin-top: 30px;
  }
  .video-warea img {
    border-radius: 5px;
  }
  .bnr-listing {
    display: block;
    padding: 20px;
  }
  .bnr-listing li {
    border-right: none;
    padding-right: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .bnr-listing li:last-child {
    margin-bottom: 0;
  }
  .content-warea {
    padding: 30px 0 0;
  }
  .video-content {
    padding: 30px 0 0;
  }
  section {
    margin-bottom: 30px;
  }
  .box1 {
    padding: 20px;
  }
  .box2 .accordion-button::after {
    top: 15px;
  }
  .box2 .accordion-button {
    display: inherit;
  }
  .box2 .accordion-button span {
    position: inherit;
    display: block;
    right: 0;
    margin-top: 3px;
  }
  .box2 .accordion-body ul li span {
    position: inherit;
    display: block;
    color: #e72d64;
  }

  .fixed-cart {
    position: fixed;
    width: 100%;
    padding: 8px 10px;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    z-index: 99999;
  }
  .fixed-cart .add-btn {
    margin-left: 0px;
  }
  .fixed-cart h3 {
    margin-bottom: 0;
  }

  .box3 .accordion-button::after {
    top: 15px;
  }
  .box3 .accordion-button {
    display: inherit;
  }
  .box3 .accordion-button span {
    position: inherit;
    display: block;
    right: 0;
    margin-top: 3px;
  }
  .box3 .accordion-body ul li span {
    position: inherit;
    display: block;
    color: #e72d64;
  }
}
@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bnr-listing li {
    padding-right: 20px !important;
    font-size: 14px;
  }
  .bnr-listing {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cta-warea h4 {
    font-size: 13px;
  }
  .logo-warea img {
    width: 127px;
  }
  .cta-warea i {
    font-size: 25px;
    color: #e72d64;
    margin-right: 5px;
  }
}
.bill-from {
  padding-top: 20px;
}
.bill-from h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.payment-border {
  border: 0px solid #ddd;
  border-radius: 0;
  margin: 0px;
}
.payment-title {
  display: flex;
  background: #f7f7f7;
  margin: 0px -15px 15px;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 15px;
  gap: 10px;
  align-items: center;
}
.payment-title img {
  width: 38px;
  object-fit: contain;
}
.payment-title h3 {
  margin: 0px;
}
.payment-border label {
  font-size: 15px;
  color: #222;
}
.payment-border input {
  font-size: 15px;
}
.payment-border input::placeholder {
  font-size: 13px !important;
  color: #666 !important;
  opacity: 1 !important; /* Firefox */
}

.payment-border input::-ms-input-placeholder {
  /* Edge 12-18 */
  font-size: 13px !important;
  color: #666 !important;
}
.basic-ifno {
}

.basic-ifno input::placeholder {
  font-size: 13px !important;
  color: #666 !important;
  opacity: 1 !important; /* Firefox */
}

.basic-ifno input::-ms-input-placeholder {
  /* Edge 12-18 */
  font-size: 13px !important;
  color: #666 !important;
}
.course-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.check-curse-col1 {
  display: flex;
  gap: 10px;
}
.check-curse-col1 img {
  width: 70px;
  border-radius: 5px;
}
.check-curse-col1 h4 {
  font-size: 19px;
}
.check-curse-col2 {
  text-align: end;
}
.check-curse-col2 span {
  font-size: 20px;
  display: block;
}
.check-curse-col2 del {
  font-size: 16px;
}
.payment-summarys {
  background: #f7f9fa;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 50px;
    width: 100%;
}
.payment-summarys h2 {
}
.payment-ul {
  list-style: none;
}
.payment-ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 4px 0px;
  font-size: 16px;
}
.payment-ul li span {
}
.ptotal {
  border-top: 1px solid #4c4949;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.payment-summarys p {
  padding: 15px 0px 0px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.payment-summarys button {
  width: 100%;
  background: #e83662;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.payment-summarys h5 {
  text-align: center;
}
.payment-summarys span.satisfied {
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  display: block;
}
.fixedCol_1 {
}
/*CSS for instructor starts*/
.instructor-warea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.instructor-content {
  margin-left: 30px;
  width: 80%;
}
.inst-img img {
  border-radius: 100%;
}
.inst-img {
  border: 1px solid #e72d64;
  border-radius: 100%;
  padding: 2px;
  width: 21%;
}
.instructor-content h4 {
  font-size: 18px;
}
.instructor-content span{
  font-weight: 600;
  padding-bottom: 5px;
}
.instructor-content p {
  margin-bottom: 0;
}
.countrycode {
  display: flex;
}
.countrycode-form {
  width: 50px !important;
  background: #e9e9e9 !important;
  border-radius: 0.25rem 0px 0px 0.25rem !important;
}
.countrycode-form1 {
  border-radius: 0px 0.25rem 0.25rem 0px !important;
}
/*CSS for instructor ends*/
.course-row1 {
}
.check-curse-content {
  display: flex;
  gap: 10px;
  align-items: center;
}
.check-curse-content img {
  width: 80px;
  border-radius: 5px;
}
.check-curse-content h4 {
  font-size: 15px;
}
.stripelogo {
  width: 55px !important;
}
.course-mainrow {
  background: #fff;
  padding: 20px;
  border-radius: 22px;
  margin: 10px;
}
.course-img {
}
.course-img img {
  border: 1px solid #ddd;
  border-radius: 10px;
  opacity: 0.9;
}
.course-middle {
}
.course-middle h2 {
  font-size: 40px;
  color: #e83662;
}
.course-middle p {
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
}
.redmore {
  color: #e83662;
  text-decoration: underline;
  cursor: pointer;
}
.course-middle h3 {
  font-size: 20px;
  color: #222;
}
/*pagination*/
.tp-result-active {
  padding-bottom: 50px;
}
.tp-result-active .swiper-pagination {
  bottom: 0px !important;
}
.tp-result-active .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #66b1b1;
  opacity: 0.5;
}
.tp-result-active .swiper-pagination-bullet-active {
  background-color: #e83662;
  opacity: 1;
}
.tp-result-active_1 .swiper-slide {
  border-radius: 20px;
}
.tp-breadcrumb-list1 span.active a {
  color: #e83662;
}
.tp-breadcrumb-list1 span a {
  font-size: 14px;
  color: #e83662;
}
.tp-breadcrumb-list1 span {
  color: #000;
  font-size: 14px;
}
.qyuestiontitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #b4b0b0;
  padding: 25px 0 0px;
  margin: 0px 25px;
}
.qyuestiontitle p {
  margin: 0px 0px 5px;
  padding: 0px;
  color: #2c2a2a;
  width: 100%;
  text-align: center;
  font-size: 17px;
  border-bottom: 0px solid #ddd;
}
.qyuestiontitle p span {
  font-weight: 600;
  color: #2c2a2a;
}
.team-pagination {
  bottom: 0px !important;
}
.tp-team-active {
  padding-bottom: 50px;
}
.tp-team-active .swiper-pagination-bullet-active {
  background: #e83662 !important;
}
.tp-team-active .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #e83662;
}
.whatsapp-class {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
.whatsapp-class img {
  width: 50px;
}
.contactForm-whatsapp {
  position: absolute;
  right: 100px;
  top: 15px;
}
.contactForm-whatsapp img {
  width: 40px;
}
/* payment get UI */
.bill-from .accordion-item {
  border: 0px;
  margin-bottom: 10px;
}
.bill-from {
}
.bill-from .accordion-header {
  padding: 0px;
  margin: 0px;
}
.bill-from .accordion-button.collapsed {
  border-radius: 0px !important;
  background: #f7f9fa;
  border: 1px solid #d1d7dc;
  padding: 10px;
  color: #222;
  box-shadow: none !important;
}
.bill-from .accordion-button.collapsed span {
  border: 1px solid #918c8c;
  background-color: transparent;
}
.bill-from .accordion-button {
  background: #f7f9fa;
  border: 1px solid #d1d7dc;
  box-shadow: none !important;
  color: #222;
  padding: 10px;
}
.bill-from .accordion-body {
  background: #f7f9fa;
  padding: 15px 0px;
}
.bill-from .accordion-button span {
  width: 15px;
  height: 15px;
  border: 1px solid #918c8c;
  background-color: #000;
  border-radius: 100%;
  margin-right: 6px;
  display: inline-block;
}
.bill-from .accordion-button img {
  margin-left: 6px;
}
/* .bill-from .accordion-item1 .accordion-button{border-top: none;} */
/* .bill-from .accordion-item1 .accordion-button img{height: 30px !important;width: 30px !important;} */
.bill-from .accordion-button::after {
  display: none;
}
.accordion-item1 {
}
.paycol {
}
.paycol img {
  height: 30px !important;
  width: 30px !important;
}
.paycol1 {
}
.paycol1 img {
  height: 40px;
}
.payrow {
  justify-content: space-between;
}
.takethetest {
  position: fixed;
  right: -57px;
  top: 55%;
  padding: 10px 20px;
  background-color: #e83662;
  color: white;
  border: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.5s ease;
  transform: rotate(-90deg);
  z-index: 999;
}
.takethetest:hover {
  background-color: #b3003a;
  color: #fff;
}
.video-warea::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.4;
  background: rgb(0, 0, 0);
  border-radius: 5px 5px 0px 0px;
}
@media (max-width: 991px) {
  .instructor-warea {
    align-items: flex-start;
  }
  .inst-img {
    width: 35%;
  }
  .instructor-content {
    width: 65%;
  }
  .payment-summarys {
    position: relative;
    top: 18px;
    right: 0;
  }
  .course-mainrow {
    padding: 10px 0px;
    border-radius: 10px;
    margin: 0px;
  }
  .course-middle h3 {
    font-size: 20px;
  }
  .buybutton {
    padding: 6px 10px;
    font-size: 14px;
  }
  .original-price {
    font-size: 18px;
  }
  .whatsapp-class {
    bottom: 127px;
    right: 10px;
    z-index: 9;
  }
}
.meter {
  position: relative;
  height: 8px;
  background-color: #e9e7e7;
  border-radius: 0;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.meter span {
  display: block;
  height: 100%;
  background-color: cadetblue; /* You can change this color */
  width: 0;
  transition: width 0.5s ease-in-out;
  border-radius: 0;
}

.instructor-warea:last-child {
    margin-bottom: 80px;
}
.coupon-code{
  background: #f6f6f6;
  padding: 15px;
  border-radius: 8px;
  margin: 12px 0px;
  border: 1px solid #dadada;
}
.coupon-code h3{
  font-size: 16px;
  padding-bottom: 5px;
}
.coupon-codeform{
  display: flex;
}
.coupon-codeform input{
  height: 45px !important;
  border-radius: 5px 0px 0px 5px;
  margin: 0px !important;
  background: transparent !important;
  text-transform: uppercase !important;
}
.coupon-codeform input::placeholder {
  text-transform: capitalize !important;
  font-size: 13px !important;
}
.coupon-codeform button{
  padding: 5px;
  width: 120px;
  height: 45px;
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  background: #66b1b1;
  margin: 0px;
  color: #fff;
}
.couponpopup{}
.couponpopup .modal-dialog{}
.couponpopup .modal-content{}
.couponpopup .modal-body{padding: 35px 25px 30px;}
.couponpopup .modal-body p{
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.btn-coupon{
    text-align: center;
}
.btn-coupon-one{
    background: #e83662;
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
    font-size: 15px;
}
.couponpopup .btn-close{
    position: absolute;
    width: 15px;
    right: 18px;
    top: 10px;
}
.couponerror{
    font-size: 13px;
    color: #f00;
}
.applycouponbtn{
  width: 140px;
  background: #e83662;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 45px;
  text-align: center;
  cursor: pointer;
}
.couponsuccess{border: 1px solid #4CAF50;position: relative;padding: 11px 15px;border-radius: 8px;}
.sucess-box{
    display: flex;
    gap: 14px;
    align-items: center;
}
.success-icon{}
.success-icon i{
    font-size: 45px;
    color: #4caf50;
}
.success-msg{}
.success-msg h4{
    font-size: 16px;
    margin-bottom: 0px;
}
.success-msg p{
    padding-bottom: 0px;
    margin: 0px;
    font-size: 14px;
}
.closecoupon{
    position: absolute;
    right: 11px;
    top: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #f00;
    cursor: pointer;
    border: 1px solid;
    padding: 3px 18px;
    transform: translate(0%, -50%);
    border-radius: 5px;
}
.loader{
  text-align: center;
  margin: auto;
}
.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 6px solid #ddd;
  border-top-color: #e83662;
  animation: loading 1s linear infinite;
  margin: auto;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}