/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.padding-custom {
  padding-left: 7%;
  padding-right: 6%;
}

.swiper-pointer-events-tutors {
  touch-action: pan-y;
  padding-left: 10px;
  padding-right: 10px;
}

body {
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden !important;
}

.fc:focus {
  border: none !important;
  box-shadow: none !important;
}

.demo_btn {
  background-color: #0c4c43;
  border-color: #0c4c43 !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 12px !important;
  border-radius: 5px;
  color: white;
  vertical-align: middle;
  padding: 16px 13px;
}

.demo_btn:hover {
  background-color: #083730;
  color: #ffffff;
}
.bg-grey-sections {
  background: #f9f9f9;
}

.search-home:hover {
  background-color: #cd840f !important;
}
/* ---- custom scroll design ---- */
/* width */
/*::-webkit-scrollbar {*/
/*  width: 12px;*/
/*}*/

/* Track */
/*::-webkit-scrollbar-track {*/
/*  border-radius: 10px;*/
/*  background: #ffffff;*/
/*}*/

/* Handle */
/*::-webkit-scrollbar-thumb {*/
/*  background: #fbe601;*/
/*  border-radius: 10px;*/
/*  height: 200px;*/
/*}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {*/
/*  background: #ede58a;*/
/*}*/
/* Buttons */
/*::-webkit-scrollbar-button:single-button {*/
/*  background-color: #ffffff;*/
/*  display: block;*/
/*  border-style: solid;*/
/*  height: 13px;*/
/*  width: 16px;*/
/*}*/
/* Up */
/*::-webkit-scrollbar-button:single-button:vertical:decrement {*/
/*  border-width: 0 8px 8px 8px;*/
/*  border-color: transparent transparent #555555 transparent;*/
/*}*/

/*::-webkit-scrollbar-button:single-button:vertical:decrement:hover {*/
/*  border-color: transparent transparent #777777 transparent;*/
/*}*/
/* Down */
/*::-webkit-scrollbar-button:single-button:vertical:increment {*/
/*  border-width: 8px 8px 0 8px;*/
/*  border-color: #555555 transparent transparent transparent;*/
/*}*/

/*::-webkit-scrollbar-button:vertical:single-button:increment:hover {*/
/*  border-color: #777777 transparent transparent transparent;*/
/*}*/
/* ---- custom scroll design ---- */

.mtt {
  margin-top: 80px;
  margin-bottom: 80px;
}

.offtop {
  padding-top: 6%;
}

.pboffers {
  padding-bottom: 62px;
}

.offersp {
  color: #767676;
  line-height: 1.9;
  font-size: 14px;
  padding: 0rem 2rem 0rem 2rem;
  margin-bottom: 0px;
}

.offerss-padding {
  padding: 0rem 0rem 0rem 0rem;
}

.similarpadding {
  padding: 0rem 3rem 0rem 3rem;
}

@media (min-width: 992px) and (max-width: 1026px) {
  .lesstab {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .aboutle-padding {
    padding: 10rem 2rem 6rem 4rem !important;
  }
}

/* Tablet screens (min-width: 1199px and max-width: 1025px) */
@media (max-width: 1199px) and (min-width: 1025px) {
  .form-container {
    padding: 20px 44px !important;
  }
  .bloginnerpcards {
    padding: 0rem 26px 2rem 26px !important;
  }
  .footer-menu li a {
    font-size: 12px !important;
  }
  .footer-menu ul li {
    margin: 0 1rem !important;
  }
  .mtt {
    margin-top: 42px !important;
  }
  .offerh-leftr {
    font-size: 2.1em !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .toggle-div {
    font-size: 16px !important;
  }
  .subinner-padding {
    padding: 6rem 0rem 0rem 0rem !important;
  }

  .img-abtinner {
    width: 100% !important;
  }
  .content h1 {
    font-size: 1.8em !important;
    padding: 0rem 4rem 0rem 4rem !important;
  }
  .bloginnermttop {
    padding-top: 51px !important;
    padding-bottom: 40px !important;
  }
  .blogtitle {
    font-size: 16px !important;
  }
  .small-text {
    font-size: 11px !important;
    margin-top: 0px !important;
  }

  .big-text {
    font-size: 26px !important;
  }

  .vertical-rectangle {
    width: 65px !important;
    height: 82px !important;
    bottom: 23% !important;
  }
  .cp {
    padding: 15px 3px !important;
  }
}
@media (max-width: 699px) and (min-width: 768px) {
  .vertical-rectangle {
    right: 27px !important;
    width: 63px !important;
    height: 84px !important;
    bottom: 36% !important;
  }
  .form-container {
    padding: 20px 44px !important;
  }
}

/* Tablet screens (min-width: 768px and max-width: 1024px) */
@media (max-width: 1023px) and (min-width: 768px) {
  .card-text-class {
    font-size: 13px;
    height: 42vh !important;
  }

  .form-check-inline {
    margin-top: 7px !important;
  }

  .modal-open .modal {
    padding-right: 0px !important;
  }
  .mob-f {
    display: none !important;
  }
  .onlymob {
    display: block !important;
  }
  .header__top__right__auth {
    display: block !important;
  }
  .home {
    margin-top: 5% !important;
    padding: 173px 22px 0 22px !important;
  }
  .card-container-wrapper {
    margin: 45px auto !important;
  }

  .second-green-box {
    top: 29px !important;
  }

  .main-image {
    top: 50px !important;
  }

  .card-1 {
    top: 230px !important;
    left: -4px !important;
    width: 220px !important;
  }

  .card-2 {
    top: 107px !important;
    left: 369px !important;
    width: 200px !important;
  }

  .card-3 {
    top: 350px !important;
    left: 308px !important;
    width: 216px !important;
  }

  .h1-class {
    font-size: 2em !important;
  }

  .card-container:first-child {
    flex: none !important;
  }
  .card-container {
    width: 100% !important;
  }

  .card-img-top {
    height: 283px !important;
  }
  .about-padding {
    padding: 10rem 2rem 35rem 4rem !important;
  }

  .bloginnerpcards {
    padding: 0rem 0px 2rem 0px !important;
  }
  .cp {
    padding: 15px 3px !important;
  }
  .small-text {
    font-size: 11px !important;
    margin-top: 0px !important;
  }

  .big-text {
    font-size: 26px !important;
  }

  .vertical-rectangle {
    width: 56px !important;
    height: 76px !important;
  }

  .bloginnermttop {
    padding-top: 51px !important;
    padding-bottom: 40px !important;
  }
  .blogtitle {
    font-size: 16px !important;
  }
  .subinner-padding {
    padding: 6rem 0rem 0rem 0rem !important;
  }

  .img-abtinner {
    width: 50% !important;
  }
  .toggle-div {
    font-size: 16px !important;
  }

  .offerh-leftr {
    font-size: 2.1em !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .board-padding {
    padding: 0rem 0rem 0rem 0rem !important;
  }

  .img-homebanner-default {
    z-index: 0 !important;
  }

  .footerpadding {
    padding: 14px 3rem 14px 2rem !important;
  }

  .footer-menu li a {
    font-size: 12px;
  }

  .footer-menu ul li {
    margin: 0 1rem !important;
  }

  .footerp {
    padding: 1rem 0rem 0rem 0rem !important;
  }

  .content {
    padding: 10rem 0rem 10rem 0rem !important;
  }

  .content h1 {
    font-size: 1.5em !important;
    padding: 0rem 2rem 0rem 2rem !important;
  }

  .content p {
    font-size: 0.9em !important;
  }

  .h1-boards {
    font-size: 2em !important;
  }

  .p-boards {
    font-size: 11px !important;
    padding: 0rem 0rem 0rem 0rem !important;
  }

  .emailbtn {
    width: 61% !important;
  }

  .top_menu {
    /* display: none; */
    padding: 3px 0px;
  }
  .padding-custom {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .header__top__right ul {
    padding: 0px !important;
  }
  .header__top__left p {
    padding: 7px 0 0 0px !important;
    font-size: 12px !important;
  }
  .header__top__right {
    text-align: start !important;
    display: block !important;
  }

  .header__top__right ul {
    display: block !important;
  }
  .color-a {
    color: #e4e4e4;
    font-size: 11px;
  }
  .mb-demo {
    font-size: 11px !important;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .mtt {
    margin-top: 42px !important;
  }
}

@media (max-width: 767px) and (min-width: 529px) {
  .search-home {
    right: 2% !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 600px) {
  .vertical-rectangle2 {
    right: 25px !important;
    width: 59px !important;
    bottom: 31% !important;
  }

  .card-1 {
    top: 197px !important;
    left: -4px !important;
    width: 163px !important;
  }

  .card-3 {
    top: 302px !important;
    left: 221px !important;
    width: 161px !important;
  }

  .card-2 {
    top: 98px;
    left: 57% !important;
    width: 170px !important;
  }
}

@media only screen and (min-width: 401px) and (max-width: 425px) {
  .vertical-rectangle2 {
    right: 25px !important;
    width: 59px !important;
    bottom: 51% !important;

  }

  .card-1 {
    top: 197px !important;
    left: -4px !important;
    width: 163px !important;
  }

  .card-3 {
    top: 302px !important;
    left: 221px !important;
    width: 161px !important;
  }

  .card-2 {
    top: 98px;
    left: 57% !important;
    width: 170px !important;
  }
  .card-text {
    font-size: 10px;
    line-height: 1.5 !important;
  }
}

@media only screen and (min-width: 386px) and (max-width: 400px) {
  .vertical-rectangle2 {
    right: 25px !important;
    width: 59px !important;
    bottom: 51% !important;

  }

  .card-1 {
    top: 174px !important;
    left: -2px !important;
    width: 137px !important;
  }

  .card-2 {
    top: 105px !important;
    left: 58% !important;
    width: 139px !important;
  }

  .card-3 {
    top: 254px !important;
    left: 170px !important;
    width: 143px !important;
  }
  .card-text {
    font-size: 10px;
    line-height: 1.5 !important;
  }
}
@media only screen and (min-width: 371px) and (max-width: 385px) {
  .vertical-rectangle2 {
    right: 25px !important;
    width: 59px !important;
    bottom: 51% !important;

  }

  .card-1 {
    top: 174px !important;
    left: -2px !important;
    width: 126px !important;
  }
  .card-2 {
    top: 105px !important;
    left: 58% !important;
    width: 139px !important;
  }

  .card-3 {
    top: 294px !important;
    left: 162px !important;
    width: 156px !important;
  }
  .card-text {
    font-size: 10px;
    line-height: 1.5 !important;
  }
  .card-text {
    font-size: 10px;
    line-height: 1.5 !important;
  }
}

@media only screen and (min-width: 351px) and (max-width: 370px) {
  .vertical-rectangle2 {
    right: 25px !important;
    width: 59px !important;
    bottom: 51% !important;

  }

  .card-1 {
    top: 174px !important;
    left: -2px !important;
    width: 131px !important;
  }

  .card-2 {
    top: 105px !important;
    left: 54% !important;
    width: 152px !important;
  }

  .card-3 {
    top: 252px !important;
    left: 159px !important;
    width: 151px !important;
  }
  .card-text {
    font-size: 10px;
    line-height: 1.5 !important;
  }
}
@media only screen and (min-width: 340px) and (max-width: 350px) {
  .vertical-rectangle2 {
    right: 25px !important;
    bottom: 51% !important;

    width: 59px !important;
  }

  .card-1 {
    top: 174px !important;
    left: -2px !important;
    width: 126px !important;
  }

  .card-2 {
    top: 105px !important;
    left: 54% !important;
    width: 152px !important;
  }

  .card-3 {
    top: 252px !important;
    left: 151px !important;
    width: 134px !important;
  }
  .card-text {
    font-size: 10px;
    line-height: 1.5 !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 340px) {
  .vertical-rectangle2 {
    right: 25px !important;
    width: 59px !important;
    bottom: 51% !important;

  }
  .card-1 {
    top: 168px !important;
    left: -8px !important;
    width: 134px !important;
  }

  .vertical-rectangle {
    right: 27px !important;
    width: 63px !important;
    height: 84px !important;
    bottom: 36% !important;
  }
  .card-2 {
    top: 63px !important;
    left: 147px !important;
    width: 138px !important;
  }
  .card-3 {
    top: 252px !important;
    left: 144px !important;
    width: 146px !important;
  }
  .card-text {
    font-size: 10px;
    line-height: 1.5 !important;
  }

  .card-icon {
    width: 32px !important;
    height: 31px !important;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 448px) and (max-width: 796px) {
  .key-padding {
    padding: 6rem 2rem 5rem 1rem !important;
  }
  .vertical-rectangle {
    bottom: 17% !important;
  }
  .testimonial-card {
    height: 451px !important;
  }
}
/* Mobile screens (max-width: 767px) */
@media (max-width: 767px) {
  .regmob {
    display: inline-block !important;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
  }
  /* .small-text {
    font-size: 9px !important;
    margin-top: -5px !important;
  }

  .big-text {
    font-size: 23px !important;
    font-weight: 700 !important;
  }

  .vertical-rectangle {
    width: 51px !important;
    height: 68px !important;
  } */
  .author-info span {
    padding-right: 12px !important;
  }
  /* .vertical-rectangle {
    bottom: 24% !important;
  } */

  .bloginnerp {
    padding: 3rem 0rem 2rem 0rem !important;
  }
  .h1-blogssinner {
    font-size: 1.7em !important;
  }
  .formatted-text {
    font-size: 21px !important;
    margin-top: 12px !important;
  }

  .blog-innerssection {
    color: #949494;
    line-height: 1.9;
    font-size: 16px !important;
  }

  .bloginnermttop {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  .mtt {
    margin-top: 23px !important;
  }
  /* .boards-center {
    margin-top: 40px !important;
  } */

  .mb-demo {
    margin-bottom: 25px;
  }
  .card-container-wrapper {
    padding: 0px 0px;
  }

  .custom-cardsub {
    padding: 16px !important;
  }
  .subject-icon {
    width: 34px !important;
    height: 28px !important;
    margin-bottom: 6px !important;
  }

  .custom-cardsub h3 {
    font-size: 17px !important;
  }

  .custom-cardsub p {
    font-size: 11px !important;
  }

  .card-container-wrapper {
    margin: 26px auto !important;
    padding: 0px 0px !important;
  }

  .background-imagesub {
    position: absolute;
    top: 66% !important;
    left: 62% !important;
    transform: translate(-50%, -50%);
    width: 86% !important;
    height: 100%;
    background-image: url(../image/subjects.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    /* opacity: 0.5; */
  }

  .team-member {
    max-width: fit-content !important;
  }
  .mbview {
    margin-top: 30px;
    padding-bottom: 34px;
  }
  .clients-carousel img {
    width: 120px;
    height: 265px !important;
    margin-bottom: -3px !important;
  }
  .swiper {
    padding-bottom: 22px !important;
  }

  .testimonial-card {
    height: 451px !important;
  }

  .padding-custom {
    padding-left: 22px !important;
    padding-right: 22px !important;
    display: block;
  }
  .mob-f {
    display: none !important;
  }
  .header__top__right__auth {
    display: block !important;
  }
  .onlymob {
    display: block !important;
  }

  .header__top__right__auth a {
    text-decoration: none !important;
    font-size: 13px !important;
  }
  .header__top__right ul {
    padding: 0px !important;
  }
  .header__top__left p {
    padding: 7px 0 0 0px !important;
    font-size: 12px !important;
  }
  .header__top__right {
    text-align: start !important;
    display: block !important;
  }

  .header__top__right ul {
    display: block !important;
  }
  .color-a {
    color: #e4e4e4;
    font-size: 11px;
  }
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: normal;
  color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Public Sans", sans-serif;
  font-weight: bold;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.p_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pad_top {
  padding-top: 120px;
}

.mt-25 {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto;
  }
}
/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  max-width: 680px;
  margin: 0px auto 75px;
}
.main_title h2 {
  font-family: "Public Sans", sans-serif;
  font-size: 36px;
  color: #222222;
  margin-bottom: 12px;
}
.main_title p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
}

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}
.header_area .navbar {
  background: white;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}
.header_area .navbar .nav .nav-item .nav-link {
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #222222;
  padding: 0px;
  display: inline-block;
  position: relative;
}
/* .header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
} */

.regmob {
  display: none;
}

.header_area .navbar .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -7px;
  left: 50%;
  background-color: #1b6658;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header_area .navbar .nav .nav-item:hover .nav-link::after,
.header_area .navbar .nav .nav-item.active .nav-link::after {
  width: 120%;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #1b6658;
}

/* Styles for Mobile and Tablet (width less than 992px) */
@media (max-width: 991px) {
  .header_area .navbar .nav .nav-item .nav-link::after {
    display: none;
  }

  .header_area .navbar .nav .nav-item:hover .nav-link,
  .header_area .navbar .nav .nav-item.active .nav-link {
    color: #1b6658; /* Keep the color change */
  }
}

/* Default margin-top for navbar-nav */
.navbar-nav {
  margin-top: -2%;
}

/* Adjust margin-top when scrolled */
.navbar-nav.navbar-nav-scrolled {
  margin-top: 0%;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}
.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #222222;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #4dbf1c;
  color: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}
.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #222222;
  margin-left: 80px;
}
.header_area .navbar .search i {
  font-weight: 600;
}
/* .header_area + section,
.header_area + row,
.header_area + div {
  margin-top: 122px;
} */
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
/* .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
} */

.logo-hurrazone {
  width: 74%;
  transition: width 0.3s ease;
}

.logo-scrolled {
  width: 51%;
}

.top_menu {
  background: #d68b13;
}
.top_menu .header_social li {
  display: inline-block;
  margin-right: 15px;
}
.top_menu .header_social li a {
  font-size: 14px;
  color: #777777;
  display: inline-block;
  line-height: 42px;
  transition: all 300ms linear 0s;
}
.top_menu .header_social li:last-child {
  margin-right: 0px;
}
.top_menu .header_social li:hover a {
  color: #4dbf1c;
}
.top_menu .dn_btn {
  line-height: 42px;
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
  font-weight: normal;
  color: #777777;
  transition: all 300ms linear 0s;
}
.top_menu .dn_btn:hover {
  color: #4dbf1c;
}
.top_menu .dn_btn:last-child {
  margin-right: 0px;
}
.top_menu .lan_pack {
  height: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  padding-left: 19px;
  padding-right: 36px;
  color: #777777;
  background: #f9f9ff;
  margin-right: 5px;
  margin-top: 8px;
}
.top_menu .lan_pack .current {
  color: #777777;
}
.top_menu .lan_pack:after {
  content: "\f0d7";
  border: none !important;
  font: normal normal normal 12px/1 FontAwesome;
  transform: rotate(0deg);
  height: auto;
  margin-top: -6px;
  right: 20px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
  position: relative;
  z-index: 1;
  min-height: 780px;
}
.home_banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 780px;
}
.home_banner_area .banner_inner .overlay {
  background: url(../image/home-banner.png) no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 121%;
  bottom: 0;
  z-index: -1;
}
.home_banner_area .banner_inner .banner_content {
  color: #fff;
}
.home_banner_area .banner_inner .banner_content h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.home_banner_area .banner_inner .banner_content h3 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}
.home_banner_area .banner_inner .banner_content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  max-width: 620px;
  margin: auto;
}
.home_banner_area .banner_inner .banner_content .main_btn {
  margin-top: 40px;
}

.blog_banner {
  min-height: 660px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}
.blog_banner .banner_inner {
  background: #04091e;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 660px;
  z-index: 1;
}
.blog_banner .banner_inner .overlay {
  background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
  opacity: 0.5;
  height: 125%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.blog_banner .banner_inner .blog_b_text {
  max-width: 700px;
  margin: auto;
  color: #fff;
}
.blog_banner .banner_inner .blog_b_text h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 66px;
  margin-bottom: 15px;
}
.blog_banner .banner_inner .blog_b_text p {
  font-size: 16px;
  margin-bottom: 35px;
}
.blog_banner .banner_inner .blog_b_text .white_bg_btn {
  line-height: 42px;
  padding: 0px 45px;
}

.banner_box {
  max-width: 1620px;
  margin: auto;
}

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 300px;
}
.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  background: #04091e;
  z-index: 1;
}
.banner_area .banner_inner .overlay {
  background: url(../img/banner/banner.jpg) no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}
.banner_area .banner_inner .banner_content h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 0px;
  font-weight: bold;
}
.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #fff;
  margin-right: 32px;
  position: relative;
}
.banner_area .banner_inner .banner_content .page_link a:before {
  content: "\e87a";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-right: 0px;
}
.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}
.banner_area .banner_inner .banner_content .page_link a:hover {
  color: #4dbf1c;
}

/* End Home Banner Area css



/* topbar */

/* General styling for the header left section */
.header__top__left p {
  font-size: 14px;
  color: #e4e4e4;
  margin: 0;
  padding: 10px 0;
}

/* General styling for the header right section */
.header__top__right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Styling for the unordered list in the right section */
.header__top__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

/* Styling for list items in the unordered list */
.header__top__right ul li {
  font-size: 14px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  margin-right: 45px;
  position: relative;
}

/* Separator line between list items */
.header__top__right ul li:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: #ffffff;
  opacity: 1;
}

.color-a {
  color: #e4e4e4;
}
/* Remove separator for the last list item */
.header__top__right ul li:last-child:after {
  display: none;
}

/* Styling for icons within list items */
.header__top__right ul li i {
  color: #ffffff;
  margin-right: 5px;
}

/* Styling for social media section */
.header__top__right__social {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  position: relative;
}

/* Separator before social media icons */
.header__top__right__social:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: #ffffff;
  opacity: 1;
}

/* Styling for social media links */
.header__top__right__social a {
  font-size: 14px;
  color: #f5f5f5;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

/* Remove margin for the last social media link */
.header__top__right__social a:last-child {
  margin-right: 0;
}

/* Styling for the separator between social media and authentication links */
.header__top__right__separator {
  display: inline-flex;
  align-items: center;
  height: 20px; /* Adjust as needed */
  margin: 0 15px; /* Adjust spacing as needed */
}

/* Separator line between social media icons and authentication links */
.header__top__right__separator:before {
  content: "|";
  font-size: 16px; /* Adjust as needed */
  color: #ffffff;
}

/* Styling for authentication section */
.header__top__right__auth {
  display: inline-flex;
  align-items: center;
}

/* Styling for authentication links */
.header__top__right__auth a {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

/* Margin for icons in authentication links */
.header__top__right__auth a i {
  margin-right: 6px;
}
.onlymob {
  display: none;
}
/* topbar */

/* HOME-BANNER */
.home {
  background-image: url(../image/test.png);
  /* height: 93vh; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 0 30px;
}

.otherpages {
  background-image: url(../image/otherpages.png);
  /* height: 93vh; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 0 30px;
}

.banner-content {
  display: flex;
  align-items: center;
}

.banner-content h1 {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.banner-content h2 {
  color: #fff;
  font-size: 1.95rem;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

.banner-content p {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.img-homebanner-default {
  height: auto;
  width: 100%;
  max-width: 90%;
  margin-top: 63px;
  position: relative;
  z-index: 99;
}

.img-homebanner {
  height: auto;
  width: 100%;
  max-width: 90%;
  margin-top: 63px;
  position: relative;
  z-index: auto;
}
.mb-btn {
  margin-top: 23px;
}
.search-home {
  background-color: #d68b13 !important;
  border-color: #d68b13 !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 0.8em !important;
  line-height: 0.5;
  top: 0;
  right: 0%;
  box-shadow: none !important;
  cursor: pointer !important;
  border: none !important;
}

.position-img-home {
  text-align: center;
}

.vibtn {
  font-weight: 600 !important;
  font-size: 12px !important;
  padding: 15px 24px !important;
  background-color: #eaa50c !important;
  border-color: #eaa50c !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.vibtn:hover {
  background-color: #d59300 !important;
}

.btn:hover {
  background-color: #d59300 !important;
}
/* HOME-BANNER */

/* About section - home page */

/*left section */
.about-padding {
  padding: 10rem 2rem 6rem 4rem;
}

.subinner-padding {
  padding: 10rem 2rem 6rem 4rem;
}

.btn {
  background-color: #eaa50c !important;
  border-color: #eaa50c !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 1em !important;
}

.abt-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-abt {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-abt {
  color: #767676;
  line-height: 1.9;
  font-size: 13px;
}
/*left section */

/*right section */
.green-box {
  background-color: #4caf50;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
}

.second-green-box {
  background-color: #228773;
  width: 160px;
  height: 167px;
  position: absolute;
  top: -35px;
  left: 74px;
  z-index: 2;
  border-radius: 19px;
}

.main-image {
  position: absolute;
  /* top: 50px; */
  left: 120px;
  z-index: 3;
  width: 360px;
  height: auto;
}

.custom-card {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 4;
  background: #fff;
  border-radius: 15px !important;
}

.custom-card .card-body {
  border-radius: 15px !important;
  padding: 23px 22px;
}

.card-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  color: #000000 !important;
}

.card-text {
  font-size: 12px;
}

.card-1 {
  top: 197px;
  left: -4px;
  width: 234px;
}

.card-2 {
  top: 98px;
  left: 336px;
  width: 220px;
}

.card-3 {
  top: 350px;
  left: 256px;
  width: 233px;
}

.card-title {
  margin-bottom: 7px;
}

.card-icon {
  width: 33px;
  height: 33px;
  margin-right: 8px;
  margin-bottom: 4px;
}

/*right section */

/* class section */

.class-padding {
  padding: 5rem 3rem 5rem 3rem;
}

.subjectp {
  padding: 5rem 3rem 0rem 3rem;
}

.class-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-class {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-class {
  color: #767676;
  line-height: 1.9;
  font-size: 13px;
  margin-top: 5%;
  padding-left: 7%;
}

.card-img-top {
  height: 243px;
  object-fit: cover;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.card {
  height: 100%;
}

.card-body {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.card-text {
  flex-grow: 1;
  font-size: 12px;
  line-height: 17px;
}

.card-class-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  color: #000000 !important;
}

.card-text-class {
  font-size: 13px;
  height: 26vh;
}

.card-text-class2 {
  font-size: 13px;
}

.readmore-btn {
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 25px 0px !important;
  user-select: none;
  border: 1px solid transparent;
  padding: 7px 13px;
  font-size: 13px;
  line-height: 0;
  border-radius: 0.25rem;
  background-color: #228773;
  color: #ffffff;
}

.readmore-btn:hover {
  background-color: #15574a;
  color: #ffffff;
}

.mb-hrr {
  margin-bottom: 40px;
}

.tutorbtn {
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 13px 13px !important;
  user-select: none;
  border: 1px solid transparent;
  padding: 7px 13px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.25rem;
  background-color: #228773;
  color: #ffffff;
}

.tutorbtn:hover {
  background-color: #15574a;
  color: #ffffff;
}

.card-container:nth-child(1) .readmore-btn {
  width: 30%;
}

.card-container:nth-child(2) .readmore-btn,
.card-container:nth-child(3) .readmore-btn {
  width: 50%;
}

.card {
  border: none !important;
}

.flex-container {
  display: flex;
  gap: 1rem;
}

.card-container {
  flex: 1;
}

.card-container:first-child {
  flex: 5;
}

.card-container:nth-child(2),
.card-container:nth-child(3) {
  flex: 3;
}

.hover-cardimg {
  overflow: hidden;
  border-radius: 10px;
}

.card-img-top {
  transition: transform 0.3s ease-in-out;
}

.card-img-top:hover {
  transform: scale(1.04);
}

/* class section */

/*new code */
/* .card-container {
  flex: 3;
  transition: flex 0.5s ease; 
}

.card-container:hover {
  flex: 5; 
}

.card-container:first-child {
  flex: 3.5; 
}

.card-container:first-child:hover {
  flex: 5;
}

.card-container:nth-child(2):hover,
.card-container:nth-child(3):hover {
  flex: 5;
}

.flex-container {
  display: flex;
  gap: 1rem;
}

.card {
  border: none !important;
}

.readmore-btn {
  width: 50%;
}

@media (max-width: 1024px) { 
  .card-container {
    flex: 1; 
    transition: none; 
  }

  .card-container:hover {
    flex: 1; 
  }
}

@media (max-width: 768px) { 
  .card-container {
    flex: 1; 
    transition: none; 
  }

  .card-container:hover {
    flex: 1; 
  }
} */

/*new code */

/* Subjects section */
.card-container-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}

.background-imagesub {
  position: absolute;
  top: 67%;
  left: 68%;
  transform: translate(-50%, -50%);
  width: 67%;
  height: 100%;
  background-image: url(../image/subjects.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.card-containersub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.custom-cardsub {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  text-align: left;
  opacity: 1;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.custom-cardsub.hidden {
  opacity: 0;
  transform: translatex(20px);
}

.subject-icon {
  width: 39px;
  height: 35px;
  margin-bottom: 10px;
}

.custom-cardsub h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: black !important;
}

.custom-cardsub p {
  font-size: 13px;
  color: #767676;
  margin: 0;
  line-height: 1.5;
}

.pic-position {
  text-align: end;
}

.subjects-padding {
  padding: 6rem 4rem 6rem 6rem;
  background: #f9f9f9;
}

.sub-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-sub {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-sub {
  color: #949494;
  line-height: 1.9;
  font-size: 12px;
}

.container-xxl {
  width: 100%;
  /* padding-right: var(--bs-gutter-x, 1.5rem); */
  /* padding-left: var(--bs-gutter-x, 1.5rem); */
  margin-right: 3rem;
  margin-left: 7rem;
}

.container-ub {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  width: 600px;
}
.back-box {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  opacity: 0.8;
}

.orange-box {
  background-color: #f39c12;
  top: 50px;
  left: 150px;
}

.green-box {
  background-color: #27ae60;
  top: 150px;
  left: 300px;
}

.red-box {
  background-color: #c0392b;
  top: 250px;
  left: 150px;
}

.front-box {
  position: relative;
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.front-box i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #333;
}

.front-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.front-box p {
  font-size: 14px;
  color: #777;
}
/*right section */

/* Tutors section */
.team-wrap {
  display: flex;
  justify-content: center;
}

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 0px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.pt-tutors {
  padding-top: 18px !important;
}

.pt-tops {
  padding-top: 45px;
}

.team-member {
  background: #f9f9f9;
  border-radius: 15px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  padding: 10px;
  max-width: 300px;
  text-align: center;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.team-title {
  margin: 8px 0 9px;
  color: black;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
}

.team-member p {
  line-height: 1.5;
  font-size: 12px;
}

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.p-slide {
  padding: 0px !important;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

.swiper-button-prev2,
.swiper-rtl2 .swiper-button-next2 {
  left: 10px;
  right: auto;
}
.swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: 35%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--swiper-navigation-color, var(--swiper-theme-color)); */
}

.swiper-slide2 {
  flex-direction: column;
  min-height: 261px;
  padding: 0px 0px !important;
}

/* .swiper-button-prev2:after,
.swiper-rtl2 .swiper-button-next2:after {
  content: "prev";
}
.swiper-button-next2:after,
.swiper-rtl2 .swiper-button-prev2:after {
  content: "next";
} */

.swiper-button-prev2:after,
.swiper-rtl2 .swiper-button-next2:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.swiper-button-next2:after,
.swiper-rtl2 .swiper-button-prev2:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f053" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.swiper-button-prev:after {
  font-size: 13px !important;
  /* color: #c9c9c9 !important; */
}

.swiper-button-next:after {
  font-size: 13px !important;
  /* color: #eaa926 !important; */
}

.swiper {
  padding-bottom: 49px !important;
}

.swiper-navBtn {
  /* color: #6e93f7; */
  transition: color 0.3s ease;
}
/* .swiper-navBtn:hover {
  color: #4070f4;
} */
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next2 {
  right: 0;
}
.swiper-button-prev2 {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #eaa926;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #eaa926 !important;
}

.swiper-button-next2,
.swiper-button-prev2 {
  width: 45px !important;
  height: 45px !important;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  background: white;
}

.swiper-button-next2:after {
  font-size: 13px !important;
  /* color: #eaa926; */
}

.swiper-button-prev2:after {
  font-size: 13px !important;
  /* color: #c9c9c9; */
}

@media screen and (max-width: 768px) {
  .slide-content2 {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: block;
  }
}

.tutors-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.tutors-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-tutors {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-tutors {
  color: #949494;
  line-height: 1.9;
  font-size: 12px;
}
/* Tutors section */

/*Demo section */
.demo-section {
  background-image: url("../image/demo.png");
  background-size: cover;
  background-position: center;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  color: white;
  position: relative;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif !important;
  padding: 0rem 12rem 0rem 12rem;
  line-height: 1.5;
}
.content p {
  font-size: 1em;
  margin-bottom: 30px;
  padding: 0rem 7rem 0rem 7rem;
}
.cta-button {
  background-color: #eaa926;
  color: white;
  padding: 15px 21px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #d68b13;
}

.cta-button-footer {
  background-color: #eaa926;
  color: white;
  padding: 11px 21px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
}

.cta-button-footer:hover {
  background-color: #d68b13;
}

.content {
  padding: 10rem 8rem 10rem 8rem;
}
/*Demo section */

/*Boards section */

.board-padding {
  padding: 0rem 3rem 0rem 3rem;
}

.board-padding2 {
  padding: 0rem 0rem 3rem 0rem;
}

.cse h5 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 800 !important;
  color: #000000;
  margin-bottom: 7px;
}

.cse h3 {
  font-weight: 600 !important;
  color: #101010;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.4;
}

.cse p {
  line-height: 1.4;
}

.boards-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.boards-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-boards {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-boards {
  color: #767676;
  line-height: 1.8;
  font-size: 13px;
  padding: 0rem 5rem 0rem 4rem;
  margin-bottom: 0px;
}

.custom-icon {
  font-size: 2rem;
  padding: 10px;
  margin-bottom: 10px;
}

.igcse {
  color: #3aab7b;
}

.gcse {
  color: #e9ab2b;
}

.cisce {
  color: #39c6eb;
}

.icse {
  color: #f56c48;
}

.isc {
  color: #ff1a50;
}

.text-small {
  font-size: 0.8rem;
}

/*Boards section */

/*Testimonials section */
.testimonial {
  padding: 80px 0;
}
.clients-carousel .item {
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clients-carousel img {
  width: 120px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.clients-carousel p {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
}

.owl-carousel .owl-stage-outer {
  padding: 0;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  margin: 0 5px;
}

.clients-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  text-align: center;
  width: 100%;
}

.clients-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  border-radius: 50%;
}

.clients-carousel .owl-dot.active {
  background-color: #eaa926;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100% !important;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  .testimonial {
    padding: 70px 0 130px;
  }
  .key-padding {
    padding: 6rem 2rem 5rem 1rem !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .key-padding {
    padding: 14rem 2rem 5rem 1rem !important;
  }
  .testimonial {
    padding: 70px 0 130px;
  }
}

.testimonials-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.testimonials-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-testimonials {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-testimonials {
  color: #949494;
  line-height: 1.9;
  font-size: 12px;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card {
  border-radius: 25px;
  background-color: #fff;
}
.image-content,
.card-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlayteam {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: #53535396; */
  border-radius: 25px 25px 25px 25px;
}
.overlayteam::before,
.overlayteam::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #53535396;
}
.overlayteam::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
}
.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070f4;
}
.center-content .name {
  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  color: black;
  margin-bottom: 2px;
}

.center-content p {
  color: #949494;
  font-size: 14px;
}
.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
  line-height: 1.52;
}

.swiper-slide {
  flex-direction: column;
  min-height: 261px;
  padding: 29px 24px;
}

.card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.description {
  flex-grow: 1;
}

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

.test-card {
  height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.test-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
}

.test-description {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 15px;
}
.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: auto;
}

.testname {
  font-size: 1.5rem;
}

.center-content p {
  font-size: 0.8rem;
  margin-bottom: 0px;
}
.description q {
  font-style: italic;
  font-size: 0.875rem;
}

.swiper {
  padding-bottom: 49px !important;
}

.swiper-navBtn {
  /* color: #6e93f7; */
  transition: color 0.3s ease;
}
/* .swiper-navBtn:hover {
  color: #4070f4;
} */
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #eaa926;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #eaa926 !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  top: 40% !important;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  background: white;
}

.swiper-button-next,
.swiper-button-prev {
  padding-top: 8px !important;
  padding-left: 12px !important;
}

/* .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  color: #d6d6d6 !important;
} */

/* .swiper-button-next2,
.swiper-button-prev2 {
  padding-top: 10px !important;
  padding-left: 17px !important;
} */

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: block;
  }
  .clients-carousel .item {
    padding: 10px;
  }
}
/*Testimonials section */

/*Blogs section */

.blog-padding {
  padding: 0rem 3rem 0rem 3rem;
}

.blogs-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
}

.card-img-top-blog {
  border-radius: 12px 12px 0px 0px;
}

.blogs-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 14px;
}

.h1-blogs {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-blogs {
  color: #949494;
  line-height: 1.9;
  font-size: 12px;
}
/*Blogs section */

/*Countries section */
.countries-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.countries-title {
  color: #228773 !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 14px;
}

.h7-abt {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.8em;
  color: black;
}

.h1-countries {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
}

.p-countries {
  color: #949494;
  line-height: 1.9;
  font-size: 12px;
}
.card-img-top {
  height: 286px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.card2 {
  overflow: hidden;
}

.card2:hover .card-img-top {
  transform: scale(1.05);
}

.card2 .card-img-top {
  transition: transform 0.3s ease-in-out; /* Smooth transition for scaling */
}

.card2 .card-img-top:hover {
  transform: scale(1.05); /* Slightly enlarge the image on hover */
}

.date-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #009688;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}
.author-info {
  color: #888;
  font-size: 0.9rem;
}
.author-info i {
  color: #eaa926;
  font-size: 16px;
}

.author-info span {
  padding-right: 20px;
}
.vertical-rectangle {
  position: absolute;
  bottom: 29%;
  right: 10px;
  width: 74px;
  height: 98px;
  background-color: #009688;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #009688;
  margin: 20px auto;
  font-family: "Poppins", sans-serif !important;
  color: white !important;
}
.big-text {
  font-size: 34px;
  margin: 0;
  font-weight: 700;
}
.small-text {
  font-size: 12px;
  margin: 0;
  margin-top: 3px;
  line-height: 1.3;
  font-family: "Public Sans", sans-serif !important;
}

.blogtitle {
  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  color: #000000 !important;
  font-weight: 600;
  line-height: 1.6;
  height: 89px;
}

.mbview {
  margin-top: 30px;
  padding-bottom: 57px;
}
.bg-grey-footer {
  background: #f4f4f4;
}
.linkblog {
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 1em !important;
  text-align: start;
  padding: 0px;
  color: #eaa926 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.linkblog:hover {
  color: #000000 !important;
}
/*Blogs section */

/*footer */
.footerpadding-s {
  margin-top: 8%;
}

.footer-section {
  background-color: #f4f4f4;
  padding-top: 39px;
}

.emailbtn {
  width: 34%;
  height: calc(2.9rem + 2px);
  border: 1px solid #dbdbdb;
}

.footer-menu li a {
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #222222;
  padding: 0px;
  display: inline-block;
  position: relative;
}

.footerp {
  padding: 1rem 8rem 0rem 8rem;
}

.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-logo p {
  margin: 0;
}
.footer-email {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.footer-email input[type="email"] {
  margin-right: 0.5rem;
}
.footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
  margin-top: 42px;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer-menu ul li {
  margin: 0 2rem;
}

.footer-menu ul li a:hover,
.footer-menu ul li a.active {
  color: #eaa926;
}

.cc-f {
  background-color: #033631;
  padding: 8px 12px;
}

.cc-f:hover {
  background-color: #eaa926;
  color: white;
}

.ginger {
  color: #eaa926;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.ginger:hover {
  color: #ffcb6f;
}
.footer-bottom {
  background-color: #0b4d43;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .social-icons a {
  color: white;
  margin-left: 0.5rem;
}

.footermb {
  margin-bottom: 0px;
}
.footerpadding {
  padding: 14px 12rem 14px 12rem;
}

/*footer */

.orangebox {
  background: #e09717;
  font-size: 30px;
}

.contact-1 {
  font-family: "Poppins", sans-serif !important;
  color: black;
  font-size: 14px;
  margin-bottom: 3px;
}

.geo {
  width: 66px;
  height: 52px;
}

.telephone {
  width: 56px;
  height: 52px;
}

.clock {
  width: 59px;
  height: 52px;
}

.mbb {
  margin-bottom: 2px;
}

.contact-2 {
  color: #4d5765;
  font-size: 11px;
  font-weight: 500 !important;
  line-height: 1.4;
}

.ps-c {
  padding-left: 13px;
}

.box-grey {
  border: 1px solid #e4e4e4;
  padding: 10px;
  background: #ffffff;

  height: 100%; 
 

}

.w-s {
  width: 47%;
}

.mb-sub {
  margin-bottom: 10px;
}

.laptop-grade {
  display: block;
}

.mob-grade {
  display: none;
}

.ptab {
  display: none !important;
}

@media (max-width: 767px) {
  
  .laptop-grade {
    display: none;
  }

  #other-input-group {
    margin-top: 10px;
  }

  .mob-grade {
    display: block;
  }
  .ptab {
    display: none;
  }
  .subject-otop {
    padding-top: 14% !important;
  }
  .board-otop {
    padding-top: 14% !important;
  }

  .testimonials-otop {
    padding-top: 14% !important;
  }

  .blogs-otop {
    padding-top: 14% !important;
  }

  .countries-otop {
    padding-top: 14% !important;
  }

  .form-container {
    padding: 20px 15px !important;
  }

  .mb-fields {
    margin-bottom: 15px !important;
  }
  .bloginnerpcards {
    padding: 0rem 0rem 2rem 0rem !important;
  }
  .similarpadding {
    padding: 0rem 1rem 0rem 22px !important;
  }

  .toggle-div {
    font-size: 14px !important;
  }
  .offersp {
    padding: 0rem 8px 0rem 8px;
    font-size: 14px;
  }
  .h1-blogssinner {
    margin-bottom: 0px !important;
  }
  .bg-grey-sectionsoffer {
    margin-top: -50px;
  }

  .offerh-leftr {
    font-size: 1.6em !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-bottom: 19px !important;
  }
  .mobdblock {
    display: block !important;
  }
  .img-homebanner-default {
    z-index: 0;
  }
  .submit-btn {
    width: 59% !important;
  }
  .img-abtinner {
    width: 100% !important;
  }

  .w-s {
    width: 50%;
  }

  .mb-sub {
    margin-bottom: 0px;
  }

  .mapq {
    margin-top: -9% !important;
  }

  .subjectp {
    padding: 3rem 1rem 0rem 1rem;
  }

  .swiper-button-next2,
  .swiper-button-prev2 {
    padding-top: 10px !important;
    padding-left: 17px !important;
  }

  .mob-co {
    padding: 0px 0px !important;
  }

  .reg-dialog {
    max-width: 100% !important;
  }

  .clock {
    width: 61px;
  }
  .black-c {
    font-size: 26px;
  }
  .mb-hrr {
    margin-bottom: 34px;
  }
  .otherpages {
    padding: 108px 30px 0px 30px !important;
  }
  .pmobb {
    display: block !important;
    margin-bottom: 8px;
  }

  .alinkf {
    font-size: 14px !important;
  }
  .img-otherpages {
    margin-top: 0% !important;
  }
  .subjects-padding {
    padding: 0rem 1rem 5rem 1rem !important;
  }
  .img-homebanner-default {
    max-width: 100%;
    margin-top: 41px;
  }
  .cp {
    padding: 15px 3px !important;
  }
  .img-homebanner {
    max-width: 100%;
    margin-top: 41px;
  }

  .mob-demo {
    margin-top: 9px;
  }
  .subh {
    font-size: 2em !important;
  }

  .home {
    margin-top: 5% !important;
    padding: 173px 22px 0 22px;
  }

  .banner-content h1 {
    line-height: 1.6;
    margin-bottom: 0rem;
  }

  .banner-content h2 {
    font-size: 2rem;
    margin-bottom: 9px;
  }

  .banner-content p {
    font-size: 14px;
  }
  .about-padding {
    padding: 4rem 5px 27rem 5px;
  }
  .subinner-padding {
    padding: 4rem 5px 0rem 5px;
  }

  .subinnersss-padding {
    padding: 0rem 0rem 0rem 0rem;
  }

  .second-green-box {
    background-color: #228773;
    width: 97px;
    height: 105px;
    position: absolute;
    top: 12px;
    left: 7px;
    z-index: 2;
    border-radius: 19px;
  }

  .main-image {
    position: absolute;
    top: 27px;
    left: 30px;
    z-index: 3;
    width: auto;
    height: auto;
  }

  .main-image .img-fluid {
    max-width: 92%;
    height: auto;
  }

  /* .card-1 {
    top: 202px;
    left: -1px;
    width: 128px;
  } */
  /* .card-2 { 
    top: 80px;
    left: 199px;
    width: 133px;
  } */
  /* .card-3 {
    top: 246px;
    left: 170px;
    width: 158px;
  } */
  .custom-card .card-body {
    padding: 14px 14px;
  }
  .card-title {
    font-size: 15px;
    height: auto;
}

  .card-icon {
    display: block;
  }

  .card-text {
    font-size: 9px;
  }
  .class-padding {
    padding: 2rem 1rem 3rem 1rem;
  }
  .flex-container {
    flex-direction: column;
  }

  .card-container {
    flex: 1;
    width: 100%;
  }
  .p-class {
    font-size: 12px;
    margin-top: 0%;
    padding-left: 0px;
  }

  .card-container:nth-child(1) .readmore-btn {
    width: 50%;
  }

  .content h1 {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif !important;
    padding: 0rem 0rem 0rem 0rem;
    line-height: 1.5;
  }

  .content p {
    padding: 0rem 0rem 0rem 0rem;
  }

  .content {
    padding: 0rem 0rem 0rem 0rem;
  }

  .demo-section {
    height: 86vh;
  }
  .board-padding {
    padding: 0rem 2px 0rem 2px;
  }
  .h1-boards {
    font-size: 20px;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 5px;
  }

  .subpb {
    padding-top: 26px !important;
    padding-bottom: 49px !important;
  }

  .p-boards {
    line-height: 1.9;
    font-size: 12px;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 0px;
  }
  .boards-center {
    padding: 0px;
  }
  .h1-class {
    font-size: 23px;
  }
  .h1-tutors {
    font-size: 19px;
  }

  .sub-margintop {
    margin-top: 8px;
  }

  .footerp {
    padding: 1rem 1rem 0rem 1rem;
  }
  .emailbtn {
    width: 100%;
  }
  .footer-menu ul {
    display: block;
  }
  .footer-menu {
    justify-content: start;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .footer-menu ul li {
    margin: 0 6px;
  }
  .footer-menu li a {
    padding: 2px 0px;
  }
  .footerpadding {
    padding: 14px 1rem 0px 1rem;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .footermb {
    margin-bottom: 4px;
  }
  .social-icons {
    margin-bottom: 9px;
  }
  .footerpadding-s {
    margin-top: 30%;
  }
}
/* 
@media (min-width: 1024px) and (max-width: 1199px) {
  .padding-custom {
    padding-left: 2% !important;
    padding-right: 3% !important;
  }
  .header__top__right ul li {
    font-size: 11px !important;
  }
} */

@media (min-width: 992px) and (max-width: 1035px) {
  .mobdblock {
    display: block !important;
  }

  .about-padding {
    padding: 10rem 2rem 11rem 4rem !important;
  }
  .demo_btn {
    padding: 16px 7px !important;
  }
  .ptab {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mobdblock {
    display: block !important;
  }

  .ptab {
    display: inline-flex !important;
    margin-bottom: 8px;
  }
  .tabp {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .card-text-class {
    line-height: 1.7;
    font-size: 11px;
    height: 32vh;
  }
  .mobdblock {
    display: block !important;
  }

  .ptab {
    display: none;
  }
  .mob-f {
    display: none !important;
  }
  .onlymob {
    display: block !important;
  }
  .header__top__right__auth {
    display: block !important;
  }
  .home {
    margin-top: 5% !important;
    padding: 173px 22px 0 22px !important;
  }
  .card-container-wrapper {
    margin: 45px auto !important;
  }

  .second-green-box {
    top: 29px !important;
  }

  .main-image {
    top: 50px !important;
  }

  .card-1 {
    top: 230px !important;
    left: -4px !important;
    width: 220px !important;
  }

  .card-2 {
    top: 107px !important;
    left: 369px !important;
    width: 200px !important;
  }

  .card-3 {
    top: 350px !important;
    left: 308px !important;
    width: 216px !important;
  }

  .h1-class {
    font-size: 2em !important;
  }

  .card-container:first-child {
    flex: none !important;
  }
  .card-container {
    width: 100% !important;
  }

  .card-img-top {
    height: 283px !important;
  }
  .about-padding {
    padding: 10rem 2rem 35rem 4rem !important;
  }

  .bloginnerpcards {
    padding: 0rem 0px 2rem 0px !important;
  }
  .cp {
    padding: 15px 3px !important;
  }
  .small-text {
    font-size: 11px !important;
    margin-top: 0px !important;
  }

  .big-text {
    font-size: 26px !important;
  }

  .vertical-rectangle {
    width: 56px !important;
    height: 76px !important;
  }

  .bloginnermttop {
    padding-top: 51px !important;
    padding-bottom: 40px !important;
  }
  .blogtitle {
    font-size: 16px !important;
  }
  .subinner-padding {
    padding: 6rem 0rem 0rem 0rem !important;
  }

  .img-abtinner {
    width: 50% !important;
  }
  .toggle-div {
    font-size: 16px !important;
  }

  .offerh-leftr {
    font-size: 2.1em !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .board-padding {
    padding: 0rem 0rem 0rem 0rem !important;
  }

  .img-homebanner-default {
    z-index: 0 !important;
  }

  .footerpadding {
    padding: 14px 3rem 14px 2rem !important;
  }

  .footer-menu li a {
    font-size: 12px;
  }

  .footer-menu ul li {
    margin: 0 1rem !important;
  }

  .footerp {
    padding: 1rem 0rem 0rem 0rem !important;
  }

  .content {
    padding: 10rem 0rem 10rem 0rem !important;
  }

  .content h1 {
    font-size: 1.5em !important;
    padding: 0rem 2rem 0rem 2rem !important;
  }

  .content p {
    font-size: 0.9em !important;
  }

  .h1-boards {
    font-size: 2em !important;
  }

  .p-boards {
    font-size: 11px !important;
    padding: 0rem 0rem 0rem 0rem !important;
  }

  .emailbtn {
    width: 61% !important;
  }

  .top_menu {
    /* display: none; */
    padding: 3px 0px;
  }
  .padding-custom {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .header__top__right ul {
    padding: 0px !important;
  }
  .header__top__left p {
    padding: 7px 0 0 0px !important;
    font-size: 12px !important;
  }
  .header__top__right {
    text-align: start !important;
    display: block !important;
  }

  .header__top__right ul {
    display: block !important;
  }
  .color-a {
    color: #e4e4e4;
    font-size: 11px;
  }
  .mb-demo {
    font-size: 11px !important;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .mtt {
    margin-top: 42px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .ptab {
    display: none;
  }
  .cp {
    padding: 15px 13px !important;
}
  .vertical-rectangle {
    bottom: 28%;
  }
  .vertical-rectangle2 {
    right: 10px !important;
    width: 59px !important;
    height: 75px !important;
    bottom: 38% !important;
  }
}

/* Extra large devices (large desktops, 1200px and up-110%) */
@media (min-width: 1200px) and (max-width: 1299px) {
  .card-text-class {
    font-size: 12px !important;
    height: 28vh !important;
  }
  .ptab {
    display: none;
  }
  .bloginnerpcards {
    padding: 0rem 2rem 2rem 1rem !important;
  }
  .similarpadding {
    padding: 0rem 3rem 0rem 3rem !important;
  }

  .blog-innerssection {
    font-size: 15px !important;
    padding: 2rem 0rem 0rem 0rem !important;
  }

  .h1-blogssinner {
    font-size: 2em !important;
  }
  .p-subinn {
    font-size: 12px !important;
  }

  .img-abtinner {
    width: 100% !important;
  }

  .subjectp {
    padding: 6rem 5rem 0rem 5rem !important;
  }

  .subjects-padding {
    padding: 4rem 8rem 0rem 6rem;
  }

  .banner-content h1 {
    font-size: 0.7rem;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 53px;
    font-size: 13px;
  }

  .card-class-title {
    font-size: 17px;
  }
  .left-padding-banner1 {
    padding: 0px 14px 0 19px;
    /* margin-top: -9%; */
  }

  .left-padding-banner2 {
    padding: 17% 0px 0 55px;
  }

  .banner-content h2 {
    font-size: 1.89rem;
  }

  .banner-content p {
    font-size: 11px;
  }

  .padding-custom {
    padding-left: 4%;
    padding-right: 3%;
  }
  .header__top__right ul li {
    font-size: 11px;
  }

  .header__top__right__social a {
    font-size: 12px;
  }

  .header__top__right__auth a {
    font-size: 12px;
  }
  .header__top__left p {
    font-size: 12px;
  }
  .about-padding {
    padding: 10rem 11rem 11rem 6rem;
  }

  .subinner-padding {
    padding: 6rem 7rem 0rem 4rem;
  }

  .subinnersss-padding {
    padding: 0rem 4rem 0rem 4rem;
  }

  .class-padding {
    padding: 5rem 6rem 5rem 6rem;
  }
  .subjectp {
    padding: 5rem 0rem 0rem 0rem;
  }
  .content h1 {
    font-size: 2em;
    margin-bottom: 16px;
    padding: 0rem 10rem 0rem 9rem;
  }
  .content p {
    font-size: 0.9em;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0rem 10rem 0rem 10rem;
  }
  .boards-title {
    font-size: 12px;
  }
  .h1-boards {
    font-size: 2.1em;
  }
  .p-boards {
    color: #949494;
    line-height: 1.9;
    font-size: 12px;
    padding: 0rem 5rem 0rem 5rem;
    margin-bottom: 9px;
  }
  .board-padding2 {
    padding: 0rem 3rem 3rem 3rem;
  }
  .cse p {
    font-size: 0.75rem;
  }
  .cse h5 {
    font-size: 1.19rem;
  }
}

/* Extra large devices (large desktops, 1200px and up-100%) */

@media (min-width: 1300px) and (max-width: 1399px) {
  .ptab {
    display: none;
  }
  .vertical-rectangle {
    right: 14px !important;
    width: 59px !important;
    height: 75px !important;
    bottom: 30% !important;
  }

  .vertical-rectangle2 {
    right: 10px !important;
    width: 59px !important;
    height: 75px !important;
    bottom: 43% !important;
  }

  .cp {
    padding: 15px 13px !important;
}
  .big-text {
    font-size: 30px !important;
  }

  .small-text {
    font-size: 10px !important;
  }
  .bloginnerpcards {
    padding: 0rem 2rem 2rem 2rem !important;
  }
  .similarpadding {
    padding: 0rem 3rem 0rem 3rem !important;
  }
  .blog-innerssection {
    font-size: 15px !important;
    padding: 2rem 0rem 0rem 0rem !important;
  }

  .h1-blogssinner {
    font-size: 2em !important;
  }

  .img-abtinner {
    width: 94% !important;
  }

  .subjectp {
    padding: 6rem 3rem 0rem 3rem;
  }

  .left-padding-banner1 {
    padding: 0px 14px 0 34px;
    /* margin-top: -9%; */
  }

  .left-padding-banner2 {
    padding: 17% 0px 0 55px;
  }

  .banner-content h2 {
    font-size: 2.1rem;
  }

  .banner-content p {
    font-size: 13px;
  }

  .padding-custom {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header__top__right ul li {
    font-size: 13px;
  }

  .header__top__right__social a {
    font-size: 13px;
  }

  .header__top__right__auth a {
    font-size: 13px;
  }
  .header__top__left p {
    font-size: 13px;
  }
  .about-padding {
    padding: 10rem 3rem 8rem 3rem;
  }

  .subinner-padding {
    padding: 8rem 0rem 0rem 2rem;
  }

  .subinnersss-padding {
    padding: 0rem 2rem 0rem 2rem;
  }

  .card-class-title {
    font-size: 17px;
  }
  .content p {
    font-size: 0.9em;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0rem 10rem 0rem 10rem;
  }
}

/* Extra extra large devices (larger desktops, 1400px and up 90%) */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .swiper-button-next2,
  .swiper-button-prev2 {
    top: 37% !important;
  }

  .key-padding {
    padding: 0rem 11rem 5rem 11rem !important;
  }

  .features h3 {
    font-size: 19px !important;
  }

  .features p {
    font-size: 13px !important;
  }

  .ptab {
    display: none;
  }
  .mttutorssection {
    padding-top: 95px !important;
  }
  .pc {
    padding-bottom: 3px !important;
  }
  .vertical-rectangle {
    right: 10px !important;
    width: 59px !important;
    height: 75px !important;
    bottom: 30% !important;
  }
  .vertical-rectangle2 {
    right: 10px !important;
    width: 59px !important;
    height: 75px !important;
    bottom: 43% !important;
  }

  .cp {
    padding: 15px 7px !important;
  }
  .big-text {
    font-size: 30px !important;
  }

  .small-text {
    font-size: 10px !important;
  }
  .bloginnerpcards {
    padding: 0rem 2rem 2rem 2rem !important;
  }
  .similarpadding {
    padding: 0rem 3rem 0rem 3rem !important;
  }

  .blog-innerssection {
    font-size: 16px !important;
    padding: 2rem 0rem 0rem 0rem !important;
  }

  .h1-blogssinner {
    font-size: 2em !important;
    margin-bottom: 0px !important;
  }

  .formatted-text {
    font-size: 21px !important;
  }
  .ol-sub li {
    font-size: 14px !important;
  }
  .img-abtinner {
    width: 100% !important;
  }

  .p-subinn {
    font-size: 15px !important;
  }
  .w-s {
    width: 43%;
  }

  .offersp {
    font-size: 15px;
  }

  .faqcard {
    font-size: 16px !important;
  }

  .background-imagesub {
    top: 67%;
    left: 68%;
    width: 66%;
  }
  .subjects-padding {
    padding: 5rem 0rem 1rem 0rem !important;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 62px;
    font-size: 15px;
  }

  .left-padding-banner1 {
    padding: 0px 8px 0 76px;
    /* margin-top: -19%; */
  }

  .left-padding-banner2 {
    padding: 17% 0px 0 55px;
  }

  .banner-content h2 {
    font-size: 2.33rem;
  }

  .banner-content p {
    font-size: 13px;
  }
  .card-text-class {
    font-size: 15px;
    line-height: 1.7;
  }
  .header__top__right ul li {
    font-size: 14px;
  }

  .header__top__right__social a {
    font-size: 14px;
  }

  .header__top__right__auth a {
    font-size: 14px;
  }
  .header__top__left p {
    font-size: 14px;
  }
  .header__top__right ul li i {
    font-size: 15px;
  }
  .about-padding {
    padding: 11rem 0rem 13rem 0rem;
  }
  .subinner-padding {
    padding: 6rem 0rem 0rem 0rem;
  }

  .subinnersss-padding {
    padding: 0rem 0rem 0rem 0rem;
  }

  .main-image {
    position: absolute;
    /* top: 50px; */
    left: 87px;
    z-index: 3;
    width: 429px;
    height: auto;
  }

  .second-green-box {
    background-color: #228773;
    width: 160px;
    height: 173px;
    position: absolute;
    top: -35px;
    left: 49px;
  }

  .card-1 {
    top: 247px;
    left: -5px;
    width: 233px;
  }

  .card-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    color: #000000 !important;
  }

  .card-icon {
    width: 36px;
    height: 37px;
    margin-right: 8px;
  }

  .card-2 {
    top: 110px;
    left: 343px;
    width: 219px;
  }

  .card-icon {
    width: 39px;
    height: 43px;
  }

  .card-3 {
    top: 388px;
    left: 271px;
    width: 257px;
  }
  .class-padding {
    padding: 5rem 0rem 5rem 0rem;
  }
  .subjectp {
    padding: 5rem 0rem 0rem 0rem;
  }
  .p-class {
    font-size: 13px;
  }
  /* .card-img-top {
    height: 268px;
  } */
  .card-class-title {
    font-size: 20px;
  }
  .content h1 {
    font-size: 2.2em;
    margin-bottom: 16px;
    padding: 0rem 15rem 0rem 15rem;
  }
  .content p {
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0rem 10rem 0rem 10rem;
  }
  .p-boards {
    line-height: 1.9;
    font-size: 13px;
    padding: 0rem 3rem 0rem 3rem;
    margin-bottom: 5px;
  }
  .subpb {
    margin-top: 14px !important;
  }
  .card-img-top {
    height: 316px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1613px) {
  .padding-custom {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}

@media (min-width: 1300px) and (max-width: 1475px) {
  .padding-custom {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}

/* Ultra large devices (very large desktops, 1600px and up 80%) */
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .xl-screens {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }
  .key-padding {
    padding: 0rem 12rem 5rem 11rem !important;
  }

  .features h3 {
    font-size: 22px !important;
  }

  .features p {
    font-size: 15px !important;
  }

  .xl-screens2 {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
  }

  .swiper-button-next2,
  .swiper-button-prev2 {
    top: 37%;
  }
  .ptab {
    display: none;
  }
  .subpb {
    margin-top: 14px !important;
  }

  .mttutorssection {
    padding-top: 81px !important;
  }

  .pc {
    padding-bottom: 14px !important;
  }
  .contact-2 {
    font-size: 12px !important;
  }
  .bloginnerpcards {
    padding: 0rem 0rem 2rem 0rem !important;
  }

  .blogst {
    max-width: 1278px;
  }
  .similarpadding {
    padding: 0rem 3rem 0rem 3rem !important;
  }

  .blog-innerssection {
    font-size: 18px;
    padding: 2rem 0rem 0rem 0rem;
  }

  .formatted-text {
    font-size: 21px !important;
  }
  .ol-sub li {
    font-size: 17px !important;
  }
  .img-abtinner {
    width: 100% !important;
  }

  .p-subinn {
    font-size: 17px !important;
  }

  .boards-title {
    font-size: 17px !important;
  }

  .offerh-leftr {
    font-size: 2.9em !important;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .w-s {
    width: 37% !important;
  }
  .readmore-btn {
    font-size: 14px !important;
  }

  .faqcard {
    font-size: 16px !important;
  }

  .offersp {
    font-size: 18px;
  }

  .background-imagesub {
    top: 63%;
    left: 66%;
    width: 84%;
    height: 100%;
  }

  .card-container-wrapper {
    padding: 0px 9px;
  }

  .card-containersub {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px;
  }

  .custom-cardsub {
    padding: 24px 21px 27px 22px;
  }

  .subjects-padding {
    padding: 5rem 0rem 0rem 0rem !important;
  }

  .h1-abt {
    font-size: 3.2em;
  }

  .container {
    max-width: 1365px;
  }

  .h1-abt {
    font-size: 3em;
  }

  .p-abt {
    font-size: 16px;
    padding-right: 67px;
  }
  .card-class-title {
    font-size: 22px;
  }
  .header_area .navbar .nav .nav-item {
    margin-right: 68px;
    font-size: 17px;
  }
  .card-text-class {
    font-size: 16px;
    line-height: 1.7;
  }
  .left-padding-banner1 {
    padding: 0px 14px 0 81px;
    /* margin-top: -29%; */
  }

  .left-padding-banner2 {
    padding: 17% 0px 0 55px;
  }

  .banner-content h2 {
    font-size: 3em;
  }

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

  .banner-content h1 {
    font-size: 1rem;
  }

  .header__top__right ul li {
    font-size: 16px;
  }

  .header__top__right__social a {
    font-size: 15px;
  }

  .header__top__right__auth a {
    font-size: 16px;
  }
  .header__top__left p {
    font-size: 15px;
  }
  .header__top__right ul li i {
    font-size: 15px;
  }

  .demo_btn {
    font-size: 14px !important;
    padding: 15px 17px;
  }
  .search-home {
    font-size: 15px !important;
  }

  .about-padding {
    padding: 11rem 0rem 8rem 0rem;
  }

  .subinner-padding {
    padding: 8rem 0rem 0rem 0rem;
  }

  .subinnersss-padding {
    padding: 0rem 0rem 0rem 0rem;
  }

  .main-image {
    position: absolute;
    /* top: 50px; */
    left: 87px;
    z-index: 3;
    width: 489px;
    height: auto;
  }

  .second-green-box {
    background-color: #228773;
    width: 162px;
    height: 184px;
    position: absolute;
    top: -35px;
    left: 41px;
  }
  .card-1 {
    top: 259px;
    left: -8px;
    width: 261px;
  }
  .card-2 {
    top: 120px;
    left: 391px;
    width: 244px;
  }
  .card-3 {
    top: 448px;
    left: 313px;
    width: 275px;
  }
  .card-title {
    font-size: 20px;
  }
  .class-padding {
    padding: 5rem 0rem 5rem 0rem;
  }
  .subjectp {
    padding: 5rem 0rem 0rem 0rem;
  }
  .p-class {
    font-size: 15px;
  }

  .h1-class {
    font-size: 2.8em;
  }

  .class-title {
    font-size: 17px;
  }

  .abt-title {
    font-size: 17px;
  }

  .card-img-top {
    height: 361px;
  }
  .content h1 {
    font-size: 2.6em;
    margin-bottom: 20px;
    padding: 0rem 16rem 0rem 16rem;
    line-height: 1.5;
  }

  .content p {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0rem 10rem 0rem 10rem;
  }
  .cta-button {
    padding: 14px 20px;

    font-size: 1.2em;
    font-weight: 500;
  }
  .p-boards {
    color: #949494;
    line-height: 1.9;
    font-size: 15px;
    padding: 0rem 5rem 0rem 5rem;
    margin-bottom: 9px;
  }
  .cse p {
    font-size: 0.96rem;
  }
  .vertical-rectangle2 {
    right: 14px !important;
    width: 64px !important;
    height: 75px !important;
    bottom: 37% !important;
  }
}

/* Super large devices (huge desktops, 1800px and up) */
@media (min-width: 1800px) and (max-width: 1999.98px) {
  .vertical-rectangle2 {
    right: 14px !important;
    width: 64px !important;
    height: 75px !important;
    bottom: 37% !important;
  }

  .features h3 {
    font-size: 22px !important;
  }

  .features p {
    font-size: 15px !important;
  }
  .xl-screens {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }

  .key-padding {
    padding: 0rem 14rem 5rem 14rem !important;
  }

  .xl-screens2 {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
  }

  .ptab {
    display: none;
  }
  .subpb {
    margin-top: 14px !important;
  }

  .mttutorssection {
    padding-top: 95px !important;
  }
  .pc {
    padding-bottom: 14px !important;
  }
  .contact-2 {
    font-size: 12px !important;
  }
  .blogst {
    max-width: 1278px;
  }
  .bloginnerpcards {
    padding: 0rem 0rem 2rem 0rem !important;
  }
  .similarpadding {
    padding: 0rem 3rem 0rem 3rem !important;
  }
  .blog-innerssection {
    font-size: 18px;
    padding: 2rem 0rem 0rem 0rem;
  }

  .ol-sub li {
    font-size: 17px !important;
  }

  .p-subinn {
    font-size: 17px !important;
  }
  .p-subinn {
    font-size: 17px !important;
  }

  .img-abtinner {
    width: 100% !important;
  }
  .offerh-leftr {
    font-size: 2.9em !important;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .faqcard {
    font-size: 16px !important;
  }

  .boards-title {
    font-size: 17px !important;
  }

  .w-s {
    width: 37% !important;
  }
  .offersp {
    font-size: 18px;
  }

  .readmore-btn {
    font-size: 14px !important;
  }

  .h1-abt {
    font-size: 2.8em;
  }
  .subjects-padding {
    padding: 5rem 0rem 0rem 0rem !important;
  }

  .subjectp {
    padding: 5rem 0rem 5rem 0rem;
  }

  .container {
    max-width: 1365px;
  }
  .h1-abt {
    font-size: 3.2em;
  }
  .cta-button {
    padding: 12px 20px;

    font-size: 1.2em;
    font-weight: 500;
  }
  .p-abt {
    font-size: 16px;
    padding-right: 67px;
  }
  .header_area .navbar .nav .nav-item {
    margin-right: 74px;
    font-size: 18px;
  }
  .cse p {
    font-size: 0.96rem;
  }
  .cse h5 {
    font-size: 1.5rem;
  }
  .card-class-title {
    font-size: 24px;
  }
  .card-text-class {
    font-size: 17px;
    line-height: 1.7;
  }
  .demo_btn {
    font-size: 14px !important;
    padding: 15px 16px;
  }
  .search-home {
    font-size: 15px !important;
  }
  .left-padding-banner1 {
    padding: 0px 14px 0 81px;
    /* margin-top: -29%; */
  }

  .left-padding-banner2 {
    padding: 17% 0px 0 55px;
  }

  .banner-content h2 {
    font-size: 3em;
  }

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

  .banner-content h1 {
    font-size: 1rem;
  }

  .header__top__right ul li {
    font-size: 16px;
  }

  .header__top__right__social a {
    font-size: 15px;
  }

  .header__top__right__auth a {
    font-size: 16px;
  }
  .header__top__left p {
    font-size: 15px;
  }
  .header__top__right ul li i {
    font-size: 16px;
  }

  .about-padding {
    padding: 11rem 0rem 4rem 0rem;
  }

  .subinner-padding {
    padding: 11rem 0rem 0rem 0rem;
  }

  .subinnersss-padding {
    padding: 0rem 0rem 0rem 0rem;
  }

  .main-image {
    position: absolute;
    /* top: 50px; */
    left: 87px;
    z-index: 3;
    width: 489px;
    height: auto;
  }

  .second-green-box {
    background-color: #228773;
    width: 162px;
    height: 184px;
    position: absolute;
    top: -35px;
    left: 41px;
  }
  .card-1 {
    top: 259px;
    left: -8px;
    width: 261px;
  }
  .card-2 {
    top: 120px;
    left: 391px;
    width: 242px;
  }
  .card-3 {
    top: 448px;
    left: 313px;
    width: 275px;
  }
  .card-title {
    font-size: 20px;
  }
  .class-padding {
    padding: 5rem 0rem 5rem 0rem;
  }
  .subjectp {
    padding: 5rem 0rem 5rem 0rem;
  }
  .p-class {
    font-size: 15px;
  }

  .h1-class {
    font-size: 2.8em;
  }

  .class-title {
    font-size: 18px;
  }

  .card-img-top {
    height: 301px;
  }
  .p-class {
    font-size: 15px;
  }

  .h1-class {
    font-size: 2.8em;
  }

  .class-title {
    font-size: 18px;
  }

  .card-img-top {
    height: 367px;
  }
  .content h1 {
    font-size: 2.9em;
    margin-bottom: 20px;
    padding: 0rem 18rem 0rem 18rem;
    line-height: 1.5;
  }
  .content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0rem 10rem 0rem 10rem;
  }
  .p-boards {
    color: #949494;
    line-height: 1.9;
    font-size: 15px;
    padding: 0rem 5rem 0rem 5rem;
    margin-bottom: 9px;
  }
  .formatted-text {
    font-size: 21px !important;
  }
}

@media (min-width: 2000px) {
  .key-padding {
    padding: 0rem 14rem 5rem 14rem !important;
  }

  .ptab {
    display: none;
  }
  .subpb {
    margin-top: 14px !important;
  }

  .pc {
    padding-bottom: 14px !important;
  }
  .contact-2 {
    font-size: 12px !important;
  }
  .blogst {
    max-width: 1278px;
  }
  .bloginnerpcards {
    padding: 0rem 0rem 2rem 0rem !important;
  }
  .similarpadding {
    padding: 0rem 3rem 0rem 3rem !important;
  }
  .blog-innerssection {
    font-size: 18px;
    padding: 2rem 0rem 0rem 0rem;
  }

  .formatted-text {
    font-size: 21px !important;
  }

  .ol-sub li {
    font-size: 17px !important;
  }

  .p-subinn {
    font-size: 17px !important;
  }
  .p-subinn {
    font-size: 17px !important;
  }

  .img-abtinner {
    width: 91% !important;
  }

  .boards-title {
    font-size: 17px !important;
  }

  .faqcard {
    font-size: 16px !important;
  }

  .offerh-leftr {
    font-size: 2.9em !important;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .w-s {
    width: 37% !important;
  }

  .offersp {
    font-size: 18px;
  }

  .readmore-btn {
    font-size: 14px !important;
  }

  .subjects-padding {
    padding: 5rem 0rem 0rem 0rem !important;
  }
  .container {
    max-width: 1365px;
  }
  .h1-abt {
    font-size: 3.2em;
  }

  .p-abt {
    font-size: 16px;
    padding-right: 67px;
  }
  .about-padding {
    padding: 11rem 0rem 13rem 0rem;
  }

  .subinner-padding {
    padding: 11rem 0rem 13rem 0rem;
  }

  .subinnersss-padding {
    padding: 0rem 0rem 0rem 0rem;
  }

  .main-image {
    position: absolute;
    /* top: 50px; */
    left: 87px;
    z-index: 3;
    width: 489px;
    height: auto;
  }

  .second-green-box {
    background-color: #228773;
    width: 162px;
    height: 184px;
    position: absolute;
    top: -35px;
    left: 41px;
  }
  .card-1 {
    top: 259px;
    left: -8px;
    width: 261px;
  }
  .card-2 {
    top: 120px;
    left: 391px;
    width: 225px;
  }
  .card-3 {
    top: 448px;
    left: 313px;
    width: 275px;
  }
  .card-title {
    font-size: 22px;
  }
  .header_area .navbar .nav .nav-item {
    margin-right: 77px;
    font-size: 20px;
  }

  .left-padding-banner1 {
    padding: 0px 14px 0 97px;
    /* margin-top: -29%; */
  }

  .left-padding-banner2 {
    padding: 17% 0px 0 55px;
  }

  .banner-content h2 {
    font-size: 3em;
  }

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

  .banner-content h1 {
    font-size: 1rem;
  }

  .header__top__right ul li {
    font-size: 16px;
  }

  .header__top__right__social a {
    font-size: 15px;
  }

  .header__top__right__auth a {
    font-size: 16px;
  }
  .header__top__left p {
    font-size: 15px;
  }
  .header__top__right ul li i {
    font-size: 16px;
  }
  .class-padding {
    padding: 5rem 0rem 5rem 0rem;
  }
  .subjectp {
    padding: 5rem 0rem 5rem 0rem;
  }
  .p-class {
    font-size: 15px;
  }

  .h1-class {
    font-size: 2.8em;
  }

  .class-title {
    font-size: 18px;
  }

  .card-img-top {
    height: 301px;
  }
  .content h1 {
    font-size: 2.9em;
    margin-bottom: 20px;
    padding: 0rem 18rem 0rem 18rem;
    line-height: 1.5;
  }
  .content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0rem 10rem 0rem 10rem;
  }
  .p-boards {
    color: #949494;
    line-height: 1.9;
    font-size: 15px;
    padding: 0rem 5rem 0rem 5rem;
    margin-bottom: 9px;
  }
}

.offerh-leftr {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5em;
  color: black;
  padding-left: 4rem;
  padding-right: 4rem;
}

.mt-innersubjects {
  margin-top: 60px;
}

.mb-subd {
  margin-bottom: 46px;
}

.ol-sub {
  font-family: "Public Sans", sans-serif !important;
  padding-left: 18px !important;
  color: #949494;
  line-height: 1.9;
  font-size: 14px;
  font-weight: 500;
}

.ol-sub li {
  font-family: "Public Sans", sans-serif !important;
  padding-top: 6px;
}
/*about page */

.card-containerabt:nth-child(1) .readmore-btn {
  width: 30%;
}

.card-containerabt:nth-child(2) .readmore-btn,
.card-containerabt:nth-child(3) .readmore-btn {
  width: 50%;
}

.card {
  border: none !important;
}

.flex-container {
  display: flex;
  gap: 1rem;
}

.card-containerabt {
  flex: 1;
}

.card-containerabt:first-child {
  flex: 3;
}

.card-containerabt:nth-child(2),
.card-containerabt:nth-child(3) {
  flex: 3;
}

/*about page */

.subjects-padding {
  padding: 4rem 3rem 5rem 3rem;
}

/*faq*/
#accordion li {
  list-style: none;
}

/* div[data-toggle="collapse"] {
  border-bottom: 1px solid #CDCDCD;
  width: 100%;
  cursor: pointer;
  padding: 1%;
} */

.toggle-div {
  font-family: "Poppins", sans-serif !important;
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  cursor: pointer;
  font-size: 19px;
  padding: 18px 1%;
  font-weight: 700;
  color: #000000 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqcard {
  background: #f9f9f9;
  padding: 1%;
  background: #f9f9f9;
}

span.fa.fa-1x.fa-caret-down,
span.fa.fa-1x.gre.fa-caret-up {
  color: #d9d9d9;
}

.fa-caret-up:before {
  content: "\f0d8";
  color: #d9d9d9 !important;
}

.bg-grey-sectionsoffer {
  background: #f9f9f9;
  padding-bottom: 7%;
}

/*faq*/

.card-bodysubs {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  padding: 27px 2px 33px 3px;
}

.css-mb {
  padding-bottom: 0px !important;
}

.subpb {
  padding-top: 11px;
  padding-bottom: 58px;
}

.img-abtinner {
  width: 77%;
}

a:hover {
  color: black;
}

.form-container {
  /* max-width: 600px; */
  margin: 50px auto;
  padding: 33px 61px;
  background-color: #ffffff;
  border-radius: 10px;
}

.icons-contact {
  background: #f4f4f4;
}

.icons-contact input:focus {
  outline: none;
}

.icons-contact .form-control:focus,
.icons-contact .inputc-textarea:focus {
  outline: none; /* Remove default outline */
  box-shadow: none; /* Remove box-shadow */
}

.icons-contact input:focus {
  box-shadow: none;
}

.icons-contact:focus-within {
  border: 1px solid #1b6658;
}

.getdiv {
  position: relative;
  z-index: 1;
}

.mapq {
  margin-top: -17%;
}

.inputc {
  background: #f4f4f4;
  height: 53px;
  font-size: 15px;
  border: 1px solid #f4f4f4 !important;
}

.input-group-text {
  border: 1px solid #f4f4f4 !important;
}
.select-div {
  padding-right: 10px;
  /* padding-left: 11px; */
}

.selectc {
  height: 53px;
  font-size: 15px;
  background: #f4f4f4;
  border: none;
  padding-left: 8px;
  width: 100%;
}

.selectc:focus-visible {
  outline: none !important;
}

.selectc::placeholder {
  color: grey !important;
}

.btn-custom {
  background-color: #ffc107;
  border-color: #ffc107;
  color: white;
}
.btn-custom:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}
.input-group-text {
  background-color: transparent;
  border-left: none;
}
.form-control {
  border-right: none;
}

.sendmsgbtn {
  color: white;
  padding: 13px 21px;
  border: none;
  border-radius: 5px;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
}

.h1-blogss {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.1em;
  color: black !important;
  text-align: start;
  line-height: 1.4;
}

.formatted-text {
  font-size: 21px;
}

.vertical {
  margin: 0 10px;
}

.full-width-image {
  width: 100%;
  margin-top: 21px;
  border-radius: 20px;
}

.sub-margintop {
  margin-top: 37px;
}

.uls li {
  color: #949494;
  line-height: 1.9;
  font-size: 15px;
  margin-bottom: 0px;
}

.p-subinn {
  color: #949494;
  line-height: 1.9;
  font-size: 14px;
  font-weight: 500 !important;
}

.bloginnermttop {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blogsectionbg {
  background-color: #f9f9f9;
}

.bloginnerp {
  padding: 6rem 3rem 2rem 3rem;
}

.h1-blogssinner {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.8em;
  color: #1c1c1c !important;
  text-align: start;
  margin-bottom: 6px;
  line-height: 1.4;
  margin-bottom: 29px;
}

.blog-innerssection {
  color: #949494;
  line-height: 1.9;
  font-size: 18px;
  padding: 1rem 0rem 0rem 0rem !important;
  margin-bottom: 0px;
}

.bloginnerpcards {
  padding: 0rem 3rem 2rem 3rem;
}

.mt-contacts {
  padding-top: 6%;
}
.pmobb {
  display: none;
}
.black-c {
  color: black;
  font-family: "Poppins", sans-serif !important;
}
.mapconection {
  margin-top: -7px !important;
}

.subject-otop {
  padding-top: 3%;
}

.board-otop {
  padding-top: 3%;
}

.testimonials-otop {
  padding-top: 3%;
}

.blogs-otop {
  padding-top: 3%;
}

.countries-otop {
  padding-top: 3%;
}

.tutormob-p {
  padding-left: 10px;
  padding-right: 10px;
}

/*class pop up */
.modal-content {
  background: #fff;
}

.modal-body p {
  color: black;
  font-size: 14px;
}

.mt-d {
  margin-top: 9%;
}
.closeb {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.closeb i {
  font-size: 26px;
  margin-top: 2px;
}

.modal-open .modal {
  animation: fadeIn 1s ease both;
  /* background: rgb(218 255 220 / 40%); */
  /* z-index: 2; */
  backdrop-filter: blur(8px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  color: #000000 !important;
}

/*class pop up */

/* register form */
.reg-dialog {
  max-width: 80%;
}

.inputr {
  width: 100%;
  padding: 3px 0;
  border: none;
  border-bottom: 1px solid #838383;
  outline: none;
  color: #ffffff;
  background-color: #fff0;
  font-weight: 500;
}

.reglabels {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
}

.submit-btn {
  background-color: #0c4c43 !important;
  border-color: #0c4c43 !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 15px !important;
  border-radius: 5px;
  color: white;
  vertical-align: middle;
  padding: 12px 13px;
  width: 23%;
  border: none !important;
  margin-top: 15px !important;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #0e4036 !important;
}

#other-input-group {
  display: none;
}

.form-check-label {
  color: black !important;
  font-size: 16px;
}

.form-check-inline {
  margin-top: 17px;
}

.form-check-input {
  accent-color: #155146 !important;
}

.mttutorssection {
  padding-top: 61px;
}

/*boards images */

.flex-item-boards {
  flex: 1;
  padding: 10px;
  text-align: center;
}

.flex-item-boards {
  flex: 1 1 20%;
}

@media (max-width: 768px) {
  .card-text-class {
    font-size: 13px;
    height: auto !important;
  }

  .flex-item-boards {
    flex: 1 1 50%;
  }

  .flex-item-boards:nth-child(1),
  .flex-item-boards:nth-child(2) {
    flex: 1 1 50%;
  }
}
/*boards images */

.pfaqf {
  padding-top: 44px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 120%;
  left: -22px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  /* border: 1px solid #ddd; */
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
  z-index: 1001 !important;
  width: 202px;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-item {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  display: block;
}

.dropdown-item:hover {
  background-color: #0b4d43 !important;
  color: white !important;
}

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

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

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

@media (max-width: 768px) {
  .clients-carousel .item {
    padding: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    width: 100% !important;
  }

  .search-home {
    right: 3%;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: none !important;
  border-bottom: 0;
  border-left: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;

  /* top: -4px;
    left: 128%;
    margin-top: -1px; */

  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: none;
}

.dropdown-item:hover {
  background-color: #0b4d43 !important;
  color: white !important;
}

.dropdown-submenu > .dropdown-toggle {
  width: 100%;
  text-align: left;
}

.dropdown-toggle .fa-caret-right {
  position: absolute;
  /* right: -30px; */
  top: 50%;
  transform: translateY(-50%);
}

/* boards */

.flex-item-boards {
  flex: 1 1 20%;
}
/* 
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */

.first-row .col {
  flex: 0 1 25%;
  max-width: 25%;
}

.first-row,
.second-row {
  justify-content: center;
}

.second-row .col {
  flex: 0 1 33.33%;
  max-width: 25.33%;
}

.mt-4 {
  margin-top: 1.5rem;
}

/* Adjustments for smaller screens */
@media (max-width: 992px) {
  .first-row .col,
  .second-row .col {
    flex: 0 1 45%;
    max-width: 45%;
  }
  .top-features {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .first-row .col,
  .second-row .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .top-features {
    margin-top: 10px;
  }
}

.features {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 23px 18px 23px;
  margin-bottom: 2px;
  border-radius: 4px;
  background: #fff;
  height: 95%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.mb-key {
  margin-bottom: 28px;
}

.feature-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  flex-grow: 1;
}

.features img.feature-image {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.features h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  color: #000000 !important;
}

.features p {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  color: #767676;
}

.features:hover {
  background: #228773;
  transition: background 0.5s, color 0.5s, filter 0.5s;
}

.features:hover img.feature-image {
  filter: brightness(0) invert(1);
  transition: filter 0.5s;
}

.features:hover h3,
.features:hover p {
  color: #fff !important;
  transition: color 0.5s;
}

.whatsapp-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: 0.1s;
}

.whatsapp-btn:hover {
  transform: scale(1.2);
  background: #1baa4f;
}

.whatsapp-btn:hover i {
  color: #fff !important;
}

.h-countries {
  height: 17%;
}

.key-padding {
  padding: 0rem 9rem 5rem 9rem;
}

.custom-image-container {
  position: relative;
  display: inline-block;
  width: 500px;
  height: 500px;
}

.custom-green-box {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background-color: #228773;
  border-radius: 10px;
}

.custom-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .custom-image-container {
    width: 300px;
    height: 300px;
  }

  .custom-green-box {
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .custom-image-container {
    width: 200px;
    height: 200px;
  }

  .custom-green-box {
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
  }
}

.testimonial-card {
  border-radius: 25px;
  background-color: #fff;
  height: 354px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 14px;
  margin-top: 11px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  word-wrap: break-word;
  border: none !important;
}

@media (min-width: 520px) and (max-width: 636px) {
  .testimonial-card {
    height: 500px !important;
  }
}

.sub-mbs {
  margin-bottom: 8%;
}



.blogtitle2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  color: #000000 !important;
  font-weight: 600;
  line-height: 1.6;
  height: 120px;
}

.vertical-rectangle2 {
  right: 7px;
  width: 59px;
  height: 75px;
  bottom: 38%;
  position: absolute;
  width: 74px;
  background-color: #009688;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #009688;
  margin: 20px auto;
  font-family: "Poppins", sans-serif !important;
  color: white !important;

}


.inr-mob{
  margin-left: 41px;
}




.team-card {
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

.tutorbtn {
  display: inline-block;
  padding: 5px 10px;
  color: #fff; /* Text color */
  text-decoration: none;
  border-radius: 5px; /* Rounded corners */
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}



@media (max-width: 767px) {
  .team-card {
    margin-bottom: 20px;
  }
  
  .tutorbtn {
    padding: 12px 25px;
  }
}

@media (max-width: 575px) {
  .tutorbtn {
    display: block;
    margin: 20px auto 0; /* Center button and add margin on top */
    width: 100%; /* Full width on small screens */
    text-align: center;
  }
}



 .modal-content {
            border-radius: 10px;
            text-align: center;
        }
        .modal-body img {
            max-width: 100%;
            border-radius: 10px;
        }
        .modal-footer {
            display: flex;
            justify-content: center;
        }

