.brs-4 {
  border-radius: 4px;
}

.br-50 {
  border-radius: 50%;
}

.box-s {
  box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, 0.12);
}

.t-orange {
  color: #F68A03;
}

.t-purple {
  color: #7b6bd3;
}

.t-teal {
  color: #358FF7;
}

.t-green {
  color: #51be78;
}

.t-yellow {
  color: #e2e611;
}

.t-black {
  color: #233d63;
}

.t-white {
  color: #fff;
}

.fs-s {
  font-size: 0.8rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .fs-14 {
    font-size: 1rem;
  }
}

.fs-16 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .fs-16 {
    font-size: 1.2rem;
  }
}

.fs-2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .fs-2 {
    font-size: 1.3rem;
  }
}

.fs-25 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .fs-25 {
    font-size: 1.4rem;
  }
}

.fs-4 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .fs-4 {
    font-size: 2rem;
  }
}

.spacing {
  padding-block: 6rem;
}

.sm-leaf {
  padding: 40px;
  border-radius: 0px 70px 0px;
}

.br-leaf {
  padding: 40px;
  border-radius: 10px 100px 10px;
}

.br-left-50 {
  border-radius: 50px 10px 50px;
  padding: 1rem;
}

.bg-linear-orange {
  background: linear-gradient(90deg, #be6551, #7b6bd3);
}

.bg-linear-purple {
  background: linear-gradient(to right, #e44067 0%, #662d89 100%);
}

.bg-linear-blue {
  background: linear-gradient(109.6deg, #3ea1db 11.2%, #5d34ec 100.2%);
}

.bg-purple {
  background: #7b6bd3;
}

.bg-white {
  background: #fff;
}

.bg-off-white {
  background: #f5f5f5;
}

.bg-green {
  background: #51be78;
}

.bg-blue {
  background: #233d63;
}

.bg-teal {
  background: #358FF7;
}

.bg-yellow {
  background: #dde74f;
}

.bg-red {
  background: #F44336;
}

.spacing-4 {
  padding-block: 4rem;
}

.sp-6 {
  padding-bottom: 6rem;
}

.wp-100 {
  width: 100px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.colspan-3 {
  grid-column: 1/3;
}

.chain {
  height: 17vw;
  margin-bottom: 0;
  background-image: url("https://www.studymind.co.uk/wp-content/themes/studymind/img/right-left.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 35vw;
  margin-top: -0.6vw;
  transition: 1s;
}

@media (max-width: 991px) {
  .ipad-center {
    text-align: center;
  }

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

  .order-1 {
    order: -1;
  }

  .ipad-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mb-hidden {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .lg-hidden {
    display: none !important;
  }
}
.button {
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 500;
  text-align: center;
  min-width: 150px;
  border: 1px solid transparent;
}
.button.white-btn {
  background: #fff;
  color: #7b6bd3;
  border-color: #fff;
}
.button.white-btn:hover {
  background: transparent;
  color: #fff;
}

.button-oval {
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 25px;
  line-height: 1.1;
  background-color: #233d63;
  color: #fff;
  min-width: 90px;
  text-align: center;
}
.button-oval i {
  margin: 0 5px;
}
.button-oval:hover {
  color: #fff;
  background: #404040;
}

label {
  color: #233d63;
}
@media (max-width: 479px) {
  label {
    font-size: 0.8rem;
  }
}

.owl-nav [class^=owl-] {
  display: grid;
  place-items: center;
}

/*-===============================
    header-menu-area
===============================-*/
.header-menu-area {
  position: relative;
  z-index: 99;
  background-color: #fff;
}

/*===== header top =====*/
.header-top {
  border-bottom: 1px solid rgba(127, 136, 151, 0.1);
  padding-right: 50px;
  padding-left: 50px;
  transition: all 0.5s;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .header-top {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    text-align: centre;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top {
    text-align: centre;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top {
    text-align: centre;
  }
}
@media (max-width: 375px) {
  .header-top .header-widget {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-widget.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top .header-widget.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top .header-widget.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

/*===== header-action-list ======*/
.header-action-list {
  gap: 10px;
}
.header-action-list li {
  color: #233d63;
  font-size: 14px;
}
@media (max-width: 991px) {
  .header-action-list li {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .header-action-list li {
    font-size: 12px;
  }
}
.header-action-list li a {
  display: block;
  color: #233d63;
  transition: all 0.3s;
}
.header-action-list li a:hover {
  color: #51be78;
}

/*===== Header Login Register Button======*/
.new-page-badge-login {
  display: inline-block;
  text-align: center;
  padding-inline: 10px;
  line-height: 22px;
  background-color: #233d63;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  margin-top: 2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .new-page-badge-login {
    font-size: 13px;
    font-weight: 400;
  }
}

/*===== header-social-profile ======*/
.header-social-profile {
  border-right: 1px solid rgba(127, 136, 151, 0.1);
  padding-right: 5px;
  margin-right: 5px;
  height: 48px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-social-profile li {
  padding-right: 10px;
  font-size: 15px;
}
.header-social-profile li:last-child {
  padding-right: 0;
}
.header-social-profile li a {
  display: block;
  color: #233d63;
  transition: all 0.3s;
}
.header-social-profile li a:hover {
  color: #519fbe;
}

/*====== header-menu-content =======*/
.header-menu-content {
  padding-right: 150px;
  padding-left: 150px;
  transition: all 0.5s;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .header-menu-content {
    padding-right: 0;
    padding-left: 0;
  }
}

/*====== logo-box =======*/
.logo-box {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo-box img {
  max-width: 180px;
}
.logo-box .logo {
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logo-box .logo {
    max-width: 130px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .logo-box {
    justify-content: flex-end;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-box {
    justify-content: flex-end;
  }
}

/*---------------- fixed-nav ----------------*/
.header-menu-area {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

/*===== menu-wrapper ======*/
.menu-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0;
}
.menu-wrapper .contact-form-action {
  width: 400px;
  margin-right: 35px;
  margin-left: 35px;
}
.menu-wrapper .contact-form-action form .form-group {
  margin: 0;
}
.menu-wrapper .contact-form-action form .form-group .form-control {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .menu-wrapper .contact-form-action {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .menu-wrapper .contact-form-action {
    width: 210px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1280px) {
  .menu-wrapper .contact-form-action {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*===== main-menu ======*/
.main-menu {
  margin-right: 35px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu {
    display: none;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    max-height: calc(100vh - 55px);
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu-category > ul > li .cat-dropdown-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 100%;
  }
}
.main-menu > ul {
  display: flex;
  /*===== dropdown menu ======*/
}
.main-menu > ul > li {
  margin-right: 34px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1199px) {
  .main-menu > ul > li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul > li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .main-menu > ul > li:hover .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    top: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul > li:nth-child(3) .menu-category {
    margin: 0;
    text-align: left;
    padding-right: 0;
    border-right: none;
  }
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu > ul > li a {
  font-size: 15px;
  color: #233d63;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 33px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul > li a {
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.main-menu > ul > li a:hover {
  color: #51be78;
}
.main-menu > ul > li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.main-menu > ul > li a:after {
  width: 0;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 33px;
  right: 0;
  background-color: #51be78;
  transition: all 0.3s;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul > li a:after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul {
    display: block;
  }
}
.main-menu > ul .dropdown-menu-item {
  position: absolute;
  left: 0;
  top: 60px;
  width: 220px;
  background-color: #fff;
  padding: 25px 30px 25px 30px;
  border-radius: 8px;
  transition: all 0.3s;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  opacity: 0;
  visibility: hidden;
}
.main-menu > ul .dropdown-menu-item li {
  display: block;
  margin-right: 0;
  margin-bottom: 4px;
  text-transform: capitalize;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul .dropdown-menu-item li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(127, 136, 151, 0.1);
  }
}
.main-menu > ul .dropdown-menu-item li a {
  color: #7f8897;
  display: inline-block;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-menu > ul .dropdown-menu-item li a:hover {
  color: #51be78;
}
.main-menu > ul .dropdown-menu-item li a:after {
  bottom: 5px;
}
.main-menu > ul .dropdown-menu-item li:last-child {
  margin-bottom: 0;
}
.main-menu > ul .dropdown-menu-item:after {
  top: -6px;
  content: "";
  position: absolute;
  background-color: #fff;
  left: 30px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul .dropdown-menu-item:after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .main-menu > ul .dropdown-menu-item {
    display: none;
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    padding: 0 20px 15px 20px;
  }
}

/*====== menu-category =======*/
@media (max-width: 1280px) {
  .menu-category {
    margin-right: 35px;
    border-right: 1px solid rgba(128, 137, 150, 0.1);
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-category {
    margin-right: 60px;
    padding-right: 0;
    border-right: 0;
    margin-top: -55px;
    text-align: right;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu-category {
    margin-top: -55px;
    padding-right: 15px;
    border-right: none;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .menu-category.course {
    padding-right: 5px;
    border-right: none;
  }
  .menu-category.course ul li a {
    display: flex;
    align-items: center;
    margin-right: 5px;
  }
  .menu-category.course ul li a .sub-nav-toggler {
    margin-left: 15px;
  }
  .menu-category.course .sub-menu {
    text-align: left;
  }
}
.menu-category ul li {
  position: relative;
}
.menu-category ul li a {
  font-size: 15px;
  color: #233d63;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 41px;
  transition: all 0.3s;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .menu-category ul li a {
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.menu-category ul li a:hover {
  color: #51be78;
}
@media (max-width: 320px) {
  .menu-category ul li a .la-th-large {
    display: none;
  }
}
.menu-category ul li .cat-dropdown-menu {
  position: absolute;
  left: 0;
  top: 65px;
  width: 190px;
  background-color: #fff;
  display: block;
  padding: 25px 0 25px 0;
  border-radius: 8px;
  transition: all 0.3s;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .menu-category ul li .cat-dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    padding: 0;
  }
  .menu-category ul li .cat-dropdown-menu > li .sub-menu {
    position: absolute;
    top: -24px;
    left: 96%;
    width: 200px;
    background-color: #fff;
    padding: 25px 0 25px 0;
    border-radius: 4px;
    transition: all 0.3s;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    visibility: hidden;
    opacity: 0;
  }
  .menu-category ul li .cat-dropdown-menu > li > a {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(127, 136, 151, 0.1);
  }
}
.menu-category ul li .cat-dropdown-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .menu-category ul li .cat-dropdown-menu > li > a {
    padding: 10px 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .menu-category ul li .cat-dropdown-menu > li > a .la-angle-right {
    display: none;
  }
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
  position: absolute;
  top: -24px;
  left: 96%;
  width: 200px;
  background-color: #fff;
  padding: 25px 0 25px 0;
  border-radius: 4px;
  transition: all 0.3s;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
    padding: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    left: auto;
    top: auto;
    position: inherit;
    width: 100%;
    display: none;
    transition: all 0s;
    box-shadow: 0 0 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
    padding: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    left: auto;
    top: auto;
    position: inherit;
    width: 100%;
    display: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
    padding: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    left: auto;
    top: auto;
    position: inherit;
    width: 100%;
    display: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
}
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .menu-category > ul > li .cat-dropdown-menu > li .sub-menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(127, 136, 151, 0.1);
  }
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li:last-child {
  margin-bottom: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a {
  color: #7f8897;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  margin-left: 30px;
  padding-bottom: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:after {
  width: 0;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 1px;
  right: 0;
  background-color: #51be78;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:hover {
  color: #51be78;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu.active {
  display: block;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-category > ul > li .cat-dropdown-menu > li.active a {
    color: #51be78;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-category > ul > li .cat-dropdown-menu > li.active a {
    color: #51be78;
  }
}
.menu-category > ul > li .cat-dropdown-menu:after {
  top: -6px;
  content: "";
  position: absolute;
  background-color: #fff;
  left: 30px;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(127, 136, 151, 0.2);
  border-left: 1px solid rgba(127, 136, 151, 0.2);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu-category > ul > li .cat-dropdown-menu:after {
    content: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-category > ul > li .cat-dropdown-menu:after {
    left: auto;
    right: 30px;
  }
}
.menu-category > ul > li:hover .cat-dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 43px;
}

/*====== sub-nav-toggler =======*/
.sub-nav-toggler {
  text-align: center;
  line-height: 35px;
  color: #233d63;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
  border-radius: 5px;
  border: none;
  outline: none;
  z-index: 2;
  background-color: transparent;
}
.sub-nav-toggler .la-angle-down {
  font-size: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .sub-nav-toggler {
    display: block;
    margin-left: auto;
  }
}

/*===== menu-toggler ======*/
.side-menu-open,
.menu-toggler {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: rgba(128, 137, 150, 0.1);
  color: #233d63;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  z-index: 2;
}
.side-menu-open.active .la-bars,
.menu-toggler.active .la-bars {
  opacity: 0;
  visibility: hidden;
}
.side-menu-open.active .la-times,
.menu-toggler.active .la-times {
  opacity: 1;
  visibility: visible;
}
.side-menu-open .la-times,
.menu-toggler .la-times {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .side-menu-open,
.menu-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.test-main .test-siebar {
  position: fixed;
  top: 119px;
  left: 0;
  height: 100%;
  background-color: #1b1b1b;
  width: 250px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .test-main .test-siebar {
    top: 105px;
  }
}
@media (max-width: 991px) {
  .test-main .test-siebar {
    top: 190px;
    transition: transform 0.4s ease;
    transform: translateX(-100%);
  }
  .test-main .test-siebar.show-nav {
    transform: translateX(0);
  }
}
.test-main .test-siebar .nav-item {
  padding: 15px;
  border-left: 2px solid transparent;
}
.test-main .test-siebar .nav-item.active {
  border-color: #fff;
}
.test-main .test-siebar .nav-item.active a {
  color: #fff;
}
.test-main .test-siebar .nav-item a {
  display: block;
  color: #86a1ae;
  transition: all 0.3s ease;
}
.test-main .test-siebar .nav-item a i {
  margin-right: 10px;
}
.test-main .test-siebar .nav-item a:hover {
  color: #fff;
}
.test-main .main-content {
  padding-left: 250px;
}
@media (max-width: 991px) {
  .test-main .main-content {
    padding-left: 0;
  }
}

/*Live Test Right Sidebar*/
.livePanel-test {
  position: fixed;
  right: 0;
  top: 51%;
  z-index: 1000;
  background-color: #fff;
  width: 380px;
  max-width: 100vw;
  height: calc(100vh);
  transform: translate3d(calc(100%), -51%, 0);
  transition: 0.5s ease-in-out;
  transition-property: top, transform;
}
.livePanel-test .card-class .card-class-video {
  display: grid;
  grid-template-columns: 46% 54%;
  grid-gap: 15px;
  width: calc(100% - 40px);
  margin: 10px auto 0;
  border-bottom: 1px solid #e5ebef;
  padding-bottom: 10px;
}
.livePanel-test .card-class .card-class-video p {
  font-size: 12px;
}
.livePanel-test .card-class .card-class-video iframe {
  height: 85px;
}
.livePanel-test.show {
  transform: translate3d(0, -51%, 0);
}
.livePanel-test .livePanel-tab {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  background-color: #fff;
  transform: translate(-100%, -50%);
  padding: 10px;
  border-radius: 15px 0 0 15px;
  box-shadow: -10px 0 10px #00000022;
  z-index: -1;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  transition: height 0.3s ease-in-out;
}
.livePanel-test .livePanel-tab:before, .livePanel-test .livePanel-tab:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(https://testbook.com/assets/img/live-panel/curve.svg);
  background-size: cover;
}
.livePanel-test .livePanel-tab:before {
  top: -14px;
  right: -1px;
}
.livePanel-test .livePanel-tab:after {
  bottom: -14px;
  transform: rotateX(180deg);
  right: -1px;
}
.livePanel-test .livePanel-tab .livePanel-item {
  margin-top: 12px;
  color: #6c757d;
}
.livePanel-test .livePanel-tab .fa {
  font-size: 18px;
  display: block;
}
.livePanel-test .livePanel-tab .badge {
  background: #6c757d;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  vertical-align: super;
}
.livePanel-test .live-icon {
  background: linear-gradient(45deg, #f90611 17%, #e4174f 70%);
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
.livePanel-test .card-holder {
  overflow-y: auto;
  max-height: 100vh;
}
.livePanel-test .card {
  width: calc(100% - 50px);
  margin: 15px auto 0;
}
.livePanel-test .card .card-footer {
  display: flex;
  justify-content: space-between;
}
.livePanel-test .card .blockquote-footer:before {
  content: none;
}
.livePanel-test .tab-header {
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border-bottom: solid 1px #e5ebef;
  align-items: center;
}
.livePanel-test .tab-header .tab-close {
  cursor: pointer;
}

.card-column-one {
  display: grid;
  grid-gap: 20px;
}
.card-column-one .card-body {
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: center;
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .card-column-one .card-body {
    grid-template-columns: 1fr;
  }
}

.overlay {
  overflow: hidden;
}
.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.mobile-bar {
  cursor: pointer;
  margin: 8px;
  font-size: 25px;
  display: inline-block;
}

/*subject menu*/
.menu-subjects {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.menu-subjects-ul {
  gap: 15px;
  padding-block: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .menu-subjects-ul {
    gap: 5px;
  }
}
.menu-subjects-item {
  border-right: 1px solid #e3e3e3;
  padding: 1.2rem 1.5rem;
}
@media (max-width: 767px) {
  .menu-subjects-item {
    padding: 0.5rem 1rem;
    border-right: none;
  }
}
.menu-subjects-link {
  color: #233d63;
}
.menu-subjects-link:hover, .menu-subjects-link.active-link {
  color: #51be78;
}

/*Subject*/
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 5rem 8rem;
}
@media (max-width: 767px) {
  .bg-image {
    padding: 30px 10px;
  }
}

.subject-hero-logo {
  gap: 20px;
}
.subject-hero-logo img {
  max-width: 110px;
}
.subject-hero-video {
  height: 100%;
}

.compare .container {
  display: grid;
  grid-template-columns: 40% repeat(2, 1fr);
  grid-gap: 40px;
}
.compare-feature-list {
  gap: 20px;
}
.compare-study-mind {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -70px;
}
.compare-study-mind-pentagon {
  background-image: url(https://www.studymind.co.uk/wp-content/themes/studymind/img/pentagon.svg);
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-bottom: 72px;
}
.compare-study-mind-list {
  padding-inline: 25px;
  padding-block: 25px 50px;
  gap: 15px;
}
.compare-study-mind-bottom-pentagon {
  background-image: url(https://www.studymind.co.uk/wp-content/themes/studymind/img/bottom-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 49px;
  z-index: 1;
}
.compare-average-tutor {
  background-color: #f0f0f0;
  border-radius: 16.56px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.compare-average-tutor-pentagon {
  background-color: #dcdcdc;
  width: 100%;
  height: 120px;
  position: relative;
  border-radius: 16px 16px 0 0;
  padding-top: 60px;
  text-align: center;
}
.compare-average-tutor-pentagon:after {
  content: "";
  position: absolute;
  bottom: calc(-25/1920 * 100vw);
  left: 0;
  width: 0;
  height: 0;
  border-left: calc(160/1920*100vw) solid transparent;
  border-right: calc(160/1920*100vw) solid transparent;
  border-top: calc(25/1920*100vw) solid #dcdcdc;
}
.compare-average-tutor-list {
  margin-top: 50px;
  padding-inline: 25px;
  gap: 15px;
}

/*Tutors hero banner*/
.tutors-hero {
  background-image: url(https://www.studymind.co.uk/wp-content/uploads/2021/02/hero-bg.png);
}
.tutors-hero-list {
  flex-wrap: wrap;
}
.tutors-hero-list li {
  flex: 0 50%;
  color: #fff;
  font-size: 1.68rem;
  padding-left: 3.2rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .tutors-hero-list li {
    font-size: 1rem;
  }
}
.tutors-hero-list li:before {
  content: "";
  background-image: url("https://www.studymind.co.uk/wp-content/themes/studymind/img/new-template/check.svg");
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-size: cover;
}
.tutors-hero-review {
  background: #fff;
  margin-top: 3.56rem;
  border-radius: 60px 12px 60px 12px;
  padding: 1rem;
  gap: 15px;
  width: 90%;
}
@media (max-width: 767px) {
  .tutors-hero-review {
    width: 100%;
    flex-direction: column;
  }
}
.tutors-hero-review-left {
  flex: 0 0 18%;
}
.tutors-hero-review-left p {
  font-size: 1.43rem;
  margin-top: 5px;
  color: #404040;
}
.tutors-hero-review-left img {
  height: 80px;
}
.tutors-hero-review-right p {
  line-height: 2.4;
  padding-inline: 10px;
}
.tutors-hero-form {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 5.68rem 3rem 3.6rem;
  width: 75%;
  margin-left: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .tutors-hero-form {
    margin-top: 93px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .tutors-hero-form {
    padding: 5.68rem 15px 15px;
  }
}
.tutors-hero-form .icon {
  position: absolute;
  inset: 0;
  top: -43px;
  background: #15b4a2;
  color: #fff;
  border: 3px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 57px;
}

@media (max-width: 991px) {
  .tutorial-chain .image-holder {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.tutorial-chain .image-holder img {
  max-height: 400px;
}

/*Conact Form Section*/
.contact-form {
  display: flex;
  justify-content: center;
}
.contact-form-tutor {
  transform: translateY(-6rem);
  max-width: 60%;
}
@media (max-width: 991px) {
  .contact-form-tutor {
    transform: none;
    max-width: 80%;
    margin: 45px 0;
  }
}
@media (max-width: 767px) {
  .contact-form-tutor {
    transform: none;
    max-width: 100%;
    margin: 45px 0;
    padding: 70px 15px 15px;
  }
}
.contact-form .input-holder {
  gap: 35px;
  flex-wrap: wrap;
}
.contact-form .form-group {
  flex: 1 1 50%;
}
.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding: 30px 0;
}

/*Reviews Card*/
.reviews-card {
  gap: 40px;
  flex-wrap: wrap;
}
.reviews-card .card {
  flex: 1 1 23.3%;
  border-radius: 5px 89px 0px 96px;
}
@media (max-width: 991px) {
  .reviews-card .card {
    flex: 1 1 45%;
  }
}
@media (max-width: 479px) {
  .reviews-card .card {
    border-radius: 0;
    flex: 1 1 100%;
  }
}
.reviews-card .card-body {
  padding: 2rem;
}
.reviews-card .card .stars .fa {
  color: rgba(126, 60, 249, 0.1);
}

/*Course Card*/
.course-card {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .course-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .course-card {
    grid-template-columns: 1fr;
  }
}
.course-card h4 {
  font-size: 1.3rem;
}
.course-card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.course-card.subject-card {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .course-card.subject-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .course-card.subject-card {
    grid-template-columns: 1fr;
  }
}
.course-card.subject-card .card {
  box-shadow: 0px 8px 16px rgba(24, 19, 87, 0.07);
  border: none;
}
.course-card.subject-card .card-body {
  padding: 0;
}
.course-card .grid {
  grid-template-columns: 60px 1fr;
  border-radius: 5px 25px 0px 25px;
  padding: 1rem;
}

@media (max-width: 1024px) {
  .test-series .course-card {
    grid-template-columns: 1fr;
  }
}

/*Trusted School*/
.trusted-schools img {
  height: 2.14vw;
}
.trusted-schools .container {
  position: relative;
}

/*Step Time Line*/
.get-timeline .steps {
  background-image: url(https://www.studymind.co.uk/wp-content/themes/studymind/img/new-template/line-bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
@media (max-width: 479px) {
  .get-timeline .steps {
    background-image: none;
  }
}
.get-timeline .step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 75px;
}
@media (max-width: 479px) {
  .get-timeline .step {
    display: block;
  }
}
.get-timeline .step .left {
  flex: 1 1 41%;
}
@media (max-width: 479px) {
  .get-timeline .step .left {
    margin-bottom: 25px;
  }
}
.get-timeline .step .left h3 {
  transition: 0.2s;
}
@media (max-width: 479px) {
  .get-timeline .step .center {
    display: none;
  }
}
.get-timeline .step .center span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.1vw;
  width: 4.1vw;
  border-radius: 31vw;
  font-size: 2.1vw;
  transition: 0.2s;
}
.get-timeline .step .right {
  flex: 1 1 41%;
  padding: 2rem;
  box-shadow: 0px 0 16px 0 rgba(255, 255, 255, 0.3) inset, 1px 3px 12px 0 rgba(0, 0, 0, 0.25) inset;
  background: #f7f8fa;
  transition: 0.2s;
  border-radius: 100px 12px 100px 12px;
}
.get-timeline .step.red .num-circle {
  background: #F68A03;
}
.get-timeline .step.yellow .num-circle {
  background: #e2e611;
}
.get-timeline .step.green .num-circle {
  background: #51be78;
}
.get-timeline .step:hover .left h3 {
  transform: translateX(1vw);
}
.get-timeline .step:hover .num-circle {
  transform: scale(1.3);
}
.get-timeline .step:hover.red .num-circle {
  box-shadow: 0 0 0 0.5vw #d4145a29, 0 0 0 1.4vw #f15a2414;
}
.get-timeline .step:hover.yellow .num-circle {
  box-shadow: 0 0 0 0.5vw #f9ae3b2e, 0 0 0 1.4vw #ffd0111a;
}
.get-timeline .step:hover.green .num-circle {
  box-shadow: 0 0 0 0.5vw #22b37324, 0 0 0 1.4vw #22b3730f;
}
.get-timeline .step:hover .right {
  transform: scale(0.95);
  box-shadow: 0.5vw 0.5vw 1vw rgba(0, 0, 0, 0.2);
}

/*Frequently Asked Questions */
.accordion-group {
  cursor: pointer;
  padding-block: 2rem;
  border-bottom: 2px solid #ccc;
}
.accordion-group h3 {
  position: relative;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .accordion-group h3 {
    font-size: 1.2rem;
  }
}
.accordion-group h3::before, .accordion-group h3::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 3px;
  width: 14px;
  border-radius: 1vw;
  right: 26px;
  top: 50%;
  transition: 0.2s;
}
.accordion-group h3::before {
  transform: rotate(35deg);
}
.accordion-group h3::after {
  right: 15px;
  transform: rotate(-35deg);
}
.accordion-group p {
  margin-top: 2rem;
}

/*test page*/
.card-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 1024px) {
  .card-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .card-column {
    grid-template-columns: 1fr;
  }
}

.test-categories .categorie-item {
  cursor: pointer;
  color: #233d63;
  margin-bottom: 10px;
  padding: 5px;
}
.test-categories .active {
  border: 1px solid #6c757d;
  border-radius: 8px;
}

/*Analysis page*/
@media (max-width: 767px) {
  .analysis-summary {
    margin-bottom: 10px;
  }
}
.analysis-summary-icon {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.analysis-summary-content {
  padding-left: 10px;
}
.analysis-summary-content .help-text {
  font-size: 13px;
  color: #404040;
}

.list-badge {
  margin: 6px;
  border-radius: 50%;
  border: 2px solid rgba(134, 161, 174, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.list-badge.active {
  background: #86a1ae;
  color: #fff;
}

.nav-tabs {
  margin-bottom: 15px;
}
.nav-tabs a {
  line-height: 3.35rem;
  display: block;
  color: #404040;
  padding: 10px;
}
.nav-tabs a.active {
  color: #358FF7;
  border-bottom: 1px solid #358FF7;
}

@media (max-width: 576px) {
  .tab-content .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.progress-bar {
  background-color: #404040;
}

.progress {
  width: 80%;
}

/*Rank pridictor*/
.rangeslider,
input[type=range] {
  max-width: 400px;
}

.rangeslider__ruler {
  cursor: pointer;
  font-size: 0.7em;
  margin: 20px 3px 0 3px;
  position: relative;
  top: 100%;
  text-align: justify;
}

.rangeslider__ruler:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.marks-distribution, .question-distribution {
  overflow: auto;
}

@media (max-width: 767px) {
  .topper-table, .analysis-summery {
    overflow: auto;
  }
}

/*Live Classes Page*/
.video-footer {
  border-top: 1px solid #939393;
  padding-top: 10px;
  font-size: 13px;
}

.live-grid {
  padding: 3rem;
}
@media (max-width: 767px) {
  .live-grid {
    grid-template-columns: 1fr;
    padding: 3rem 1rem;
  }
}
@media (min-width: 1399px) {
  .live-grid .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .live-grid .grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  .live-grid .grid.tab-video {
    grid-template-columns: 1fr;
  }
}

/*Home Course Include*/
.course-include {
  gap: 30px 100px;
}
@media (max-width: 767px) {
  .course-include {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.course-include .media-icon {
  margin-bottom: 14px;
}
.course-include .media-icon i {
  color: #fff;
  font-size: 25px;
  background: #51be78;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .course-include .media-icon i {
    margin: auto;
  }
}
.course-include h4 {
  color: #51be78;
  font-size: 20px;
}

/*Home testimonial*/
.testimonial-member .pic-smile {
  margin-bottom: 15px;
}
.testimonial-member .pic-smile i {
  font-size: 25px;
  color: #F44336;
}
.testimonial-member .content-detail .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*Latest news*/
.card-content-slide {
  padding: 15px;
  border-top: 4px solid #F68A03;
}
.card-content-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*Client Logo*/
.client-logo .owl-item {
  background: #fff;
  padding: 10px;
}
.client-logo .owl-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-logo .owl-item a img {
  height: 70px;
  width: auto;
}

/*course-carousel-owl*/
.course-carousel-owl .owl-nav {
  bottom: 0;
  gap: 180px;
}

/*blog-post-carousel*/
.blog-post-carousel.owl-carousel .owl-dots.disabled, .blog-post-carousel.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
}
.blog-post-carousel.owl-carousel .owl-nav.disabled {
  bottom: -20px;
  text-transform: capitalize;
}
.blog-post-carousel.owl-carousel .owl-dots .owl-dot:not(.active) {
  border-color: #fff;
}

/*contact page*/
.contact-area .social-profile {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-area .social-profile {
    justify-content: center;
  }
}
.contact-area .social-profile li a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 138, 3, 0.1);
  color: #F68A03;
}

/*course tabs*/
.course-tabs .nav-item {
  padding-right: 3px;
  border-bottom: 2px solid #7b6bd3;
}
@media (max-width: 767px) {
  .course-tabs .nav-item {
    flex: 1 0 33.3%;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: none;
  }
}
.course-tabs .nav-item .nav-link {
  color: #333;
  background: #fff;
  border-radius: 13px 0 13px 0px;
  border: 1px solid rgba(126, 60, 249, 0.1);
}
.course-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #7b6bd3;
}

.course-tabs-content {
  background: #fff;
  padding: 30px 20px;
}

@media (max-width: 575px) {
  .test-result .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.test-result .table thead th {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.test-result .table thead .headerinner th {
  background: #233d63;
  border-color: #fff;
}
.test-result .table th, .test-result .table td {
  text-align: center;
}
@media (max-width: 767px) {
  .test-result .table th, .test-result .table td {
    font-size: 12px;
  }
}
.test-result .fa-book {
  font-size: 200px;
  color: #F68A03;
}
@media (max-width: 767px) {
  .test-result .fa-book {
    font-size: 110px;
  }
}
.test-result tfoot th {
  background: #233d63;
  border-color: #fff;
  color: #fff;
}
.test-result .result-icon {
  vertical-align: middle;
}

.header-test .header-social-profile a {
  font-size: 18px;
}
@media (max-width: 991px) {
  .header-test .logo-box {
    justify-content: center;
  }
  .header-test .logo-box img {
    max-width: 173px;
  }
}
@media (max-width: 767px) {
  .header-test .logo-box {
    padding: 10px 0;
  }
  .header-test .logo-box img {
    max-width: 103px;
  }
}

@media (max-width: 574px) {
  .test-instruction-footer .button-oval {
    font-size: 11px;
    padding: 8px 12px;
    text-transform: capitalize;
    min-width: auto;
    display: inline-block;
  }
}

.test-instruction-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 0;
}
@media (max-width: 574px) {
  .test-instruction-header .test-page-timer {
    padding: 5px;
    font-size: 10px;
  }
  .test-instruction-header .button-oval {
    font-size: 11px;
    padding: 8px 12px;
    text-transform: capitalize;
    display: inline-block;
  }
}
.test-instruction-header .logo-box {
  max-width: 150px;
  padding: 0;
}
.test-instruction-header .logo-box img {
  max-width: 100%;
}

.test-instruction-body {
  padding: 20px;
  max-height: calc(100vh - 258px);
  height: calc(100vh - 137px);
  overflow-y: auto;
  color: #233d63;
}
@media (max-width: 991px) {
  .test-instruction-body {
    max-height: calc(100vh - 301px);
  }
}
@media (max-width: 767px) {
  .test-instruction-body {
    max-height: calc(100vh - 160px);
  }
}
@media (max-width: 575px) {
  .test-instruction-body {
    max-height: calc(100vh - 199px);
  }
}
.test-instruction-body.test-screen {
  max-height: calc(100vh - 322px);
}
.test-instruction-body.test-screen ul {
  margin-top: 15px;
}
.test-instruction-body.test-screen label {
  font-size: 16px;
  cursor: pointer;
}
.test-instruction-body.test-screen input[type=radio] {
  margin-right: 7px;
}
@media (max-width: 991px) {
  .test-instruction-body.test-screen {
    max-height: calc(100vh - 374px);
  }
}
@media (max-width: 767px) {
  .test-instruction-body.test-screen {
    max-height: calc(100vh - 254px);
  }
}
.test-instruction-body .for-all-exams li {
  margin-bottom: 10px;
}
.test-instruction-body .test-instructions-declaration {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  margin-top: 10px;
}
.test-instruction-body .test-instructions-declaration input {
  position: absolute;
  left: 0;
  top: 6px;
  width: auto;
  display: inline-block;
}

.test-instruction-footer {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px 0;
}

.question-holder {
  display: grid;
  grid-template-columns: 1fr 350px;
  height: 100%;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .question-holder {
    display: block;
    grid-template-columns: 1fr;
  }
}
.question-holder .img-round {
  width: 30px;
  height: 30px;
  background: #404040;
  display: inline-block;
  border-radius: 50%;
}
.question-holder .q-possible-states {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 15px 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .question-holder .q-possible-states {
    grid-template-columns: repeat(2, 1fr);
  }
}
.question-holder .q-possible-states .large-item {
  grid-column: 1/3;
}
@media (max-width: 767px) {
  .question-holder .q-possible-states .large-item {
    grid-column: auto;
  }
}
.question-holder .q-possible-states .badge {
  padding: 4px 6px;
  border-radius: 50%;
  font-size: 100%;
  color: #fff;
}
.question-holder .question-list {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
}
.question-holder .question-list li {
  background: #fff;
  text-align: center;
  border: 1px solid #404040;
  cursor: pointer;
}
.question-holder .question-list li.active {
  border-radius: 25px;
  background: #404040;
  color: #fff;
}
.question-holder .question-right-holder {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #9b8ecc;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .question-holder .question-right-holder {
    display: block;
    border-left: none;
    padding-left: 0;
    padding-top: 20px;
  }
}
.question-holder .question-right-holder .marks-action {
  margin-top: auto;
}
.question-holder .question-right-holder .marks-action .theme-btn {
  line-height: 34px;
}
@media (max-width: 767px) {
  .question-holder .question-right-holder .marks-action .theme-btn {
    min-width: auto;
  }
}

.social-stickey {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 991px) {
  .social-stickey {
    display: none !important;
  }
}
.social-stickey a {
  color: #fff;
  padding: 12px 20px;
  border-radius: 40px;
  align-items: center;
}
.social-stickey a:hover .left-icon {
  background: #fff;
  color: #7b6bd3;
}
.social-stickey .left-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s ease-in;
}

.left-social-sticky {
  left: 20px;
}

.right-social-sticky {
  right: 20px;
}

.social-menu {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -500%;
  transform: translateY(-50%);
  height: 100%;
  background: #fff;
  border-radius: 8px 0 0 8px;
  padding: 10px;
  transition: right 0.5s ease;
  z-index: 1;
}
.social-menu:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #fff;
}
.social-menu a {
  color: #F44336;
  padding: 0 10px;
}
.social-menu i {
  font-size: 25px;
}

.share-icon-check:checked ~ .social-menu {
  right: 100%;
}

.share-icon-check {
  display: none;
}

.share-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F44336;
  color: #fff;
  font-size: 25px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.testimonial {
  width: 65%;
  margin: 4% auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .testimonial {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .testimonial {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial {
    width: 100%;
  }
}
.testimonial .testimonial-member {
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .testimonial .testimonial-member {
    flex-direction: column;
    padding-top: 10px;
  }
}
.testimonial .testimonial-member:hover img {
  transform: scale(1.1);
}
.testimonial .pic {
  width: 200px;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.testimonial .pic:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .testimonial .pic:after {
    content: none;
  }
}
.testimonial .pic img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.testimonial .content {
  width: calc(100% - 200px);
  padding: 15px;
}
@media (max-width: 767px) {
  .testimonial .content {
    width: 100%;
  }
}
.testimonial .content .description {
  text-align: left;
  color: #333;
  margin-bottom: 4px;
  overflow: hidden;
}
.testimonial .content .title {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #F44336;
  text-align: right;
  margin-top: 15px;
}
.testimonial .content .post {
  color: #7b6bd3;
  display: block;
  text-align: right;
}

/*# sourceMappingURL=main.css.map */
