<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
  --color-theme-green: #0f4c8f;
  --color-dark-green: #0f4c8f;
  --color-dark-red: #d92f3d;
   --color-dark-blue: #0f4c8f;
   --color-themeO-green: #1eac87;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body,
html {
  height: 100%;
  transition: 0.3s all;
}

img {
  display: block;
  object-fit: contain;
}

body {
  font-family: "Roboto Serif", sans-serif;
  margin: 0;
  padding: 0px;
  background-color: #fff;
  line-height: 1.5;
  overflow-x: hidden;
  font-weight: 400;
  color: #212529;
}



.edubenchmark-main-header-wrapper {
  padding: 0.5rem 2rem;
  border-radius: 10px;
  z-index: 10;
  position: relative;
  margin-top: 2rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}

.edubenchmark-main-header-wrapper {
  display: flex;
  align-items: center;
}

.edubenchmark-nav-menu-wrapper {
  margin: 0 auto;
}

.edubenchmark-nav-menu-wrapper ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.edubenchmark-nav-menu-wrapper ul li &gt; a {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px;
}

.edubenchmark-nav-menu-wrapper ul li.edubenchmark-hover-menu {
  position: relative;
}

.edubenchmark-nav-menu-wrapper ul li.edubenchmark-hover-menu &gt; a::after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.edubenchmark-cust-drop-menu {
  position: absolute;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.edubenchmark-nav-menu-wrapper
  ul
  li.edubenchmark-hover-menu:hover
  .edubenchmark-cust-drop-menu {
  opacity: 1;
  height: auto;
  z-index: 2;
}

.edubenchmark-cust-drop-menu ul {
  display: block;
}

.edubenchmark-cust-drop-menu ul li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

.edubenchmark-cust-drop-menu ul li a:hover {
  background-color: var(--color-dark-blue);
  color: #fff;
}

.btn-1 {
  border-radius: 10px;
  background: var(--color-theme-green);
  padding: 10px 28px;
  border: none;
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 600;
}

.btn-1.edubenchmark-white-btn {
  border: 1px solid var(--color-theme-green);
  background-color: #fff;
  color: var(--color-theme-green) !important;
}


.btngreen-1.edubenchmark-white-btn{
  border: 1px solid var(--color-themeO-green);
  background-color: #fff;
  color: var(--color-themeO-green) !important; font-size: 1.125rem;
    font-weight: 600; border-radius: 10px; padding: 10px 28px;
}

.btngreen{ background-color:var(--color-themeO-green)}

.btn-3 {
  border-radius: 30px;
  background: #fff;
  display: inline-flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--color-dark-blue) !important;
  font-weight: 600;
}

body#greenTheme .btn-3{ color: var(--color-themeO-green) !important;}



.btn-5 {
  border-radius: 30px;
  background: #fff;
  display: inline-flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--color-theme-green) !important;
  font-weight: 600;
  border: 1px solid var(--color-theme-green);
}

body#greenTheme .btn-5 { border: 1px solid var(--color-themeO-green); color: var(--color-themeO-green) !important;}

.btn-5 svg path {
  fill: var(--color-theme-green);
}

.btn-5:hover {
  background-color: var(--color-theme-green);
  color: #fff !important;
}


body#greenTheme .btn-5:hover {
  background-color: var(--color-themeO-green);
  color: #fff !important;
}

.btn-5:hover svg path {
  fill: #fff;
}

.activeButton.btn-5 {
  background-color: var(--color-theme-green);
  color: #fff !important;
}


body#greenTheme .activeButton.btn-5 {
  background-color: var(--color-themeO-green);
  color: #fff !important;
}

.activeButton.btn-5 svg path {
  fill: #fff;
}

.edubenchmarkhamburger .edubenchmark-line {
  width: 30px;
  height: 3px;
  background-color: var(--color-dark-blue);
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#edubenchmarkhamburger-icn.active .edubenchmark-line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#edubenchmarkhamburger-icn.active .edubenchmark-line:nth-child(2) {
  opacity: 0;
}

#edubenchmarkhamburger-icn.active .edubenchmark-line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.edubenchmark-mega-menu {
  width: auto;
  left: 0;
  right: 0;
  top: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.edubenchmark-mega-menu a {
  color: #000;
  padding: 0;
  text-decoration: none;
  display: block;
}

.edubenchmark-icon-with-text {
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.edubenchmark-icon-text h4 {
  font-size: 15px;
  font-weight: 600;
}

.edubenchmark-icon-text p.headerh4 {
  font-size: 15px;
  font-weight: 600;
}

.edubenchmark-icon-with-text h4 a {
  padding: 0;
}

.edubenchmark-icon-text p {
  color: #7b7e80;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.edubenchmark-icon-with-text {
  margin: 0px;
  margin-top: 1.5rem;
  margin-right: 0.8rem;
}

.edubenchmark-icon-text h4 a:hover {
  color: var(--color-dark-green);
}

.edubenchmark-bg-home {
  position: relative;
  background-image: url("https://edubenchmark.com/assets/images/subimg/pteMainBannergr2.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
}

.edubenchmark-bg-pte {
  background-image: url("https://edubenchmark.com/assets/images/subimg/PTEBanner-blue.avif");
  height: 95%;
}

.edubenchmark-bg-ielts {
  background-color: var(--color-dark-blue);
}

.edubenchmark-bg-ielts .edubenchmark-hero-top-space {
  padding: 150px 0 50px 0;
}

.edubenchmark-bg-ielts .edubenchmark-top-img img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 10;
  transition: 0.3s all;
}

header.sticky {
  max-width: 100% !important;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

header.sticky .edubenchmark-main-header-wrapper {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.edubenchmark-home-banner-text span {
  font-size: 50px;
  color: #000;
  text-shadow: 1px 1px 5px #fff;
  font-weight: 700;
}

.no-shadow {
  text-shadow: none !important;
}

.edubenchmark-home-banner-text {
  font-size: 28px;
  line-height: 44px;
  padding-top: 70px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

.edubenchmark-textInnerButton {
  border-radius: 30px;
  background: #fff;
  display: inline-flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #000;
  font-weight: bold;
}

.edubenchmark-common-space {
  padding-top: 60px;
}

.edubenchmark-common-space-both {
  padding-top: 60px;
  padding-bottom: 60px;
}

.edubenchmark-cust-accrdian {
  padding: 25px;
  border-radius: 20px;
  background: rgba(30, 172, 135, 0.06);
}

.edubenchmark-cust-accrdian .edubenchmark-accrdion-item {
  padding: 0;
  background-color: transparent;
}

.edubenchmark-cust-accrdian button {
  color: var(--color-dark-green);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  position: relative;
  display: flex;
  cursor: pointer;
}

body#greenTheme .edubenchmark-cust-accrdian button{color: var(--color-themeO-green);}


.edubenchmark-accrdion-btn::after,
.edubenchmark-accrdion-btn::before {
  background: var(--color-dark-green);
}

body#greenTheme .edubenchmark-accrdion-btn::after,
body#greenTheme .edubenchmark-accrdion-btn::before {
  background: var(--color-themeO-green);
}
.greenbtn-2{ background: var(--color-themeO-green) !important;}

.simple-hoverable-acc .edubenchmark-accrdion-btn::after,
.simple-hoverable-acc .edubenchmark-accrdion-btn::before {
  background: #000;
}

/*Link color change*/
.edubenchmark-accordian a {
  /* color: #0d6efd; */
  color: #0d6efd;
  /* font-weight: bold; */
  /* text-decoration: underline; */
}

.edubenchmark-click-for-explainer {
  color: #0d6efd !important;
}

/* a.edubenchmark-a-tag {
  color: #0d6efd !important;
  font-weight: bold;
  text-decoration: underline;
} */

.edubenchmark-cust-accrdian p {
  font-size: 18px;
}

.btn-2 {
  border-radius: 30px;
  background: var(--color-dark-blue);
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #fff !important;
}
body#greenTheme .btn-2 {  background: var(--color-themeO-green);}

.edubenchmark-mock-title h2 {
  font-size: 2.188rem;
  color: #333;
  font-style: normal;
  font-weight: 400;
}

.edubenchmark-mock-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.edubenchmark-mock-title h3 {
  font-size: 2.063rem;
  font-style: normal;
  font-weight: 600;
  color: #333;
}

.edubenchmark-mock-title h2.un {
  font-size: 2.063rem;
  font-style: normal;
  font-weight: 600;
  color: #333;
}

.bgWhite{ background: #fff;}  

.edubenchmark-accrdion-btn .edubenchmark-icon-box {
  display: flex;
  border-radius: 8px;
  background: var(--color-dark-blue);
  width: 90px;
  align-items: center;
  justify-content: center;
  height: 90px;
}

body#greenTheme .edubenchmark-accrdion-btn .edubenchmark-icon-box{ background: var(--color-themeO-green);}

.edubenchmark-accrdion-item {
  background: #f3f6f9;
  padding: 20px;
  border-radius: 10px;
}

.box-green {
  background: var(--color-theme-green);
  border-radius: 20px;
}

body#greenTheme .box-green {background: var(--color-themeO-green);}

.box-blue {
  background: var(--color-dark-blue);
  border-radius: 20px;
}

.edubenchmark-edubenchmark-box-inr-text {
  padding-left: 18px;
}

.edubenchmark-common-txt h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
}
.edubenchmark-common-txt h2.frquasked_heading {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.edubenchmark-edubenchmark-box-inr-text .edubenchmark-common-txt h2 {
  font-weight: 400;
  font-size: 45px;
}

.edubenchmark-common-txt p {
  font-size: 25px;
  color: #fff;
}

.edubenchmark-header-black {
  color: #333 !important;
  font-weight: 400;
}

.edubenchmark-simple-accrdian button {
  background-color: #fff;
  color: #444;
  transition: 0.4s;
  color: var(--Black, #333);
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin-top: 10px;
  padding: 18px 30px 18px 18px;
}

.edubenchmark-simple-accrdian button.active {
  background-color: rgba(15, 76, 143, 0.05); 
  color: var(--color-dark-green);
}
body#greenTheme .edubenchmark-simple-accrdian button.active{  color: #0E5C48;}



.simple-hoverable-acc button:hover:not(.active) {
  background-color: rgba(15, 76, 143, 0.05);
}

.edubenchmark-simple-accrdian .edubenchmark-accrdion-item {
  background-color: transparent;
  padding: 0;
  border-radius: 0;

}
.edubenchmark-simple-accrdian .edubenchmark-accordion-panel {
  color: #000;
}



.edubenchmark-gray-bg-box {
  background-color: rgba(15, 76, 143, 0.1);
  border: 1px solid rgba(15, 76, 143, 0.15);
  padding: 15px 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.edubenchmark-gray-bg-box span {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
}

.edubenchmark-gray-bg-box span bdi {
  margin-left: 20px;
}

.edubenchmark-gray-bg-box a {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-dark-blue);
  margin-left: auto;
}
body#greenTheme .edubenchmark-gray-bg-box a{ color: var(--color-themeO-green);}


.edubenchmark-bg-gray {
  background-color: rgba(15, 76, 143, 0.05);
}

.theme-color {
  color: var(--color-theme-green) !important;
}

body#greenTheme .theme-color {
  color: var(--color-themeO-green) !important;
}

.edubenchmark-testimonial-box {
  background: #f8fffc;
  border: 0.5px solid #8ed5c3;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 5px;
  min-height: 330px;
  margin-top: 65px;
  position: relative;
  min-width: 200px;
  width: 200px;
  margin-right: 10px;
  height: 87%;
}

.edubenchmark-testimonial-box .edubenchmark-imageTest img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.edubenchmark-testimonial-box .edubenchmark-imageTest {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.edubenchmark-testimonial-box .testimonial-text {
  margin-top: 50px;
  text-align: center;
}

.edubenchmark-testimonial-box .testimonial-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: var(--color-theme-green);
  width: 100%;
  font-family: Montserrat, sans-serif;
}

body#greenTheme .edubenchmark-testimonial-box .testimonial-text h3{color: var(--color-themeO-green);}

.edubenchmark-testimonial-box .testimonial-text p {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #0c3a5e;
}

.scrollable {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 25px;
}

.scrollable::-webkit-scrollbar {
  width: 2px !important;
}

.scrollable::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background: var(--color-theme-green);
}

.common-title h3 a {
  color: var(--color-theme-green);
  font-size: 32px;
}
body#greenTheme .common-title h3 a {  color: var(--color-themeO-green);}

.scrollBar {
  width: 95%;
  padding-bottom: 25px;
  position: relative;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.blogCateSlider {
  width: 95%;
  background: #d1dde9;
  height: 10px;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
}

.scrollBar .labels {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  margin-top: -18px;
}

.scrollBar .labels label {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 15px;
}

.scrollBar .labels label.activeblue {
  color: var(--color-theme-green);
}

.dotslider {
  width: 25px;
  height: 25px;
  background: #ccc;
  border-radius: 50%;
}

.scrollBar .labels label.activeblue .dotslider {
  background: var(--color-theme-green);
}

body#greenTheme .scrollBar .labels label.activeblue .dotslider {
  background: var(--color-themeO-green);
}

.buttonmove {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 5.721px;
  justify-content: center;
  align-items: center;
  border: none;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
}

#scrollLeftButton {
  position: absolute;
  left: -27px;
  top: 51px;
  z-index: 1;
}

#scrollRightButton {
  position: absolute;
  right: -25px;
  top: 51px;
  z-index: 1;
}

.blogThumb img {
  border-radius: 5px;
}

.blogThumb a {
  color: var(--color-theme-green);
}

.blogsRow {
  display: none;
}

.blogsRow.showblog {
  display: inline-flex;
}

.edubenchmark-mega-menu-box {
  background: #f2f2f2;
  border-radius: 12px;
}

.edubenchmark-mega-menu-box h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-dark-blue);
}

.edubenchmark-mega-menu-box p.headTraining {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-dark-blue);
}
.edubenchmark-mega-menu-box p.headTraining.green{color: var( --color-themeO-green);}


.edubenchmark-mega-menu-box p {
  font-size: 14px;
  font-weight: 400;
}

.edubenchmark-mega-menu-box .joinnow {
  background: var(--color-dark-blue);
  padding: 10px 14px;
  border: none;
  color: #fff !important;
  font-size: 11px;
  border-radius: 6px;
}
.edubenchmark-mega-menu-box .joinnow.greenbtn{ background: var(--color-themeO-green);}

.edubenchmark-mega-menu-box .edubenchmark-col-8 {
  padding: 15px 0 15px 15px;
}

.edubenchmark-connect-social {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  padding: 20px 0 0 0;
}

.edubenchmark-connect-social ul {
  list-style-type: none;
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: end;
}

.edubenchmark-connect-social ul li a {
  padding: 0;
}

.edubenchmark-respo-show {
  display: none;
}
.edubenchmark-mobile-menu {
  left: -100%;
  position: relative;
  height: 0;
}

.edubenchmark-bg-green {
  background-color: #e8f7f3;
}

.edubenchmark-bg-blue {
  background-color: #0f4c8f0d;
}

.edubenchmark-working-days h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.edubenchmark_company_gmail1 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.edubenchmark-bottom-space {
  margin-bottom: 20px;
  border-bottom: 1px solid #d5dbe1;
  padding-bottom: 2rem;
}

.edubenchmark-ft-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2px;
  flex-direction: column;
}

.edubenchmark-ft-content ul li {
  margin: 3px 0;
}

.edubenchmark-ft-content a {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; display: flex;
}

.edubenchmark-ft-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin-bottom: 25px;
}

.buttonRow a {
  text-transform: uppercase;
}

.slblock {
  float: left;
  width: 100%;
  background: #ceffeb;
  padding: 0;
  margin: 20px 0;
  height: 115px;
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.25));
  /* padding: 10px; */
  border-radius: 10px;
}

.slblock label {
  color: #000;
  font-weight: 600;
  padding-bottom: 8px;
  font-size: 20px;
  display: block;
}

.slblock .edubenchmark-col-md-8 {
  padding: 10px;
  float: left;
}

.slblock .edubenchmark-col-md-4 {
  padding-left: 0;
  padding-right: 0;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  float: left;
  text-align: right;
}

.edubenchmark_pr_copanel.edubenchmark-bg1q {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #fff;
  box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, 0.25);
  padding-left: 15px;
  padding-right: 15px;
}

.edubenchmark-leftbgox {
  width: 100%;
  float: left;
}

.edubenchmark_pr_copanel ul.pr {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.edubenchmark_pr_copanel ul.pr li {
  width: 100%;
  text-align: center;
  height: 55px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.choosecler,
.edubenchmark_pr_copanel.edubenchmark-bg1q ul li {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.edubenchmark_pr_copanel.edubenchmark-bg1q ul li {
  color: #0c3a5e;
  font-weight: 500;
  text-align: left;
}

.edubenchmark_pr_copanel ul.pr li:first-child {
  height: 55px;
}

.edubenchmark_pr_copanel ul#grennplate.pr li + li {
  border-top: 2px solid #19a17d;
}

.edubenchmark_pr_copanel ul.pr li:nth-child(9) {
  height: 170px;
}

.edubenchmark_pr_copanel.edubenchmark-bg1q ul li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #2b2b2b;
  margin: 0px;
}

.edubenchmark_pr_copanel ul.pr li:nth-child(10) {
  height: 190px;
}

.edubenchmark_pr_copanel {
  border-radius: 10px;
  border: 1px solid #1eac87;
  background: #f4fffb;
  box-shadow: 2px 4px 3px 0 rgba(0, 0, 0, 0.25);
}

#col-md2new .edubenchmark-col-md-2 {
  width: 15.66666667%;
}

h2.edubenchmark-pkgname {
  padding-left: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #0c3a5e;
  font-family: "Roboto Serif";
  padding-top: 20px;
}

.edubenchmark_pr_copanel h3 {
  font-weight: 600;
  border-bottom: 2px solid #5e5e5e;
  width: 100%;
  margin: 0px;
  padding: 30px 0px;
}

.edubenchmark-clonecopyprq h3,
.edubenchmark_pr_copanel h3 {
  font-style: normal;
  font-size: 40px;
  line-height: 20px;
  float: left;
  text-align: center;
  width: 100%;
}

.edubenchmark_pr_copanel ul.pr li h4 {
  font-size: 24px;
  line-height: normal;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #000;
}

.edubenchmark_pr_copanel ul.pr li + li {
  border-top: 2px solid #5e5e5e;
}

.DISTINCT {
  font-weight: 600;
  color: red;
}

.edubenchmark_pr_copanel ul.pr li svg {
  margin: 0 auto;
}

.edubenchmark_pr_copanel ul.pr li:nth-child(11) {
  height: 127px;
}

.edubenchmark_pr_copanel ul.pr li a.buttonbuy {
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  color: #000;
  box-shadow: 1px 2px 0 #b1b1b1;
  width: 138px;
  margin: 0 auto;
  padding: 13px 0;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Montserrat";
}

.edubenchmark_pr_copanel ul.pr li a.buttonbuy.green_btn {
  background: #19a17d;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 13px 0;
}

#mb_price {
  display: none;
}

#myinput {
  background: linear-gradient(
    to right,
    #19a17d 32%,
    #19a17d 1%,
    #cbf0e1 1%,
    #cbf0e1 100%
  );
  height: 19px;
  width: 100%;
  outline: 0;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
  border-radius: 10px;
}

#myinput:hover {
  opacity: 1;
}

#myinput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: #19a17d;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #fff;
}

#myinput::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04aa6d;
  cursor: pointer;
}

.desktopButtonPos button.desktopCl {
  padding: 10px;
  position: absolute;
  top: -40px;
  right: -6px;
  z-index: 9999;
  opacity: 0;
}

.mocktest_heading54 {
  padding-top: 15px;
  float: left;
  width: 100%;
  text-align: center;
}

#imgnext,
#imgprev,
#mb_price,
#mb_price2,
#mb_price3,
#mobe_prcount,
.hidePendingDiv,
.inactive,
.margin_bottom_r,
.mb_ilce,
.mobileviewimg,
.package-items.borderNoneLast .borderBottom,
ul.edubenchmark_mobile_ProContainer {
  display: none;
}

.sb_block_border_left {
  border-left: 2px solid #fff;
  height: 100%;
}

.fontcolro {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0c3a5e;
}

.fontcolro,
.here_h2 {
  text-align: center !important;
}

.edubenchmark-main-box {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.edubenchmark-howCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background: #0f4c8f;
  color: var(--White, #fff);
  font-family: "Roboto Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 50%;
}

.edubenchmark-header-text-box h3 {
  color: var(--Black, #333);
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.edubenchmark-main-box .edubenchmark-image-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.edubenchmark-common-title-top h1 {
  font-size: 43px;
}

.edubenchmark-common-title-top h1.fontSize41 {
  font-size: 41px;
}

.edubenchmark-common-title-top p {
  font-size: 21px;
  color: #fff;
}

.dark-green-color {
  color: var(--color-dark-green) !important;
}

.common-text-pricing h2 {
  font-size: 32px;
  font-weight: 700;
}

.IeltsspeakingPriceCon {
  border-radius: 10px;
  background: var(--White, #fff);
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
}

.IELTSSpekRow {
  display: flex;
  width: 100%;
  padding: 7px 0;
}

.col40IELTS {
  display: flex;
  width: 40%;
}

.colItlehe {
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.colBOldHeading {
  color: #0f4c8f !important;
  font-family: "Roboto Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
}

.IELTSSpekRow + .IELTSSpekRow {
  border-top: solid 1px rgba(51, 51, 51, 0.15);
}

.bgAlt1 {
  background: #f5f6f7;
}

.contPrIelts {
  color: #000;
  font-family: "Roboto Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13px 0px;
  position: relative;
}

.colItleheLeft {
  justify-content: left;
}

.col20IELTS {
  display: flex;
  width: 20%;
}

.edubenchmark-textInnerButton.prBookNowBg {
  background: var(--Theme-Color, #0f4c8f);
  color: #fff;
  position: absolute;
  right: 0px;
  top: 1px;
  font-size: 14px;
  height: 42px;
  padding: 12px 20px;
  min-width: 200px;
  justify-content: left;
}

.edubenchmark-textInnerButton {
  border-radius: 30px;
  background: #fff;
  display: inline-flex;
  height: 50px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #000;
  font-weight: bold;
}

.IeltesSpeakingMobRow {
  width: 100%;
  display: none;
}

.edubenchmark-textInnerButton.prBookNowBg svg {
  position: absolute;
  right: 14px;
}

.edubenchmark-PTEServicesPriceBox .edubenchmark-priceBox {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px 0px 120px 0px;
  height: 100%;
  font-family: Arial, sans-serif;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, border-color 0.3s;
  position: relative;
  padding: 30px 20px 60px;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox
  h3 {
  font-size: 2em;
  color: #0f4c8f;
  margin: 0;
  font-weight: 600;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox
  .price {
  font-size: 2em;
  color: #333;
  margin: 10px 0;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox
  .duration {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox
  ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 1.2em;
  color: #555;
  text-align: left;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox
  ul
  li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  list-style: none;
  font-size: 16px;
  color: #555;
}

strong.fullmock {
  font-size: 24px;
  color: #0f4c8f;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox
  .btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s;
  font-family: Arial, sans-serif;
}

#pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
  .edubenchmark-priceBox:hover {
  transform: translateY(-10px);
  border-color: #007bff;
}

#forMobileRow {
  display: none;
}

.edubenchmark-common-txt-para h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #333;
}

.edubenchmark-common-txt-para p {
  font-size: 18px;
  line-height: 30px;
  /* color: #333; */
}
.edubenchmark-common-txt-para a {
  color: #0d6efd;
}

.edubenchmark-common-txt-para a:hover {
  opacity: 0.8;
}

.edubenchmark-pdfboxmain {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}

.edubenchmark-pdfboxmain .edubenchmark-pdfbox {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--Blue, #0f4c8f);
  width: 100%;
}

.edubenchmark-pdfboxmain .edubenchmark-pdfbox .edubenchmark-pdfrow {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.edubenchmark-pdfboxmain
  .edubenchmark-pdfbox
  .edubenchmark-pdfrow
  .edubenchmark-boxiconpdf {
  border-radius: 5px;
  margin-right: 7px;
}

.edubenchmark-pdfboxmain .edubenchmark-pdfbox .edubenchmark-pdfrow a {
  text-decoration: underline !important;
  color: #0f4c8f;
}

.edubenchmark-pdfboxmain
  .edubenchmark-pdfbox
  .edubenchmark-pdfrow.edubenchmark-downloadRow {
  justify-content: end;
}

.edubenchmark-pdfboxmain
  .edubenchmark-pdfbox
  .edubenchmark-pdfrow.edubenchmark-downloadRow
  a {
  color: var(--Blue, #0f4c8f);
  font-family: "Roboto Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none !important;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

.ptacd p {
  font-size: 18px;
  line-height: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#hesitaion h2.padTop {
  padding-top: 30px;
}

#hesitaion h2 {
  font-size: 1.75rem !important;
  font-weight: 500 !important;
}

.edubenchmark-light-green-color h2 {
  display: flex;
  color: var(--Blue, #0f4c8f);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.edubenchmark-all-video {
  background: #0f4c8f;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0px 5px 10px;
}

.edubenchmark-video-btn {
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--White, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px !important;
}

.edubenchmark-video-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edubenchmark-whyChooseContent p {
  color: #fff;
  font-size: 15px;
}

.edubenchmark-btn-subscribe {
  color: var(--color-dark-red) !important;
  background-color: #fff;
}

.edubenchmark-respo-frame {
  width: 100%;
  /* height: 100%; */
}

.header-3 .edubenchmark-main-header-wrapper {
  box-shadow: none;
  margin-top: 0;
}

.header-3 .edubenchmark-cust-drop-menu ul li a:hover {
  background-color: #d6303c;
}

.edubenchmark-desk-login {
  cursor: pointer;
  background: none;
  color: red !important;
  font-size: 17px;
  font-weight: 700;
}

.edubenchmark-class-traning {
  padding: 20px 0 20px;
  background-color: #0c3a5e;
}

.edubenchmark-class-traning.edubenchmark_grayy_color_h {
  background-color: var(--color-theme-green);
  padding: 5px 0;
}

.edubenchmark-class-traning h1 {
  color: #fff !important;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

ul.edubenchmark-quickPriceSection {
  text-align: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.edubenchmark-quickPriceSection li {
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 6px 24px;
}

ul.edubenchmark-quickPriceSection li + li {
  margin-left: 17px;
}

ul.edubenchmark-quickPriceSection li a {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #0c3a5e;
  font-weight: 600;
  font-family: Montserrat, sans-serif;

  :hover {
    color: #0c3a5e;
  }
}

.header-3 {
  /* position: sticky; */
  background-color: #fff;
}

.edubenchmark-mainCTA {
  display: flex;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0px;
}

.edubenchmark-imageCTA img {
  width: 100%;
  object-fit: cover;
}

.edubenchmark-imageCTA {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.edubenchmark-contentCTA {
  display: flex;
  flex-direction: column;
  width: 54%;
  justify-content: center;
  align-items: center;
}

.edubenchmark-contentCTA h2 {
  color: #003471;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin: 0px;
  font-family: Montserrat, sans-serif;
}

.edubenchmark-contentCTA p {
  color: #003471;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.edubenchmark-contentCTA p.edubenchmark-colred {
  color: #1eac87;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  font-family: Montserrat, sans-serif;
}

.edubenchmark-buttonCTA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26%;
}

.edubenchmark-buttonCTA a {
  border-radius: 8px;
  background: #1eac87;
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
}

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

.edubenchmark-delve p {
  font-size: 18px;
  font-weight: 500;
  color: #0c3a5e;
  margin: 15px 0;
  text-align: justify;
}

/*Link color change*/
.edubenchmark-delve p a {
  /* color: #0c3a5e; */
  color: #0d6efd;
  font-weight: bold;
  /* text-decoration: underline; */
}

.edubenchmark-acc-ote .edubenchmark-accrdion-item {
  background-color: transparent;
  border-bottom: 1px solid #1eac87;
  border-radius: 0;
}

.edubenchmark-acc-ote .edubenchmark-accrdion-item button img {
  width: 30px;
  height: 30px;
}

.edubenchmark-acc-ote .edubenchmark-accrdion-item p {
  margin: 0;
}

.edubenchmark-arrow-faq .edubenchmark-accrdion-btn:before {
  border: 7px solid transparent;
  border-top-color: #000;
  right: 0px;
  margin-top: 0;
  background-color: transparent !important;
}

.edubenchmark-arrow-faq .edubenchmark-accrdion-btn:after {
  display: none;
}

.edubenchmark-arrow-faq .edubenchmark-accrdion-btn.active:before {
  border-bottom-color: #074b7b;
  border-top-color: transparent;
}

.edubenchmark-faq-ote .edubenchmark-accordion-panel {
  color: #0c3a5e;
}

.haveQuestion,
.readyTostart {
  padding-top: 35px;
  text-align: center;
}

.havequestText,
.seeMore button {
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #1eac87;
  font-family: Montserrat, sans-serif !important;
}

.haveEmail {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #2b2b2b;
  font-family: Montserrat, sans-serif;
}

.readyBox {
  background: #f2f8ff;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin: 0 auto;
  width: 816px;
  padding: 20px 138px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  color: #385f8c;
  font-family: Montserrat, sans-serif;
}

.readyBox,
.signUpPro {
  font-size: 24px;
}

.edubenchmark-signUpProBTN {
  background: #1eac87;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  font-size: 15px;
  padding: 12px 32px;
  margin-left: 40px;
  line-height: 28px;
  color: #fff !important;
  font-style: normal;
  font-weight: 600;
}

.edubenchmark-disclaimernewAdd {
  color: #26b77c;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  padding: 0 160px;
  font-size: 14px;
}
.edubenchmark-disclaimernewAdd a {
  color: #337ab7;
}

body:has(.header-3) footer {
  padding: 25px 0 15px;
  background: #232f3e;
  color: #fff;
  position: relative;
}

.edubenchmark-footer-link h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 24px;
}

.edubenchmark-footer-list,
.edubenchmark-working-day,
.edubenchmark-list-inline,
#mainnavnew ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.edubenchmark-footer-list li {
  list-style: none;
  line-height: 2;
}

.edubenchmark-footer-list li a,
.email-info {
  color: #fff;
  word-break: break-all;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  font-weight: 400;
  font-size: 15px;
}

.edubenchmark-footer-list li a:hover,
.email-info:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #d6303c;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.edubenchmark-working-day li {
  line-height: 2;
  list-style: none;
  font-size: 24px;
}

.edubenchmark-list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.header-3 .edubenchmarkhamburger .edubenchmark-line {
  background-color: #0c3a5e;
}

.header-3 .edubenchmarkhamburger {
  z-index: 101;
}

#mainnavnew {
  position: fixed;
  z-index: 100;
  background-color: rgba(214, 48, 60);
  width: 100%;
  height: 900px;
  text-align: center;
  color: #fff;
  top: 0;
  padding-top: 50px;
  display: none;
}

#mainnavnew.show {
  display: block;
}

#mainnavnew ul li {
  list-style: none;
  text-align: center;
}

.h-fix-full {
  height: 100% !important;
}

#mainnavnew ul li {
  font-size: 38px !important;
  font-weight: 500 !important;
}

#mainnavnew .edubenchmark-dropdown-content {
  position: static;
  background-color: transparent;
  box-shadow: none;
}

.edubenchmark-menu-list ul {
  list-style-type: none;
  padding: 0;
}

#mainnavnew .edubenchmark-menu-list .edubenchmark-dropdown-btn {
  color: #fff;
  font-size: 30px;
}

#mainnavnew .edubenchmark-menu-list ul {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
}

#mainnavnew .edubenchmark-dropdown-content ul li a {
  color: #fff;
  font-size: 20px;
}

.header-3.fixed-top .edubenchmark-respo-hide-sec {
  display: none;
}

.header-3.fixed-top {
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

#mainnavnew .edubenchmarkhamburger {
  position: fixed;
  top: 7px;
  right: 5px;
}

#mainnavnew .edubenchmarkhamburger .edubenchmark-line {
  background-color: #0c3a5e;
}

.edubenchmark_grayy_color_h,
ul.edubenchmark-quickPriceSection
  li.edubenchmark-priceButtonSelection.edubenchmark-btnCactive {
  background: #1eac87;
}

ul.edubenchmark-quickPriceSection li.edubenchmark-priceButtonSelection {
  border: 1px solid #1eac87;
  padding: 10px 84px;
}

ul.edubenchmark-quickPriceSection
  li.edubenchmark-priceButtonSelection.edubenchmark-btnCactive
  a,
ul.edubenchmark-quickPriceSection li.edubenchmark-priceButtonSelection:hover a {
  color: #fff;
}

ul.edubenchmark-quickPriceSection li.edubenchmark-priceButtonSelection:hover {
  background: #1eac87;
  border: 1px solid #1eac87;
}

ul#twobuttonCont,
ul#fourbuttonCont {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

ul#twobuttonCont li,
ul#fourbuttonCont li {
  list-style: none;
}

ul#twobuttonCont li a,
ul#fourbuttonCont li a {
  position: relative;
  background: var(--White, #fff);
  border: solid 1px #003471;
  color: var(--Green, #003471);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  display: inline-block;
  width: 208px;
}

ul#twobuttonCont li.edubenchmark_edubenchmark_current_active a,
ul#fourbuttonCont li.edubenchmark_edubenchmark_current_active a {
  color: #fff;
  background: #003471;
}

.edubenchmark-conPadbottom {
  padding-top: 28px;
}

.edubenchmark-row.package-list .edubenchmark-col-md-4 {
  margin-bottom: 20px;
}

.package-item {
  border: 1px solid #56c1a5 !important;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.package-type {
  font-style: normal;
  font-size: 34px;
  line-height: 48px;
  color: #003471;
}

.boxTest h4,
.newpaerh,
.package-type {
  text-align: center;
  font-weight: 600;
}

.package-price,
.package-validity {
  font-style: normal;
  line-height: 38px;
  font-weight: 600;
}

.package-validity {
  font-size: 18px;
  color: #e15b69;
}

.package-price {
  font-size: 32px;
  color: #0c3a5e;
  text-align: center;
}

.borderWrap {
  float: left;
  width: 100%;
  padding: 25px 0;
}

.borderStyle {
  margin: 0 auto;
  width: 191px;
  height: 1px;
  background: #003471;
  float: none;
}

.fullTest {
  color: #0c3a5e;
  font-weight: 500;
}

.package-items {
  width: 100%;
  float: left;
  padding: 0px 0px;
  text-align: center;
  height: 100%;
}

.package-items .borderBottom {
  position: absolute;
  bottom: 0;
  left: 48px;
  width: 170px;
  background: #003471;
  border-bottom: 1px solid #003471;
}

.package-item .btn_gr {
  font-size: 24px;
  padding: 6px 30px;
  background: #1eac87;
  border-radius: 6px;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.24);
}

.btn_gre2 {
  background: #1eac87 !important;
  color: #fff !important;
  border: solid 2px #1eac87 !important;
}

.package-items {
  position: relative;
}

.package-items + .package-items {
  border-top: none;
  padding-bottom: 15px;
  padding-top: 15px;
}

p.tooltipnoti {
  color: #496b86 !important;
  font-size: 15px;
  line-height: 20px;
  padding-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.package-items p {
  font-size: 17px;
  color: #000;
  line-height: 30px;
  margin-bottom: 2px;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.pack1 {
  background: #f8fffc !important;
}

.pack2 {
  background: #f4fffb !important;
}

.pack3,
.edubenchmark_pr_copanel.bg2q {
  background: #e9fff6 !important;
}

.fullTest,
.improveFig {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.byClicking {
  padding-top: 22px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #496b86;
  font-family: Montserrat, sans-serif;
}

.forchines,
.termsD {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.seeMore button {
  background: #0c3a5e;
  border-radius: 6px;
  padding: 12px 24px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.DISTINCT {
  font-weight: 600;
  color: red;
  margin-bottom: 0;
}

.DISTINCT_PTremove {
  padding-top: 5px;
  margin-bottom: 0;
}

.edubenchmark-termsD.china a {
  color: red;
}

.edubenchmark-termsD,
.edubenchmark-termsD a {
  color: #003471;
}

.package-items p.advaced {
  font-size: 19px;
  letter-spacing: -1px;
}

.package-items p {
  color: #496b86 !important;
  font-weight: 500;
  margin-bottom: 0;
}

.edubenchmark-OurPackagesIelts {
  display: flex;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.edubenchmark-ourpackDes {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.edubenchmark-desHeadingIelts {
  color: var(--Black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  opacity: 0;
}

#list_Info_Ielts_ID.edubenchmark-listInfoIelts {
  margin-top: 94px;
}

.edubenchmark-listInfoIelts {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 125px;
}

.edubenchmark-listInfoIelts {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 125px;
}

.edubenchmark-ourpackpackName {
  width: 20%;
  display: flex;
  flex-direction: column;
}

#pricing_Heading_List_ID.edubenchmark-priceHeadingList {
  background: #0f4c8f;
}

#desktop_show_price_ID.edubenchmark-desktopshowprice .edubenchmark-infoIelts i {
  color: #3c763d;
  visibility: visible;
  display: inline;
}

#allignCenter.edubenchmark-listInfoIelts .edubenchmark-infoIelts i {
  font-size: 21px;
  color: #1eac87;
}

#allignCenter.edubenchmark-listInfoIelts .edubenchmark-infoIelts svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
}

.edubenchmark-heightSetDouble {
  height: 63px;
}

.edubenchmark-mobileviewPrice {
  display: none;
}

#pricing_Heading_List_ID.edubenchmark-priceHeadingList h2 {
  color: #fff;
}

.edubenchmark-priceHeadingList h2 {
  display: flex;
  width: 100%;
  justify-content: center;
  color: var(--Black, #333);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.edubenchmark-priceHeadingList {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#pricing_Heading_List_ID.edubenchmark-priceHeadingList {
  background: #0f4c8f;
}

.edubenchmark-priceHeadingList {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#pricing_Heading_List_ID.edubenchmark-priceHeadingList h3 {
  color: #fff;
}

.edubenchmark-priceHeadingList h3 {
  display: flex;
  width: 100%;
  justify-content: center;
  color: var(--Black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#pricing_Heading_List_ID.edubenchmark-priceHeadingList h4 {
  color: #fff;
  font-size: 30px;
}

.edubenchmark-priceHeadingList h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  color: var(--Black, #333);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.edubenchmark-listInfoIelts {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 125px;
}

#desktop_show_price_ID.edubenchmark-desktopshowprice {
  background: #fafafa;
  border-left: solid 1px #e7eef4;
}

#allignCenter.edubenchmark-listInfoIelts .edubenchmark-infoIelts {
  justify-content: center;
  align-items: center;
}

.edubenchmark-listInfoIelts .edubenchmark-infoIelts {
  display: flex;
  width: 100%;
  color: var(--Black, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-top: solid 1px #e7eef4;
  padding: 10px 5px;
}

a.edubenchmark-buttonPayNow {
  border-radius: 30px;
  background: var(--Theme-Color, #0f4c8f);
  display: inline-flex;
  padding: 9px 22px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  margin-top: 20px;
}

.edubenchmark-byclickText {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
}

.edubenchmark-byneed {
  color: #154670;
  font-size: 18px;
  padding-top: 20px;
  text-align: center;
}

.edubenchmark-newpay {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  gap: 5px;
}

.edubenchmark-newpay p {
  color: var(--Black, #333);
  text-align: center;
  font-family: "Roboto Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.edubenchmark-newpay p a {
  color: var(--Red-Color, #d92f3d);
  text-align: center;
  font-family: "Roboto Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black background with opacity */
}

.modal-dialog {
  position: relative;
  margin: 10% auto;
  max-width: 800px;
  background-color: white;
  border-radius: 8px;
}

.edubenchmark_m_header_r {
  background: #0c3a5e;
  padding: 10px;
}

.edubenchmark_m_header_r .modal-title {
  color: #fff;
  display: inline;
  font-size: 22px;
}

.edubenchmark_m_header_r p.modal-title {
  color: #fff;
  display: inline;
  font-size: 22px; margin-bottom: 0px;
}


.edubenchmark_m_header_r .edubenchmark-close {
  border: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.edubenchmark_min_height {
  height: 300px;
  overflow-y: scroll;
  padding: 10px;
}

.edubenchmark_min_height h6 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.edubenchmark_min_height p.termheadingP {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px; 
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.edubenchmark-flowmodal-image {
  width: 100%;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn {
  padding: 10px;
  font-size: 17px;
}

/* Styles for .edubenchmark-static-div-footer2 */
.edubenchmark-static-div-footer2 {
  position: fixed;
  bottom: 10px;
  left: 20px;
}

/* Styles for .edubenchmark-static-div-footer2-button */
.edubenchmark-static-div-footer2-button {
  box-shadow: 0 0 0 0 #3dc21b;
  background-color: #1855a1;
  border-radius: 14px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 #2f6627;
  text-align: center;
}

.edubenchmark-static-div-footer2-button span {
  display: block;
  text-decoration: underline;
  text-shadow: none;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.edubenchmark-static-div-footer2-button:hover {
  background-color: #0a3f81;
  color: #fff;
  opacity: 0.9;
}

.edubenchmark-static-div-footer2-button:active {
  position: relative;
  top: 1px;
  color: #fff;
}

.edubenchmark_cursor_pointer_btn {
  cursor: pointer;
}

.edubenchmark-animated-box {
  transition: height 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
  opacity: 1;
}

.edubenchmark-animated-box-hidden {
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.edubenchmark-iframepop {
  position: fixed;
  z-index: 99999999999;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-top: 50px;
}

.edubenchmark-iframepop .edubenchmark-iframecon {
  margin: 0 auto;
  width: 600px;
}

.edubenchmark-ifrmaepop_f {
  float: left;
  width: 100%;
}

.edubenchmark-flt {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0px;
}

.edubenchmark-close-explaination-video {
  color: #000;
  padding: 10px 10px;
  display: inline-block;
}

.edubenchmark-ifrmaepop_f.edubenchmark-text-right {
  text-align: right;
}

/* PTE page popup starts */
.edubenchmark-popupSectionWise {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Popup header styling */
.edubenchmark-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.edubenchmark-popup-header h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.edubenchmark-close-btn {
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.edubenchmark-close-btn:hover {
  color: #007bff;
}

/* Tab styling */
.edubenchmark-tabs {
  display: flex;
  margin-top: 20px;
  border-bottom: 2px solid #ddd;
}

.edubenchmark-tab {
  flex: 1;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background-color: #f9f9f9;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

.edubenchmark-tab:hover {
  background-color: #e9ecef;
}

.edubenchmark-tab.edubenchmark-active {
  background-color: #007bff;
  color: #fff;
  border-bottom: 2px solid #007bff;
}

/* Tab content styling */
.edubenchmark-tab-content {
  display: none;
  padding: 15px 0;
}

.edubenchmark-tab-content.edubenchmark-active {
  display: block;
}

.edubenchmark-tab-content h3 {
  margin-top: 0;
  font-size: 16px;
  color: #007bff;
}

.edubenchmark-tab-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.edubenchmark-tab-content ul li {
  margin-bottom: 5px;
  color: #555;
}

.edubenchmark-tabshowMobile {
  display: none;
}

.edubenchmark-cusrsorPopup {
  color: #555;
  text-decoration: underline !important;
  cursor: pointer;
}

.edubenchmark-tab-content.edubenchmark-active {
  background-color: #fff;
}

strong.edubenchmark-fullmock {
  font-size: 24px;
  color: #0f4c8f;
}

/* PTE page popup ends */
.edubenchmark-cl-overline {
  text-decoration: line-through;
}

a.edubenchmark-ter-cond-text {
  color: #0a4585;
}

.edubenchmark-spanFree {
  color: #26b77c;
  text-transform: uppercase;
  font-size: 17px;
}

.edubenchmark-dropdown .edubenchmark-dropdown-btn svg.open {
  display: none;
}

.edubenchmark-dropdown:has(.edubenchmark-mega-menu.show)
  .edubenchmark-dropdown-btn
  svg.open {
  display: block;
}

.edubenchmark-dropdown:has(.edubenchmark-mega-menu.show)
  .edubenchmark-dropdown-btn
  svg.not-open {
  display: none;
}

.edubenchmark-top-sec-h-3 {
  margin-top: 220px;
}

.margin_signuptop {
  margin-top: auto;
}

.edubenchmark-accrdion-item-oet-course {
  padding: 8px 0 0 0 !important;
}
.edubenchmark-accrdion-item-oet-course button.edubenchmark-accrdion-btn.active {
  border-bottom: 1px solid #1eac87;
}
.edubenchmark-accrdion-item-oet-course .edubenchmark-accordion-panel {
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  color: #0c3a5e;
  font-style: normal;
  line-height: 27px;
  font-family: Montserrat, sans-serif;
}
.edubenchmark-text-black {
  color: #000 !important;
}
.edubenchmark-text-light-black {
  color: #333 !important;
}

.edubenchmark-accrdion-btn.big-arrow:before {
  right: 12px;
  height: 25px;
  margin-top: -12.5px;
}
.edubenchmark-accrdion-btn.big-arrow:after {
  width: 25px;
}
.edubenchmark-accrdion-btn.big-arrow:after,
.edubenchmark-accrdion-btn.big-arrow:before {
  top: 50%;
}
.edubenchmark-accrdion-btn.big-arrow.active:before {
  height: 0;
}
.edubenchmark-textInnerButton.speak {
  padding-left: 35px;
  width: 212px;
  justify-content: flex-start;
}
.edubenchmark-accordion-panel .btn-2 {
  width: 257px;
  justify-content: flex-start;
  font-weight: 600;
}
.box-inr-text {
  padding-left: 20px;
}
#col-md2new .edubenchmark-col-md-2 {
  max-width: 15.66666667%;
}
.colprt {
  margin: 0 14px;
  padding: 0;
}
p.changepriceSpace img {
  margin-right: 24px;
  margin-top: -3px;
}
.pr_copanel.bg1q ul li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #2b2b2b;
  margin: 0px;
}
p.changepriceSpace {
  padding: 5px 0; display: inline-flex;
}
.pr_copanel ul.pr li:nth-child(10) {
  height: 190px;
}
.pr_copanel ul.pr li {
  width: 100%;
  text-align: center;
  height: 55px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
p.ter-cone {
  display: inline-block;
  padding-top: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.DISTINCT.mocktab {
  padding-top: 7px;
  font-size: 14px;
}
.contentServices h3,
.newpaerh,
.package-type,
ul.quickPriceSection li a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.pricing-ote .package-price {
  font-size: 35px;
  color: #0c3a5e;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 38px;
  font-weight: 600;
}

.pricing-ote .onlyBasicBTop {
  padding-bottom: 20px;
}
.pricing-ote strong {
  font-weight: 600;
}
.pricing-ote .edubenchmark-col-right {
  width: 100%;
  /* float: left; */
  padding: 0 4px;
}
.pricing-ote .package-items p.fourtext {
  font-weight: 600;
  color: #003471 !important;
  letter-spacing: -1px;
}
.pricing-ote .package-items p,
.pricing-ote .package-items p.fourtext {
  line-height: 24px;
  font-style: normal;
  font-size: 18px;
}
.pricing-ote p.tooltipnoti {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-top: 10px;
  color: #496b86 !important;
  font-size: 14px;
  line-height: 20px;
}
.pricing-ote .package-items p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
/*.blog-box .btn-readmore:hover,
a:hover {
  opacity: 0.8;
}*/
body:has(.header-3) .blog-box .btn-readmore:hover,
body:has(.header-3) a:hover {
  opacity: 0.8;
}
.pricing-ote .package-items a {
  color: #337ab7;
  text-decoration: underline;
}
.pricing-ote .package-items a:hover {
  text-decoration: none;
}
.forchines {
  color: #496b86;
  padding-top: 10px;
}
.edubenchmark-faq-ote .edubenchmark-accrdion-btn {
  padding: 0;
}
.edubenchmark-faq-ote .edubenchmark-accrdion-item {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.edubenchmark-faq-ote .edubenchmark-accrdion-btn {
  padding: 13px 10px;
  border: solid 1px #ccc;
  background: #f2f8ff;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: #0c3a5e !important;
  border-bottom: none;
  margin-top: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.edubenchmark-faq-ote .edubenchmark-accordion-panel {
  color: #003471;
  font-weight: 600;
  font-style: normal;
  line-height: 27px;
  font-family: Montserrat, sans-serif;
}
.edubenchmark-faq-ote .edubenchmark-accordion-panel p:last-of-type {
  margin-bottom: 0;
}
.edubenchmark-faq-ote .edubenchmark-accordion-panel a {
  color: #337ab7;
  text-decoration: none;
}
.edubenchmark-big-button {
  padding: 12px 40px !important;
}
.blogThumb a h3 svg {
  display: none;
}
.bannerBgPTE {
  display: flex;
}
.bannerBgPTE .edubenchmark-edubenchmark-box-inr-text {
  width: 1194px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-top: 30px;
  justify-content: center;
}
.bannerBgPTE .BannerImgArea.mocksha {
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  width: 1018px;
}
.bannerBgPTE .BannerImgArea {
  display: flex;
}
.pte-home-banner span {
  font-family: "Roboto Serif", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 0;
}
.pte-faq .edubenchmark-accordion-panel p {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.headingPrice h2 {
  color: var(--Black, #333);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blogThumb h3 {
  color: var(--color-theme-green);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}
body#greenTheme .blogThumb h3{color: var(--color-themeO-green);}

.mrremove {
  margin: 0 !important;
}

a.header-btn {
  background: #0f4c8f;
  border-radius: 10px;
  padding: 10px 16px !important;
  border: none;
  color: #fff !important;
  font-family: "Roboto Serif", serif;
  font-size: 1.125rem;
}
a.header-btn.greenBtn{    background: #1EAC87;}

.btnMobileLoginSignup {
  margin: 0 auto;
  margin-bottom: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 63%;
  border-radius: 30px !important;
  text-transform: uppercase;
}
.faq-ielts-writing .edubenchmark-accordion-panel,.pte-faq .edubenchmark-accordion-panel{
  font-size: 18px;
  padding: 18px !important;
  margin: 0 !important;
}
.faq-itelts-speacking .edubenchmark-accordion-panel {
  font-size: 18px;
  margin: 0 !important;
  padding: 18px !important;
  padding-left: 34px !important;
}
#australiaAddressDiv {
  display: block !important;
}
body.header-2 footer,body.edubenchmark-header-1 footer {
  padding-bottom: 83px;
}
.edubenchmark-accordian.simple-hoverable-acc
  .edubenchmark-accrdion-item:has(.edubenchmark-accrdion-btn.active)
  .edubenchmark-accordion-panel {

  box-shadow: 0px 2px 0px #f3f1f1;
}

.edubenchmark-menu-list{ display: none;}

 .edubenchmark_video_wrapper {
        width: 100%;
        max-width: 100%;
         min-height: 392px;
        margin: 0 auto;
      }
  
      .edubenchmark_video_placeholder {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
        background-color: #000;
        cursor: pointer;
        overflow: hidden;
        border-radius: 12px;
      }
      .edubenchmark_video_placeholder.whiteBg{ background: #fff;}
  
      .edubenchmark_video_placeholder img,
      .edubenchmark_video_placeholder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0;
      }
      img.videoContaine{  object-fit:scale-down;}
  
      .edubenchmark_video_play_button {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        background: url('https://upload.wikimedia.org/wikipedia/commons/e/e4/YouTube_play_button_icon_%282013-2017%29.svg') no-repeat center;
        background-size: contain;
        transform: translate(-50%, -50%);
        pointer-events: none;
      }
img.edubenchmark-fluidcor {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1200 / 550;
}

    .iframecon{ margin: 0 auto;width: 560px;}
    .flt { float: left; width: 100%; background: #fff;  padding: 0px;}
    .ifrmaepop_f.text-right{ text-align: right}
    .ifrmaepop_f.text-right button{    border: none; font-size: 20px; font-weight: bold; text-align: right; cursor: pointer;}
  

/* =============media-query=================== */






 @media (max-width: 768px) {
  .iframecon{ width: 100% !important;}
    .ifrmaepop_f .edubenchmark-youtube-video{ width: 100% !important; height: 300px !important;}
  
.edubenchmark_video_wrapper{min-height: auto;}

  .edubenchmark-respo-hide {
    display: none;
  }

  .edubenchmark-cust-accrdian button {
    font-size: 21px;
    line-height: 30px;
  }

  .edubenchmark-common-txt h2 {
    font-size: 35px;
  }

  .edubenchmark-common-txt p {
    font-size: 18px;
  }

  .edubenchmark-edubenchmark-box-inr-text {
    padding-top: 20px;
  }

  .box-green .respo-bg-img {
    margin-top: 15px;
  }

  .edubenchmark-gray-bg-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .edubenchmark-gray-bg-box a {
    margin-left: 0;
  }

  .edubenchmark-gray-bg-box span bdi {
    margin-left: 0;
  }

  .edubenchmark-respo-show {
    display: block;
  }

  .edubenchmark-mobile-menu .edubenchmark-top-space {
    margin-top: 125px;
  }

  .edubenchmark-mobile-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 9;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate3d(0, 0, 0);
    transition: 0.5s ease-in-out;
  }
  .edubenchmark-mobile-menu.edubenchmark-respo-show {
    left: 0;
  }
  .edubenchmark-menu-list{ display: block;}
.withimageIelts{ max-width: 100%; margin-top: 30px;}
.edubenchmark-mobile-menu.edubenchmark-respo-show &gt;.edubenchmark-mega-menu{ display: block;}
.edubenchmark-mobile-menu.edubenchmark-respo-show &gt;.edubenchmark-mega-menu &gt;.edubenchmark-row{ flex-direction: column;}
.edubenchmark-mobile-menu.edubenchmark-respo-show &gt;.edubenchmark-mega-menu &gt;.edubenchmark-row &gt;.edubenchmark-col-xl-9.edubenchmark-col-8{    flex: 100%; max-width: 100%; padding: 0px;}
.edubenchmark-mega-menu &gt;.edubenchmark-menu-list{ margin-top: 98px;}
.edubenchmark-mega-menu &gt;.edubenchmark-menu-list ul &gt; li &gt; .edubenchmark-dropdown-btn{ background: #e7edf4; margin-bottom: 15px;}
.edubenchmark-mega-menu &gt;.edubenchmark-menu-list ul &gt; li a{background: #e7edf4;}

.edubenchmark-mobile-menu.edubenchmark-respo-show &gt;.edubenchmark-mega-menu &gt;.edubenchmark-row &gt;.edubenchmark-col-xl-9.edubenchmark-col-8 &gt;.edubenchmark-row{ width: 100%;}
.edubenchmark-mobile-menu.edubenchmark-respo-show &gt;.edubenchmark-mega-menu &gt;.edubenchmark-row &gt;.edubenchmark-col-xl-9.edubenchmark-col-8 &gt;.edubenchmark-row &gt;.edubenchmark-col-xl-4.edubenchmark-col-lg-6{width: 50%; padding-right: 0px; padding-left: 12px;}
  .edubenchmark-mobile-menu .edubenchmark-dropdown-content {
    position: static;
    box-shadow: none;
  }

  .edubenchmark-menu-list .edubenchmark-dropdown-content li a {
    display: flex;
  }

  body:has(.header-3)
    .edubenchmark-menu-list
    .edubenchmark-dropdown-content
    li
    a {
    align-items: center;
    justify-content: center;
  }

  .edubenchmark-menu-list .edubenchmark-dropdown-content li a span {
    margin-left: auto;
  }

  .edubenchmark-menu-list .edubenchmark-dropdown-btn {
    display: flex;
    width: 100%;
    text-align: start;
    justify-content: space-between;
    align-items: center; font-weight: bold;
  }
  .edubenchmark-dropdown-btn span svg {
    transition: 0.3s all;
  }
  .edubenchmark-menu-list li:has(.show) .edubenchmark-dropdown-btn span svg {
    transform: rotate(180deg);
  }

  body:has(.header-3) .edubenchmark-menu-list .edubenchmark-dropdown-btn {
    display: unset;
    text-align: center;
  }

  .edubenchmark-menu-list ul &gt; li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .edubenchmark-top-space .edubenchmark-menu-list ul &gt; li {
    border-bottom: none;
    line-height: 30px;
    margin: 21px 0;
    overflow: hidden;
    padding: 8px 32px;
    position: relative;
    text-transform: uppercase;
    background: #e7edf4;
  }
  .edubenchmark-top-space
    .edubenchmark-menu-list
    ul.edubenchmark-children
    &gt; li {
    padding: 21px 0px;
    margin: 0;
  }
  .edubenchmark-top-space .edubenchmark-menu-list ul.edubenchmark-children {
    padding-top: 28px;
    margin-bottom: 0;
    background: #e7edf4;
  }

  .edubenchmark-top-space .edubenchmark-menu-list ul &gt; li button,
  .edubenchmark-top-space .edubenchmark-menu-list ul &gt; li a {
    padding: 0;
    font-size: 20px;
    font-family: "Roboto Serif", serif;
  }

  .edubenchmark-menu-list .edubenchmark-dropdown-content li {
    border: 0;
  }

  .edubenchmark-menu-list ul &gt; li a {
    color: #000;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: block; 
  }
  .edubenchmark-menu-list ul &gt; li a.mbBold{ font-weight: bold;}
  footer {
    padding-bottom: 80px;
  }

  footer .edubenchmark-connect-social ul {
    justify-content: start;
  }

  footer .edubenchmark-connect-social {
    text-align: start;
  }

  .edubenchmark-ft-content h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .edubenchmark-working-days h4 {
    font-size: 22px;
  }

  .edubenchmark_company_gmail1 {
    font-size: 16px;
  }

  .edubenchmark-ft-content {
    margin-bottom: 20px;
  }

  .edubenchmark-pdfboxmain {
    flex-wrap: wrap;
    gap: 30px;
  }

  .readyBox {
    width: 100%;
    padding: 10px 0;
  }

  .readyBox,
  .signUpPro {
    font-size: 14px;
  }

  .edubenchmark-h-100 {
    height: auto;
  }

  .edubenchmark-bg-ielts .edubenchmark-hero-top-space {
    padding-top: 80px;
  }

  
  .headingPrice h2 {
    font-size: 3rem;
    padding: 0 20px;
  }

a.header-btn:hover {
    color: #fff;
  }

  ul.edubenchmark_mobile_ProContainer {
    display: block;
    margin-top: 15px;
  }

  ul.edubenchmark_mobile_ProContainer li {
    border-radius: 0;
    border-bottom: 0;
    background: #f2f8ff;
    padding: 6px 11px;
    display: inline-block;
  }

  ul.edubenchmark_mobile_ProContainer li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #2b2b2b;
  }

  ul.edubenchmark_mobile_ProContainer li.edubenchmark-activebtn {
    background: #f1f1f1;
    border-bottom: solid 2px #1eac87;
  }

  .edubenchmark-signUpProBTN {
    margin-left: 10px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .edubenchmark-tabshowDesktop {
    display: none;
  }

  .edubenchmark-tabshowMobile {
    display: block;
  }

  .edubenchmark-bg-home {
    background: url("https://edubenchmark.com/assets/images/subimg/oetMainBannergr-mobile2.avif");
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    padding-bottom: 30px;
    height: 98%;
  }

  .edubenchmark-bg-pte {
    background: url("https://edubenchmark.com/assets/images/subimg/PTEBanner-blue-mobile.avif");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .edubenchmark-home-banner-text {
    text-align: center;
    font-size: 24px;
  }

  /* .edubenchmark-home-banner-text span {
    font-size: 40px;
  } */

  .edubenchmark-row:has(.edubenchmark-home-banner-text) {
    align-items: end;
    padding-bottom: 10px;
  }

  .edubenchmark-row
    .edubenchmark-col-md-12:has(.edubenchmark-home-banner-text) {
    text-align: center;
  }

  .edubenchmark-accrdion-item button {
    font-size: 20px;
  }

  .edubenchmark-accrdion-btn .edubenchmark-icon-box {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .edubenchmark-common-txt h2 {
    font-size: 28px;
  }

  .edubenchmark-common-txt p {
    font-size: 18px;
  }

  .edubenchmark-simple-accrdian .edubenchmark-accrdion-item button {
    font-size: 15px;
  }

  #col-md2new,
  #mb_price,
  #mb_price2,
  #mb_price3,
  .dsktopviewimg,
  .fontcolro,
  .edubenchmark_pr_copanel.edubenchmark-bg1q ul li strong.over1 &gt; .bi-x-lg,
  .edubenchmark_pr_copanel.edubenchmark-bg1q ul li strong.over2 &gt; .bi-x-lg {
    display: none;
  }

  #mb_price {
    display: block;
  }

  #mb_price_new {
    display: none;
  }

  .priceBTNactive {
    border: 1px solid #72c3ab;
    border-bottom: none;
    z-index: 99;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .btn_pr_range {
    font-size: 15px !important;
    min-height: 56px;
    padding: 5px 1px;
    background: #f2f8ff;
    width: 33%;
    float: left;
    font-weight: 700;
    border: 0;
  }

  #btnrange2.btn_pr_range.priceBTNactive {
    background: #e9fff6;
  }

  .edubenchmark_pr_copanel.edubenchmark-bg1q {
    background: #f4fffb;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
  }

  .edubenchmark_pr_copanel.edubenchmark-bg1q ul li strong {
    padding: 10px 0;
    font-size: 16px;
    color: #0c3a5e;
  }

  .edubenchmark_pr_copanel ul.pr li + li {
    border-top: none !important;
  }

  .edubenchmark_pr_copanel.edubenchmark-bg1q ul li strong {
    padding: 10px 0;
    font-size: 16px;
    color: #0c3a5e;
    display: flex; gap:5px; justify-content: center;  align-items: center;
  }

  .edubenchmark_pr_copanel.edubenchmark-bg1q ul li {
    height: auto !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: normal;
    padding: 16px 0 !important;
  }

  .mobile_btnr_cont {
    float: left;
    width: 100%;
    border-top: 2px solid #d7dad7;
    padding-top: 10px;
    padding-bottom: 14px;
    text-align: center;
  }

  a.mobile_btngreen {
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px;
    display: inline-block;
    background: #19a17d;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    width: 200px;
  }

  .tab-buttons button.active {
    border: 1px solid #72c3ab;
    background-color: #e9fff6;
    border-bottom: none;
    z-index: 9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--color-theme-green);
    position: relative;
  }

  .slblock {
    height: auto;
    border-radius: 10px;
  }

  .slblock .edubenchmark-col-md-8 {
    width: 100%;
  }

  .mrremove .edubenchmark-col-md-4 {
    float: left;
    width: 33%;
  }

  .mocktest_heading54 {
    width: 50%;
    border-right: 1px solid #19a17d;
    height: 52px;
  }

  .mb_ilce {
    float: left;
    width: 50%;
    padding-top: 0;
    line-height: 50px;
    display: block; text-align: center;
  }
#mobe_prcount{ display: inline-block;}
.edubenchmark_pr_copanel.edubenchmark-bg1q ul li p{    display: inline-flex; gap: 10px;  text-align: center; justify-content: center; line-height: 25px;}
  
  .slblock .edubenchmark-col-md-4.sb_block_border_left {
    width: 100%;
  }

  .sb_block_border_left {
    border-top: 1px solid #19a17d;
    border-left: none;
  }

  .fontcolro {
    width: 50%;
    float: left;
  }

  .speLeft {
    text-align: left;
  }

  .col40IELTS {
    display: block;
    width: 40%;
    float: left;
    padding-left: 10px;
  }

  .col20IELTS {
    display: block;
    width: 20%;
    float: left;
  }

  .IELTSSpekRow {
    display: block;
    width: 100%;
    float: left;
  }

  .speLeft {
    text-align: left;
  }

  .colBOldHeading {
    font-size: 20px;
    text-align: center;
  }

  .speRight {
    text-align: right;
  }

  .IeltesSpeakingMobRow {
    display: block;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .IeltsspeakingPriceCon {
    padding: 0;
  }

  .IELTSSpekRow .col40IELTS + .col20IELTS + .col40IELTS {
    text-align: right;
    padding-right: 10px;
  }

  .edubenchmark-textInnerButton.prBookNowBg {
    display: none;
  }

  .IeltesSpeakingMobRow .edubenchmark-textInnerButton.prBookNowBg {
    position: relative;
    display: block;
    top: auto;
    width: 150px;
    min-width: 150px;
    margin: 0 auto;
  }

  .contPrIelts {
    font-size: 17px;
  }

  .ieltsListCenter {
    text-align: center;
  }

  .speLeft {
    text-align: left;
  }

  .IELTSSpekRow.bgSpekIelts {
    background: #cccccc21;
  }

  #forMobileRow {
    display: flex;
    gap: 14px;
    justify-content: center;
    padding: 30px 0px;
  }

  #forMobileRow button {
    border-radius: 30px;
    border: none !important;
    background: var(--White, #fff);
    width: auto;
    padding: 9px 22px;
    align-items: center;
    color: var(--Theme-Color, #0f4c8f);
    font-family: "Roboto Serif";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }

  #forMobileRow button.edubenchmark-activebutton {
    background: var(--Blue, #0f4c8f);
    color: #fff;
  }

  .edubenchmark-PTEServicesPriceBox#pteCoursePage .edubenchmark-priceBox {
    width: 100%;
    display: none;
  }

  #pteCoursePage.edubenchmark-PTEServicesPriceBox.edubenchmark-newpackagedesing
    .edubenchmark-priceBox {
    width: 100%;
  }

  .edubenchmark-PTEServicesPriceBox#pteCoursePage
    .edubenchmark-priceBox.edubenchmark-whitePriceBg.activepricebox {
    display: inline-flex;
  }

  .edubenchmark-mainCTA {
    margin: 0 auto;
    flex-direction: column;
    padding: 32px 0px;
  }

  .edubenchmark-imageCTA {
    width: 70%;
    margin: 0 auto;
  }

  .edubenchmark-contentCTA {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .edubenchmark-contentCTA h2 {
    font-size: 23px;
    margin-top: 10px;
    line-height: normal;
  }

  .edubenchmark-contentCTA p {
    text-align: center;
    margin-top: 10px;
  }

  .edubenchmark-contentCTA p.edubenchmark-colred {
    text-align: center;
    padding: 14px 33px;
    font-weight: bold;
  }

  .edubenchmark-buttonCTA {
    width: 100%;
    margin: 0 auto;
  }

  ul.edubenchmark-quickPriceSection li + li {
    margin-left: 10px;
  }

  ul.edubenchmark-quickPriceSection li {
    padding: 6px 10px;
  }

  ul.edubenchmark-quickPriceSection li a {
    font-size: 16px;
  }

  .edubenchmark-class-traning h1 {
    font-size: 20px;
  }

  .edubenchmark-disclaimernewAdd {
    padding: 0 10px;
  }

  .edubenchmark-footer-link h3,
  .edubenchmark-footer-link h3.edubenchmark-contact-with-us {
    margin: 15px 0 5px;
    font-size: 20px;
  }

  ul#fourbuttonCont li a {
    padding: 5px;
    width: auto;
    font-size: 15px;
  }

  ul#twobuttonCont li a {
    padding: 5px;
    width: auto;
    font-size: 15px;
  }

  ul.edubenchmark-quickPriceSection li.edubenchmark-priceButtonSelection {
    padding: 10px 30px;
  }

  .edubenchmark-ourpackDes {
    display: none;
  }

  .edubenchmark-mobileviewPrice {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .edubenchmark-mobileviewPrice
    .edubenchmark-infoIelts.edubenchmark-taskFour.edubenchmark-allnewAdd {
    align-items: center;
    text-align: center;
    justify-content: center !important;
    font-size: 21px;
    text-transform: none;
  }

  .edubenchmark-mobileviewPrice .edubenchmark-infoIelts {
    justify-content: flex-start !important;
    border-top: none;
    padding-left: 21px;
    display: flex;
    gap: 10px;
  }

  .edubenchmark-taskFour {
    background: #f3f6f9;
    color: #0f4c8f !important;
    font-weight: 600 !important;
  }

  .edubenchmark-mobileviewPrice
    .edubenchmark-infoIelts.edubenchmark-turnaround {
    align-items: center;
    text-align: center;
    justify-content: center !important;
    font-size: 17px;
    border-top: solid 1px #0f4c8fa1;
    color: #000 !important;
    text-transform: none;
  }

  .edubenchmark-listInfoIelts .edubenchmark-infoIelts {
    display: flex;
    width: 100%;
    color: var(--Black, #333);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-top: solid 1px #e7eef4;
    padding: 10px 5px;
  }

  .edubenchmark-infoIelts.borderNone {
    border: none;
  }

  .edubenchmark-ourpackpackName.edubenchmark-deafultActive {
    display: flex;
  }

  .edubenchmark-ourpackpackName {
    width: 100%;
    display: none;
  }

  .edubenchmark-desktopshowprice {
    display: none;
  }

  a.edubenchmark-buttonPayNow {
    font-size: 29px;
    padding: 9px 38px;
  }

  #forMobileRow button {
    padding: 9px 22px;
    border: solid 1px #ccc !important;
    /* font-size: 20px; */
  }

  .edubenchmark-bg-ielts .edubenchmark-top-img img {
    margin-top: 45px;
  }

  .edubenchmark-common-title-top {
    text-align: center;
  }

  .edubenchmark-hero-top-space .edubenchmark-text-end {
    order: -1;
  }

  .respo-second-order {
    order: 1;
  }

  .edubenchmark-respo-image img {
    max-width: 110%;
    left: -31px;
    position: relative;
  }
  .edubenchmark-OurPackagesIelts {
    padding: 15px;
  }
  #allignCenter.edubenchmark-listInfoIelts .edubenchmark-infoIelts svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .edubenchmark-infoIelts.alfget {
    text-transform: none;
    display: inline-block;
    position: relative;
    padding-left: 35px;
  }
  .edubenchmark-infoIelts.alfget svg {
    position: absolute;
    left: 5px;
  }
  .edubenchmark-spacing-bottom {
    margin-bottom: 35px;
  }
  .respo-text-center {
    text-align: center;
  }
  .edubenchmark-static-div-footer2 {
    bottom: 0;
    left: 0;
  }
  .common-title h3 a {
    font-size: 22px;
    padding-top: 23px;
    padding-bottom: 10px;
    display: block;
  }
  .blogThumb img,
  .blogThumb p {
    display: none;
  }
  .blogThumb h3 {
    position: relative;
    font-size: 18px;
    width: 80%;
    margin-top: 15px;
  }
  .blogThumb a h3 svg {
    display: block;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-main-image img {
    border-radius: 10px;
  }
  .edubenchmark-testimonial-box .testimonial-text p {
    /* white-space: break-spaces; */
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  .edubenchmark-testimonial-box {
    min-height: 260px;
  }
  img.indesktop {
    display: none;
  }
  .bannerBgPTE {
    flex-direction: column-reverse;
  }
  .bannerBgPTE .BannerImgArea.mocksha,
  .bannerBgPTE .edubenchmark-edubenchmark-box-inr-text {
    width: 100%;
  }
  .bannerBgPTE h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .bannerBgPTE .edubenchmark-edubenchmark-box-inr-text {
    padding-bottom: 30px;
  }
  .edubenchmark-mock-title h2 {
    font-size: 32px;
  }
  .pte-home-banner span {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    margin-top: 462px;
    padding-top: 0px;
  }
  .headingPrice h2 {
    font-size: 3rem;
    padding: 0 20px;
  }
  .havequestText,
  .pr_copanel ul.pr li .bi-x-lg,
  p.tooltipnoti {
    font-size: 16px;
  }
  .haveEmail {
    font-size: 14px;
    line-height: 24px;
  }
  .edubenchmark-faq-ote .edubenchmark-accrdion-btn {
    font-size: 15px;
    padding-right: 21px;
  }

  .edubenchmark-responsive-colum {
    flex-direction: column;
  }
  .edubenchmark-class-traning {
    padding: 10px;
  }
  .edubenchmark-top-sec-h-3 {
    margin-top: 190px;
  }
  .edubenchmark-common-txt h2.frquasked_heading {
    font-size: 30px;
  }
  .edubenchmark-common-space {
    padding-top: 50px;
  }
  .edubenchmark-common-space-both {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mobileone2 {
    font-size: 15px;
    font-weight: 600;
  }
  .btn_pr_range.active::after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--color-theme-green);
    width: 73%;
    margin: 2px auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 94%;
  }
  .edubenchmark-pr_copanel.edubenchmark-leftbgox {
    background: #defff2 !important;
  }
  .edubenchmark-leftbgox {
    width: 99%;
    float: left;
    border: 1px solid #72c3ab !important;
    margin-top: -1px;
  }
  .faq-ielts-writing .edubenchmark-accordion-panel,
  .faq-itelts-speacking .edubenchmark-accordion-panel,.pte-faq .edubenchmark-accordion-panel {
    font-size: 16px;
  }

}

</pre></body></html>