* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.logo {
  width: 190px;
}

.error {
  font-size: 12px;
  color: red;
}

#contactno1-error {
  position: absolute;
  bottom: -4px;
}

.sectionmargin {
  margin: 60px 0;
}

.textprimary {
  color: #0056d2;
}

.btn-primary {
  background-color: #0056d2 !important;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.rounded-5 {
  border-radius: 12px !important;
}


a {
  text-decoration: none;
  cursor: pointer;
}

label#contactno-error {
  position: absolute;
  margin: 11px 0 0 0;
  font-size: 12px;
  bottom: -18px;
}

/* header suggest in 2 mint========================================================== */

.key-wrapper .key-wrap .icon1 {
  color: #fb961d;
}

.key-wrapper .key-wrap .icon {
  font-size: 40px;
  margin-right: 10px;
}

#UniversityTopCousrses .owl-nav.disabled {
  display: none;
}

#UniversityTopCousrses .owl-dots {
  display: none;
}

/* impact matters============================= */
.ImpactMatter {
  font-size: 39px;
}

.experienceddiv h6 {
  font-size: 22px;
}

/* key ::highlight ===============================*/
.BorderRight {
  border-right: 1px solid #0056d2 !important;
}

.bgBlue {
  background-color: aliceblue !important;
}

.Bordertop {
  border-top: 1px solid #0056d2 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  padding: 15px;
  border: 1px solid #49505705 !important;
}

.Borderbottom {
  border-bottom: 1px solid #0056d2 !important;
}

.semiiconDBA i {
  color: #0056d2;
  font-size: 18px;
}

.TbleDBA {
  width: 33%;
}

/* manoj journey ========================================================= */
.PlayButton_playbutton__eYrNa {
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 #cca92c;
  animation: Youtube_pulse__lgg6W 2s infinite;
}

@keyframes Youtube_pulse__lgg6W {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
  }
}

.queriesIMG img {
  height: 120px;
}

/* news section============================================================ */
.NewsCrdsMain {
  background: #fff;
  color: #495057;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
  border-radius: 6px;
  padding: 0 0 8px;
  border: 1px solid #ccc;
}

#CvNews .owl-nav {
  margin-top: -20px;
}

.newsimgmain {
  height: 135px;
}

.NewsdataAllItems {
  height: 55px;
}

.owl-carousel.owl-theme.NewsDataAll.owl-loaded.owl-drag .owl-nav.disabled {
  display: none;
}

.textsecondary {
  color: #f75d34;
}

i.fa-solid.fa-chevron-left {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  font-size: 27px;
  height: 37px;
  width: 37px;
  border: 1px solid #ddd;
  color: #adb5bd;
  background: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .07);
}

i.fa-solid.fa-chevron-right {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  font-size: 27px;
  height: 37px;
  width: 37px;
  border: 1px solid #ddd;
  color: #adb5bd;
  background: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .07);
}

.instructors .truncate8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
  transition: all 0.5s;
}

#DBAFAQs .accordion-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

/* ============================================================ */
.p-avatar-group {
  display: flex;
  align-items: center;
}

.p-avatar-group .p-avatar+.p-avatar {
  margin-left: -1rem;
}

#Universityicon .owl-dots {
  display: none;
}

#TopUniversity .owl-dots {
  display: none;
}

.headpoints.text-center h6 {
  font-size: 22px;
}

.p-avatar.p-avatar-image {
  background-color: transparent;
}

.p-avatar-group .p-avatar {
  border: 2px solid #fff;
}

.p-avatar img {
  width: 100%;
  height: 100%;
}

.p-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.p-avatar-circle,
.p-avatar-circle img {
  border-radius: 50%;
}

.secure-bgcolor {
  background-color: #d4fee8;
}

.bgprimary {
  background-color: #0056d2;
}

.text-primary {
  color: #0056d2 !important;
}

.Universityicon img {
  object-fit: contain;
  height: 53px;
  margin-bottom: 1rem;
}

.TopUniversityicon img {
  object-fit: contain;
  height: 60px;
  margin-bottom: 1rem;
}

button.btn.btn_custom {
  border: 2px solid var(--color-blue);
  background-color: var(--color-blue);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 18px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}


#accordionExample .accordion-body p {
  color: #525252;
}

.accordion-button:not(.collapsed) {
  color: var(--color-blue);
}

footer p a {
  color: var(--color-red);
}

.maoin {
  position: relative;
  margin-bottom: 2.2rem;
}

.hidden {
  display: none;
}

#mainForm input,
#mainForm select {
  height: 50px;
}

#mainForm input,
#mainForm select {
  height: 45px;
  border: 1px solid #2125299e;
  border-radius: 5px;
}

#whatsappForm input,
#whatsappForm select {
  height: 45px;
  border: 1px solid #2125299e;
  border-radius: 5px;
}

.celebrateModal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

button.px-2.py-2.rounded.fs-12.bg_cashback.fw-bold.text-nowrap.text-white {
  background: url(../images/celebration.gif);
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.mycustom_list ul li {
  position: relative;
  margin-bottom: 10px;
}

.mycustom_list ul li:before {
  position: absolute;
  content: "";
  left: -25px;
  top: 1px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}

.secure-bgcolor {
  background-color: #d4fee8;
}

/* top university patner  */
.placement-logo img {
  height: 100%;
  object-fit: contain;
}

.placement-logo {
  height: 80px;
}

/* coupons */

.cursor-pointer {
  cursor: pointer;
}

.hover-danger:hover {
  color: #dc3545 !important;
}

.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

#couponPanel .offcanvas-body {
  pointer-events: auto !important;
  position: relative;
  z-index: 1060;
}

#couponPanel {
  z-index: 1060 !important;
}