html {
  scroll-behavior: smooth;
}
*,
body {
  outline: 0;
}
:root {
  --main-bg-color: #ff6f11;
  --heading-color: #000;
  --paragraph-color: #666666;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  vertical-align: baseline;
}
body {
  font-family: "Poppins", sans-serif;
  color: #6a6a8e;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
}

ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0 !important;
}
.header-flex {
  display: flex;
  justify-content: space-between;
}
.logo img {
  width: auto;
  height: 70px;
}
.con-f {
  padding-top: 8px;
}
.btn-donate {
  background: var(--main-bg-color);
  color: #fff;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  box-shadow: rgba(255, 111, 17, 0.15) 0px 5px 15px 0px;
}
.btn-donate :focus {
  box-shadow: none;
}
.close {
  cursor: pointer !important;
}
.mod h5 {
  margin-bottom: 20px;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  z-index: 999;
  padding: 5px 10px;

  height: 75px;
}
.mod h5 {
  text-align: center !important;
  margin-bottom: 20px;
}
.regis-re {
  position: relative;
}
.regis-ab {
  position: fixed;
  left: 0px;
  bottom: 215px;
  z-index: 99;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}

.con-f {
  display: flex;
  gap: 25px;
}
.logo h3 a {
  color: #fff;
}
.banner-left-text {
  padding-top: 10%;
  width: 60%;
}
.btn-submit:hover {
  color: #fff;
}
.register-no {
  background: #fa6400;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fa6400;
}
.register-no {
  padding: 10px 10px;
}
.banner-left-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banner-left-text p {
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.banner-left-text span {
  background-color: #00C160;
  padding: 5px 15px 5px 10px;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.testimonail-name h6 {
  font-size: 1rem;
  margin-top: 5px;
  font-weight: 700;
  color: #333;
}
.banner {
  background: url("../../assets/images/Landing_Page_Banner.png");

  height: 400px;
  max-width: 100%;
  width: 100%;
  margin-top: 55px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-text ul li {
  line-height: 25px;
}
.banner-buttons {
  display: flex;
  align-items: center;
  margin-top: 50px;
  list-style: none;
}
.banner-buttons li {
  margin-right: 30px;
}
.banner-buttons .banner-download {
  background-color: #fff !important;
  color: #2d81f7;
}
.banner-buttons a {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
}
.banner-buttons li:last-child {
  margin-right: 0;
}
.banner-rel {
  width: 40%;
}
.banner-img {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}
.banner-img img {
  max-width: 100%;
  height: 530px;
  width: auto;
}
.banner-flex {
  display: flex;

  justify-content: space-between;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix:after {
  clear: both;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec-heading {
  text-align: center;
}
.sec-heading h2 {
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  font-size: 35px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.sec-heading ::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100px;
  background: #00C160;
  text-align: center;
  bottom: 0;
  right: 45%;
}
.about-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pt-30 {
  padding-top: 30px;
}
.about-text h2 {
  width: 100%;
  padding-bottom: 10px;
  font-size: 25px;
  padding-top: 0px;
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.about-text h2:hover {
 text-decoration: underline #00C160;
 transition: 0.3s;
}
.social-media ul li {
  margin-bottom: 10px;
}
.about-text span {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.about-text p {
  color: #666;
  line-height: 25px;
  padding-bottom: 20px;
}
.about-text ul li p i{
  color: #00C160;
  padding-right: 2px;
}

.about-content h2 {
  width: 100%;
  padding-bottom: 10px;
  font-size: 25px;
  padding-top: 0px;
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.about-content h2:hover {
 text-decoration: underline #00C160;
 transition: 0.3s;
}
.social-media ul li {
  margin-bottom: 10px;
}
.about-content span {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.about-content p {
  color: #666;
  line-height: 25px;
  padding-bottom: 20px;
}
.about-content ul li p i{
  color: #00C160;
  padding-right: 2px;
}

.btn-contact {
  background-color: #00C160;
  color: #fff !important;
  border: solid 1px #fff;
  border-radius: 3px;

  color: #333;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
}
.btn-contact:hover {
  background-color: #00C160;
  color: #fff;
  border: #00C160;
}
.btn-contact-2 {
  background-color: #252122;
  color: #fff !important;
  border: solid 1px #fff;
  border-radius: 3px;

  color: #333;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
}
.btn-contact-2:hover {
  background-color: #252122;
  color: #fff;
  border: #252122;
}
.mocktest {
  padding: 30px 0 20px;
  background-color: #f0f4f5;
}
.box {
  background: #fff;
  position: relative;
  display: block;

  padding: 20px 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 17px 1px #dedede;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.box-counter {
  background: #fff;
  position: relative;
  display: block;

  padding: 20px 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 17px 1px #dedede;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.box-content {
}
.box-content img {
  width: 50px;
  height: 50px;

  display: block;
  margin: auto;
}
.main {
  width: 100%;
  margin-top: 25px;
}
.owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 50px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i,
.owl-next i {
  transform: scale(1, 2);
  color: #00C160;

  right: 10px;
  width: 20px;
  height: 20px;
  padding: 10px;
}
.institute-banner img {
  max-width: 100%;
}
.toppers-name {
  margin-top: 20px;
  text-align: center;
}
.toppers-name span {
  font-weight: 900;
}

.owl-prev i {
  position: absolute;
  right: 32px;
}
.owl-next i {
  position: absolute;
  right: 4px;
}
.box-content h2 {
  font-size: 22px;
  padding: 12px 0 10px;
  font-weight: 600;

  color: #333;
  margin-bottom: 0;
}
.box-content p {
  line-height: 18px;
  color: #333;
  font-size: 14px;
  line-height: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.upcoming {
}
.upcoming-img img {
  max-width: 100%;
}
.touch-content {
  padding-top: 9%;

}

.touch-content h2 {
  width: 100%;
  padding-bottom: 10px;

  line-height: 50px;

  font-size: 35px;

  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.touch-content-2 {
  /* padding-top: 9%; */
  padding-top: 4%;
    text-align: center;
}
.touch-content-2 p {
  width: 100%;
  padding-bottom: 3px;
  line-height: 50px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #f1f1f1;
  margin-bottom: 0;
}
.fod .form-touch {
  padding: 10px 10px !important;
}
.fod .form-touch .touch-content {
  padding-top: 0% !important;
}
.form-touch {
  padding-top: 20px;
  background: #fff;
  position: relative;
  display: block;
  text-align: center;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;





  background-color: rgba(255, 255, 255, 0.64);
    border-color: rgba(255, 255, 255, 0.64);
    background-size: cover;
    border-radius: 16px;
    margin-top: 10%;
    box-shadow: 0 4px 30px rgb(255 255 255 / 40%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
/* .form-touch .form-group {
  padding-bottom: 10px;
} */
.form-touch .form-group {
  padding-bottom: 0px;
}
.institute-banner img {
  max-width: 100%;
  width: 100%;
}
.form-touch .form-control {
  padding: 12px 10px;
}
.form-touch .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00C160;
  outline: 0;
  box-shadow: none;
}
.btn-submit {
  width: 100%;
  padding: 10px 20px;
  background: #00C160;
  color: #fff;
  border-color: #00C160;
}
.btn-submit:hover {
  background-color: #252122;
  border-color: #252122;
}
.touch {
  padding-top: 15%;
}
.location {
  margin-bottom: 50px;
}
.exact-location {
  background: #252122;
  text-align: center;
  border: 1px solid #252122;
  padding: 15px 10px;

  border-radius: 5px;
}
.article-logo {
  padding: 5px 20px;

  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.exact-location:hover {
  background: #e8010b;
  border: 1px solid #e8010b;
}
.exact-location {
  margin-bottom: 10px;
}
.exact-location h6 {
  color: #fff;
}
.footer {
  /* position: fixed; */
  background: #252122;
  width: 100%;
  z-index: 9;
  bottom: 0;
  padding: 20px 20px;
}
.copyright p {
  color: #fff;
}
.social-media {
  float: right;
}
.social-media ul li {
  display: inline-block;
  margin-right: 15px;
}
.social-media ul li a {
  color: #fff;
}
.social-media ul li a:hover {
  text-decoration: underline;
}
.social-media ul li a i {
  margin-right: 5px;
}
.banner-buttons a:hover {
  background: #00C160 !important;
  color: #fff;
  border-color: #00C160;
  transition-duration: 0.5s;
}
.touch img {
  width: 100%;
}
.whatsapp-footer {
  display: block;
}
.btn-contant:hover {
  background-color: #00C160;
  color: #fff;
}
.whatsapp-footer {
  position: relative;
  z-index: 9;
}
.whatsapp-fix {
  position: fixed;
  right: 20px;
  bottom: 90px;
}
.whatsapp-fix img {
  height: 40px;
  width: auto;
}
.whatsapp-footer {
  display: block;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0;
}

.navbar .logo {
  flex: 3;
}
.navbar li {
  margin-right: 20px;
}
.navbar .logo a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.navbar label {
  user-select: none;
  cursor: pointer;
  padding: 28px 20px;
  position: relative;
  z-index: 3;
}
.box {
  margin-bottom: 25px;
}

.navbar label i {
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
  font-style: normal;
  font-weight: normal;
}
.navbar label i:before,
.navbar label i:after {
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.navbar label i,
.navbar label i:before,
.navbar label i:after {
  display: block;
  background: #eee;
}
.navbar label i:before {
  top: 5px;
}
.navbar label i:after {
  top: -5px;
}

.navbar #navbar-toggle {
  display: none;
}

.header #navbar-toggle:checked ~ .menu {
  visibility: visible;
  opacity: 0.99;
}
.header #navbar-toggle:checked ~ label {
  background: #212121;
  border-radius: 50%;
}
.header #navbar-toggle:checked ~ label i {
  background: transparent;
}
.header #navbar-toggle:checked ~ label i:before {
  transform: rotate(-45deg);
}
.header #navbar-toggle:checked ~ label i:after {
  transform: rotate(45deg);
}
.header #navbar-toggle:checked ~ label:not(.steps) i:before,
.header #navbar-toggle:checked ~ label:not(.steps) i:after {
  top: 0;
}
.privacy {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-privacy {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 20px;
}
.ptb-120 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.thankyou-content h3 {
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  font-size: 35px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.thankyou-content p {
  line-height: 30px;
}
.thankyou-content img {
  height: 200px;
  width: auto;
  margin-bottom: 20px;
}
.thankyou-content {
  text-align: center;
}

.main-privacy p {
  line-height: 30px;
}
.main-privacy h3 {
  font-size: 25px;
  border-radius: 2px solid #666;
  padding-bottom: 20px;
  padding-top: 20px;
}
.main-privacy ul li {
  padding-bottom: 25px;
  line-height: 25px;
}
/* testimonial */
.testimonial-4 {
  padding-top: 190px;
}
.bg-gray {
  background: #252122;
}
.testimonial-4 .sec-heading h2 {
  color: #fff;
}
.testimonial-item {
  margin-top: 25px;
}
.section-padding {
  padding: 30px 0px;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.font-lg {
  font-size: 40px;
  line-height: 50px;
}
.testimonial-item {
  padding: 10px;
}
.testimonial-inner {
  padding: 2rem 2rem;
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  background: #fff;
  border-radius: 0.4rem;
  position: relative;
}
.testimonial-inner .quote-icon {
  font-size: 60px;
  right: 20px;
  top: 20px;
  color: #252122;
  opacity: 0.8;
}
.testimonial-inner .testimonial-text {
  margin-top: 10px;
  color: #888;
  line-height: 30px;
}
/* counter */

.box h1 {
  font-size: 1.8rem;
  font-weight: 600;
}
.box-content img {
  margin-bottom: 10px;
  text-align: center;
}
.box-content {
  text-align: center;
}
@media (max-width: 768px) {
  .navbar nav {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    display: table;
    background: #ddd;
  }
  .navbar nav ul {
    margin: 0;
    padding: 20px 0;
    display: table-cell;
    vertical-align: middle;
  }
  .navbar nav li {
    display: block;
    text-align: center;
    padding: 20px 0;
    text-align: center;
    font-size: 35px;
    min-height: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .navbar nav li:hover {
    background: #212121;
  }
  .navbar nav li:hover a {
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .navbar nav li a {
    color: #212121;
  }
  .navbar {
    margin-left: 100px;
  }
  .header .menu li a ~ .navbar #navbar-toggle {
    visibility: visible;
    opacity: 0;
  }
  .about-image img {
    position: sticky;
    top: 0;
  }
}

@media (min-width: 768px) {
  .navbar nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
    list-style: none;
  }

  .navbar nav li a {
    display: block;
    padding: 0 8px;
    font-size: 16px;
    line-height: 60px;
    color: #1b1b1b;
    text-decoration: none;
  }
  .navbar nav li.active {
    background: #555;
  }

  .navbar label {
    display: none;
  }
  .get-free {
    display: none;
  }
}
.step-image {
  background: #fff;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 10px;
  /* height: 100%; */
}
.bs {
  box-shadow: 0 10px 50px rgba(149, 157, 165, 0.2);
}
.bs {
  /* box-shadow: 0 10px 50px rgb(211 204 172); */
}
.image img {
  width: 100%;
}
.image img {
  height: 150px;
  object-position: top;
  object-fit: contain;
  width: 150px;
  border-radius: 50%;
  border: 5px solid;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
img {
  display: inline-block;
  max-width: 100%;
}
.mt-3 {
  margin-top: 1rem !important;
}
.p-10 {
  padding: 10px;
}
.teacher-card {
  line-height: initial;
}
.mt-5 {
  margin-top: 5px;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.d-flex-center {
  display: flex;
  justify-content: center;
}
.fs-13 {
  font-size: 13px;
}
.faculty-img {
  box-shadow: none;
}
.faculty-img:hover {
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  /* padding: 0 10px 0 10px; */
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  /* padding: 10px; */
  padding: 15px 0 15px 0px;
}

.button-6 {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #f0f0f1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset,
    rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
    rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px,
    rgba(44, 187, 99, 0.15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,
    rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
    rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px,
    rgba(44, 187, 99, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}
.p-fixed {
  position: fixed !important;
  left: 20px;
  bottom: 90px;
  z-index: 99;
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}
.mobile-fixed-r {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
}
.mobile-fixed {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 50px rgba(178, 89, 89, 0.25);
}
.single-box {
  background: #252122;
  width: 33.3%;
  padding: 10px 0px;
}
.icon {
  font-size: 14px;
}
.only-desktop {
  display: block;
}
.only-mobile {
  display: none;
}

@media screen and (max-width: 760px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .d-flex-center {
    flex-direction: column;
  }
  .call-fix {
    /* position: fixed; */
    right: 10px;
    bottom: 215px;
    z-index: 99;
  }
  .f-direction-row {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
.call-fix {
  position: fixed;
  right: 10px;
  bottom: 215px;
  z-index: 99;
}
.mt-18 {
  margin-top: 48px;
}
.form-section-banner-img {
  background-image: url(../images/new-banner/ncert_banner_may.png);
  /* height:670px; */
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-top: 42px; */
  margin-top: 56px;
}
.faq {
  background: #f1f1f1;
  padding: 10px;
}
.faqs-sec{
  padding: 25px;
}
.p-35{
  padding: 35px;
}
.lp-header-contact-number{
  text-align: center !important;
  color: #E40309 !important;
  padding-top: 6px;
  font-weight: bold;
}
.lp-header-contact-number a{
    color: #E40309 !important;
    padding: 5px !important;
  
  }

.accordion {
  background: transparent;
  color: #0c111b;
  cursor: pointer;
  padding: 18px;
  font-weight: 500;
  font-size: 1em;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 2px solid #252122;
  line-height: 20px;
}

/* 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) */
.active,
.accordion:hover {
  /* background-color: #ccc; */
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  padding-top: 20px;
  background-color: transparent;
  display: none;
  color: #333;
  overflow: hidden;
}
.faq {
  background: #f1f1f1;
  padding: 10px;
}
.p-40{
  padding: 40px;
}
.card-body p{
  font-size: 14px;
  color: #1b1b1b;
  line-height: 1rem;
  padding: 4px 4px 2px 4px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.only-desktop {
  display : block
}
  
.only-mobile{
  display: none
}
@media (max-width: 760px){
  .only-desktop {
  display : none
  }
  
  .only-mobile{
  display: block
  }
  }
.header-email{
  padding: 3px; 
  text-align: center;
  /* color: #00C160; */
}
.header-email a{
  padding: 3px;
  text-align: center;
  color: #00C160;
}
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  line-height: 20px;
}
.styled-table thead tr {
  background-color: #252122;
  color: #ffffff;
  text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #252122;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #252122;
}
.cc-details-footer-text{
  text-align: center;
}
.cc-section-text{
  padding: 40px 0px 20px 0px;
  line-height: 20px;
}
.faq-btn-text button{
  color: #1b1b1b;
  font-weight: bold;
}
.test-details-content{
  padding: 0px 40px 40px 40px;
}
.test-details-detailed-info{
  padding: 10px 10px 0px 0px ;
}
.test-details-detailed-info p{
  padding: 5px;
}
.align-items-center{
  align-items: center !important;
}
.footer-logo img{
  width: auto;
  height: 120px;
}
.contact-info-card{
    padding: 2rem;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 4px;
    border-bottom: 2px solid #00C160;
}
.bg-grayish-blue{
  background-color: #fbfbff !important;
}
.main-services-sec-title {
 padding-bottom: 14px;
}
.main-services-sec-title h1{
  width: 100%;
  /* position: relative; */
  /* padding-bottom: 10px; */
  font-size: 35px;
  /* text-align: center; */
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.main-services-sec-title p{
  width: 100%;
  /* position: relative; */
  /* padding-bottom: 20px; */
  /* font-size: 35px; */
  /* text-align: center; */
  display: block;
  font-weight: 400;
  color:  #fff;
  margin-bottom: 0;
  background: #00C160;
    width: 51%;
    padding: 12px 0;
    border-radius: 4px;
}
.main-services-sec-title p strong{
  width: 70%;
  /* position: relative; */
  /* padding-bottom: 20px; */
  /* font-size: 35px; */
  /* text-align: center; */
  display: block;
  font-weight: 600;
  color:  #000;
  margin-bottom: 0;
  /* background: #00C160; */
    /* width: 50%; */
    padding: 16px;
    border-radius: 8px;
    background-color: #FFD302 ;
    /* padding: 4px ; */
}

.main-service-content{
  padding-bottom: 12px;
}
.main-service-content p{
  line-height: 1.2rem;
}
.main-service-content-top h3{
    /* font-size: 33px; */
    /* text-align: center; */
    display: block;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.main-service-text{
  display: block;
  font-weight: 400;
  color:  #fff;
  margin-bottom: 0;
  background: #252122;
  transition: 0.3s;
  /* background: radial-gradient(circle, rgba(15,228,122,1) 31%, rgba(1,46,54,1) 100%); */
  /* background: rgba(15,228,122,1); 
background: -webkit-linear-gradient(to right, rgba(15,228,122,1), rgba(1,46,54,1)); 
background: linear-gradient(to right, rgba(15,228,122,1), rgba(1,46,54,1));  */
    width: 50%;
    padding: 12px;
    border-radius: 4px;
    line-height: 1.2rem;
}
/* .main-service-text:hover{
  display: block;
  font-weight: 400;
  color:  #fff;
  margin-bottom: 0;
  background: #252122;
  transition: 0.3s;
  background: radial-gradient(circle, rgba(15,228,122,1) 31%, rgba(1,46,54,1) 100%);
  background: rgba(15,228,122,1); 
background: -webkit-linear-gradient(to right, rgba(15,228,122,1), rgba(1,46,54,1)); 
background: linear-gradient(to right, rgba(15,228,122,1), rgba(1,46,54,1)); 
    width: 50%;
    padding: 12px;
    border-radius: 4px;
    line-height: 1.2rem;
} */
.main-service-content-footer h3{
  /* font-size: 33px; */
  /* text-align: center; */
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.main-service-content-fees{
  background-color: #000;
  padding: 2rem 1rem;
  /* border-radius: 4px; */
  color: #fff;
border: 2px solid #FFB500;
border-radius: 7px;

}
.service-fees h5{
color: #FFB500;
text-decoration: line-through;
/* text-decoration-thickness: 3px; */
/* text-decoration-color: #ff0000aa; */
padding-top: 8px;
}
.service-offer-fees p strong{
  font-weight: 600;
color: #FFB500;
font-size: 2.5rem;


}

.main-services-sec{
  background-color: #fff;
}
.glass-box{
  /* From https://css.glass */
background: #00C160;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 24px;
/* border: 2px solid #FFB500; */
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.special-events-card{
  padding: 16px !important;
  background: #f5eed7 !important;
  box-shadow: 0 10px 50px rgb(89 178 120 / 25%);
  margin: 12px 0;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.contact-info-text a{
  color: #6A6A8E !important;
  cursor: pointer;
}

.about-content-footer p{
  color: #00C160;
    line-height: 25px;
    padding-bottom: 20px;
    font-weight: 600;
}