:root {
  --primary-color: #fade00;
}

a,
body h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
  font-family: Poppins, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body {
  overflow-x: hidden !important;
}

footer.loading {
  opacity: 0.5;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item.dropdown .dropdown-toggle::after {
  transition: 0.3s;
}

.nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.choose-us-heading h2,
.form-banner {
  margin-left: auto;
  margin-right: auto;
}
.floating_btn {
    position: fixed;
    left: 20px;
    bottom: 10px;
}
.floating_btn
i.fa.fa-whatsapp.my-float {
    color: green;
    font-size: 60px;
}
.student-prefer-section {
  padding: 12px;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
  gap: 21px;
}

ul.navbar-nav li a {
  display: block;
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
}

.student-prefer-heading {
  padding: 10px 0 50px;
  color: #000;
  text-align: center;
}

.student-prefer-box-content {
  line-height: 0.5;
  margin-top: 23px;
  font-weight: 600;
}

.student-prefer-box {
  text-align: center;
  background: #fade00;
  padding: 25px;
}

.first-box .student-prefer-box {
  border-radius: 312px 0 0 312px;
}

.last-box .student-prefer-box {
  border-radius: 0 0 90px 0;
}

.prefer-box-img {
  filter: invert(1);
  width: 36%;
}

.horizontal-form-content {
  text-align: center;
  background: #fade00;
  padding: 20px;
  border-radius: 30px 0 30px 30px;
}

.horizontal-sec2-content {
  text-align: center;
  background: #fade00;
  padding: 12px;
  border-radius: 30px 0 30px 30px;
  color: #000;
}

.horizontal-sec1-content {
  margin-top: 20px;
}

.horizontal-sec2-content h2 {
  font-size: 20px;
}

.horizontal-sec2-content span {
  font-weight: 600;
  font-size: 23px;
}

.easiest-way-content {
  margin-top: 60px;
}

.ratings,
.services {
  display: flex;
}

.services {
  gap: 20px;
  margin-top: 15px;
}

.services-btn a,
.expert-btn a {
  background-color: #fade00;
  padding: 8px 15px;
  border-radius: 30px 0 30px 30px;
  color: white;
  text-decoration: none;
}

.services-btn a:hover,
.expert-btn a:hover {
  border: 1px solid #fade00;
  padding: 8px 15px;
  border-radius: 30px 0 30px 30px;
  color: #fade00;
  text-decoration: none;
  background-color: #fff;
}

.exam-completed span {
  font-size: 25px;
  font-weight: 600;
  color: #fade00;
}

.exam-completed p {
  font-size: 14px;
}

.do-my-online-exam {
  background: #fade00;
  color: white;
  padding: 15px;
  border-radius: 30px 0 30px 30px;
  text-align: center;
}

.do-my-online-exam h5 {
  text-align: center;
}

.do-my-online-exam ul li::marker {
  content: "\2713";
}

.do-my-online-exam ul li {
  padding-left: 4px;
}

.do-my-online-exam ul {
  display: inline-flex;
  gap: 22px;
}

.order-now {
  margin-top: 12px;
  text-align: center;
}

.order-now a {
  background-color: white;
  color: black;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 30px 0 30px 30px;
}

.order-now a:hover {
  background-color: #000;
  color: white;
  padding: 4px 9px;
  text-decoration: none;
  border-radius: 30px 0 30px 30px;
}

.subject-selection {
  padding: 50px 0;
}

.subject-row .subject-box {
  text-align: center;
  background-color: #ffffff;
  padding: 12px 0;
  border-radius: 30px 0 30px 30px;
  box-shadow: rgba(99, 99, 99, 0.57) 0 2px 8px 0;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}

.subject-row .subject-box:hover {
  background-color: #fc356f;
  transform: scale(1.1);
  cursor: pointer;
  color: #fff;
}

.subject-row {
  margin-top: 45px;
}

.subject-selection-img {
  margin-top: -22px;
  margin-left: 26px;
}

.subject-selection-main-content {
  text-align: center;
}

.subject-selection-main-content span {
  font-weight: 600;
}

.subject-selection-main-content h2,
.subject-selection-main-content h3 {
  font-weight: 600;
  color: #fade00;
}

.subject-selection-main-content p {
  font-size: 14px;
}

.lady-home {
  padding: 50px 0;
}

.lady-home-content {
  margin-left: 12px;
  color: #000;
  margin-top: 12px;
}

.lady-home p {
  font-size: 15px;
}

.demo-btn {
  text-align: center;
}

.demo-btn a {
  padding: 6px 12px;
  border-radius: 30px 0 30px 30px;
  color: #000;
  text-decoration: none;
  background-color: #fade00;
}

.demo-btn a:hover {
  color: #fade00;
  background-color: #fff;
  border: 1px solid #fade00;
}

.results {
  padding: 42px 100px;
  background-color: #f7f8fd;
}

.result-content-main {
  text-align: center;
  padding-bottom: 15px;
}

.result-box-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-top: 20px;
}

.result-box-content h3 {
  font-size: 21px;
}

.result-box-1 .result-box-content:hover {
  border-bottom: 3px solid #00e4cf;
}

.result-box-2 .result-box-content:hover {
  border-bottom: 3px solid #fe0760;
}

.result-box-3 .result-box-content:hover {
  border-bottom: 3px solid #fc8444;
}

.result-box-4 .result-box-content:hover {
  border-bottom: 3px solid #943ce4;
}

.result-box-5 .result-box-content:hover {
  border-bottom: 3px solid #0c8cfc;
}

.result-box-6 .result-box-content:hover {
  border-bottom: 3px solid #04e4cc;
}

.result-box-content h4,
.result-box-content h6 {
  margin-top: 8px;
}

.result-box-content h4 {
  font-size: 16px;
}

.feature-section {
  background: #fade00;
  padding: 100px 100px;
}

.feature-section h2 {
  color: #000;
}

.feature-main-content {
  text-align: center;
  color: white;
  margin-bottom: 35px;
}

.feature-content {
  color: white;
}

.feature-box {
  background-color: #ffffff;
  color: #000000;
  padding: 12px;
  border-radius: 10px 0 10px 10px;
}

.feature-box h3 {
  font-size: 20px;
}

.feature-box h4,
.feature-box h5 {
  margin-top: 20px;
  font-weight: 600;
}

.feature-box img {
  width: 30%;
}

.steps {
  padding: 100px 100px;
  text-align: center;
}

.steps-main-content h5 {
  font-size: 28px;
}

.steps-box {
  text-align: center;
  margin-top: 15px;
}

.steps-box-1 h3,
.steps-box-2 h3,
.steps-box-3 h3 {
  font-size: 25px;
}

.steps-box-1 .steps-img {
  background-color: #ffdfea;
}

.steps-box-2 .steps-img {
  background-color: #f2e2fc;
}

.steps-box-3 .steps-img {
  background-color: #fbdcbf;
}

.steps-img {
  box-shadow: rgba(99, 99, 99, 0.57) 0 2px 8px 0;
  padding: 20px;
  border-radius: 50%;
  width: fit-content;
  margin: auto auto 20px;
}

.why-choose-us {
  padding: 50px 0;
}

.why-choose-content {
  text-align: center;
}

.why-choose-us-content h3 {
  font-size: 22px;
}

.choose-us-icon {
  font-size: 40px;
  margin-top: -11px;
}

.why-choose-us-content h5,
.why-choose-us-content h6 {
  font-weight: 600;
  width: fit-content;
  line-height: 1.7;
}

.why-choose-us-content h6 {
  border-bottom: 2px solid #488ef0;
}

.why-choose-us-content h5 {
  border-bottom: 2px solid #fade00;
  font-size: 16px;
}

section.course-structure {
  padding: 3rem 0 1rem;
}

section.course-structure .h3 {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 30px;
}

section.course-structure p {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
  padding-bottom: 20px;
  padding-right: 1rem;
}

section.course-structure .chat-btn {
  margin-top: 20px;
  margin-bottom: 2rem;
  font-size: 19px;
}

section.course-structure .structure_img img {
  width: 100%;
  height: auto;
}

section.course-structure-detail {
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

section.course-structure-detail .h3 {
  font-size: 45px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 30px;
}

section.course-structure-detail p {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
  padding-bottom: 20px;
}

.affordable-excellence {
  padding: 50px 0;
}

.offer-sect {
  padding-bottom: 50px;
}

.off-sect-cnt-box {
  padding-top: 20px;
}

.off-sect-cnt-box h3 {
  font-size: 22px;
}

.offer-sect-box-img {
  text-align: center;
  padding: 22px;
  background: #fade00;
  margin-top: 15px;
  opacity: 90%;
  border-radius: 30px 0 30px 30px;
}

.offer-sect-box-img p {
  font-weight: 600;
  margin-top: 12px;
  font-size: 20px;
}

.content-section2 {
  margin-top: -68px;
}

.rating-card {
  display: flex;
  text-align: left;
  gap: 12px;
}

.rating-content {
  margin-top: -12px;
}

.rating-title {
  margin-top: -12px;
}

.stars {
  color: #ffdd08;
  margin: -8px 0;
  font-size: 22px;
}

.main-content-2 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 17px;
  font-family: poppins;
  margin: 30px;
}

.main-content-2 span {
  font-size: 22px;
  font-weight: 600;
}

.main-content-2 h2,
.main-content-2 h3,
.main-content-2 h4 {
  font-size: 20px;
  font-weight: 600;
}

.main-content-2 ul li {
  list-style: none;
  margin-left: -30px;
}

.main-content-2 ul li i {
  color: #fade00;
}

.banner,
.banner-2 {
  margin: auto auto 15px;
  text-align: center;
  padding: 40px;
  color: rgb(0, 0, 0);
  position: relative;
  width: 70%;
  background-color: #fade00;
}

.banner p {
  font-size: 14px;
}

.banner:before,
.banner-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 65px solid #fff;
  border-right: 65px solid #ffc107;
}

.banner-btn a,
.banner-btn-2 a {
  background-color: black;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 17px;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.banner-btn a:hover,
.banner-btn-2 a:hover {
  background-color: #fff;
  color: #000;
}

.banner-2 {
  padding: 60px;
}

.banner-2 p {
  font-size: 16px;
}

.exam-portfolio {
  padding: 50px 50px;
  background: #fade00;
  color: black;
}

.exam-portfolio h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 12px 0;
}

.exam-portfolio h4 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 10px;
}

.exam-portfolio p {
  font-size: 15px;
}

.cta-section {
  padding: 100px 0;
}

.portfolio-content h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

.portfolio-box {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 22px;
  border-radius: 6px;
  height: 100%;
}

.portfolio-box img {
  filter: invert(1);
}

.portfolio-box h5 {
  font-weight: 600;
  margin-top: 10px;
}

.portfolio-box .portfolio-btn {
  margin: 25px 0 10px;
}

.portfolio-box .portfolio-btn a {
  background-color: black;
  padding: 9px 12px;
  color: white;
  border-radius: 9px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.portfolio-box .portfolio-btn a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.cta-content {
  background: #fade00;
  padding: 30px 50px 25px;
  color: #000;
  margin: 30px 0;
  align-content: space-evenly;
}

.cta-content h3 {
  font-weight: 600;
}

.cta-img {
  padding: 0;
}

.cta-content span {
  background: black;
  padding: 10px 16px;
  font-weight: 600;
  color: white;
  border-radius: 12px;
}

.social-icons i {
  border: 1px solid #24262f;
  color: #fff;
  background-color: #24262f;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
}

.social-icons i:hover {
  background-color: #d20732;
}

.contact-info i {
  color: #d20732;
}

.copy-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.cta-content-1 {
  background: #d20732;
  padding: 10px 16px;
  font-weight: 600;
  color: white;
  border-radius: 12px;
  width: fit-content;
  margin-top: 12px;
}

.cta-content .cta-content-btn {
  margin: 25px 0 10px;
}

.cta-content .cta-content-btn a {
  background-color: #000;
  padding: 9px 12px;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.cta-content .cta-content-btn a:hover {
  background-color: #fff;
  color: #000;
}

.iti {
  width: 100%;
}

.submit-btn input[type="submit"] {
  cursor: pointer;
  width: 100%;
  height: 45px;
  text-align: center;
  border-radius: 30px 0 30px 30px;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  border: 0;
  font-weight: 600;
  margin-top: 20px;
}

.welcome-content h1 {
  font-weight: 600;
  color: #fff;
}

.welcome-section {
  padding: 50px 0;
  background-image: url("images/welcome-banner-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-banner-main .form-banner h2,
.testimonial-heading p,
.welcome-content ul li {
  color: #fff;
}

.welcome-content h2 {
  font-size: 42px;
  font-weight: 600;
  color: #000;
}

.welcome-content p {
  font-size: 18px;
  color: #fff;
}

.country,
.horizontal-form-widget .form-control {
  border-radius: 30px 0 30px 30px;
  height: 45px;
}

.cty-code {
  border-radius: 30px 0 30px 30px;
}

.service-wel-section {
  padding: 50px 0;
  background: linear-gradient(90deg,
      #833ab4 0,
      rgba(72, 142, 240, 0.700717787114846) 50%,
      #767be0 100%);
  background-image: url(images/service-main-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-wel-content {
  padding: 100px 65px 85px;
  color: #fff;
  margin-top: 65px;
  background-color: #ffffff57;
  border-radius: 60px;
}

.service-wel-content h2 {
  font-size: 42px;
  font-weight: 600;
}

.service-wel-content p {
  font-size: 18px;
}

.form-banner-main .form-banner {
  margin: 0;
  background-color: #fefefe6b;
  border: 5px solid #fff;
}

.form-banner-main .form_body {
  line-height: 3;
}

.form-banner {
  padding: 18px 0 0;
  border-radius: 13px;
  z-index: 2;
  width: 75%;
  background: transparent;
}

.form_body {
  padding: 10px 25px 0;
  line-height: 4;
  height: 460px;
}

.form-banner p {
  color: #fff !important;
  text-align: center;
  background-color: green;
  padding: 5px;
}

.form-banner span.pulse {
  text-align: center;
  font-size: 23px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}

.form-banner h2 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.form-banner h4 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 19px;
}

.form-banner h4 a {
  color: #fdc716;
  font-size: 22px;
  font-weight: 900;
}

.form-banner h4 a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.form-banner label {
  margin-top: 15px;
  color: #fff;
  line-height: normal;
  display: block;
}

.form-banner textarea,
.form-banner select {
  color: #000;
  background-color: #fff;
}

.form-banner input[type="email"],
.form-banner input[type="tel"],
.form-banner input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 8px;
  border: 2px solid #f6f6f6;
  border-radius: 30px 0 30px 30px;
  margin-top: 0;
  background-color: #fff;
  color: #000;
}

.form-banner ::placeholder {
  color: #000;
  opacity: 1;
}

.form-banner textarea {
  width: 100%;
  height: 33%;
  padding: 10px;
  border: 2px solid #fff;
  resize: none;
  border-radius: 30px 0 30px 30px;
  margin-top: 2px;
  text-transform: capitalize;
}

.cty-code {
  margin-top: 14px;
  border: 2px solid #fff;
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.form-submit input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  width: 165px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 65px;
  background-color: #fff;
  color: #ec2527;
  font-size: 18px;
  border: 0;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.form-banner input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  font-size: 22px;
  border: 0;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  margin-top: 0;
}

select {
  width: 100%;
  height: 33px;
  padding: 0 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 14px;
}

.service-card-section {
  padding: 50px 0;
}

.service-card-heading,
.testimonial-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2,
.service-card-heading h2 {
  font-weight: 600;
  border-bottom: 3px solid #000;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

.about-us-content h2,
.choose-us-heading h2 {
  font-weight: 600;
  border-bottom: 3px solid #fff;
}

.service-card {
  padding: 45px 25px;
  background-color: #8097e7;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #7c7c7c;
  background-image: url(images/service-card-bg.webp);
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: bottom right;
  margin: 25px 0;
}

.service-card.active,
.service-card:hover {
  background-blend-mode: normal;
  transform: scale(1.04);
}

.service-card p {
  margin-bottom: 25px;
}

.service-btn a {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 7px 11px;
  border-radius: 4px;
}

.service-content {
  padding: 10px;
}

.service-content h2 {
  font-weight: 600;
  margin-bottom: 15px;
  width: fit-content;
  padding-bottom: 3px;
  font-size: 24px;
}

.about-us-content span,
.contact-head h1,
.contact-info h2,
.inner-page-content h3,
.inner-page-heading h1,
.service-content h4 {
  font-weight: 600;
}

.side-banner {
  text-align: center;
  padding-top: 80px;
}

.side-banner a.btn.btn-main {
  margin-top: -311px;
}

.btn-gif a {
  margin-top: 12px;
}

.choose-us-section {
  padding: 0;
  color: #000;
}

.award-row,
.choose-us-heading p,
.contact-head,
.form_head,
.testimonial-card h5 {
  text-align: center;
}

.choose-us-heading i,
.footer-link li a:hover,
.testimonial-heading h6 {
  color: #fade00;
}

.choose-us-heading h2 {
  width: fit-content;
  padding-bottom: 5px;
}

.choose-us-heading h3 {
  font-size: 40px;
}

.choose-us-content {
  margin-top: 60px;
}

.choose-us-box {
  margin-bottom: 45px;
  background-color: #ffffff57;
  color: #000;
  padding: 35px 12px;
  border-radius: 20px;
  border: 2px solid #000;
}

.about-us-content h3,
.choose-us-box h3 {
  font-size: 22px;
}

.choose-us-box img {
  margin-left: 20px;
  filter: invert(1);
}

.choose-us-img {
  filter: invert(1);
  width: 16%;
  margin-bottom: 5px;
}

.choose-us-content-box {
  border: 2px solid #ffd117;
  padding: 12px;
  border-radius: 32px 0 32px 32px;
  margin: 12px 0 0;
}

.choose-us-side-img {
  margin-left: 20px;
  width: 125%;
}

.about-us-section {
  padding: 125px 0;
  background: var(--primary-color);
  color: #000;
}

.about-btn a {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
}

.about-us-content h2 {
  width: fit-content;
  padding-bottom: 5px;
  font-size: 25px;
}

.testimonial-heading h2,
.testimonial-heading h3 {
  border-bottom: 3px solid #fade00;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-weight: 600;
}

.testimonial-section {
  padding: 100px 0;
  background-color: #000;
  overflow: hidden !important;
}
section{
  overflow: hidden;
}
.testimonial-heading span {
  color: #fade00;
  font-size: 24px;
}

.testimonial-heading h2 {
  color: #fade00;
}

.testimonial-heading h3 {
  color: #fff;
}

.portal-logo li,
.portal-logo-2 li {
  padding: 20px;
  margin-right: 15px;
  background: var(--primary-color);
}

.testimonial-card {
  background: var(--primary-color);
  color: #000;
  padding: 25px;
  margin: 12px 20px 60px 0;
  border-radius: 30px 0 30px 30px;
}

.testimonial-card img {
  margin-bottom: -65px;
  margin-left: 120px;
  margin-top: 5px;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.portal-section {
  padding-bottom: 60px;
}

.portal-heading {
  text-align: center;
  padding-bottom: 45px;
}

.portal-heading h1 {
  font-weight: 600;
  color: #000;
}

.portal-heading span {
  font-weight: 600;
  font-size: 38px;
  color: #000;
}

.portal-heading span strong {
  color: #fade00;
  font-weight: 800;
}

.portal-heading h1 span {
  color: #a0bff0;
  font-weight: 800;
}

.portal-image {
  border-right: 2px solid #bababa;
  text-align: center;
}

.portal-logo,
.portal-logo-2 {
  list-style: none;
  display: flex;
  justify-content: center;
}

.portal-logo li {
  border-radius: 0 70px 28px 28px;
  box-shadow: -2px 0 20px 1px rgba(0, 0, 0, 0.57);
}

.portal-logo li:hover,
.portal-logo-2 li:hover {
  transform: scale(1.1);
}

.portal-logo-2 li {
  margin-top: 30px;
  border-radius: 0 52px 35px 35px;
  box-shadow: -2px 0 20px 1px rgba(0, 0, 0, 0.57);
}

.contact-section {
  padding: 75px 0;
  background: #fade0085;
}

.contact-head h3 {
  font-size: 32px;
}

.contact-head span {
  font-weight: 600;
  font-size: 38px;
}

.contact-part-form .form-banner {
  background: var(--primary-color);
}

.contact-info {
  padding: 65px 75px 65px 80px;
  margin-top: 75px;
  border-radius: 30px 0 30px 30px;
  background-color: #fff;
}

.contact-info span,
.faq-head h2 {
  font-weight: 600;
  font-size: 32px;
}

.contact-info p {
  margin: 17px 0;
  font-size: 16px;
}

.contact-info ul {
  padding-left: 0;
  margin-top: 25px;
}

.contact-info ul li {
  padding: 10px 0;
  list-style: none;
}

.contact-info ul li i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #fade00;
}

.contact-info ul li span {
  font-weight: 600;
  font-size: 18px;
  padding-left: 10px;
}

.contact-info ul li span a,
.our-process-heading h3,
.process-box p,
.process-box-1 p,
.process-box-2 p {
  color: #000;
}

.process-section {
  padding: 130px 0;
  background: #fade00;
}

.process-box,
.process-box-2 {
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  padding: 10px;
}

.our-process-heading {
  text-align: center;
  color: #000;
}

.our-process-heading h1 {
  font-weight: 600;
  color: #fff;
}

.our-process-heading span {
  font-size: 32px;
  font-weight: 600;
}

.our-process-heading h4 {
  border-bottom: 4px solid #ffca03;
  margin-right: auto;
  margin-left: auto;
  width: 38%;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.our-process-heading h5 {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
}

.process-box-1 {
  text-align: center;
  margin-left: 12px;
}

.process-box h4 span,
.process-box h5 span,
.process-box-1 h4 span,
.process-box-2 h4 span,
.process-box-2 h5 span {
  background: var(--primary-color);
  padding: 20px;
  clip-path: circle(35% at 50% 50%);
  font-size: 33px;
  color: #fff;
}

.process-box-1 h5 {
  color: #fff;
  font-weight: 600;
}

.process-box-1 img {
  margin: 35px 0;
}

.process-box-2 h3 {
  font-size: 20px;
  color: #000;
}

.process-box h5,
.process-box-2 h5 {
  color: #000;
  font-weight: 600;
}

.process-box img,
.process-box-2 img {
  margin: 10px 0;
}

.process-box {
  color: #000;
}

.process-box h3 {
  font-size: 20px;
}

.process-row {
  display: flex;
  margin-top: 55px;
  gap: 12px;
}

.process-numbers {
  padding: 15px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  padding: 100px 0;
  color: #000;
}

.faq-container p {
  padding: 15px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.faq-container .accordion {
  background-color: #ffffff9e;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: 0;
  font-size: 18px;
  transition: 0.4s;
  font-family: Montserrat, sans-serif;
  line-height: initial;
  padding: 26px;
  border-bottom: 1px solid #000;
  position: relative;
  text-align: left;
  font-weight: 600;
}

.faq-container .accordion:hover,
.faq-container .active {
  color: #ffd117;
}

.faq-container .accordion::before {
  content: "\002B";
  color: #ffd117;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 22px;
  font-size: 24px;
}

.faq-container .active:before {
  content: "\2212";
  color: #000;
}

.faq-container .panel {
  padding: 0 18px;
  background: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.faq-container .panel h3 {
  font-size: 16px;
  font-weight: 400;
}

.faq-head {
  margin-bottom: 15px;
}

.faq-head span {
  font-size: 40px;
  font-weight: 600;
}

.faqs-image {
  margin-left: 15px;
}

.about-us-section1,
.about-us-section3,
.about-us-section5,
.about-us-section6,
section.awards {
  padding: 100px 0;
}

.section-title {
  padding-bottom: 35px;
}

.section-title span {
  display: block;
  font-weight: 600;
  font-size: 38px;
  border-bottom: 3px solid #000;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.section-title strong {
  color: #fade00;
  font-size: 47px;
}

.footer-section {
  padding: 100px 0 75px;
  background-color: #f7f7f7;
}

.footer-link h4 {
  margin-left: 25px;
  font-weight: 600;
}

.footer-link li {
  list-style: none;
  margin-top: 5px;
}

.footer-link ul {
  margin-top: 25px;
}

.footer-link li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.footer-text {
  font-weight: 600;
  margin-top: 15px;
}

.footer-img {
  text-align: center;
  margin-top: 25px;
}

.footer-link span {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.inner-page-heading {
  text-align: center;
  padding: 90px 0;
  background: var(--primary-color);
  margin-bottom: 60px;
  color: #000;
}

.inner-page-content {
  padding: 45px 0 100px;
}

.about-us-section4 {
  background-image: url(images/background-image-exam-help.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

a.btn.btn-main {
  background: #000;
  color: #fff;
  border-radius: 30px 0 30px 30px;
}

@media only screen and (max-width: 768px) {
  .welcome-content {
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
  }

  ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 0;
  }

  .choose-us-box,
  .student-prefer-section {
    text-align: center;
  }

  .student-prefer-heading {
    padding: 25px 0;
    color: #fff;
  }

  .student-prefer-heading h3 {
    font-size: 20px;
  }

  .student-prefer-box {
    margin-top: 12px;
  }

  .service-wel-content {
    padding: 25px;
    margin-top: 75px;
    margin-bottom: 25px;
  }

  .choose-us-side-img,
  .form-banner {
    width: 100%;
    margin-top: 20px;
  }

  .form_body {
    padding: 10px 13px 0;
    line-height: 2;
    height: 320px;
  }

  .form-banner textarea,
  .welcome-content p {
    font-size: 14px;
  }

  .service-card-heading {
    margin-bottom: 0;
  }

  .form-banner input[type="submit"] {
    position: relative;
    top: 10px;
  }

  .form_body .col-12 {
    margin-bottom: 10px;
  }

  .form-banner input[type="email"],
  .form-banner input[type="tel"],
  .form-banner input[type="text"] {
    height: 38px;
  }

  .choose-us-box h4 {
    margin-top: 15px;
    font-weight: 600;
  }

  .service-card.active {
    transform: none;
  }

  .about-us-content,
  .portal-logo li {
    margin-top: 30px;
  }

  .testimonial-card img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    margin-left: -25px;
  }

  .faq-part {
    margin-top: 55px;
  }

  .faq-container p {
    color: #000;
  }

  .process-row {
    display: contents;
  }

  .process-box,
  .process-box-1,
  .process-box-2 {
    margin-top: 40px;
  }

  .contact-info {
    padding: 19px;
    margin-bottom: 50px;
    margin-right: 0;
    margin-top: 0;
  }

  .about-us-section .row {
    flex-direction: column-reverse;
  }

  .portal-logo,
  .portal-logo-2 {
    display: block;
    margin-left: 60px;
    margin-right: 40px;
  }

  .portal-heading {
    padding-bottom: 0;
  }

  .contact-info ul li span {
    font-size: 14px;
    padding-left: 4px;
  }

  .contact-info ul li i {
    padding: 7px;
  }

  .faq-container .accordion {
    font-size: 14px;
    padding: 15px 0 15px 18px;
  }

  .footer-link span {
    margin-left: 25px;
  }

  .side-banner {
    margin-bottom: 55px;
    padding-top: 0;
    display: none;
  }

  .section-title strong {
    font-size: 33px;
  }

  .section-title span {
    font-size: 27px;
  }

  .contact-head span {
    font-size: 35px;
  }

  .form-banner span.pulse {
    font-size: 21px;
  }

  .horizontal-form {
    padding: 0;
  }

  .horizontal-form-widget input {
    margin-bottom: 10px;
  }

  .services-btn a,
  .expert-btn a {
    padding: 10px 12px;
    font-size: 13px;
  }

  .services {
    gap: 5px;
    margin-bottom: 15px;
  }

  .afforable-excellence-content-sec2 {
    text-align: center;
  }

  .do-my-online-exam ul {
    display: block;
  }

  .affordable-excellence {
    padding: 20px 0;
  }

  .subject-selection {
    padding: 0;
  }

  .subject-row {
    margin-top: 10px;
  }

  .lady-home {
    padding: 0;
  }

  .results {
    padding: 50px 0;
  }

  .result-box-content {
    padding: 12px;
  }

  .feature-section {
    padding: 50px 0;
  }

  .feature-box {
    padding: 0 10px;
  }

  .feature-line::before {
    display: none;
  }

  .steps {
    padding: 50px 0;
  }

  .why-choose-us {
    padding: 50px 0;
    text-align: center;
  }

  .why-choose-us-content h5 {
    margin: auto auto 8px;
  }

  .our-process-heading h4 {
    width: 90%;
  }

  .offer-sect {
    padding: 50px 0;
  }

  .about-us-section {
    padding: 50px 0;
  }

  .testimonial-section {
    padding: 50px 0 0;
  }

  .process-section {
    padding: 50px 0;
  }

  .process-numbers img {
    width: 100%;
  }

  .portal-section {
    padding: 50px 0;
  }

  .rating-section {
    padding: 50px 0;
  }

  .main-content-2 {
    margin: 0;
  }

  .banner,
  .banner-2 {
    padding: 70px 0 40px;
    width: 100%;
  }

  .exam-portfolio {
    padding: 50px 0;
  }

  .portfolio-box {
    margin-bottom: 15px;
  }

  .cta-content {
    padding: 30px 20px;
  }

  .cta-section {
    padding: 0;
  }

  .faq-section {
    padding: 0;
  }

  .footer-section {
    padding: 55px 0 40px;
  }

  .process-numbers {
    display: none;
  }

  .choose-us-content {
    margin-top: 10px;
  }

  .choose-us-heading h3 {
    font-size: 28px;
  }

  .choose-us-section {
    padding: 0;
  }

  .result-box-content {
    margin-top: 12px;
  }

  .student-prefer-heading {
    padding: 10px 0;
  }

  .service-card-section {
    padding: 20px 0;
  }

  .prefer-box-img {
    width: auto;
  }

  .welcome-content h1 {
    font-size: 32px;
  }
}