body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  margin: 0;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  --orange: #e68f14;
  --grey: #636262;
  --white: #fff;
  --black: #000;
  --dark-blue: #060125;
  --blue: #0833ac;
  --light: #f6f6f6;
  --black-light: #384349;
  --blue-background: #193ea7;
  --orange-background: #e68f14;
  --light-blue-background: #e8eeff;
  --grey: #605e5e;
}

a:hover,
a:focus {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.text-black {
  color: var(--black);
  font-weight: 600;
  padding-bottom: 10px;
}

.shadow-d {
  box-shadow: 0px 0px 11px 8px #0000002b;
  border-radius: 50px;
}
.flex-center {
  display: flex;
  align-items: center;
}
.center-item {
  display: flex;
  jurify-content: center;
  align-item: center;
  flex-direction: column;
}

/* prashant */
.bg-card {
  background: var(--light-blue-background);
  padding: 20px 20px;
}
.light-bg {
  background: #e8eeff;
}
.round-card {
  padding: 12px 30px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.19) inset;
  margin-bottom: 10px;
  height: 97%;
}
.round-card .count {
  border-radius: 50%;
  background: var(--blue-background);
  color: var(--white);
  height: 24px;
  width: 24px;
}
hr {
  border: 0;
  background: #fff;
}
.process-card {
  border-radius: 35px;
  background: #e8eeff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.19) inset;
}
.c-gap-15 {
  column-gap: 15px;
}
.most-card {
  border-radius: 50px;
  background: var(--white);
}
.most-card-shadow {
  box-shadow: 5px 7px 8px 0px #0000003b;
}
.bg-card li img {
  margin: 0 10px;
}

.container-orange {
  color: var(--orange);
  border: 1px solid var(--orange);
  background: var(--light-blue-background);
  margin: 15px 0;
}

.btn-orange {
  background: var(--orange);
  border: none;
  color: white;
  padding: 12px;
  border-radius: 11px;
}

.heading-blue {
  color: var(--blue);
}

.sub-heading {
  color: var(--orange);
}

.number {
  color: var(--blue);
  font-size: 52px;
  display: block;
}

.card-white {
  background: #fdfdfd;
  border-radius: 5px;
  height: 100%;
  box-shadow: 0 14px 42px 0 #14142b24;
}

li img {
  height: 100px;
}

.num {
  font-size: 20px;
  background: var(--blue);
  color: white;
  border-radius: 50%;
  height: 29px;
}

.text-orange {
  color: var(--orange);
}

.text-orange-600 {
  font-weight: 600;
  color: var(--orange);
}

.grad-mbbs {
  font-size: 40px;
  font-weight: 600;
}

.blue-sub-heading {
  size: 24px;
  font-weight: 600;
  color: #193ea7;
}

.heading-neet-text {
  color: var(--orange);
  border: 3px solid var(--orange);
  margin: 15px;
  font-size: 48px;
  font-weight: 700;
  padding: 5px 10px;
}
.heading-neet {
  margin-top: 10px;
  margin-bottom: 40px;
}

.shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

label {
  color: rgba(0, 0, 0, 0.5);
}

.mbbs {
  font-weight: 800;
  border-radius: 52px;
}

.india-most {
  font-size: 24px;
  font-weight: 700;
}

.year {
  border: 2px solid white;
  color: var(--orange) !important;
  padding: 0 15px;
  margin: 10px 0;
  display: inline-block;
}
.mbbs-heading {
  font-size: 90px;
  font-weight: 800;
  line-height: 88.82px;
}

.section-2-text {
  font-size: 16px;
  font-weight: 500;
}

.section-2-row {
  background: white;
  border-radius: 50px;
  padding: 10px;
}

.hurry {
  font-weight: 600;
  font-size: 24px;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}
.get-counselling-btn {
  border-radius: 18px;
}

.round-content {
  font-size: 14px;
  font-weight: 400;
}

.round-heading {
  font-weight: 600;
}

.seat-shadow {
  box-shadow: 4px 4px 4px 0px #00000040;
  height: 100%;
}

/* ===== Header ===== */
.header-top {
  background: var(--orange);
  padding: 10px 0;
  color: var(--white);
}
.header-top a {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
}
.social-links li {
  margin-right: 15px;
}
.social-links li a {
  font-size: 20px;
}
header img {
  max-width: 100%;
  max-height: 45px;
}
header p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
a {
  transition: all 0.3s ease;
  color: #1a4c87;
  text-decoration: none;
}
/* a:hover{ color: #ed7924;  } */
.banner-container {
  position: relative;
}
.bg-light {
  background: #f2f2f2;
}

.bg-blue {
  background: var(--blue-background);
}

.text-grey {
  color: #726e6e;
}

.text-grey-16 {
  color: #726e6e;
  font-size: 16px;
  font-weight: 400;
}
.bg-orange {
  background: var(--orange-background);
}
.banner-image {
  position: relative;
  background-image: url(../images/banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-neet {
  font-weight: 700;
  font-size: 40px;
}
.heading-counselling-process {
  font-weight: 700;
  font-size: 48px;
}

.heading-counselling-process-text {
  font-size: 24px;
  font-weight: 500;
}

.shape {
  background-image: url(../images/shape.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.top_form {
  background: var(--white);
  margin: 50px 0;
  position: relative;
  left: -100px;
  width: 80%;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgb(26 76 135 / 50%);
}
.top-card {
  border-radius: 30px 30px 0 0;
  padding: 12px 25px;
}
.form-inner {
  border-radius: 30px 30px 0 0;
}
.top_form p {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey);
}
.top_form h2 {
  font-size: 20px;
  font-weight: 600;
}
.top_form label {
  font-size: 14px;
  font-weight: 600;
}

.form-inner {
  padding: 20px 25px;
}
.top_form .form-control {
  height: 45px;
  font-size: 10px;
  border: 0;
  border-radius: 10px;
  background: #e8eeff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.top_form .form-control::placeholder {
  color: var(--grey);
}
.top_form .form-control:focus {
  box-shadow: none;
}
.btn-get {
  padding: 5px 20px;
}
.submit-btn button {
  border: 0;
  background: var(--orange);
  text-transform: uppercase;
  font-weight: 700;
  width: 80%;
  color: var(--white) !important;
  border-radius: 10px;
  padding: 9px 24px;
  font-size: 21px;
  margin: 10px 0;
}
.submit-btn button:hover {
  color: #fff;
}

.register {
  border-radius: 11px;
}
.submit-btn button:focus {
  outline: 0;
  box-shadow: none;
}
.banner-title h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0;
}
.brn-get {
  font-weight: 600;
  font-size: 16px;
}

.text-consultation {
  color: #605e5e;
  font-size: 16px;
  padding-bottom: 28px;
  display: inline-block;
}

.shadow-con {
  box-shadow: 4px 4px 4px 0px #00000040;
}

.submit {
  box-shadow: 0px 4px 4px 0px #00000040;
}
.banner-title {
  max-width: 85%;
}
.fs26 {
  font-size: 26px;
}
.fs40 {
  font-size: 40px;
}
.text-blue {
  color: var(--blue);
}
.hide-desktop {
  display: none;
  max-width: 100%;
}
.card-feature {
  padding: 25px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  margin: -40px 0 0;
  background: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-feature h2 {
  font-size: 39px;
  font-weight: 700;
  margin: 0 5px 0 0;
}
.card-feature p {
  font-size: 25px;
  color: var(--grey);
  margin: 0;
}

.college-list li .clg-action {
  padding: 16px 12px;
  background: var(--dark-blue);
  border-radius: 0 0 30px 30px;
}
.college-list li p {
  padding: 0;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
}
.college-list li img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.explore-btn {
  background: var(--orange);
  color: var(--white) !important;
  font-size: 18px;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
}

section {
  padding: 30px 0;
}

.section-2 {
  background: var(--light-blue-background);
}

.mbbs-seats {
  font-weight: 700;
  padding-bottom: 30px;
  font-size: 48px;
}
.heading h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 15px 0 30px;
  text-align: center;
}

.heading.title h2 {
  margin-bottom: 10px;
}
.heading.title p {
  margin-bottom: 30px;
}
.heading p {
  font-size: 20px;
  font-weight: 600;
}
.course-title h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 15px;
  border-bottom: 1px solid var(--grey);
  padding-bottom: 10px;
}
.course-title p {
  font-size: 18px;
  font-weight: 600;
}
.course-list li {
  background: var(--light);
  border-radius: 25px;
  padding: 25px;
}
.course-info h4,
.course-info p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.course-info {
  margin-bottom: 20px;
}
.course-info span {
  color: var(--grey);
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button {
  font-size: 40px !important;
  outline: 0;
  color: var(--black) !important;
}
.owl-nav button.owl-next {
  right: -40px;
}
.owl-nav button.owl-prev {
  left: -40px;
}

.partner-list img {
  height: 60px;
  width: 100%;
  object-fit: contain;
}
.recruiter img {
  height: 50px;
}
.partner-list {
  text-align: center;
}
.p-clgs {
  text-align: center;
  padding: 30px;
}

.p-clgs img {
  height: 100px;
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.partner-list .owl-nav button {
  top: 37%;
}

.counselling-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: center;
}
.counselling-grid > div {
  padding: 10px;
  transition: all 0.4s ease;
}

.counselling-grid img {
  height: 40px;
  width: 100%;
  object-fit: contain;
}
.counselling-grid figure {
  margin-bottom: 5px;
}
.counselling-grid figcaption {
  font-size: 14px;
  font-weight: 600;
}
.counselling-list li {
  margin-bottom: 10px;
  padding-left: 30px;
}

footer .footer-top {
  padding: 20px 0;
  background: var(--dark-blue);
  color: var(--white);
}
footer h3 {
  font-size: 16px;
  color: var(--orange);
}
footer p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .icon {
  font-size: 20px;
  margin-right: 10px;
}
.footer-bottom {
  background: var(--orange);
  color: var(--white);
  padding: 12px;
}

/* CGC */
/* .header::before{position: absolute; content: ""; inset: 0; background-image: url(../images/white-shape.png); background-size: cover;} */
.header {
  background-image: url(../images/white-shape.png);
  background-size: cover;
  overflow: hidden;
}
.header .header-top {
  position: relative;
  background: transparent;
}
.header .header-top::before {
  content: "";
  position: absolute;
  inset: 0;
  right: -100%;
  background: var(--orange);
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.img-1 {
  z-index: 1;
}
.img-1::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url(../images/fill-shape.png);
  background-size: cover;
  z-index: -1;
}
.top_form.form {
  left: 0;
}
.course-title.black h3 {
  color: var(--black-light);
}
.card-features p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.card-features img {
  height: 90px;
  width: 100%;
  object-fit: contain;
}
