@charset "UTF-8";
@font-face {
  font-family: "Gilroy-Bold";
  font-style: bold;
  font-weight: 700;
  src: url(../font/Gilroy-Bold.ttf) format("woff2");
}
.glory-bold {
  font-family: "Gilroy-Bold";
}

.fx-18 {
  font-size: 18px;
}

body {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0;
}

.btn-session {
  background-color: #fff;
  color: #393085;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 15px;
}

.p-50 {
  padding: 50px;
}

.fw-600 {
  font-weight: 600;
}

.fx-24 {
  font-size: 24px;
}

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

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

.py-30 {
  padding: 30px 0 !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

h4 {
  font-weight: 700;
}

.fw-700 {
  font-weight: 700;
}

.mb-20 {
  margin-bottom: 20px;
}

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

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

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

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

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.p-10 {
  padding: 10px;
}

.fx-14 {
  font-size: 14px;
  font-weight: 500;
}

.fx-20 {
  font-size: 20px;
}

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

.my-80 {
  margin: 80px 0;
}

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

.pt-70 {
  padding-top: 70px;
}

.btn-signup .svg-icon {
  fill: #ffffff !important;
}

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

.btn-signup:hover .svg-icon {
  fill: #393085 !important;
}

.py-15 {
  padding: 15px 0;
}

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

.py-header {
  padding: 30px 0;
}

.text-red {
  color: #393085;
}

.pb-40 {
  padding-bottom: 40px;
}

h1 {
  font-weight: 700;
  font-size: 40px;
}
h1 .text-red {
  color: #393085;
}

h2 {
  font-weight: 700;
  font-size: 36px;
}
h2 .text-red {
  color: #393085;
}

/*Sidebar*/
.btn-red-menue {
  background-color: #393085;
}

button.btn.btn-red-menue {
  width: 30px;
  padding: 0;
  height: 30px;
}

.contct-forms-op {
  background-color: #066ac9;
}

header span {
  font-weight: 700;
}
header .header-section-1 {
  background-color: #393085;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding-top: 15px;
  line-height: 19px;
  height: 90px;
}
header .header-section-1 .view-offer {
  text-decoration: underline;
  text-underline-offset: 4px;
}
header .header-section-1 .header-end {
  color: #ffffff;
}
header .header-section-1 a {
  color: #ffffff;
  text-decoration: none;
}
header .header-section-1 .xio-009dfdf-1 {
  margin-right: 16px;
}
header .header-section-1 .xio-009dfdf-3 {
  margin-left: 15px;
}
header .view-offer {
  color: #ffffff;
  margin-left: 37px;
}
header .border-line {
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  height: 24px;
}
header .header-nav-bar {
  margin-top: 16px;
  background-color: #ffffff;
  padding: 14px 0 16px 22px;
  border-radius: 20px;
  position: relative;
  top: 0;
  margin: 16px 0;
  z-index: 10;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.0588235294);
}
header .header-nav-bar ul {
  font-weight: 700;
}
header .header-nav-bar ul li a:hover {
  color: #393085;
}
header .header-nav-bar .btn-signup {
  display: inline-flex;
  align-items: center;
  background-color: #d22c30;
  /* Red color */
  color: #fff;
  padding: 17px 28px;
  border-radius: 10px;
  /* Rounded corners */
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  border: 1px solid #ffffff;
  margin: 0 18px 0 0;
}
header .header-nav-bar .btn-signup .icon {
  width: 20px;
  /* Adjust size as needed */
  height: 20px;
  margin-right: 10px;
  /* Space between icon and text */
}
header .header-nav-bar .btn-signup:hover {
  background-color: #ffffff;
  color: #d22c30;
  border: 1px solid #393085;
}
header .header-nav-bar .border-line {
  border: 1px solid #ffffff;
}
header .header-nav-bar ul {
  list-style: none;
  display: flex;
  color: #000000;
}
header .header-nav-bar ul li {
  margin: 15px;
}
header .header-nav-bar ul a {
  color: #000000;
}
header .fa-circle-xmark {
  color: #000;
}
header .btn-signup:hover {
  background-color: #ffffff;
}
header .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 85%;
  transition: transform 0.3s ease-out;
  background-color: #fff;
  z-index: 10000;
  padding: 24px 20px;
  font-size: 12px;
  overflow: scroll;
}
header .sidebar .fa-phone {
  color: #fff !important;
}
header .sidebar .accordion-item {
  border: 0;
}
header .sidebar .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0;
}
header .sidebar .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0;
}
header .sidebar #close {
  position: absolute;
  top: 5px;
  right: 10px;
}
header .sidebar ul {
  margin: 0;
  padding: 0;
}
header .sidebar li {
  list-style: none;
}
header .sidebar .btn-red {
  background-color: #393085;
  width: 160px;
  color: #ffffff !important;
  padding: 15px 24px;
  border-radius: 10px;
}
header .sidebar a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
header .sidebar a:hover {
  background-color: transparent;
  color: #000000;
}
header .sidebar .accordion-button {
  font-size: 12px;
}
header .sidebar.is-hidden {
  transform: translateX(-100%);
}
header .single-dropdown-link {
  position: relative;
}
header .single-dropdown {
  border-radius: 15px;
  background: 0 0;
  padding: 10px 12px;
}
header .single-dropdown.active .single-dropdown-link::after {
  transform: rotate(180deg);
  transition: 0.5s all ease-in-out;
}
header .single-dropdown-link::after {
  content: "";
  margin-left: 0.35rem;
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/contact/arrow.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.5s all ease-in-out;
}
header .single-dropdown-ul {
  height: 100%;
  display: none;
  padding: 12px !important;
  background: #fff;
  border-radius: 10px;
  margin: 12px 0 0 !important;
}
header .single-dropdown-ul li {
  padding: 12px 12px;
}
header .single-dropdown.active {
  background: #fcf1f3;
  padding: 12px;
}

.breakdown-hr {
  border: 1px solid #d0d5dd;
  margin: 24px 0;
}

.about-us-button {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
  background-image: linear-gradient(90deg, #393085 0%, #f8627b 100%);
  border-radius: 60px 60px 60px 60px;
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
}

.about-us-button:hover {
  color: #ffffff;
}

.login-signup-div {
  background: #393085;
  padding: 9px 15px;
  border-radius: 10px;
  width: 160px;
}

.login-btn {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  font-size: 14px;
}

.ads_rom_ul {
  padding: 60px 0;
  background-color: #f7f8fa;
}

.elementor-icon-list-icon svg {
  fill: #393085;
  transition: fill 0.3s;
  height: 17px;
}

.fx-30 {
  font-size: 30px;
}

.about-us-section {
  background-image: url("../img/about-us/hands-holding-tickets-close-up-1.webp");
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 400px;
  /* Adjust height as needed */
  color: white;
  /* Text color */
  position: relative;
}
.about-us-section .about-us-title {
  /* Adjust size as needed */
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.about-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adds a dark overlay */
  z-index: 0;
}

.about-mission-section {
  padding: 60px 0;
}
.about-mission-section p {
  font-size: 16px;
}
.about-mission-section a {
  text-decoration: none;
}
.about-mission-section .mb-20 {
  margin-bottom: 20px;
}
.about-mission-section h2 {
  font-size: 36px;
  font-weight: 700;
}
.about-mission-section .textred {
  color: #393085;
}
.about-mission-section .image {
  padding: 0px 40px 0px 0px;
}
.about-mission-section .about-us-button {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
  background-image: linear-gradient(90deg, #393085 0%, #f8627b 100%);
  border-radius: 60px 60px 60px 60px;
  padding: 15px 30px;
  color: #ffffff;
}
.about-mission-section .about-us-widge {
  margin: 50px 0px 0px 0px;
}

.about-us-team {
  padding: 60px 0;
  background-color: #F7F8FA;
}

.about-us-team h2 {
  font-size: 36px;
  font-weight: 700;
}
.about-us-team .mb-r-5 {
  margin-bottom: 5px;
}
.about-us-team .textred {
  color: #393085;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4em;
}
.about-us-team .card-hui {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #393085;
}
.about-us-team .card-hui .content {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7215686275);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: absolute;
  inset: auto 0% 0%;
  padding: 5px;
}
.about-us-team .card-hui .name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}
.about-us-team .card-hui .education {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.about-us-team .card-hui .head img {
  border-radius: 20px 20px 0 0;
}
.about-us-team .card-hui h5 {
  font-size: 22px;
  font-weight: bold;
}
.about-us-team .card-hui .body {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.about-us-team .card-hui .body h4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}
.about-us-team .card-hui .body p {
  color: #000;
  text-align: center;
  font-size: 14px;
}
.about-us-team .card-hui .button-reop {
  position: absolute;
  bottom: 19px;
  display: flex;
  left: 49px;
  justify-content: center;
}
.about-us-team .card-hui .button-reop .btn-first {
  position: relative;
  bottom: 0;
  left: 0;
}
.about-us-team .border-radius-20 {
  border-radius: 20px;
}

.ielts-book {
  padding: 160px 0 80px 0;
}
.ielts-book h2 {
  font-size: 38px;
}
.ielts-book .ielts-box {
  background-color: #FCF1F3;
  border-radius: 30px;
}
.ielts-book .box-ielts {
  padding: 50px 0 50px 50px;
}
.ielts-book .box-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 33px;
  width: 332px;
  margin: 15px;
}
.ielts-book .box-white h5 {
  font-size: 18px;
  font-weight: 700;
}
.ielts-book .box-white p {
  font-size: 20px;
  font-weight: 700;
}
.ielts-book .box-white .call {
  font-size: 26px;
  font-weight: 700;
}
.ielts-book .image-ielts img {
  position: relative;
  bottom: -17px;
  width: 118%;
  left: -4px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}

.text p {
  font-size: 16px;
  color: #2D2829;
}

.red-light-opi {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(216, 216, 216, 0.8980392157);
  height: 100%;
}
.red-light-opi .title {
  font-size: 20px;
  font-weight: 700;
}

.about-us-offer {
  padding: 60px 0;
}
.about-us-offer ul {
  list-style-type: none;
  padding: 0;
}
.about-us-offer .about-us-widget {
  margin: 0px 0px 0px 0px;
  color: #393085;
  font-size: 25px;
  font-weight: 700;
}
.about-us-offer .about-icon-list-icon {
  display: flex;
  position: relative;
  top: 0px;
}
.about-us-offer .fa-circle {
  font-size: 8px;
}
.about-us-offer h2 {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: capitalize;
}
.about-us-offer p {
  font-size: 16px;
}
.about-us-offer .textred {
  color: #393085;
}
.about-us-offer .image-side {
  padding-left: 40px;
}

.privacy-policy {
  background-image: url("../img/privacy/Group-42995.webp");
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 400px;
  /* Adjust height as needed */
  color: white;
  /* Text color */
  position: relative;
}
.privacy-policy .privacy-policy-title {
  /* Adjust size as needed */
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.privacy-policy-content h3 {
  font-size: 18px;
  font-weight: 700;
}

.privacy-policy-content {
  padding: 60px 0px;
}
.privacy-policy-content h2 {
  font-size: 24px;
  font-weight: 700;
}
.privacy-policy-content a {
  text-decoration: none;
}
.privacy-policy-content p {
  font-size: 16px;
}

.contact-us {
  background-image: url("../img/privacy/contact-us.webp");
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 414px;
  /* Adjust height as needed */
  color: white;
  /* Text color */
  position: relative;
}
.contact-us .elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.contact-us .privacy-policy-title {
  /* Adjust size as needed */
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.contact-us p {
  font-size: 20px;
}

.course-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.5); /* Black overlay with 0.5 opacity */
  z-index: -1; /* Puts the overlay behind the content */
}

.course-us {
  background-image: url(../img/course/our-course.png);
  background-size: cover;
  background-position: center;
  height: 414px;
  color: white;
  position: relative;
  z-index: 1;
}
.course-us .elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.course-us .privacy-policy-title {
  /* Adjust size as needed */
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.course-us p {
  font-size: 20px;
}
.course-us h1 {
  font-size: 46px;
}

.choose-ctegory {
  padding: 60px 0;
}
.choose-ctegory h2 .text-red {
  color: #393085;
}
.choose-ctegory .category-box {
  padding: 25px 20px;
  background-color: #F7F8FA;
  border-radius: 30px;
}
.choose-ctegory .category-box .number {
  width: 55px;
  height: 55px;
  background-color: #fff;
  color: #393085;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
}
.choose-ctegory .category-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.choose-ctegory .category-box p {
  font-size: 16px;
  font-weight: 500;
}
.choose-ctegory .category-box .btn-course {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
  background-image: linear-gradient(90deg, #D41229 0%, #FF455B 100%);
  border-radius: 60px 60px 60px 60px;
  color: #fff;
  padding: 15px 30px;
  margin-top: 20px;
}

.courses-review-box .mt-30 {
  margin-top: 29px !important;
}

.courses-box .fa-star {
  color: #FFC107;
}
.courses-box ul {
  padding: 0;
}
.courses-box ul li {
  padding: 5px;
  list-style-type: none;
  font-weight: 500;
}

.contact-us-times {
  padding: 60px 0;
}
.contact-us-times a {
  text-decoration: none;
  font-size: 18px;
}
.contact-us-times ul {
  list-style-type: none;
  padding: 0;
  font-weight: 700;
}
.contact-us-times p {
  font-size: 16px;
}

.border-contact-us-form {
  background-color: #F7F8FA;
  border-radius: 30px;
  padding: 50px;
}
.border-contact-us-form iframe {
  border-radius: 10px;
}
.border-contact-us-form .form-control {
  border-radius: 10px !important;
  padding: 12px 24px;
}
.border-contact-us-form .form-control:focus {
  border: 1px solid #393085;
  box-shadow: 0 0;
}
.border-contact-us-form .phone-number {
  height: 48px;
}
.border-contact-us-form .select2-selection__rendered {
  line-height: 47px !important;
  padding: 0 0 0 20px;
}
.border-contact-us-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px !important;
}
.border-contact-us-form .form-select {
  border-radius: 10px !important;
  padding: 12px 24px;
}
.border-contact-us-form .form-select:focus {
  border-radius: 10px !important;
  padding: 12px 24px;
  border: 1px solid #393085;
  box-shadow: 0 0;
}
.border-contact-us-form .select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 10px;
}
.border-contact-us-form .select2-container--default .select2-selection--single:focus {
  border: 1px solid #393085;
}
.border-contact-us-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
}
.border-contact-us-form .contact-form {
  border-radius: 15px;
}

.ielts-boxes {
  padding: 30px 0;
}
.ielts-boxes h2 {
  font-size: 36px;
}
.ielts-boxes .box-ielts {
  padding: 15px 0px 15px 15px;
}
.ielts-boxes .ielts-box-opio {
  background-color: #FCF1F3;
  padding: 15px 15px 15px 15px;
  border-radius: 30px 30px 30px 30px;
}
.ielts-boxes .img-ielts {
  position: relative;
  bottom: -13px;
  width: 88%;
}
.ielts-boxes .ielts-boxcv {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.ielts-boxes .box-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.ielts-boxes .box-white h5 {
  font-size: 16px;
  font-weight: 700;
}
.ielts-boxes .box-white p {
  font-size: 20px;
  font-weight: 700;
}
.ielts-boxes .box-white .call {
  font-size: 22px;
  font-weight: 700;
}

.box-circle {
  background-image: url("../img/index/Union.png");
  background-size: 100% 100%;
}
.box-circle h3 {
  font-size: 20px;
}
.box-circle .fx-14 {
  font-size: 14px;
}

.contcat-us-form {
  padding-bottom: 60px;
}
.contcat-us-form .mb-30 {
  margin-bottom: 30px;
}
.contcat-us-form h2 {
  font-size: 30px;
}
.contcat-us-form .btn-red {
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px 25px 25px 25px;
  padding: 15px 20px 15px 20px;
  background-color: #D41229;
  color: #ffffff;
}
.contcat-us-form span.elementor-button-text {
  margin: 0 22.5px;
}

span.select2-dropdown.select2-dropdown--below {
  width: 245px !important;
}

.btn-first {
  background: #393085;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 10px;
  border: 1px solid #393085;
}

.fw-400 {
  font-weight: 400;
}

.btn-first:hover {
  border: 1px solid #393085;
  background-color: #fff;
  color: #393085;
}

.btn-closes:hover {
  border: 1px solid #393085;
  background-color: #fff;
  color: #393085;
}

.right-icon {
  margin-left: 5px;
  fill: #fff;
  margin-top: 3px;
}

.btn-first:hover .right-icon {
  fill: #d22c30 !important;
}

.btn-white {
  border: 1px solid #393085;
  background-color: #fff;
  padding: 15px 34px;
  color: #393085;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
}

.btn-white:hover {
  border: 1px solid #fff;
  background-color: #393085;
  padding: 15px 34px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
}

.fa-arrow-down {
  color: #393085 !important;
}

.btn-white:hover .fa-arrow-down {
  color: #fff !important;
}

.landing_page .section_first {
  padding: 30px 0;
}
.landing_page .section_first img {
  width: 90%;
}
.landing_page .section_first h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}
.landing_page .section_first p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.landing_page .section_first .box-yellow-light {
  background-color: #FFF5E5;
  padding: 30px;
  width: 246px;
  border-radius: 20px;
}
.landing_page .section_first .box-yellow-light .title {
  color: #FFA009;
  font-size: 40px;
  font-weight: 700;
}
.landing_page .section_first .box-blue-light {
  background-color: #DAEEFF;
  padding: 30px;
  width: 246px;
  border-radius: 20px;
}
.landing_page .section_first .box-blue-light .title {
  color: #1895FF;
  font-size: 40px;
  font-weight: 700;
}
.landing_page .section_first .mt-60 {
  margin-top: 60px;
}
.landing_page .section_first .ms-25 {
  margin-left: 25px;
}
.landing_page .section_first ul {
  padding: 0;
  margin: 0;
}
.landing_page .section_first ul li {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  margin: 7.5px 0;
}
.landing_page .section_first .main-content ul li {
  position: relative;
  padding-left: 30px; /* Space for the custom bullet */
  margin-bottom: 10px;
}
.landing_page .section_first .main-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  width: 20px; /* Set width of the custom bullet */
  height: 20px; /* Set height of the custom bullet */
  background-image: url("../../assets/img/index/icon.svg"); /* URL of the custom bullet image */
  background-size: cover;
  background-repeat: no-repeat;
}
.landing_page .section_first .ielts-contact-advice .contact-box-light-color {
  background-color: #FCF1F3;
}
.landing_page .section_first .image-background {
  position: relative;
  top: -60px;
  z-index: -1;
}
.landing_page .section_first .main-student {
  padding: 0px 0;
}
.landing_page .section_first .main-student h2 {
  font-size: 36px;
  font-weight: 700;
}
.landing_page .section_first .main-student .video-box {
  border-radius: 22px;
  background-color: rgba(248, 248, 248, 0.9725490196);
  padding: 15px;
}
.landing_page .section_first .main-student .video-box .shade-1 {
  border-radius: 22px;
  background-color: #BBCEB8;
}
.landing_page .section_first .main-student .video-box .shade-2 {
  border-radius: 22px;
  background-color: #AEC8CE;
}
.landing_page .section_first .main-student .video-box .shade-3 {
  border-radius: 22px;
  background-color: #9BC8C9;
}
.landing_page .section_first .main-student .video-box .shade-4 {
  border-radius: 22px;
  background-color: #D9EFF0;
}
.landing_page .section_first .main-student .video-box .content {
  margin-top: 16px;
}
.landing_page .section_first .main-student .video-box .content h4 {
  font-size: 20px;
  font-weight: 700;
}
.landing_page .section_first .main-student .video-box .ply_buttion {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing_page .section_first .main-student .video-box .ply_buttion i {
  color: #393085;
}
.landing_page .section_first .main-student .text-red {
  color: #393085;
}

.fs-14 {
  font-size: 14px;
}

.life-change {
  padding: 0 0 60px 0;
}
.life-change h1 {
  font-size: 40px;
}
.life-change .lop-0 {
  left: 0 !important;
}
.life-change h2 {
  font-size: 36px;
  font-weight: 700;
}
.life-change h2 .text-red {
  color: #393085;
}
.life-change .main-content {
  position: relative;
  left: 0;
}
.life-change p {
  font-size: 16px;
  font-weight: 500;
}
.life-change ul {
  padding: 0;
  margin: 0;
}
.life-change ul li {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  margin: 7.5px 0;
}
.life-change .main-content ul li {
  position: relative;
  padding-left: 30px; /* Space for the custom bullet */
  margin-bottom: 10px;
  font-size: 16px;
}
.life-change .main-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  width: 20px; /* Set width of the custom bullet */
  height: 20px; /* Set height of the custom bullet */
  background-image: url("../../assets/img/index/icon.svg"); /* URL of the custom bullet image */
  background-size: cover;
  background-repeat: no-repeat;
}
.life-change .band {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  color: #000;
  width: 270px;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  left: 10%;
  border: 1px solid #393085;
  box-shadow: 0px 9px 75px 0px rgba(0, 0, 0, 0.1215686275);
}
.life-change .band h3 {
  font-size: 20px;
  font-weight: 700;
}
.life-change .band .box-band {
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  margin: 12px 0;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #393085;
  font-weight: 700;
  border: 1px solid #393085;
}
.life-change .band .box-band .right-icon {
  margin-left: 12px;
  fill: #393085;
}
.life-change .band .scale-105 {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
  background-color: #393085;
  color: #fff;
}
.life-change .band .scale-105 .right-icon {
  margin-left: 12px;
  fill: #fff;
}

.w-iopui {
  width: 43%;
}

.main-content ul li {
  position: relative;
  padding-left: 30px; /* Space for the custom bullet */
}
.main-content ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 13px;
  transform: translateY(-50%);
  width: 20px; /* Set width of the custom bullet */
  height: 20px; /* Set height of the custom bullet */
  background-image: url("../../assets/img/index/icon.svg"); /* URL of the custom bullet image */
  background-size: cover;
  background-repeat: no-repeat;
}

.find-with {
  padding: 30px 0 249px 0;
  background: url("../img/index/bottom-bar.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.find-with h2 {
  font-weight: 700;
  font-size: 36px;
}
.find-with h2 .text-red {
  color: #393085;
  font-weight: 700;
}
.find-with .red-light {
  background-color: #FCF1F3;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
}
.find-with .red-light .text {
  margin-top: 30px;
}
.find-with .red-light .text p {
  margin-top: 15px;
}
.find-with .red-light .text span {
  font-size: 18px;
  font-weight: 700;
}
.find-with .red-light .text a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: #393085;
}
.find-with .mb-60 {
  margin-bottom: 40px;
}
.find-with .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  background-color: #ffffff;
}
.find-with i {
  color: #393085;
}
.find-with .image-background {
  position: relative;
  top: -130px;
}

.lichange-io {
  width: 100% !important;
  height: auto !important;
}

.student-archived {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.student-archived h2 {
  font-size: 36px;
  font-weight: 700;
}
.student-archived .text-red {
  color: #393085;
}
.student-archived .box:hover {
  border: 1px solid #393085;
}
.student-archived .box {
  padding: 35px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
}
.student-archived .box .icon {
  width: 80px;
  height: 80px;
  background-color: #FCF1F3;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
}
.student-archived .text {
  font-size: 20px;
  font-weight: 700;
}
.student-archived .text a {
  color: #393085;
  text-decoration: none;
  font-size: 16px;
}

.ielts-super-tutour h3 {
  font-size: 20px;
  font-weight: 700;
}

.reality-dreams {
  padding-bottom: 60px;
}
.reality-dreams .boxes-eduio {
  margin-top: 60px;
  position: relative;
}
.reality-dreams .boxes-eduio .icon {
  border: 1px solid #D8D8D8;
  width: 100px;
  height: 100px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  position: absolute;
  top: -40px;
  background-color: #fff;
  left: 38%;
}
.reality-dreams .boxes-eduio .icon img {
  width: 50px;
}
.reality-dreams .boxes-eduio .text h3 {
  font-size: 24px;
  font-weight: 700;
}
.reality-dreams .boxes-eduio .box {
  position: relative;
  border-radius: 20px;
  background-image: url(../img/index/boxborderimages.png);
  padding: 40px 30px;
  background-repeat: no-repeat, repeat;
  /* background: 100% 100%; */
  /* width: 440px; */
  height: 370px;
  background-size: 100% 100%;
}

.abroad-guide {
  padding-bottom: 60px;
}
.abroad-guide h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 55px;
}
.abroad-guide h2 .text-red {
  color: #393085;
}
.abroad-guide .custom-box {
  position: relative;
  background-color: #FCF1F3;
  /* Light pink background similar to your image */
  border-radius: 20px;
  padding-bottom: 40px !important;
}
.abroad-guide .custom-box {
  position: relative;
  background-color: #fdeef1;
  /* Light pink background */
  border-radius: 20px;
  padding-top: 70px;
  /* Adjust shadow */
}
.abroad-guide .circle-half {
  border-radius: 50%;
  width: 140px;
  background-color: #fdeef1;
  height: 140px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.abroad-guide .circle-op {
  background-color: #000;
}
.abroad-guide .circle {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 13px 64px 0px #FFD1DA;
  border: 10px solid #fdeef1;
}
.abroad-guide .circle-img {
  width: 130%;
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -21px;
}
.abroad-guide h3 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
}
.abroad-guide p {
  color: #777;
  font-weight: 500;
}
.abroad-guide .download-btn {
  background-color: #d10045;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
}
.abroad-guide .download-btn:hover {
  background-color: #b0003a;
}

/* Custom styles for the section */
.coaching-section {
  padding: 3rem 0;
  position: relative;
}

.coaching-section h1 {
  font-weight: bold;
  color: #D11243; /* Red color for 'IELTS' */
}

.coaching-section h2 {
  font-weight: bold;
  font-size: 2rem;
}

.coaching-section .btn-red {
  background-color: #D11243;
  border: none;
  padding: 0.75rem 1.5rem;
  color: white;
  font-size: 1rem;
  margin-right: 1rem;
}

.coaching-section .btn-outline-red {
  border-color: #D11243;
  color: #D11243;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.coaching-section .checklist {
  margin-bottom: 1.5rem;
}

.coaching-section .checklist li {
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.coaching-section .checklist li::before {
  content: "✓"; /* Checkmark symbol */
  color: #2AA747;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

/* Right column image */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("./img/index/ielts-main.png");
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}

/* Card overlay */
.overlay-card {
  position: absolute;
  top: 10%;
  left: 60%;
  background-color: #D11243;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  transform: rotate(-5deg); /* Tilt effect */
  max-width: 20rem;
}

.overlay-card button {
  background-color: white;
  color: #D11243;
  border: none;
  display: block;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

.ielts-trainer {
  padding: 30px 0;
}
.ielts-trainer .span-user-icon {
  display: flex;
  align-items: center;
}
.ielts-trainer h2 {
  font-size: 36px;
  font-weight: 700;
}
.ielts-trainer h2 .text-red {
  color: #393085;
}
.ielts-trainer .custom-box {
  position: relative;
  background-color: #F8F8F8;
  /* Light pink background similar to your image */
  border-radius: 20px;
  box-shadow: 0px 4px 20px #F8F8F8;
}
.ielts-trainer .custom-box {
  position: relative;
  /* Light pink background */
  border-radius: 20px;
  padding-top: 70px;
}
.ielts-trainer .circle {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #f8f8f8;
  border-radius: 50%;
  box-shadow: 0px 4px 0px 17px #F8F8F8;
}
.ielts-trainer .circle .red-button {
  position: relative;
  border: 1px solid #393085;
  padding: 5px;
  background-color: #fff;
  color: #393085;
  font-size: 12px;
  text-decoration: none;
  border-radius: 40px;
  bottom: 10px;
}
.ielts-trainer .circle-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.ielts-trainer h3 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
}
.ielts-trainer p {
  color: #777;
  font-weight: 500;
}
.ielts-trainer .download-btn {
  background-color: #d10045;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
}
.ielts-trainer .download-btn:hover {
  background-color: #b0003a;
}
.ielts-trainer .border-iel-onp {
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
.ielts-trainer a {
  position: relative;
  bottom: -50px;
}

.find-with .fa-arrow-right {
  font-size: 16px;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 44.22%, rgba(255, 255, 255, 0.7) 67.88%, rgba(255, 255, 255, 0) 100%);
  z-index: 100; /* Ensures the gradient is on top */
  pointer-events: none; /* Prevents interference with user interactions */
}

.ielts-price {
  padding: 60px 0 60px 0;
}
.ielts-price .text-red {
  color: #393085;
}
.ielts-price .box-2:hover {
  box-shadow: 0px 14px 50px 6px rgba(255, 195, 45, 0.22) !important;
}
.ielts-price .box-2:hover .btn-white-round {
  background-color: #393085;
  color: #fff;
}
.ielts-price .box-2 {
  background: linear-gradient(168deg, rgba(255, 199, 52, 0.6901960784) 0%, rgba(255, 169, 1, 0.7490196078) 100%);
  padding: 10px;
  border-radius: 25px;
}
.ielts-price .box-2 h5 {
  font-weight: 700;
  font-size: 18px;
}
.ielts-price .box-2 .btn-white-round {
  width: 200px;
  height: 50px;
  border: 1px solid #393085;
  color: #393085;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 0px rgba(207, 18, 50, 0.231372549);
  background-color: #fff;
  margin-top: 23px !important;
}
.ielts-price .box-2 .box-whites {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  padding: 25px 0;
}
.ielts-price .box-2 .box-whites ul {
  padding: 0;
}
.ielts-price .box-2 .box-whites ul li {
  list-style-type: none;
  padding: 12px 0;
  border-bottom: 1px solid #d7d9e0;
}
.ielts-price .box {
  padding: 10px;
  background-color: #F8F8F8;
  border-radius: 25px;
}
.ielts-price .box .content {
  margin: 34px 14px;
}
.ielts-price .box p {
  color: #393085;
  font-size: 14px;
}
.ielts-price .box h5 {
  font-weight: 700;
}
.ielts-price .box .white-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 18px;
  margin-top: 50px;
}
.ielts-price .box .white-box ul {
  padding: 0;
}
.ielts-price .box .white-box ul li {
  list-style: none;
  padding: 12px 0px 12px 40px;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}
.ielts-price .box .white-box li::before {
  top: 23px;
}
.ielts-price .box-1 {
  background-color: #F8F8F8;
  padding: 10px;
  border-radius: 25px;
  border: 2px solid #d8d8d8;
}
.ielts-price .box-1 h5 {
  font-weight: 700;
  font-size: 18px;
}
.ielts-price .box-1 .btn-white-round {
  width: 200px;
  height: 50px;
  border: 1px solid #393085;
  color: #393085;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 0px rgba(207, 18, 50, 0.231372549);
  background-color: #fff;
  margin-top: 23px !important;
}
.ielts-price .box-1 .box-1.btn-white-round:hover {
  background-color: #393085;
  color: #fff;
}
.ielts-price .box-1 .box-whites {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  padding: 25px 0px !important;
}
.ielts-price .box-1 .box-whites ul {
  padding: 0;
}
.ielts-price .box-1 .box-whites ul li {
  list-style-type: none;
  padding: 12px 0;
  border-bottom: 1px solid #d7d9e0;
}
.ielts-price .box-1:hover {
  box-shadow: 0 0 50px 0 rgba(207, 18, 50, 0.1019607843) !important;
  border: 2px solid #393085;
}
.ielts-price .box-1:hover .btn-white-round {
  background-color: #393085;
  color: #fff;
}

.abroad-links {
  padding: 80px 0;
}
.abroad-links .bg-light-abroad {
  background-color: #F8F8F8;
  border-radius: 30px;
}
.abroad-links h3 {
  font-size: 38px;
  font-weight: 700;
}
.abroad-links h3 .text-red {
  color: #393085;
}
.abroad-links p {
  margin-bottom: 50px;
}
.abroad-links .read-more {
  position: absolute;
  bottom: -30px;
}

.ielts-rtio {
  padding: 50px;
  background: #393085;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
.ielts-rtio p {
  font-size: 18px;
  font-weight: 600;
}
.ielts-rtio .btn-session {
  background-color: #fff;
  color: #393085;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 15px;
}
.ielts-rtio .images {
  position: relative;
  transform: rotate(25deg);
}
.ielts-rtio .images .img-rty {
  width: 80%;
  bottom: -275px;
  position: absolute;
  right: -61px;
}
.ielts-rtio .images .img-rty {
  width: 80%;
  bottom: -275px;
  position: absolute;
  right: 0px;
}

.blogs {
  padding: 50px 0;
  background-color: #F8F8F8;
}
.blogs .text-red {
  color: #393085;
}
.blogs .owl-nav {
  margin-top: 60px !important;
}
.blogs .content {
  padding: 25px;
}
.blogs .owl-prev span {
  background: #fff;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
}
.blogs .owl-prev span i {
  font-size: 21px;
}
.blogs .owl-theme .owl-nav [class*=owl-]:hover {
  background: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
}
.blogs .owl-next span {
  background: #fff;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
}
.blogs .owl-next span i {
  font-size: 21px;
}

.free-sessions {
  padding: 60px 0;
}
.free-sessions h3 {
  font-size: 36px;
  font-weight: 700;
}
.free-sessions .text-red {
  color: #393085;
}
.free-sessions ul {
  padding: 0;
}
.free-sessions ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 10px 30px;
}
.free-sessions ul li::before {
  top: 23px;
  left: 0px;
}

.student-band-review {
  padding: 0px 0 60px 0;
}
.student-band-review h2 {
  font-size: 36px;
  font-weight: 700;
}
.student-band-review h2 .text-red {
  color: #393085;
}
.student-band-review .color-box {
  padding: 25px;
  border-radius: 25px;
}
.student-band-review .color-blue {
  background-color: #DAEEFF;
}
.student-band-review .color-creame {
  background-color: #FFF5E5;
}
.student-band-review .color-pink {
  background-color: #FFEAF2;
}
.student-band-review .white-box {
  background-color: #fff !important;
  border-radius: 15px;
  padding: 19px;
}
.student-band-review .owl-prev span {
  background: #F8F8F8 !important;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
}
.student-band-review .owl-nav {
  margin-top: 60px !important;
}
.student-band-review .owl-theme .owl-nav [class*=owl-]:hover {
  background: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
}
.student-band-review .owl-prev span {
  background: #F8F8F8 !important;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
}
.student-band-review .owl-prev span i {
  font-size: 21px;
}
.student-band-review .owl-next span {
  background: #F8F8F8 !important;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
}
.student-band-review .owl-next span i {
  font-size: 21px;
}

.blog-box {
  border-radius: 20px;
  border: 1px solid rgba(216, 216, 216, 0.8980392157);
  background: #fff;
}
.blog-box .content {
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 20px;
}
.blog-box .content h5 {
  font-size: 18px;
  font-weight: 600;
}
.blog-box .content p {
  font-size: 14px;
  font-weight: 500;
  color: #2D2829;
}

.abroad-prep {
  padding: 30px 0;
  padding-top: 60px;
}
.abroad-prep .bg-light-abroad {
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 1px solid #E3E3E3;
}
.abroad-prep .text-red {
  color: #393085;
  font-weight: 700;
}
.abroad-prep .btn-white {
  border: 1px solid #393085;
  background-color: #fff;
  padding: 15px 34px;
  color: #393085;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
}
.abroad-prep .btn-white:hover {
  border: 1px solid #fff;
  background-color: #393085;
  padding: 15px 34px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
}
.abroad-prep .read-more {
  position: relative;
  bottom: -30px;
}

.faq-section {
  padding: 0px 0;
}
.faq-section ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 0 20px;
  margin: 0;
  list-style: none;
}
.faq-section ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #F8F8F8;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #393085;
  border-radius: 20px;
  cursor: pointer;
}
.faq-section ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
.faq-section ul.accordion-list li h3 {
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.faq-section ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.faq-section ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.foreign-prep-bottom {
  margin: 30px;
  margin-bottom: 60px;
}
.foreign-prep-bottom .box {
  padding: 60px 0;
  border-radius: 40px;
  background-image: url("../img/index/mask-group2.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
.foreign-prep-bottom .box h2 {
  color: #fff;
  margin-bottom: 18px;
}
.foreign-prep-bottom .box p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

footer {
  background-color: #FFF4F6;
  color: #2D2829;
  font-weight: 500;
}
footer .logo {
  margin-bottom: 20px;
}
footer .logo img {
  height: 35px;
}
footer h5 {
  font-weight: 700;
}
footer a {
  color: #2D2829;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
footer a:hover {
  color: #2D2829;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
  line-height: 33px;
  color: #2D2829;
  font-weight: 500;
}
footer hr {
  margin: 0;
}
footer .disclimer p {
  margin: 0;
  font-size: 12px;
}
footer .footer-bottom {
  padding: 20px 0;
}
footer .footer-bottom p {
  margin-bottom: 0;
}
footer .social {
  margin-top: 18px;
}
footer .social ul {
  display: inline-flex;
}
footer .social .social-box {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  margin-right: 12px;
}
footer .social .social-box .fa-facebook {
  color: #1877F2;
  font-size: 20px;
}
footer .disclimer {
  padding: 25px 0;
  font-size: 12px;
}
footer .footer-bottom {
  font-size: 14px;
}
footer .footer-bottom .text-red {
  color: #393085;
}

.border-green {
  position: absolute;
  border: 1px solid #1f9d51;
  border-radius: 20px;
  overflow: hidden;
  right: 0;
}

.border-red {
  border: 1px solid #b0003a;
}

.book-ielts {
  background-color: #393085;
  padding: 15px;
  border-radius: 30px;
}

.ielts-main-img img {
  position: absolute;
  right: 0;
  width: 80%;
}

.scale-105 {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.band {
  background: #393085;
  padding: 15px;
  border-radius: 15px;
  color: #fff;
  width: 270px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 10%;
}
.band h3 {
  font-size: 25px;
  font-weight: 700;
}
.band .box-band {
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  margin: 12px 0;
  background: rgba(255, 255, 255, 0.3294117647);
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #fff;
}

.online-class {
  padding: 30px 0;
}
.online-class .color-light {
  background-color: #FCF1F3;
  border-radius: 20px;
  padding: 30px;
}
.online-class .nav-link {
  padding: 20px;
}
.online-class .box-whites {
  background-color: #FCF1F3;
  padding: 50px;
  border-radius: 20px;
}
.online-class .scrollable-wrapper {
  overflow-x: auto; /* Enables horizontal scrolling */
  white-space: normal; /* Ensures elements stay in a single row */
  border-radius: 20px;
}
.online-class .scrollable-wrapper .box-whites img {
  width: 110px !important;
}
.online-class .scrollable-row {
  display: flex;
  flex-wrap: nowrap; /* Prevents flex items from wrapping to the next line */
  border-radius: 20px;
}
.online-class .box-whites {
  flex: 0 0 33.33%; /* Each column takes up 33.33% of the available width */
  margin-right: 20px; /* Adds some spacing between columns */
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d8d8d8;
  height: 100%;
}
.online-class .box-whites img {
  max-width: 100%;
  height: auto;
}
.online-class #style-3::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 380px 0 380px;
}
.online-class #style-3::-webkit-scrollbar {
  width: 600px;
  background-color: #fcf1f3;
}
.online-class #style-3::-webkit-scrollbar-thumb {
  background-color: #393085;
  border-radius: 20px;
}
.online-class button {
  font-size: 20px;
}
.online-class button:hover {
  color: #000;
}

.ielts-formate {
  padding: 30px 0;
}
.ielts-formate .box-ielts-1 {
  background-color: #DAEEFF;
  transform: rotate(-3deg);
  border: 1.5px solid #0088FB !important;
}
.ielts-formate .box-ielts-2 {
  background-color: #FFF5E5;
  transform: rotate(-2deg);
  border: 1.5px solid #FFA91F !important;
  position: relative;
  bottom: 50px;
}
.ielts-formate .box-ielts-3 {
  background-color: #EAFBE8;
  transform: rotate(2deg);
  border: 1.5px solid #60AD57 !important;
  position: relative;
  bottom: 50px;
}
.ielts-formate .box-ielts-4 {
  background-color: #FFEAF2;
  transform: rotate(3deg);
  border: 1.5px solid #FF2276 !important;
}
.ielts-formate .box {
  border-radius: 30px;
  padding: 30px;
  height: 100%;
}
.ielts-formate .box .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}
.ielts-formate .box .icon img {
  width: 60px;
  height: 60px;
}
.ielts-formate .box h3 {
  font-size: 20px !important;
  font-weight: 700;
}
.ielts-formate .box p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
}

.nav-tabs {
  border-bottom: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.discount {
  position: absolute;
  right: 90px;
  top: -6px;
}
.discount img {
  width: 87px;
}
.discount .off {
  position: absolute;
  top: 4px;
  right: 20px;
  color: #fff;
  font-size: 13px;
}

.nav-link {
  border: none;
  color: #7a7a7a;
  font-weight: bold;
  text-align: center;
}

.nav-link.active {
  color: #E21B3C !important;
  border-bottom: 2px solid #E21B3C;
}

.tab-pane {
  text-align: center;
  padding: 20px;
}

.icon-box {
  border-radius: 15px;
  padding: 30px;
  margin: 20px 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 5px solid #393085;
  padding: 20px;
}

.icon-box img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.icon-box h4 {
  font-weight: bold;
  font-size: 18px;
}

.ielts-niop {
  margin: 135px 0 100px 0;
}

.rank .owl-prev span {
  background: #fff;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
}
.rank .owl-nav {
  margin-top: 60px !important;
}
.rank .owl-theme .owl-nav [class*=owl-]:hover {
  background: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
}
.rank .owl-prev span {
  background: #fff;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
}
.rank .owl-prev span i {
  font-size: 21px;
}

.main-blog {
  padding: 30px 0 30px 0;
  background-color: #F8F8F8;
}
.main-blog .news-blogs {
  padding: 130px 0;
}
.main-blog h1 {
  font-size: 46px;
  font-weight: 600;
}

.news-blogs {
  padding: 30px 0;
  position: relative;
}
.news-blogs .active {
  background-color: #393085 !important;
  color: #fff !important;
}
.news-blogs .search {
  padding: 15px 50px;
}
.news-blogs .fa-magnifying-glass {
  position: absolute;
  top: 50px;
  left: 35px;
}
.news-blogs .box-category {
  padding: 15px 22px;
  background-color: #DBDBDB;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  margin: 5px;
}
.news-blogs .box-category:hover {
  background-color: #393085;
  color: #fff;
}

.trending-blogs {
  padding: 30px 0px;
}
.trending-blogs h2 {
  font-size: 36px;
  font-weight: 700;
}
.trending-blogs h2 .text-red {
  color: #393085;
}
.trending-blogs .box {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(216, 216, 216, 0.8980392157);
}
.trending-blogs .box h4 {
  font-size: 18px;
  font-weight: 600;
}
.trending-blogs .box .content span {
  font-size: 14px;
  color: #2D2829;
}

.recent-blogs {
  padding: 30px 0;
}
.recent-blogs .box {
  border-radius: 20px;
  border: 1px solid rgba(216, 216, 216, 0.8980392157);
}
.recent-blogs a {
  color: #000 !important;
  text-decoration: none !important;
}
.recent-blogs .content {
  padding: 25px;
}
.recent-blogs .content h5 {
  font-size: 18px;
  font-weight: 600;
}
.recent-blogs .content span {
  color: #2D2829;
  font-size: 14px;
  font-weight: 500;
}
.recent-blogs .pagination {
  justify-content: center;
}
.recent-blogs .pagination li a {
  border-radius: 8px;
  padding: 5px 15px;
  border: 1px solid #d3d3d3;
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}
.recent-blogs .pagination .active a {
  background-color: #393085;
  color: #fff !important;
  border-color: #393085;
}
.recent-blogs .pagination li a:hover {
  background-color: #f0f0f0;
}
.recent-blogs .pagination li.disabled a {
  pointer-events: none;
  color: #bbb;
}

.pt-100 {
  padding-top: 100px;
}

.blog_content {
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 0px 6px 74px 0px rgba(0, 0, 0, 0.0784313725);
}
.blog_content a {
  color: #2D2829;
  text-decoration: none;
}
.blog_content .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.blog_content .breadcrumbs {
  font-size: 12px;
}

.single_blog h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.single_blog ul {
  list-style-type: disc;
  margin-bottom: 20px;
}
.single_blog ul li {
  padding: 5px 0;
}
.single_blog .blog_content .entry-meta {
  display: inline-block;
  margin-top: 0px;
  padding: 0;
  margin-bottom: 20px;
}
.single_blog .blog_content .entry-meta li {
  list-style: none;
}
.single_blog .blog_content h2 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 28px;
}
.single_blog .blog_content h3 {
  margin-top: 36px;
  margin-bottom: 18px;
  font-size: 24px;
}
.single_blog p {
  font-size: 16px;
  font-weight: 500;
}
.single_blog h3 {
  font-size: 32px;
  font-weight: 700;
}
.single_blog hr {
  margin: 40px 0;
  background-color: #D8D8D8;
}
.single_blog .owl-nav {
  position: absolute;
  top: -58%;
  right: 0;
}
.single_blog button.owl-prev {
  width: 32px;
  height: 32px;
  background-color: #F8F8F8 !important;
  border-radius: 50px !important;
}
.single_blog .bg-light {
  background-color: #F8F8F8;
}
.single_blog button.owl-next {
  width: 32px;
  height: 32px;
  background-color: #F8F8F8 !important;
  border-radius: 50px !important;
}
.single_blog .owl-theme .owl-nav [class*=owl-]:hover {
  color: #000;
}
.single_blog .bg-white-box {
  padding: 14px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0px 6px 74px 0px rgba(0, 0, 0, 0.0784313725);
}
.single_blog .bg-white-box .most-trusted {
  margin-bottom: 14px;
}
.single_blog .bg-white-box .box-blog-side {
  background-color: #F3F6F9;
  border-radius: 14px;
  padding: 12px 16px;
  height: 100%;
}
.single_blog .bg-white-box .box-blog-side .text-red-oraange {
  color: #F3601E;
}
.single_blog .bg-white-box .box-blog-side .text-red-C1E60 {
  color: #fc1e60;
}
.single_blog .bg-white-box .box-blog-side .text-red-1ba79e {
  color: #1ba79e;
}
.single_blog .bg-white-box .box-blog-side .text-red-ab45fb {
  color: #ab45fb;
}

.blog-single-page {
  margin: 10px 0 60px 0;
}

.box-red-blog {
  background-color: #393085;
  padding: 25px;
  border-radius: 15px;
}
.box-red-blog h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
.box-red-blog .box-band {
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  margin: 12px 0;
  background: rgba(255, 255, 255, 0.3294117647);
  padding: 14px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #fff;
}
.box-red-blog ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  margin: 7.5px 0;
}
.box-red-blog .right-icon {
  margin-left: 12px;
  fill: #fff;
}

.box-ligh {
  padding: 10px 10px 10px;
  background-color: #F8F8F8;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  border-left: 8px solid #393085;
  height: 110px;
  position: relative;
}
.box-ligh h5 {
  font-size: 16px;
  font-weight: 600;
}
.box-ligh a {
  color: #393085;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
}

.courses-box {
  background-color: #F7F8FA;
  padding: 25px;
  border-radius: 30px;
}

.btn-course {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
  background-image: linear-gradient(90deg, #D41229 0%, #FF455B 100%);
  border-radius: 60px 60px 60px 60px;
  color: #fff;
  padding: 10px 30px;
}

.btn-course:hover {
  color: #fff;
}

.courses-box {
  padding: 25px;
}
.courses-box .logo {
  margin: 0px 0px 20px 0px;
  padding: 6px 5px 10px 5px;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
}
.courses-box .image {
  background-color: #D41229;
  background-image: url("../img/course/Group-42972.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 50px 0px 50px;
  border-radius: 30px 30px 30px 30px;
}
.courses-box h2 {
  font-size: 28px;
  color: #fff;
}
.courses-box .learning-classes {
  padding: 20px 20px 20px 7px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: "paulgrotesk", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.black-font {
  color: #000 !important;
}

.rating-rate {
  font-size: 24px;
  font-weight: 700;
}

.pte-training {
  padding: 60px 0;
}
.pte-training .text-red {
  color: #393085;
}

/************************************** Media query for X-Small	 devices *******************************************/
/************************** Media query for Small devices **************************************************/
@media (min-width: 577px) and (max-width: 768px) {
  .about-us-title {
    font-size: 30px !important;
  }
  .about-us-section {
    height: 40vh;
  }
  .logo-heder {
    width: 107px;
    height: 32px;
  }
  .h-user-icon {
    border-radius: 10px;
    padding: 6px 8px;
    background: rgba(6, 106, 201, 0.1);
  }
  .about-mission-section .image {
    padding: 0;
  }
  .about-us-container {
    padding: 0 !important;
  }
  h2 {
    font-size: 25px;
    font-weight: 700;
  }
  .choose-ctegory {
    padding: 50px 0;
  }
  .choose-ctegory .mt-50 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .courses-review-box {
    padding: 50px 0;
  }
  .courses-box h2 {
    margin: 20px 0 0 0;
  }
}
/************************* Media query for Medium devices ***************************************************/
@media (min-width: 769px) and (max-width: 992px) {
  .logo-heder {
    width: 107px;
    height: 32px;
  }
  .h-user-icon {
    border-radius: 10px;
    padding: 6px 8px;
    background: rgba(6, 106, 201, 0.1);
  }
  .about-mission-section .image {
    padding: 0;
  }
  .about-us-container {
    padding: 10px !important;
  }
  .courses-box h2 {
    font-size: 20px;
  }
  .courses-box .learning-classes {
    padding: 7px 20px;
  }
  .courses-box .image {
    padding: 0 30px 30px 30px;
  }
  .courses-review-box {
    padding: 50px 0;
  }
  .pte-training {
    padding: 50px 0;
  }
  h2 {
    font-size: 32px;
    font-weight: 700;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
}
/*************************** Media query for Large devices *************************************************/
@media (min-width: 993px) and (max-width: 1200px) {
  .logo-heder {
    width: 107px;
    height: 32px;
  }
  .h-user-icon {
    border-radius: 10px;
    padding: 6px 8px;
    background: rgba(6, 106, 201, 0.1);
  }
}
/* ********************************Media query for Extra large devices ************************************/
@media (min-width: 1201px) and (max-width: 1400px) {
  .ielts-boxes h2 {
    font-size: 28px;
  }
  .contact-advice .red-box-contact .free_ielts h2 {
    margin-top: 0 !important;
  }
  .contact-advice .red-box-contact .free_ielts p {
    font-size: 14px !important;
  }
  .contact-advice .red-box-contact .free_ielts p {
    margin-bottom: 23px !important;
  }
}
.box-heighlight {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}

.price-log .item {
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}
.price-log .item {
  transform: rotateY(12deg); /* Rotate for a simple 3D effect */
}

.stickys {
  background-color: transparent !important;
  position: fixed;
  width: 100%;
  animation: slideDown 0.35s ease-out;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  transform: translateY(0%);
  z-index: 1000;
}

.sticky {
  position: fixed;
  display: block !important;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.0588235294);
  animation: slideDown 0.35s ease-out;
  z-index: 100;
  -webkit-backdrop-filter: blur(32.5405387878px);
          backdrop-filter: blur(32.5405387878px);
  animation: slideDown 0.35s ease-out;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  transform: translateY(0%);
  padding: 10px 0;
}
.sticky a {
  text-decoration: none;
}
.sticky .header-nav-bar {
  margin-top: 0;
  background-color: transparent;
  padding: 0px;
  border-radius: 20px;
  position: relative;
  top: 0;
  margin: 0 0;
  z-index: 100;
  box-shadow: 0px 0px;
}
.sticky .header-nav-bar ul {
  font-weight: 700;
}
.sticky .header-nav-bar ul li a:hover {
  color: #393085;
}
.sticky .header-nav-bar .btn-signup {
  display: inline-flex;
  align-items: center;
  background-color: #393085;
  /* Red color */
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  /* Rounded corners */
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  border: 1px solid #393085;
  margin: 0;
}
.sticky .header-nav-bar .btn-signup .icon {
  width: 20px;
  /* Adjust size as needed */
  height: 20px;
  margin-right: 10px;
  /* Space between icon and text */
}
.sticky .header-nav-bar .btn-signup:hover {
  background-color: #fff;
  color: #393085;
  border: 1px solid #393085;
}
.sticky .header-nav-bar .border-line {
  border: 1px solid #ffffff;
}
.sticky .header-nav-bar ul {
  list-style: none;
  display: flex;
  color: #000000;
}
.sticky .header-nav-bar ul li {
  margin: 15px;
}
.sticky .header-nav-bar ul a {
  color: #000000;
}

.book-session-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  text-align: right;
}

.book-session-btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.book-session-btn::before {
  background-color: #fff;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.book-session-btn::before, .book-session-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.book-session-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  text-align: right;
}

.book-session-btn:hover span {
  transform: translate3d(-200%, 0, 0);
}

.book-session-btn span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.book-session-btn:hover::after {
  transform: translate3d(0, 0, 0);
}

.book-session-btn::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #501c1c !important;
}

.book-session-btn::before, .book-session-btn::after {
  position: absolute;
  width: 100%;
  left: 0;
  color: #fff !important;
}

.book-session-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  text-align: right;
}

.sticky_1 {
  position: fixed;
  top: 15%;
  width: 27.3%; /* Make sure it keeps the width */
  z-index: 1000; /* Ensures it stays on top */
}

.sticky-social {
  position: fixed;
  top: 15%;
  left: 0;
  padding: 0px;
  margin: 0px;
}

.sticky-social ul {
  list-style-type: none;
}

.fa-brands {
  color: #000;
}

.social {
  list-style: none;
}

.social li {
  transition: all 0.8s ease-in-out;
}

.fa-solid {
  color: #000;
}

.text-\[\#5d82d1\] {
  --tw-text-opacity: 1;
  color: rgb(93 130 209/var(--tw-text-opacity));
}

.text-\[\#c22b72\] {
  --tw-text-opacity: 1;
  color: rgb(194 43 114/var(--tw-text-opacity));
}

.text-\[\#238cc8\] {
  --tw-text-opacity: 1;
  color: rgb(35 140 200/var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}

.sticky_share_btn {
  position: fixed;
  right: 30px;
  bottom: 83px;
  z-index: 1000;
}

.counsult-button {
  padding: 13px;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
}

.share-toggle,
.fixed_share ul.listing > li {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(215, 215, 215, 0.7215686275);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

ul.listing {
  list-style: none;
  display: none;
}

.fixed_share ul.listing > li {
  margin-bottom: 10px;
}

.fixed_share ul.listing > li > a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.listing {
  padding: 0;
}

.share-toggle:hover,
.fixed_share ul.listing > li:hover {
  transform: scale(1.1) rotate(360deg);
}

.fixed_share .facebook,
.fixed_share .facebook > a {
  color: #4267B2;
}

.fixed_share .twitter,
.fixed_share .twitter > a {
  color: #00acee;
}

.fixed_share .pinterest,
.fixed_share .pinterest > a {
  color: #E60023;
}

.fixed_share .linkedin,
.fixed_share .linkedin > a {
  color: #0e76a8;
}

.fixed_share .whatsapp,
.fixed_share .whatsapp > a {
  color: #25D366;
}

.fa-star {
  color: #F2B600 !important;
}

.result_card_main {
  align-items: flex-start;
  background: #fffbf9;
  border-radius: 0.625rem;
  box-shadow: 0 4px 10px 0 rgba(41, 41, 41, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  justify-content: flex-start;
  padding: 10px;
  width: 100%;
  border: 3px solid #f4f4f4;
}

.results-band .box-category {
  padding: 5px 30px;
  background-color: #DBDBDB;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  margin: 5px;
}
.results-band .active {
  background-color: #393085 !important;
  color: #fff !important;
}

.image_container {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.cover {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.result_card_heading h3 {
  color: var(--Black);
  font-family: var(--PrimaryFont);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
}

.result_card_subheading p {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
}

.results-bands {
  padding: 60px 0;
}

@media (min-width: 568px) and (max-width: 1024px) {
  .header-section-1 {
    background-color: #393085;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding-top: 15px;
    line-height: 19px;
    height: 90px;
  }
  .header-section-1 .view-offer {
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 15px;
  }
  header .header-nav-bar {
    margin-top: 16px;
    background-color: #ffffff;
    padding: 11px 0 12px 5px;
    border-radius: 20px;
    position: relative;
    top: 0;
    margin: 5px 0;
    z-index: 100;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.0588235294);
  }
  header header .header-nav-bar ul li {
    margin: 6px;
  }
  header .header-nav-bar {
    margin: 5px 0;
    padding: 11px 0 12px 5px;
  }
  header .header-nav-bar ul {
    padding: 0;
  }
  header .header-nav-bar ul a {
    font-size: 12px;
  }
  header .header-nav-bar ul li {
    margin: 6px;
  }
  header .header-nav-bar .btn-signup {
    padding: 8px 17px;
    margin: 0 0px 0 0;
  }
  header span {
    font-weight: 700;
    font-size: 12px;
  }
  .main-page-header .header-nav-bar {
    margin-top: 16px;
    background-color: #ffffff;
    padding: 11px 0 12px 5px;
    border-radius: 20px;
    position: relative;
    top: 0;
    margin: 5px 0;
    z-index: 100;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.0588235294);
  }
  .main-page-header header .header-nav-bar ul li {
    margin: 6px;
  }
  .main-page-header .header-nav-bar {
    margin: 5px 0;
    padding: 11px 0 12px 5px;
  }
  .main-page-header .header-nav-bar ul {
    padding: 0;
  }
  .main-page-header .header-nav-bar ul a {
    font-size: 12px;
  }
  .main-page-header .header-nav-bar ul li {
    margin: 6px;
  }
  .main-page-header .header-nav-bar .btn-signup {
    padding: 8px 17px;
    margin: 0 0px 0 0;
  }
  .main-page-header header span {
    font-weight: 700;
    font-size: 12px;
  }
  .sticky .header-nav-bar {
    background-color: transparent;
    box-shadow: 0 0;
    padding: 0;
  }
  .landing_page .section_first h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .section_first {
    margin-top: 30px;
  }
  .section_first p {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }
  .section_first ul {
    padding: 0;
    margin: 0;
  }
  .section_first ul li {
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    margin: 7.5px 0;
  }
  .section_first .main-content ul li {
    position: relative;
    padding-left: 30px; /* Space for the custom bullet */
    margin-bottom: 10px;
  }
  .section_first .main-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    transform: translateY(-50%);
    width: 20px; /* Set width of the custom bullet */
    height: 20px; /* Set height of the custom bullet */
    background-image: url("../../assets/img/index/icon.svg"); /* URL of the custom bullet image */
    background-size: cover;
    background-repeat: no-repeat;
  }
  .btn-first {
    padding: 8px 17px;
  }
  .landing_page .contact-advice .red-box-contact .free_ielts {
    margin-left: 20px;
  }
  .red-box-contact .free_ielts h2 {
    font-size: 25px !important;
  }
  .red-box-contact .free_ielts p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    width: 50% !important;
  }
  .landing_page .contact-advice .red-box-contact .free_ielts .btn-white {
    padding: 8px 17px;
  }
  .landing_page .contact-advice .red-box-contact {
    background: url(../img/index/girls-section-tablet.webp), #DA0017;
    background-color: #393085;
    padding: 15px;
    border-radius: 30px;
    background-size: 100% 100%;
  }
  .find-with h2 {
    font-size: 25px !important;
  }
  .landing_page .main-student h2 {
    font-size: 26px;
    font-weight: 700;
  }
}
.student-band-review .swiper-container {
  position: relative;
}
.student-band-review .swiper {
  width: 100%;
  padding: 30px 0 2px 0;
}
.student-band-review .swiper-slide {
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
}
.student-band-review .swiper-slide img {
  border: 2px solid rgba(0, 0, 0, 0.1882352941);
  border-radius: 10px !important;
  height: auto;
}
.student-band-review .swiper-slide h3 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  letter-spacing: 0.8px;
  position: relative;
}
.student-band-review .swiper-slide p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.8rem;
}
.student-band-review .swiper-slide .slide-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 90%;
}
.student-band-review .swiper-slide .author {
  grid-template-columns: 1fr;
  justify-items: center;
  position: absolute;
  bottom: -90px;
  width: 100%;
  display: none;
  opacity: 0;
}
.student-band-review .swiper-slide .author span {
  color: #111;
  display: block;
  margin: 5px 0 10px 0;
  font-weight: 600;
  font-size: 0.9rem;
}
.student-band-review .swiper-slide .author img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3.5px solid white;
}
.student-band-review .swiper-slide .author ul {
  display: flex;
  align-items: center;
}
.student-band-review .swiper-slide .author ul li svg {
  width: 20px;
  color: orange;
}
.student-band-review .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0)) !important;
}
.student-band-review .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0)) !important;
}

@media (min-width: 0px) and (max-width: 340px) {
  .swiper-container {
    height: 210px !important;
  }
  .student-band-review {
    padding: 30px 0 0px 0 !important;
  }
}
.results-bands .courses-box {
  background-color: rgba(207, 18, 50, 0.0509803922);
  padding: 25px;
  border-radius: 30px;
}
.results-bands .courses-box .image {
  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
  border-radius: 30px 30px 30px 30px;
}
.results-bands .courses-box .logo {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 20px;
}
.results-bands .content-text {
  color: #000000;
}

.results {
  background-image: url(../img/privacy/results-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
.results .bg-red {
  background-color: #393085;
  color: #fff;
  padding: 3px 20px;
  border-radius: 50px;
}

.tutors_grid {
  margin-bottom: 70px;
}

.wp_sticky {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 25px;
  left: 15px;
  background-color: #fff;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 2px 2px rgba(29, 58, 83, 0.1490196078);
  z-index: 100;
  display: flex;
  align-items: center;
  line-height: 53px;
  justify-content: center;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.wp_sticky:hover {
  color: #FFF;
}

.extra-content {
  display: none;
}

.readmore-collapse {
  box-shadow: 0 0;
}

.view-more:not(:checked) ~ label,
.view-more:checked ~ .hidden {
  display: block;
}

.view-more,
.view-more:checked ~ label {
  display: none;
}

.ads_main_section .ads {
  background-color: #FCF1F3;
  padding: 10px 0;
}
.ads_main_section .ads p {
  font-size: 18px;
}
.ads_main_section .ads_first_section {
  padding: 40px 0;
  background-image: url("../img/ads/ads_section.png");
  background-repeat: no-repeat;
  background-size: auto;
}
.ads_main_section .ads_first_section h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.ads_main_section .ads_first_section p {
  color: #433F40;
  margin-bottom: 20px;
}
.ads_main_section .ads_first_section .ads-boxes {
  background-color: #FCF1F3;
  padding: 20px;
  border-radius: 15px;
}
.ads_main_section .ads_first_section .ads-boxes .title-icon {
  color: #433F40;
  font-size: 18px;
}
.ads_main_section .ads_first_section .ads-boxes .date {
  font-size: 20px;
}
.ads_main_section .ads_first_section .ads-boxes .date-1 {
  font-size: 15px;
}
.ads_main_section .ads_first_section .ads-boxes .ads-icon {
  background: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
}
.ads_main_section .ads_first_section .youtube-video {
  padding-left: 100px;
}
.ads_main_section .ads_first_section .youtube-icon {
  width: 80px;
  height: 80px;
  top: 52%;
  left: 58%;
  position: absolute;
  transform: translate(-44%, -46%);
}
.ads_main_section .ads_first_section iframe {
  border: 3px solid #CF3133;
  border-radius: 8px;
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 1000;
}

.modal-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 1000;
}

.modal-content-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px 10px;
  width: 760px;
  border-radius: 10px;
}

.modal-content-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px 10px;
  width: 760px;
  border-radius: 30px;
  /* Container for the contact input field */
  /* Country code dropdown styles */
  /* Phone number input styles */
  /* Focus styles for both dropdown and input */
  /* Option styles to adjust the emoji size */
  /* Placeholder text styling for the input field */
}
.modal-content-1 h2 {
  margin-top: 10px;
  font-size: 26px;
  text-align: center;
}
.modal-content-1 .input-icon {
  position: relative;
}
.modal-content-1 .input-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: gray;
}
.modal-content-1 .input-icon input {
  padding-left: 40px;
  box-shadow: 0 0;
  border-radius: 10px;
  height: 50px;
}
.modal-content-1 .form-control:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .form-select:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 img {
  border-radius: 30px;
}
.modal-content-1 .contact-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #007bff;
  border-radius: 10px;
  padding: 10px;
}
.modal-content-1 .custom-select-country {
  border: none;
  background-color: #f8f9fa;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
}
.modal-content-1 .custom-phone-input {
  border: none;
  background-color: #f8f9fa;
  height: 50px;
  border-radius: 0 10px 10px 0;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
  width: 100%;
}
.modal-content-1 .custom-select-country:focus, .modal-content-1 .custom-phone-input:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #007bff;
}
.modal-content-1 option {
  font-size: 16px;
}
.modal-content-1 .form-box {
  background-color: #FCF1F3;
  border-radius: 20px;
  padding: 22px;
}
.modal-content-1 .form-boxes-img {
  position: absolute;
  bottom: 22px;
}
.modal-content-1 .custom-phone-input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.modal-content-1 .custom-phone-input::placeholder {
  color: #999;
  font-size: 16px;
}
.modal-content-1 .input-icon:focus-within i {
  color: #393085;
}
.modal-content-1 .input-icon:hover i {
  color: #393085;
}
.modal-content-1 .phonebook:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .input-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: gray;
}
.modal-content-1 .input-icon input {
  padding-left: 40px;
  box-shadow: 0 0;
  border-radius: 10px;
  height: 50px;
}
.modal-content-1 .form-control:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .form-select:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.modal-content-1 .phonebook {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  height: 50px;
  padding: 9px;
}
.modal-content-1 .phonebook .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
}
.modal-content-1 .phonebook .form-border-1 {
  border-right: 1px solid #D2D2D2;
}
.modal-content-1 .phonebook .number-input {
  border: 0 !important;
  padding: 6px 0px;
  margin: -3px;
}
.modal-content-1 .phonebook .number-input:focus {
  box-shadow: 0px 0px;
}
.modal-content-1 .phonebook .number-input:hover {
  box-shadow: 0px 0px;
}
.modal-content-1 .form-select {
  height: 50px;
  padding-left: 40px;
  border-radius: 10px;
}

.close-button-1 {
  float: right;
  font-size: 35px;
  position: relative;
  top: -31px;
  right: -8px;
  line-height: 1;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: var(--clr-neutral);
  color: var(--clr-dark);
  transition: color 0.12s ease-in-out;
}

.close-button-1:hover {
  color: var(--clr-main);
}

.close-button-2 {
  float: right;
  font-size: 35px;
  position: absolute;
  top: -20px;
  right: -6px;
  line-height: 1;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: var(--clr-neutral);
  color: var(--clr-dark);
  transition: color 0.12s ease-in-out;
}

.close-button-2:hover {
  color: var(--clr-main);
}

.show-modal-1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.6980392157);
}

.show-modal-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.6980392157);
}

.form-ads-contact {
  padding: 30px 0;
}
.form-ads-contact label {
  font-size: 15px;
}

.ads-form-contact {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
.ads-form-contact li {
  margin: 10px 0px;
  font-size: 20px;
  font-weight: 500;
}

.ads-form-contact li {
  position: relative; /* To position the icon */
  padding-left: 40px; /* Space for the icon */
  margin-bottom: 15px; /* Space between list items */
}

.ads-form-contact li::before {
  content: "";
  background-image: url("../img/index/icon.svg");
  background-size: 20px 20px; /* Adjust the size of the icon */
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 2px;
  width: 20px; /* Icon width */
  height: 20px; /* Icon height */
}

.ads-contact-form {
  /* Container for the contact input field */
  /* Country code dropdown styles */
  /* Phone number input styles */
  /* Focus styles for both dropdown and input */
  /* Option styles to adjust the emoji size */
  /* Placeholder text styling for the input field */
  /*---- CUSTOM ANIMATION ----*/
}
.ads-contact-form .input-icon {
  position: relative;
}
.ads-contact-form .input-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: gray;
}
.ads-contact-form .phonebook .number-input:focus {
  box-shadow: 0px 0px;
}
.ads-contact-form .phonebook .number-input:hover {
  box-shadow: 0px 0px;
}
.ads-contact-form .input-icon input {
  padding-left: 40px;
  box-shadow: 0 0;
  border-radius: 10px;
  height: 50px;
}
.ads-contact-form .form-control:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.ads-contact-form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.ads-contact-form .form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.ads-contact-form .form-select:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.ads-contact-form .form-ads-side {
  padding-left: 50px;
}
.ads-contact-form .form-ads-side .form-heading {
  font-size: 18px;
  font-weight: bold;
}
.ads-contact-form img {
  border-radius: 30px;
}
.ads-contact-form .contact-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #007bff;
  border-radius: 10px;
  padding: 10px;
}
.ads-contact-form .custom-select-country {
  border: none;
  background-color: #f8f9fa;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
}
.ads-contact-form .custom-phone-input {
  border: none;
  background-color: #f8f9fa;
  height: 50px;
  border-radius: 0 10px 10px 0;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
  width: 100%;
}
.ads-contact-form .custom-select-country:focus, .ads-contact-form .custom-phone-input:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #007bff;
}
.ads-contact-form option {
  font-size: 16px;
}
.ads-contact-form .form-box {
  background-color: #FCF1F3;
  border-radius: 20px;
  padding: 22px;
}
.ads-contact-form .form-boxes-img {
  position: absolute;
  bottom: 22px;
}
.ads-contact-form .custom-phone-input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.ads-contact-form .custom-phone-input::placeholder {
  color: #999;
  font-size: 16px;
}
.ads-contact-form .input-icon:focus-within i {
  color: #393085;
}
.ads-contact-form .input-icon:hover i {
  color: #393085;
}
.ads-contact-form .phonebook {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  height: 50px;
  padding: 9px;
  background-color: #fff;
}
.ads-contact-form .phonebook .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
}
.ads-contact-form .phonebook .form-border-1 {
  border-right: 1px solid #D2D2D2;
}
.ads-contact-form .phonebook .number-input {
  border: 0 !important;
  padding: 6px 22px;
  margin: -3px;
}
.ads-contact-form .phonebook .number-input:focus {
  box-shadow: 0px 0px;
}
.ads-contact-form .form-select {
  height: 50px;
  border-radius: 10px !important;
}
.ads-contact-form .content {
  width: 100%;
}
.ads-contact-form .content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}
.ads-contact-form .content__title--m-sm {
  margin-bottom: 10px;
}
.ads-contact-form .multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.ads-contact-form .progress-bar {
  background-color: #393085;
}
.ads-contact-form .grid {
  display: grid;
}
.ads-contact-form .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ads-contact-form .gap-4 {
  gap: 1rem;
}
.ads-contact-form .ielts-fom-type {
  padding: 15px;
  border: 1px dashed #000;
  border-radius: 3px;
  color: #616161;
  font-weight: 700;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ads-contact-form .cursor-pointer {
  cursor: pointer;
}
.ads-contact-form .ielts-question {
  color: #3d495c;
  font-size: 24px;
  font-weight: 700;
}
.ads-contact-form .peer:checked ~ .peer-checked\:bg-\[\#e3e4ff\] {
  background-color: #FFFAFB;
}
.ads-contact-form .peer:checked ~ .peer-checked\:border-\[\#494fe3\] {
  border-color: #393085;
  color: #000;
}
.ads-contact-form .peer:checked ~ .peer-checked\:border-2 {
  border-width: 2px;
}
.ads-contact-form .ielts-fom-type:checked ~ .ielts-fom-type-checked {
  background-color: #000;
}
.ads-contact-form .hidden {
  display: none;
}
.ads-contact-form .multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
}
@media (min-width: 500px) {
  .ads-contact-form .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.ads-contact-form .join-details p {
  font-size: 24px;
}
.ads-contact-form .join-details .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}
.ads-contact-form i.fas.fa-user {
  font-size: 20px;
}
.ads-contact-form .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ads-contact-form .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ads-contact-form .multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 6.5px);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}
.ads-contact-form .multisteps-form__progress-btn:first-child:after {
  display: none;
}
.ads-contact-form .multisteps-form__progress-btn.js-active {
  color: #393085;
}
.ads-contact-form .multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.ads-contact-form .multisteps-form__form {
  position: relative;
}
.ads-contact-form .multisteps-form__panel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.ads-contact-form .multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.ads-contact-form .multisteps-form__panel[data-animation=fade] {
  animation: fadeInRight 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.ads-contact-form .multisteps-form__panel[data-animation=fade].js-active {
  animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.ads-contact-form .fadeInRight {
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.ads-contact-form .fadeInLeft {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.btn-grad {
  padding: 15px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  background: linear-gradient(90deg, #F92D4F 0%, #393085 100%);
  font-weight: 700;
}

.fixed-form {
  overflow-y: scroll;
  height: 400px;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.btn-grad:hover {
  color: #fff;
  background: linear-gradient(90deg, #F92D4F 100%, #393085 0%);
}

.fa-calendar-days {
  left: 25px !important;
}

select#timepicker {
  padding-left: 25px;
}

.form-adses {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #393085 !important;
  background: #393085 !important;
  color: #fff !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #393085 !important;
}

.bands-ads {
  padding: 60px 0px 60px 0 !important;
}
.bands-ads .ads-bands {
  background-color: #f7f8fa;
  padding: 30px;
  border-radius: 24px;
}
.bands-ads .ads-bands img {
  border-radius: 10px;
}
.bands-ads .owl-carousel, .bands-ads .owl-carousel .owl-item {
  position: static;
}
.bands-ads .owl-nav {
  margin-top: 0px !important;
  position: absolute;
  top: 0;
  right: 0;
}
.bands-ads .owl-theme .owl-nav [class*=owl-]:hover {
  background: #f8f8f8;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
}
.bands-ads .owl-next span {
  background: #f8f8f8;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  border-radius: 50%;
}
.bands-ads .owl-next span i {
  font-size: 21px;
}
.bands-ads .owl-prev span {
  background: #f8f8f8;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  border-radius: 50%;
}
.bands-ads .owl-prev span i {
  font-size: 21px;
}

span#select2-country-container {
  border-right: 1px solid #d1d1d1;
}

.p-ads-line-1 {
  font-size: 36px;
}

.p-ads-line {
  font-size: 18px;
  margin-bottom: 40px;
}
.p-ads-line .btn-first:hover i {
  color: #393085;
}

.btn-first i {
  color: #fff;
}

.btn-first:hover i {
  color: #393085;
}

.mainsection {
  padding: 50px 0 60px 0px;
}
.mainsection h1 {
  margin-bottom: 20px;
}
.mainsection p {
  font-size: 18px;
  margin-bottom: 20px;
}
.mainsection h3 {
  font-size: 22px;
  color: #393085;
  font-weight: 700;
  margin-bottom: 30px;
}
.mainsection .headerimg {
  width: 95%;
}

.secoundsection {
  background-color: #F8F8F8;
  padding: 60px 0px;
}
.secoundsection .spokensecound {
  padding-left: 120px !important;
  align-content: center;
}
.secoundsection .resultimg {
  width: 100%;
  margin-bottom: -60px;
}

.highlight {
  padding: 60px 0px;
  /* ---------------------- Vertical Tabs */
}
.highlight button,
.highlight .button {
  position: relative;
  display: inline-block;
  color: #2D2829;
  padding: 20px !important;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #fff;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 20px;
  margin-bottom: 20px;
}
.highlight button:hover,
.highlight .button:hover {
  background-color: #ffffff;
  border: 1px solid #393085;
}
.highlight button:hover:before,
.highlight .button:hover:before,
.highlight button:hover:after,
.highlight .button:hover:after {
  color: #393085;
}
.highlight .tabs {
  position: relative;
  min-height: 0;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}
.highlight .tabs .tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}
@media screen and (min-width: 55rem) {
  .highlight .tabs .tab {
    float: left;
    clear: left;
    width: 38%;
  }
}
.highlight .tabs .tab .tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 55rem) {
  .highlight .tabs .tab .tab-toggle {
    text-align: left;
  }
}
.highlight .tabs .tab .tab-toggle:after {
  position: absolute;
  display: block;
  right: 2rem !important;
  top: 30% !important;
  content: url(images/Vector.svg);
}
.highlight .tabs .tab .tab-toggle.active {
  color: #2D2829 !important;
  background-color: white !important;
  cursor: default !important;
  border: 1px solid #393085 !important;
  border-radius: 20px !important;
  padding: 20px !important;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.0588235294) !important;
}
.highlight .tabs .tab .tab-toggle.active:after {
  color: #2D2829;
}
@media screen and (min-width: 55rem) {
  .highlight .tabs .tab .tab-toggle.active:after {
    right: 1rem;
  }
}
.highlight .tabs .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 55rem) {
  .highlight .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
    opacity: 0;
    padding: 0;
  }
}
.highlight .tabs .content.active {
  max-height: 1000px;
}
@media screen and (min-width: 55rem) {
  .highlight .tabs .content.active {
    max-height: none;
    opacity: 1;
  }
}
.highlight .tabs .content > .heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.highlight .tabcircle {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #F8F8F8;
  color: #2D2829;
  margin-right: 10px;
}
.highlight .nbrcircle {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #393085;
  color: white;
}
.highlight .imgtab {
  border-radius: 20px;
}
.highlight h3 {
  font-size: 30px !important;
  font-weight: 700;
}
.highlight .roundmain {
  display: flex;
  justify-content: start;
  margin-top: 30px;
  margin-bottom: 20px;
}
.highlight .tabround {
  display: flex;
  align-items: center;
}
.highlight .active .tabcircle {
  color: #fff !important;
  background-color: #393085;
}

.courseimprove .wrapper {
  margin: 2% auto 0 auto;
}
.courseimprove .print-tab {
  width: 100%;
  box-shadow: 0px 0px 5px -1px rgba(255, 255, 255, 0);
  overflow: hidden;
  background-color: #fff;
}
.courseimprove .print-tab ul.print-tab-menu {
  width: 50% !important;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #393085;
  border-radius: 12px;
  padding: 10px 10px 3px 10px;
  position: relative;
  left: 25% !important;
}
.courseimprove .print-tab ul.print-tab-menu > li {
  position: relative;
  margin: 0 0px 0 0;
  display: inline-block;
  cursor: pointer;
  padding: 0px 30px;
}
.courseimprove .print-tab ul.print-tab-menu > li.active {
  background: #393085;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px -2px 3px 0px;
  z-index: 2;
  border-radius: 10px;
  padding: 0px 30px;
}
.courseimprove .print-tab ul.print-tab-menu > li.active a {
  color: white !important;
}
.courseimprove .print-tab ul.print-tab-menu > li > a {
  display: block;
  min-width: 140px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2D2829;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}
.courseimprove .print-tab .print-tab-content > div {
  margin-top: -50px;
  padding: 50px;
  display: none;
  background: rgba(255, 245, 247, 0.5019607843);
  border: 1px solid #393085;
  border-radius: 30px;
}
.courseimprove .print-tab .print-tab-content > div.view {
  display: block;
  width: 100%;
  min-height: 200px;
}
.courseimprove h3 {
  font-size: 30px;
}
.courseimprove .coursetabsecound {
  padding-right: 80px;
}

.speaking {
  background-color: #F8F8F8;
  padding: 60px 0px;
}
.speaking .box {
  padding: 35px;
  border-radius: 20px;
  background: linear-gradient(145.08deg, rgba(255, 255, 255, 0.9) 64.02%, rgba(252, 241, 243, 0.9) 98.69%);
  border: 1px solid rgba(207, 18, 50, 0.5019607843);
}
.speaking .icon {
  width: 80px;
  height: 80px;
  background-color: #FCF1F3;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
}
.speaking h3 {
  font-size: 20px;
  font-weight: 700;
}

.trainersection {
  padding: 60px 0;
  background-image: url(/images/bacground.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.trainersection .teambox {
  background-color: #FCF1F3;
  border: 1px solid #D8D8D8;
  padding: 20px;
  border-radius: 20px;
  display: flex;
}
.trainersection .teamimg {
  width: 100%;
  border-radius: 16px;
}
.trainersection h3 {
  font-size: 26px;
  font-weight: 700;
}
.trainersection .teamtext {
  padding: 15px 0px 0px 25px;
}
.trainersection p {
  margin-bottom: 0px;
}

.opetionenglish .englishbest {
  background-color: #FFFAFB;
  border: 1px solid #D8D8D8;
  padding: 50px;
  border-radius: 25px;
}
.opetionenglish .speakingbox {
  align-content: center;
  padding-right: 50px;
}
.opetionenglish .firstimg {
  width: 15%;
}
.opetionenglish .imgsection {
  width: 100%;
}
.opetionenglish .twobox {
  padding: 60px 0px;
}
.opetionenglish .speakingboxtwo {
  align-content: center;
  padding-left: 50px;
}
.opetionenglish .boxtitle {
  font-size: 28px;
  font-weight: 700;
  color: #393085;
  margin: 10px 0 10px 0;
}

.speaking-price .box-price {
  border: 1px solid #D8D8D8;
  border-radius: 25px;
}
.speaking-price .box-price .box-price-title {
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 25px 25px 0 0;
}

.speaking-price {
  padding: 0px 0px 60px 0px;
}
.speaking-price .text-red {
  color: #393085;
}
.speaking-price .box-2:hover {
  box-shadow: 0px 14px 50px 6px rgba(255, 195, 45, 0.22) !important;
}
.speaking-price .box-2:hover .btn-white-round {
  background-color: #393085;
  color: #fff;
}
.speaking-price .box-2 {
  background: linear-gradient(168deg, #FFC734 0%, #FFA901 100%);
  padding: 10px;
  border-radius: 25px;
  font-size: 16px;
}
.speaking-price .box-2 h5 {
  font-weight: 700;
  font-size: 20px;
}
.speaking-price .box-2 .speaking-price ul {
  padding: 10px 0;
}
.speaking-price .box-2 .btn-white-round {
  width: 200px;
  height: 50px;
  border: 1px solid #393085;
  color: #393085;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 0px rgba(207, 18, 50, 0.231372549);
  background-color: #fff;
  margin-top: 10px !important;
}
.speaking-price .box-2 .box-whites {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 12px;
}
.speaking-price .box-2 .box-whites p {
  font-size: 16px;
}
.speaking-price .box-2 .box-whites ul {
  padding: 10px 10px 15px 12px;
  margin: 0;
}
.speaking-price .box-2 .box-whites ul li {
  list-style-type: none;
  padding: 12px 10px;
  border-bottom: 1px solid #d7d9e0;
  height: 100px;
  font-size: 14px;
}
.speaking-price .box {
  padding: 10px;
  background-color: #F8F8F8;
  border-radius: 25px;
  border: 1px solid #d8d8d8;
}
.speaking-price .box .content {
  margin: 25px 14px;
}
.speaking-price .box p {
  font-size: 14px;
}
.speaking-price .box h5 {
  font-weight: 700;
}
.speaking-price .box .white-box {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid #d1d1d1;
}
.speaking-price .box .white-box ul {
  padding: 10px;
  margin: 0;
}
.speaking-price .box .white-box ul li {
  list-style: none;
  padding: 12px 40px;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  height: 100px;
}
.speaking-price .box .white-box li::before {
  top: 23px;
}
.speaking-price .box-1 {
  background-color: #F8F8F8;
  padding: 10px;
  border-radius: 25px;
  border: 2px solid #d8d8d8;
}
.speaking-price .box-1 h5 {
  font-weight: 700;
  font-size: 20px;
}
.speaking-price .box-1 .btn-white-round {
  width: 200px;
  height: 50px;
  border: 1px solid #393085;
  color: #393085;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 0px rgba(207, 18, 50, 0.231372549);
  background-color: #fff;
  margin-top: 10px !important;
}
.speaking-price .box-1 .box-1.btn-white-round:hover {
  background-color: #393085;
  color: #fff;
}
.speaking-price .box-1 .box-whites {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  border: 1px solid #d1d1d1;
}
.speaking-price .box-1 .box-whites ul {
  padding: 10px;
  margin: 0;
}
.speaking-price .box-1 .box-whites ul li {
  list-style-type: none;
  padding: 12px 10px;
  border-bottom: 1px solid #d7d9e0;
  height: 100px;
  font-size: 14px;
}
.speaking-price .box-1:hover {
  box-shadow: 0 0 50px 0 rgba(207, 18, 50, 0.1019607843) !important;
  border: 2px solid #393085;
}
.speaking-price .box-1:hover .btn-white-round {
  background-color: #393085;
  color: #fff;
}

.print-tab-content ul {
  list-style-type: none; /* Remove default bullet */
  padding-left: 0; /* Adjust padding for marker space */
}

.print-tab-content li {
  position: relative; /* Allows absolute positioning of the marker */
  padding: 5px 31px; /* Adds space for the custom marker */
}

.print-tab-content li::before {
  content: url(../img/spoken/list-style.svg); /* Add your custom image marker */
  position: absolute;
  left: 0; /* Align the marker to the left */
  width: 20px; /* Adjust width based on your image size */
  height: 20px; /* Adjust height based on your image size */
  vertical-align: middle; /* Align the image vertically with the text */
}

.contact-advice {
  margin: 30px 0;
}
.contact-advice .red-box-contact {
  background: url(../img/index/girls-section.webp), #DA0017;
  background-color: #393085;
  padding: 15px;
  border-radius: 30px;
  background-size: 105% 100%;
}
.contact-advice .red-box-contact .white-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 332px;
}
.contact-advice .red-box-contact span {
  font-size: 18px;
  font-weight: 700;
}
.contact-advice .red-box-contact .free {
  font-size: 18px;
  color: #393085;
  font-weight: 700;
}
.contact-advice .red-box-contact .call {
  font-size: 22px;
  font-weight: 700;
  color: #393085;
}
.contact-advice .red-box-contact .mb-40 {
  margin-bottom: 40px;
}
.contact-advice .red-box-contact .free_ielts {
  color: #fff;
  margin-left: 50px;
}
.contact-advice .red-box-contact .free_ielts h2 {
  font-size: 28px;
  margin-top: 20px;
}
.contact-advice .red-box-contact .free_ielts p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 33px;
}
.contact-advice .red-box-contact .free_ielts .btn-white {
  border: 1px solid #393085;
  background-color: #fff;
  padding: 15px 34px;
  color: #393085;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
}
.contact-advice .red-box-contact .free_ielts .btn-white:hover {
  border: 1px solid #fff;
  background-color: #393085;
  padding: 15px 34px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
}
.contact-advice .red-box-contact .girl-imge .imagae-girl {
  position: relative;
  bottom: 0;
  left: 0;
  width: 78%;
}

.ads_rom_ul .box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  margin: 10px;
  font-size: 18px;
  font-weight: 400;
}

.main-student {
  padding: 30px 0px 60px 0;
}
.main-student h2 {
  font-size: 36px;
  font-weight: 700;
}
.main-student .video-box {
  border-radius: 22px;
  background-color: rgba(248, 248, 248, 0.9725490196);
  padding: 15px;
}
.main-student .video-box .shade-1 {
  border-radius: 22px;
  background-color: #BBCEB8;
}
.main-student .video-box .shade-2 {
  border-radius: 22px;
  background-color: #AEC8CE;
}
.main-student .video-box .shade-3 {
  border-radius: 22px;
  background-color: #9BC8C9;
}
.main-student .video-box .shade-4 {
  border-radius: 22px;
  background-color: #D9EFF0;
}
.main-student .video-box .content {
  margin-top: 16px;
}
.main-student .video-box .content h4 {
  font-size: 20px;
  font-weight: 700;
}
.main-student .video-box .ply_buttion {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: rgba(255, 255, 255, 0.4196078431);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-student .video-box .ply_buttion i {
  color: rgba(207, 18, 50, 0.4784313725);
  font-size: 25px;
}
.main-student .text-red {
  color: #393085;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}

.fa-caret-down {
  margin-left: 5px;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444;
  font-weight: 700;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-dropdown:hover .fa-caret-down {
  transform: rotate(180deg);
  color: #393085;
}

.navbar-dropdown:hover .main-anchor {
  color: #393085;
}

.btn-closes {
  background: #393085;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 10px;
  border: 1px solid #393085;
}

.btn-closes {
  background: #393085;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 10px;
  border: 1px solid #393085;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  padding: 15px;
  min-width: 260px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #DADADA;
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 130%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  padding: 13px 7px;
  border-radius: 10px;
}

.navbar-links li.navbar-dropdown .dropdown ul {
  padding: 0;
  display: block;
}
.navbar-links li.navbar-dropdown .dropdown i {
  display: none;
}

.navbar-dropdown .dropdown a:hover {
  background: #fff;
}
.navbar-dropdown .dropdown a:hover i {
  color: #393085;
  display: block;
  margin-right: 10px;
}

.navbar-links li a:hover {
  color: #ff3f34;
}

/* Sub-dropdown */
.navbar-sub-dropdown {
  margin: 0 !important;
}
.navbar-sub-dropdown a {
  font-size: 15px;
}

.navbar-sub-dropdown:hover .sub-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}

.navbar-sub-dropdown .sub-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(50px);
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  transition: 0.4s all;
}

.active .sub-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}

.section_first .btn-first {
  margin-top: 20px;
}

.foreign-trips-enrol {
  padding-bottom: 60px;
}
.foreign-trips-enrol .box-foreign {
  margin-top: 20px;
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #D8D8D8;
  height: 460px;
}
.foreign-trips-enrol .box-foreign .title {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.foreign-trips-enrol .box-foreign .content {
  padding-top: 30px;
}
.foreign-trips-enrol .box-foreign .icon-box-1 {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
}

.arrow-side-process {
  position: absolute;
  top: 44%;
  right: -13px;
}
.arrow-side-process img {
  width: 87%;
}

.here-why {
  padding-bottom: 60px;
}
.here-why .why-box-1 {
  background-color: #DAEEFF;
  padding: 35px;
  border-radius: 20px;
  margin-top: 20px;
}
.here-why .why-box-1 h3 {
  font-size: 20px;
  font-weight: 700;
}
.here-why .why-box-1 .ico-boxes {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.here-why .why-box-1 .ico-boxes img {
  width: 60px;
  height: 60px;
}
.here-why .why-box-2 {
  background-color: #FFF5E5;
  padding: 35px;
  border-radius: 20px;
  margin-top: 20px;
}
.here-why .why-box-2 h3 {
  font-size: 20px;
  font-weight: 700;
}
.here-why .why-box-2 .ico-boxes {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.here-why .why-box-2 .ico-boxes img {
  width: 60px;
  height: 60px;
}
.here-why .why-box-3 {
  background-color: #EAFBE8;
  padding: 35px;
  border-radius: 20px;
  margin-top: 20px;
}
.here-why .why-box-3 h3 {
  font-size: 20px;
  font-weight: 700;
}
.here-why .why-box-3 .ico-boxes {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.here-why .why-box-3 img {
  width: 60px;
  height: 60px;
}
.here-why .why-box-4 {
  background-color: #FFEAF2;
  padding: 35px;
  border-radius: 20px;
  margin-top: 20px;
}
.here-why .why-box-4 h3 {
  font-size: 20px;
  font-weight: 700;
}
.here-why .why-box-4 .ico-boxes {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.here-why .why-box-4 .ico-boxes img {
  width: 60px;
  height: 60px;
}

.breack-down-module {
  padding: 60px 0;
  background-color: #FCF1F3;
}
.breack-down-module .rotate-1 {
  transform: rotate(-3deg);
}
.breack-down-module .rotate-2 {
  transform: rotate(3deg);
}
.breack-down-module .box-breackdown {
  border: 1px solid #D8D8D8;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
.breack-down-module .box-breackdown .icon {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  background-color: #F8F8F8;
}
.breack-down-module .box-breackdown .icon img {
  width: 60px;
  height: 60px;
}
.breack-down-module .box-breackdown .content h3 {
  margin-top: 30px;
  font-weight: 700;
}
.breack-down-module .box-breackdown .content p {
  font-size: 14px;
}

.navbar-dropdown .box {
  background: #FCF1F3;
  width: 230px;
  padding: 10px;
  border-radius: 20px;
}

.sub-dropdown {
  margin: 20px 0;
}
.sub-dropdown li {
  margin: 0 !important;
}
.sub-dropdown li a {
  font-size: 15px;
}

.extra-content-prep h2 {
  font-size: 22px;
  font-weight: 700;
}
.extra-content-prep p {
  font-size: 14px;
}
.extra-content-prep h3 {
  font-size: 18px;
  font-weight: 700;
}

.forms-secound {
  padding: 50px 0;
  background-color: #F7F8FA;
  border-radius: 20px;
}

.ads-footer {
  background-color: #000;
  color: #fff;
  padding: 20px 10px;
}
.ads-footer h2 {
  color: #fff;
  font-size: 16px !important;
}
.ads-footer a {
  color: #fff;
  font-size: 16px;
}
.ads-footer a:hover {
  color: #fff;
  font-size: 16px;
}

.ads_first_section .btn-first {
  background-image: linear-gradient(60deg, #393085, #393085, #393085, #FE4359, #FE4359, white, #FE4359, #393085) !important;
  animation: animatedgradient 3s ease infinite alternate;
  background-size: 300% 300%;
  border-radius: 67px;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.fx-28-button {
  font-size: 23px;
}

.fx-20-button {
  font-size: 25px;
}

.ads_first_section .btn-first:hover {
  background-color: #fff;
  color: #fff;
}

.form-ads-contact .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #d7d7d7;
}

.form-ads-contact .btn-grad {
  background-image: linear-gradient(60deg, #393085, #393085, #393085, #FE4359, #FE4359, white, #FE4359, #393085) !important;
  animation: animatedgradient 3s ease infinite alternate;
  background-size: 300% 300%;
  border-radius: 67px;
}

.fx-32 {
  font-size: 32px !important;
}

.fx-28 {
  font-size: 28px !important;
}

.fx-22 {
  font-size: 22px;
}

.ielts-main {
  padding-bottom: 30px;
}

.find-with-ielts {
  padding: 30px 0;
}
.find-with-ielts .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.eligibility-section {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.eligibility-section .eligibility-box {
  border: 1px solid #D8D8D8;
  border-radius: 25px;
  padding: 30px;
  height: 100%;
  background: #fff;
}
.eligibility-section .eligibility-box .icon {
  width: 100px;
  height: 100px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}
.eligibility-section .eligibility-box .content h3 {
  font-weight: 700;
  margin-top: 20px;
  font-size: 22px;
}
.eligibility-section .eligibility-box .content p {
  margin-top: 15px;
  font-weight: 500;
}

.section-iop .fa-play {
  color: #fff;
}

.free-sessions .ply_buttion {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: rgba(255, 255, 255, 0.4196078431);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ielts-boxes h2 {
  font-size: 22px;
}

.eligibility-section .eligibility-box:hover {
  border: 1px solid #393085;
}

.results h1 {
  line-height: 65px;
}

.swiper {
  width: 100%;
  padding: 30px 0 2px 0 !important;
}

.highlight-predictor {
  background-color: #393085;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
  position: absolute;
  padding: 6px 14px;
  top: -25px;
  left: 32%;
  font-size: 12px;
}

.contact-us-form-page {
  /* Container for the contact input field */
  /* Country code dropdown styles */
  /* Phone number input styles */
  /* Focus styles for both dropdown and input */
  /* Option styles to adjust the emoji size */
  /* Placeholder text styling for the input field */
}
.contact-us-form-page .input-icon {
  position: relative;
}
.contact-us-form-page .input-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: gray;
}
.contact-us-form-page .input-icon input {
  padding-left: 40px;
  box-shadow: 0 0;
  border-radius: 10px;
  height: 50px;
}
.contact-us-form-page .form-control:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .form-select:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page img {
  border-radius: 30px;
}
.contact-us-form-page .contact-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #007bff;
  border-radius: 10px;
  padding: 10px;
}
.contact-us-form-page .custom-select-country {
  border: none;
  background-color: #f8f9fa;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
}
.contact-us-form-page .custom-phone-input {
  border: none;
  background-color: #f8f9fa;
  height: 50px;
  border-radius: 0 10px 10px 0;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
  width: 100%;
}
.contact-us-form-page .custom-select-country:focus, .contact-us-form-page .custom-phone-input:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #007bff;
}
.contact-us-form-page option {
  font-size: 16px;
}
.contact-us-form-page .form-box {
  background-color: #FCF1F3;
  border-radius: 20px;
  padding: 22px;
}
.contact-us-form-page .form-boxes-img {
  position: absolute;
  bottom: 22px;
}
.contact-us-form-page .custom-phone-input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.contact-us-form-page .custom-phone-input::placeholder {
  color: #999;
  font-size: 16px;
}
.contact-us-form-page .input-icon:focus-within i {
  color: #393085;
}
.contact-us-form-page .input-icon:hover i {
  color: #393085;
}
.contact-us-form-page .phonebook:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .input-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: gray;
}
.contact-us-form-page .input-icon input {
  padding-left: 40px;
  box-shadow: 0 0;
  border-radius: 10px;
  height: 50px;
}
.contact-us-form-page .form-control:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .form-select:hover {
  color: #212529;
  background-color: #fff;
  border-color: #393085;
  outline: 0;
  box-shadow: 0px 6px 14px 0px rgba(207, 18, 50, 0.1882352941);
  border: 1px solid #393085;
}
.contact-us-form-page .phonebook {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  height: 50px;
  padding: 9px;
}
.contact-us-form-page .phonebook .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
}
.contact-us-form-page .phonebook .form-border-1 {
  border-right: 1px solid #D2D2D2;
}
.contact-us-form-page .phonebook .number-input {
  border: 0 !important;
  padding: 6px 15px;
  margin: -3px;
}
.contact-us-form-page .phonebook .number-input:focus {
  box-shadow: 0px 0px;
}
.contact-us-form-page .phonebook .number-input:hover {
  box-shadow: 0px 0px;
}
.contact-us-form-page .form-select {
  height: 50px;
  border-radius: 10px;
}

.contact-us-form-page .phonebook {
  background: #fff;
}
.contact-us-form-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 27px !important;
}
.contact-us-form-page .select2-container--default .select2-selection--single {
  height: 29px !important;
}
.contact-us-form-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 23px !important;
  padding: 0 20px;
}
.contact-us-form-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
  border-right: 1px solid #d8d8d8;
}
.contact-us-form-page .select2-selection__rendered {
  line-height: 28px !important;
  padding: 0 0 0 20px;
}

@media (min-width: 1093px) and (max-width: 1500px) {
  .ielts-price .box-1 .btn-white-round {
    margin-top: 42px !important;
  }
  .btn-white {
    padding: 15px 24px;
  }
  .btn-first {
    padding: 15px 20px;
  }
  .btn-white:hover {
    padding: 15px 24px;
  }
  .pte-price .box-2 .btn-white-round {
    margin-top: 42px !important;
  }
}
.pte-about {
  padding: 30px 0;
}
.pte-about .box {
  background: #F8F8F8;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  padding: 30px;
}
.pte-about .box .heading {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.pte-about .box .heading .icon {
  border: 1px solid #D8D8D8;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
.pte-about .box .description {
  margin-top: 30px;
}

.pte-exam-formate {
  padding: 30px 0;
}
.pte-exam-formate .boxes {
  padding: 30px;
  border: 1px solid #D8D8D8;
  background: linear-gradient(180deg, rgba(207, 18, 50, 0) 0%, rgba(207, 18, 50, 0.04) 100%);
  border-radius: 30px;
  height: 100%;
}
.pte-exam-formate .boxes .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #D8D8D8;
  text-align: center;
  border-radius: 50%;
  background-color: #F8F8F8;
}
.pte-exam-formate .boxes .description {
  margin-top: 20px;
}

.pte-formates .box-ielts-2 {
  bottom: 35px;
}
.pte-formates .box-ielts-3 {
  bottom: 35px;
}

.pte-exam-tips {
  padding: 60px 0 30px 0px;
}
.pte-exam-tips .heading-tips {
  border-bottom: 1px solid #d8d8d8;
}
.pte-exam-tips .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  background-color: #f8f8f8;
}
.pte-exam-tips .icon img {
  width: 40px;
  height: 40px;
}
.pte-exam-tips .box-tips {
  border: 1px solid #D8D8D8;
  border-radius: 25px;
  background: linear-gradient(52.94deg, rgba(207, 18, 50, 0) 17.08%, rgba(207, 18, 50, 0.04) 99.78%);
  padding: 30px;
  height: 95%;
}

.pte-score-chart .proficiency-level {
  border-radius: 25px;
  border: 1px solid #393085;
}
.pte-score-chart .proficiency-level .heading {
  padding: 30px;
  border-bottom: 1px solid #393085;
}
.pte-score-chart .proficiency-level .border-bottom-ef {
  border-bottom: 1px solid #d9d9d9;
}
.pte-score-chart .proficiency-level ul {
  list-style-type: none;
}
.pte-score-chart .proficiency-level li {
  padding: 30px 0;
}

.pte-score-chart {
  padding: 30px 0;
}

.pte-preparation {
  padding: 30px 0;
}
.pte-preparation .boxes {
  padding: 30px;
  border: 1px solid #D8D8D8;
  background-color: #f8f8f8;
}
.pte-preparation .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  background: #F8F8F8;
}
.pte-preparation h3 {
  font-size: 22px;
  font-weight: 700;
}

.pte-main {
  padding: 0px 0 30px 0;
}

.pte-trainer .owl-carousel .owl-stage-outer {
  padding: 65px 0 35px 0;
}
.pte-trainer .owl-prev span {
  background: #f8f8f8;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  border-radius: 50%;
}
.pte-trainer .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.pte-price {
  padding: 30px 0px 0px 0px !important;
}
.pte-price .box .white-box ul li {
  padding: 12px 10px 12px 10px;
}
.pte-price .box-1 .box-whites ul li {
  padding: 12px 10px;
}
.pte-price .box-2 .box-whites ul li {
  padding: 12px 10px;
}
.pte-price .box-2 .box-whites {
  margin-top: 14px;
}

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

.pte-exam-formate .boxes:hover {
  border: 1px solid #393085;
}

.pte-formates {
  padding: 30px 0px 60px 0px;
}

.pte-preparation .container-1 {
  position: relative;
  width: 300px;
  height: 560px;
  top: 30px;
}
.pte-preparation .boxes {
  height: 100%;
}
.pte-preparation .title {
  margin-top: 20px;
}
.pte-preparation .description {
  margin-top: 15px;
}
.pte-preparation .card {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 300px;
  height: 400px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  overflow: hidden;
  transform-origin: center;
  transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  border-radius: 20px;
}
.pte-preparation .next i {
  background-color: #393085;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.pte-preparation .prev i {
  background-color: #393085;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.pte-preparation .card:nth-child(1) {
  z-index: 10;
  top: 0px;
  transform-origin: top;
  transform: scale(1);
  opacity: 1;
}
.pte-preparation .card:nth-child(2) {
  z-index: 9;
  top: -15px;
  transform-origin: top;
  transform: scale(0.9);
  opacity: 0.9;
}
.pte-preparation .card:nth-child(3) {
  z-index: 8;
  top: -30px;
  transform-origin: top;
  transform: scale(0.8);
  opacity: 0.8;
}
.pte-preparation .card:nth-child(4) {
  z-index: 7;
  top: -45px;
  transform-origin: top;
  transform: scale(0.7);
  opacity: 0.7;
}
.pte-preparation .card:nth-child(5) {
  z-index: 6;
  top: -60px;
  transform-origin: top;
  transform: scale(0.6);
  opacity: 0.6;
}
.pte-preparation .card:first-child:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.pte-preparation .card:last-child {
  opacity: 0;
}

.tested-auto {
  width: auto;
  display: flex;
  align-items: center;
}

.thankyou-main {
  background-color: #393085;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.thankyou-main svg {
  width: 50px;
}

.form-ads-contact h2 {
  font-size: 23px;
}

.thankyou-main-iop {
  padding: 30px;
}
.thankyou-main-iop h2 {
  font-size: 22px;
  font-weight: 700;
}
.thankyou-main-iop .btn-thankyou {
  padding: 20px 70px 20px 70px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #D41229 0%, #FF455B 100%);
  border-radius: 30px 30px 30px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.thankyou-main-iop .whatsapp-link {
  font-size: 18px;
  font-weight: 500;
  background-color: #24D366;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #24D366;
  border-radius: 100px 100px 100px 100px;
  padding: 20px 25px 20px 25px;
  color: #fff;
  font-weight: 700;
}

#footer-sticky-home {
  bottom: -100px;
  transition: bottom 0.3s ease-in-out;
}

.stick-menu.button-sticky-bar {
  background: 0 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.stick-menu {
  position: fixed;
  bottom: 15px;
  left: 0;
  z-index: 999;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  width: 95%;
  margin: 0 10px;
}

.stick-menu .sticky-button-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}

#footer-sticky-home {
  opacity: 0;
}

.stick-menu .sticky-button-grp .call-now {
  width: 48%;
  border-radius: 10px;
  border: 1px solid #393085;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  padding: 14px 5px;
  color: #393085;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.stick-menu .sticky-button-grp .start-journey-btn {
  padding: 14px 5px;
  width: 48%;
  border-radius: 10px;
  background: #393085;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.sticky-button-grp a {
  text-decoration: none;
}

.f-show {
  opacity: 1 !important; /* Visible when the class is added */
}

/* title-tip-right */
.title-tip-right[title]:hover:before {
  top: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5em;
}

.title-tip-right[title]:hover:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-right: 0.25em solid #222;
}

/* title-tip down */
.title-tip[title]:hover {
  position: relative;
}

.title-tip[title]:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  content: attr(title);
  margin-top: 0.5em;
  padding: 0.5em;
  width: 200px; /* change it */
  overflow: hidden;
  word-wrap: break-word;
  font-size: inherit;
  color: #FFF;
  text-align: center;
  background-color: #222;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.title-tip[title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: "";
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid #222;
  font-size: inherit;
}

.tooltip {
  display: none;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the button */
  left: 50%;
  margin-left: -60px; /* Center the tooltip */
  /* Fade in effect */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; /* Show the tooltip on hover */
}

.border-cinf {
  border: 2px dashed #393085;
  padding: 10px 20px;
  width: 70%;
}

#iiv9mg {
  font-size: 22px;
  margin: 15px 8px;
}

.btn-slots {
  font-size: 20px;
  text-align: center;
  background-color: #393085;
  color: #fff;
  width: 80%;
  font-weight: 700;
  line-height: 1;
  padding: 20px 20px;
}

.btn-slots:hover {
  font-weight: 700;
  color: #fff;
}

#irb4j5 {
  font-size: 12px;
}

.free-spotes {
  background-color: #393085;
  color: #fff;
  padding: 5px;
  font-size: 16px !important;
}

.skew-x_10deg {
  --tw-skew-x: -10deg;
  transform: translate(0, 0) rotate(0) skew(-10deg) skewY(0) scaleX(1) scaleY(1);
  display: inline-block;
  padding: 0 8px;
}

.skew-x-10deg {
  --tw-skew-x: 10deg;
  transform: translate(0, 0) rotate(0) skew(10deg) skewY(0) scaleX(1) scaleY(1);
  display: inline-block;
}

.bg-red {
  background-color: #393085;
  color: #fff !important;
}

.form-ads-contact {
  padding: 30px 0 100px 0;
  background: url(../img/ads/bg-img.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.form-ads-contact .error-message {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.multisteps-form__form .invalide-message {
  position: absolute;
  bottom: -22px;
}

.border-red {
  border: 2px solid #393085 !important;
}

.even-tiosio {
  font-size: 22px;
}

.old-h1 {
  font-size: 32px !important;
}

.ielts-score .boxe {
  border: 1px solid #D8D8D8;
  padding: 25px;
  border-radius: 25px;
}
.ielts-score .boxe .btn-black {
  color: #fff;
  font-weight: 700;
  background-color: #000;
  border-radius: 0;
  padding: 5px 25px;
}
.ielts-score .box-yellow {
  border: 1px solid #D8D8D8;
  background: #FFF9F0;
  padding: 20px;
  border-radius: 25px;
}
.ielts-score ul {
  padding: 0;
  list-style: none;
}
.ielts-score .border-red {
  border: 1px solid #393085;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.ielts-score .feature-item {
  display: flex;
  align-items: center;
}
.ielts-score .icon-wrapper {
  width: 50px;
  height: 50px;
  border: 2px solid #393085;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 5px;
}
.ielts-score .icon-wrapper img {
  width: 24px; /* Size of the image */
  height: 24px;
}
.ielts-score .description {
  font-size: 16px; /* Adjust font size */
  color: #333; /* Text color */
  line-height: 1.4; /* Better line spacing */
}

.faq-section-1 {
  padding: 0 0 60px 0;
}

.pb-60 {
  padding-bottom: 60px;
}

.faq-section .btn-first {
  background-image: linear-gradient(60deg, #393085, #393085, #393085, #FE4359, #FE4359, white, #FE4359, #393085) !important;
  animation: animatedgradient 3s ease infinite alternate;
  background-size: 300% 300%;
  border-radius: 67px;
}

.faq-section .btn-first {
  color: #fff;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.guidences {
  font-size: 26px;
}

.ielts_training_choose {
  padding: 30px 0;
  background-color: #f8f8f8;
}
.ielts_training_choose .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ielts_training_choose .accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ielts_training_choose .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ielts_training_choose .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0;
}
.ielts_training_choose .accordion-item {
  border: 2px solid transparent; /* Default border */
}
.ielts_training_choose .accordion-item.open {
  border: 2px solid #393085; /* Border when open */
}
.ielts_training_choose .accordion-button:not(.collapsed) {
  color: #393085;
  font-weight: 700;
  background-color: transparent;
  box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.125);
}
.ielts_training_choose .accordion-item:not(:first-of-type) {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 15px;
}
.ielts_training_choose [type=button]:not(:disabled), .ielts_training_choose [type=reset]:not(:disabled), .ielts_training_choose [type=submit]:not(:disabled), .ielts_training_choose button:not(:disabled) {
  cursor: pointer;
  border-radius: 15px;
}

.trainers {
  padding: 30px 0;
}

.ico-boxes-archive {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  background-color: #fff;
}
.ico-boxes-archive img {
  width: 55px;
  height: 55px;
}

.join-foreign-prep .content li {
  font-size: 14px;
}

.ielts_trainning {
  padding: 30px 0;
}
.ielts_trainning .trainner_content {
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  padding: 40px;
}
.ielts_trainning .trainner_content .icon {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
}
.ielts_trainning .trainner_content .title h3 {
  font-size: 20px;
  font-weight: 700;
}
.ielts_trainning .trainner_content .title .text-red {
  color: #393085;
}

.reach_goals_prep {
  border: 1px solid #d8d8d8;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 6px 6px 0px 0px #393085;
}
.reach_goals_prep .icon_small {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
}

.accordi-respon {
  margin-top: 60px;
}

.h-500 {
  height: 389px;
}/*# sourceMappingURL=style.css.map */