a {
  color: #30363a;
}
a {
  color: #30363a;
}
a:active,
a:hover {
  color: #0077b5;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../font/SF Pro/SF Pro Light.eot");
  src: url("../font/SF Pro/SF Pro Light.eot?#iefix") format("embedded-opentype"),
    url("../font/SF Pro/SF Pro Light.woff") format("woff"),
    url("../font/SF Pro/SF Pro Light.ttf") format("truetype"),
    url("../font/SF Pro/SF Pro Light.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../font/SF Pro/SF Pro Regular.eot");
  src: url("../font/SF Pro/SF Pro Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../font/SF Pro/SF Pro Regular.woff") format("woff"),
    url("../font/SF Pro/SF Pro Regular.ttf") format("truetype"),
    url("../font/SF Pro/SF Pro Regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../font/SF Pro/SF Pro Medium.eot");
  src: url("../font/SF Pro/SF Pro Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../font/SF Pro/SF Pro Medium.woff") format("woff"),
    url("../font/SF Pro/SF Pro Medium.ttf") format("truetype"),
    url("../font/SF Pro/SF Pro Medium.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../font/SF Pro/SF Pro Semibold.eot");
  src: url("../font/SF Pro/SF Pro Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../font/SF Pro/SF Pro Semibold.woff") format("woff"),
    url("../font/SF Pro/SF Pro Semibold.ttf") format("truetype"),
    url("../font/SF Pro/SF Pro Semibold.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../font/SF Pro/SF Pro Bold.eot");
  src: url("../font/SF Pro/SF Pro Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/SF Pro/SF Pro Bold.woff") format("woff"),
    url("../font/SF Pro/SF Pro Bold.ttf") format("truetype"),
    url("../font/SF Pro/SF Pro Bold.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
body {
  position: relative;
  left: 0;
  color: #30363a;
  font-size: var(--font-size-14);
  font-family: "SF Pro Text";
  background: #fff;
  transition: left 0.2s linear, right 0.2s linear;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #30363a;
}
body.login,
body.forgot-pass,
body.forgot-pass-confirmation,
body.register-confirmation {
  overflow: hidden;
}
body.current-page-questions,
body.current-page-questions-start,
body.current-page-questions-finish,
body.current-page-exams-statistics {
  background-color: #f2f6f9;
}
body.current-page-questions .header-right,
body.current-page-questions-start .header-right,
body.current-page-questions-finish .header-right,
body.current-page-exams-statistics .header-right {
  gap: 0 var(--spacer-3);
}
@media (min-width: 1200px) {
  body.current-page-questions .custom-container,
  body.current-page-questions-start .custom-container,
  body.current-page-questions-finish .custom-container,
  body.current-page-exams-statistics .custom-container {
    max-width: calc(1024px + calc(2 * var(--gutter)));
  }
}
@media (min-width: 1200px) {
  body.current-page-attempt .custom-container,
  body.current-page-my-favorites .custom-container {
    max-width: calc(768px + calc(2 * var(--gutter)));
  }
}
body.current-page-checkout-page {
  background-color: #f2f6f9;
}
@media (min-width: 1200px) {
  body.current-page-checkout-page .custom-container {
    max-width: calc(1024px + calc(2 * var(--gutter)));
  }
}
.openbox-overlay,
.dropbox-overlay,
.navigation-menu-overlay,
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
  background: #30363a;
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(1408px + calc(2 * var(--gutter)));
  }
  .container.custom-container {
    max-width: calc(1408px + calc(2 * var(--gutter)));
  }
}
.container,
.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
}
.row {
  margin-right: calc(-1 * var(--gutter));
  margin-left: calc(-1 * var(--gutter));
}
.row .col,
.row [class*="col-"] {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}
@media (min-width: 1200px) {
  .current-page-profile-trial .header-fixed {
    top: 60px;
  }
}
.scroll-up .header-fixed {
  top: 0;
}
.scroll-down .header-fixed {
  top: -130px;
}
.header-top {
  height: 60px;
  background-color: #0077b5;
}
#header {
  height: 115px;
}
@media (max-width: 1199px) {
  #header {
    height: 130px;
  }
}
.header-fixed {
  width: 100%;
  height: 115px;
  border-bottom: 1px solid #e4eaee;
  transition: all 0.2s linear;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
  }
}
@media (max-width: 1199px) {
  .header-fixed {
    height: 130px;
  }
}
.mobile-menu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.mobile-search form {
  position: relative;
}
.mobile-search form input {
  width: 100%;
  height: 48px;
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 500;
  border: 1px solid #e4eaee;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 12px 52px 12px 24px;
  background-color: #fff;
}
.mobile-search form input::placeholder {
  opacity: 1;
  color: #30363a;
}
.mobile-search form button {
  position: absolute;
  top: 0;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
.logo {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .logo {
    position: relative;
  }
  .logo:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 32px;
    background-color: #e4eaee;
  }
  .logo img {
    max-height: 48px;
  }
}
@media (max-width: 1199px) {
  .logo {
    justify-content: center;
  }
  .logo img {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }
}
#navigation {
  padding: 0 var(--spacer-10);
}
#navigation .level-1 > ul {
  display: flex;
  gap: 0 var(--spacer-12);
}
#navigation .level-1 > ul > li {
  position: relative;
}
#navigation .level-1 > ul > li > a {
  position: relative;
  display: block;
  height: 28px;
  color: #9db3c2;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  transition: all 0.2s linear;
}
#navigation .level-1 > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.2s linear;
  background-color: #0077b5;
}
img.soru-resim {
	vertical-align: -webkit-baseline-middle;

}
#navigation .level-1 > ul > li > a:hover {
  color: #0077b5;
}
#navigation .level-1 > ul > li > a:hover:after {
  width: 100%;
}
#navigation .level-1 > ul > li.active > a {
  color: #0077b5;
}
#navigation .level-1 > ul > li.active > a:after {
  width: 100%;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search form {
  position: relative;
}
.search form input {
  width: 100%;
  height: 55px;
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 500;
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border: 1px solid #0077b5;
  padding: 12px 52px 12px 24px;
  background-color: #fff;
}
.search form input::placeholder {
  color: #30363a;
  opacity: 1;
}
.search form button {
  position: absolute;
  top: 0;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
.user-menu {
  display: flex;
  align-items: center;
}
.user-menu .user-menu-icon > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.user-menu .user-menu-text {
  align-items: center;
}
.user-menu .user-menu-text > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  padding: 0 var(--spacer-5);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 0.2s linear;
}
.user-menu .user-menu-text > a.login {
  color: #fff;
  background-color: #0077b5;
}
.user-menu .user-menu-text > a.login:hover {
  color: #fff;
  background-color: #005582;
}
.user-menu .user-menu-text > a:hover {
  color: #0077b5;
}
.user-menu .user-menu-text > span {
  padding: 0 6px;
}
.user-menu.login {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #0077b5;
  gap: 0 var(--spacer-2);
}
@media (min-width: 1200px) {
  .user-menu.login {
    padding: 0 var(--spacer-4);
  }
}
.user-menu.login .user-menu-text > a {
  height: 44px;
  color: #0077b5;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 600;
  padding: 0;
}
.navigation-back > a {
  display: flex;
  align-items: center;
  color: #0077b5;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  gap: 0 var(--spacer-2);
}
.exams-statistic-step {
  color: #0077b5;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  padding: 12px 16px;
}
.exams-statistic .exams-statistic-icon > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.exams-statistic .exams-statistic-text {
  align-items: center;
}
.exams-statistic .exams-statistic-text > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #0077b5;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #0077b5;
  padding: 0 var(--spacer-6);
  transition: all 0.2s linear;
}
@media (min-width: 1200px) {
  .exams-statistic .exams-statistic-text > a:hover {
    color: #fff;
    background-color: #0077b5;
  }
}
#main {
  padding: var(--spacer-8) 0;
}
.current-page-default-entry #main,
.current-page-page-detail #main {
  padding: 0;
}
#entry-slider > div {
  height: 0;
  overflow: hidden;
}
#entry-slider > div.slick-slider {
  height: auto;
  overflow: visible;
}
#entry-slider .entry-slider a {
  display: block;
}
@media (min-width: 1200px) {
  #entry-slider .entry-slider a {
    padding: var(--spacer-12) 0;
  }
}
#entry-slider .entry-slider a .entry-slider-content .entry-slider-title {
  color: #30363a;
  line-height: calc(var(--font-size-48) + 8px);
  font-size: var(--font-size-48);
  font-weight: 700;
  margin-bottom: var(--spacer-8);
}
#entry-slider .entry-slider a .entry-slider-content .entry-slider-sub-title {
  color: #30363a;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
  margin-bottom: var(--spacer-8);
}
#entry-slider .entry-slider a .entry-slider-content .entry-slider-button {
  display: inline-flex;
  align-items: center;
  height: 55px;
  color: #fff;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 500;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0 var(--spacer-11);
  transition: all 0.2s linear;
  background-color: #0077b5;
}
#entry-slider .entry-slider a .entry-slider-content .entry-slider-button:hover {
  background-color: #005582;
}
#entry-slider .entry-slider a .entry-slider-img {
  text-align: center;
  #width: 100%;
  bottom: var(--spacer-8);
}
#entry-slider .entry-slider a .entry-slider-img img {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #entry-slider .entry-slider a .entry-slider-img img {
    width: 100%;
  }
  #entry-slider .entry-slider a .entry-slider-img {
  text-align: center;
  width: 100%;
}
}
#entry-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--spacer-2);
  width: 100%;
  max-width: calc(1408px + calc(2 * var(--gutter)));
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  #entry-slider .slick-dots {
    bottom: var(--spacer-6);
    justify-content: center;
  }
}
#entry-slider .slick-dots > li:not(:last-child) {
  margin-right: var(--spacer-2);
}
#entry-slider .slick-dots > li > button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin-bottom: 0;
  background-color: #e4eaee;
}
@media (max-width: 767px) {
  #entry-slider .slick-dots > li > button {
    width: 8px;
    height: 8px;
  }
}
#entry-slider .slick-dots > li.slick-active > button {
  background-color: #0077b5;
}
.info-banner-wrapper {
  background-color: #0077b5;
}
.info-banner-wrapper .info-banner > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 0 var(--spacer-6);
  padding: var(--spacer-12) 0;
}
.info-banner-wrapper .info-banner > a .info-banner-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 128px;
  width: 128px;
  height: 128px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fff;
}
.info-banner-wrapper .info-banner > a .info-banner-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.info-banner-wrapper .info-banner > a .info-banner-content .info-banner-title {
  line-height: calc(var(--font-size-48) + 8px);
  font-size: var(--font-size-48);
  font-weight: 700;
  margin-bottom: var(--spacer-2);
}
.info-banner-wrapper
  .info-banner
  > a
  .info-banner-content
  .info-banner-sub-title {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
}
@media (max-width: 991px) and (min-width: 576px) {
  .info-banner-wrapper .info-banner > a .info-banner-img {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }
  .info-banner-wrapper .info-banner > a .info-banner-img svg {
    zoom: 0.7;
  }
  .info-banner-wrapper
    .info-banner
    > a
    .info-banner-content
    .info-banner-title {
    line-height: calc(var(--font-size-32) + 8px);
    font-size: var(--font-size-32);
  }
  .info-banner-wrapper
    .info-banner
    > a
    .info-banner-content
    .info-banner-sub-title {
    line-height: calc(var(--font-size-12) + 8px);
    font-size: var(--font-size-12);
  }
}
@media (max-width: 575px) {
  .info-banner-wrapper .info-banner > a {
    flex-direction: column;
    text-align: center;
    gap: var(--spacer-4) 0;
  }
  .info-banner-wrapper .info-banner > a .info-banner-img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .info-banner-wrapper .info-banner > a .info-banner-img svg {
    zoom: 0.4;
  }
  .info-banner-wrapper
    .info-banner
    > a
    .info-banner-content
    .info-banner-title {
    line-height: calc(var(--font-size-24) + 8px);
    font-size: var(--font-size-24);
  }
  .info-banner-wrapper
    .info-banner
    > a
    .info-banner-content
    .info-banner-sub-title {
    line-height: calc(var(--font-size-14) + 8px);
    font-size: var(--font-size-14);
  }
}
.contentbox-header {
  padding: var(--spacer-24) 0;
  background-color: #f2f6f9;
}
.contentbox-header-inside {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contentbox-header-inside {
    padding: 0 var(--spacer-8);
  }
}
.contentbox-header h4 {
  color: #30363a;
  line-height: calc(var(--font-size-48) + 8px);
  font-size: var(--font-size-48);
  font-weight: 700;
  margin-bottom: var(--spacer-4);
}
.contentbox-header p {
  display: block;
  color: #30363a;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 500;
  margin-bottom: 0;
}
.contentbox-search {
  margin-top: var(--spacer-8);
}
.contentbox-search form {
  position: relative;
}
.contentbox-search form input {
  width: 100%;
  height: 506x;
  color: #30363a;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid transparent;
  padding: 16px 16px 16px 56px;
  transition: all 0.2s linear;
}
.contentbox-search form input::placeholder {
  color: #9db3c2;
  opacity: 1;
}
.contentbox-search form input:hover,
.contentbox-search form input:focus {
  border-color: #0077b5;
}
.contentbox-search form button {
  position: absolute;
  top: 0;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  border: none;
  padding: 0;
  background: none;
}
.contentbox-content section {
  padding: var(--spacer-24) 0;
}
.contentbox-content section h2 {
  color: #30363a;
  line-height: calc(var(--font-size-48) + 8px);
  font-size: var(--font-size-48);
  font-weight: 700;
  margin-bottom: var(--spacer-4);
}
.contentbox-content section p {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 500;
  margin-bottom: var(--spacer-10);
}
@media (max-width: 767px) {
  .contentbox-content section .contenbox-image {
    padding: var(--spacer-10) 0;
  }
}
.contentbox-content section.section-bg {
  background-color: #f2f6f9;
}
#contact-form {
  max-width: 512px;
  margin: 0 auto;
}
.entry-exams-wrapper {
  padding: var(--spacer-24) 0;
}
.exams-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacer-12);
}
@media (max-width: 991px) {
  .exams-header {
    flex-direction: column;
    gap: var(--spacer-5) 0;
    text-align: center;
  }
}
.exams-header > div {
  display: inline-block;
  max-width: 660px;
}
.exams-header > div h1 {
  line-height: calc(var(--font-size-32) + 8px);
  font-size: var(--font-size-32);
  font-weight: 700;
  margin-bottom: var(--spacer-2);
}
.exams-header > div span {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
}
.exams-header > a {
  position: relative;
  display: inline-block;
  height: 28px;
  color: #9db3c2;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  transition: all 0.2s linear;
}
.exams-header > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.2s linear;
  background-color: #0077b5;
}
.exams-header > a:hover {
  color: #0077b5;
}
.exams-header > a:hover:after {
  width: 100%;
}
.exams-content {
  height: 0;
  overflow: hidden;
}
.exams-content.slick-slider {
  height: auto;
  overflow: visible;
}
.exams-content .exams-item {
  margin-bottom: 0;
}
.exams-content > .slick-arrow {
  position: absolute;
  opacity: 1;
  top: 40%;
  z-index: 2;
  transform: translateY(-40%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: transparent;
}
.exams-content > .slick-arrow > svg path {
  transition: all 0.2s linear;
}
.exams-content > .slick-arrow:hover > svg path {
  stroke: #0077b5;
}
.exams-content > .slick-arrow.slick-prev {
  left: calc(-1 * var(--spacer-20));
}
@media (max-width: 1681px) {
  .exams-content > .slick-arrow.slick-prev {
    left: calc(var(--spacer-2));
  }
}
.exams-content > .slick-arrow.slick-next {
  right: calc(-1 * var(--spacer-20));
}
@media (max-width: 1681px) {
  .exams-content > .slick-arrow.slick-next {
    right: calc(var(--spacer-2));
  }
}
.exams-content > .slick-dots {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--spacer-12) var(--gutter) 0 0;
}
@media (max-width: 1199px) {
  .exams-content > .slick-dots {
    justify-content: center;
  }
}
.exams-content > .slick-dots > li:not(:last-child) {
  margin-right: var(--spacer-2);
}
.exams-content > .slick-dots > li > button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin-bottom: 0;
  background-color: #e4eaee;
}
@media (max-width: 767px) {
  .exams-content > .slick-dots > li > button {
    width: 8px;
    height: 8px;
  }
}
.exams-content > .slick-dots > li.slick-active > button {
  background-color: #0077b5;
}
.exams-item {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-8);
  margin-bottom: var(--spacer-4);
  transition: all 0.2s linear;
  background-color: #fff;
}
@media (max-width: 991px) {
  .exams-item {
    padding: var(--spacer-5);
  }
}
.exams-item .exams-item-logo {
  position: relative;
  max-width: 128px;
  max-height: 128px;
  overflow: hidden;
  margin: 0 auto;
  aspect-ratio: 1;
}
.exams-item .exams-item-logo a {
  display: block;
  background: #fff;
}
.exams-item .exams-item-logo a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .exams-item .exams-item-logo {
    max-width: 75px;
    max-height: 75px;
  }
}
.exams-item .exams-item-content {
  padding-top: var(--spacer-8);
}
.exams-item .exams-item-content .exams-item-title {
  margin-bottom: var(--spacer-8);
}
.exams-item .exams-item-content .exams-item-title > a {
  display: block;
  overflow: hidden;
  height: 57px;
  color: #30363a;
  line-height: 19px;
  font-size: var(--font-size-16);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .exams-item .exams-item-content .exams-item-title > a {
    height: 62px;
    line-height: 20px;
  }
}
.exams-item .exams-item-content .exams-item-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--gutter));
  margin-left: calc(-1 * var(--gutter));
}
.exams-item .exams-item-content .exams-item-buttons > div {
  flex: 1 0 0%;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}
.exams-item .exams-item-content .exams-item-buttons a.view-button,
.exams-item .exams-item-content .exams-item-buttons a.add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((var(--font-size-16) + 8px) + var(--spacer-8));
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s linear;
}
.exams-item .exams-item-content .exams-item-buttons a.view-button {
  color: #fff;
  background-color: #0077b5;
}
.exams-item .exams-item-content .exams-item-buttons a.view-button:hover {
  background-color: #005582;
}
.exams-item .exams-item-content .exams-item-buttons a.add-to-cart-button {
  color: #0077b5;
  border: 1px solid #0077b5;
}
.exams-item .exams-item-content .exams-item-buttons a.add-to-cart-button:hover {
  color: #fff;
  background-color: #0077b5;
}
@media (min-width: 1200px) {
  .exams-item:hover {
    border-color: #0077b5;
  }
}
#exams-results-page {
  padding: var(--spacer-24) 0;
}
#exams-results-page .results-page-title {
  color: #30363a;
  line-height: calc(var(--font-size-24) + 8px);
  font-size: var(--font-size-24);
  font-weight: 500;
  margin-bottom: var(--spacer-8);
}
#exams-results-page .results-page-title > span {
  line-height: calc(var(--font-size-32) + 8px);
  font-size: var(--font-size-32);
  font-weight: 700;
}
@media (max-width: 767px) {
  #exams-results-page .results-page-title {
    line-height: calc(var(--font-size-16) + 8px);
    font-size: var(--font-size-16);
  }
  #exams-results-page .results-page-title > span {
    line-height: calc(var(--font-size-24) + 8px);
    font-size: var(--font-size-24);
  }
}
.entry-specifications-wrapper {
  padding: var(--spacer-24) 0;
  background-color: #f2f6f9;
}
.entry-specifications-wrapper .entry-specifications-header {
  max-width: 764px;
  text-align: center;
  margin: 0 auto var(--spacer-12);
}
.entry-specifications-wrapper .entry-specifications-header h1 {
  line-height: calc(var(--font-size-32) + 8px);
  font-size: var(--font-size-32);
  font-weight: 700;
  margin-bottom: var(--spacer-2);
}
.entry-specifications-wrapper .entry-specifications-header span {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
}
.entry-specifications-wrapper .entry-specifications-item {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid transparent;
  padding: var(--spacer-8);
  transition: all 0.2s linear;
  background-color: #fff;
}
@media (max-width: 767px) {
  .entry-specifications-wrapper .entry-specifications-item {
    margin-bottom: var(--spacer-10);
  }
}
.entry-specifications-wrapper .entry-specifications-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: var(--spacer-10) 0;
  background-color: #f2f6f9;
}
.entry-specifications-wrapper .entry-specifications-item-content {
  padding-top: var(--spacer-6);
}
.entry-specifications-wrapper
  .entry-specifications-item-content
  .entry-specifications-item-title {
  height: 28px;
  overflow: hidden;
  color: #30363a;
  line-height: 28px;
  font-size: var(--font-size-24);
  font-weight: 700;
  margin-bottom: var(--spacer-3);
}
.entry-specifications-wrapper
  .entry-specifications-item-content
  .entry-specifications-item-desc {
  height: 57px;
  overflow: hidden;
  color: #30363a;
  line-height: 19px;
  font-size: var(--font-size-16);
  font-weight: 400;
  margin-bottom: var(--spacer-6);
}
.entry-specifications-wrapper
  .entry-specifications-item-content
  .entry-specifications-item-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #0077b5;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 500;
}
.entry-specifications-wrapper
  .entry-specifications-item-content
  .entry-specifications-item-button
  > span {
  border-bottom: 3px solid #0077b5;
  padding-bottom: var(--spacer-2);
}
@media (min-width: 1200px) {
  .entry-specifications-wrapper .entry-specifications-item:hover {
    border-color: #0077b5;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .entry-specifications-wrapper .entry-specifications-item {
    padding: var(--spacer-4);
  }
  .entry-specifications-wrapper .entry-specifications-item-content {
    padding-top: var(--spacer-6);
  }
  .entry-specifications-wrapper
    .entry-specifications-item-content
    .entry-specifications-item-title {
    font-size: var(--font-size-18);
  }
  .entry-specifications-wrapper
    .entry-specifications-item-content
    .entry-specifications-item-desc {
    font-size: var(--font-size-14);
  }
  .entry-specifications-wrapper
    .entry-specifications-item-content
    .entry-specifications-item-button {
    line-height: calc(var(--font-size-12) + 8px);
    font-size: var(--font-size-12);
  }
}
.entry-comments-wrapper {
  padding: var(--spacer-24) 0;
}
.entry-comments-wrapper .entry-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacer-12);
}
@media (max-width: 991px) {
  .entry-comments-wrapper .entry-comments-header {
    flex-direction: column;
    gap: var(--spacer-5) 0;
    text-align: center;
  }
}
.entry-comments-wrapper .entry-comments-header > div {
  display: inline-block;
  max-width: 660px;
}
.entry-comments-wrapper .entry-comments-header > div h1 {
  line-height: calc(var(--font-size-32) + 8px);
  font-size: var(--font-size-32);
  font-weight: 700;
  margin-bottom: var(--spacer-2);
}
.entry-comments-wrapper .entry-comments-header > div span {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
}
.entry-comments-wrapper .entry-comments-header > a {
  position: relative;
  display: inline-block;
  height: 28px;
  color: #9db3c2;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  transition: all 0.2s linear;
}
.entry-comments-wrapper .entry-comments-header > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.2s linear;
  background-color: #0077b5;
}
.entry-comments-wrapper .entry-comments-header > a:hover {
  color: #0077b5;
}
.entry-comments-wrapper .entry-comments-header > a:hover:after {
  width: 100%;
}
.entry-comments-wrapper .comments-content {
  height: 0;
  overflow: hidden;
}
.entry-comments-wrapper .comments-content.slick-slider {
  height: auto;
  overflow: visible;
}
.entry-comments-wrapper .comments-content .comments-item {
  margin-bottom: 0;
}
.entry-comments-wrapper .comments-content .comments-item .comments-item-date {
  display: none;
}
.entry-comments-wrapper .comments-content > .slick-arrow {
  position: absolute;
  opacity: 1;
  top: 45%;
  z-index: 2;
  transform: translateY(-45%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: transparent;
}
.entry-comments-wrapper .comments-content > .slick-arrow > svg path {
  transition: all 0.2s linear;
}
.entry-comments-wrapper .comments-content > .slick-arrow:hover > svg path {
  stroke: #0077b5;
}
.entry-comments-wrapper .comments-content > .slick-arrow.slick-prev {
  left: calc(-1 * var(--spacer-20));
}
@media (max-width: 1681px) {
  .entry-comments-wrapper .comments-content > .slick-arrow.slick-prev {
    left: calc(var(--spacer-2));
  }
}
.entry-comments-wrapper .comments-content > .slick-arrow.slick-next {
  right: calc(-1 * var(--spacer-20));
}
@media (max-width: 1681px) {
  .entry-comments-wrapper .comments-content > .slick-arrow.slick-next {
    right: calc(var(--spacer-2));
  }
}
.entry-comments-wrapper .comments-content > .slick-dots {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--spacer-12) var(--gutter) 0 0;
}
@media (max-width: 1199px) {
  .entry-comments-wrapper .comments-content > .slick-dots {
    justify-content: center;
  }
}
.entry-comments-wrapper .comments-content > .slick-dots > li:not(:last-child) {
  margin-right: var(--spacer-2);
}
.entry-comments-wrapper .comments-content > .slick-dots > li > button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin-bottom: 0;
  background-color: #e4eaee;
}
@media (max-width: 767px) {
  .entry-comments-wrapper .comments-content > .slick-dots > li > button {
    width: 8px;
    height: 8px;
  }
}
.entry-comments-wrapper
  .comments-content
  > .slick-dots
  > li.slick-active
  > button {
  background-color: #0077b5;
}
.current-page-page-detail .comments-content {
  max-width: 1204px;
  margin: 0 auto;
}
.comments-item {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-8);
  margin-bottom: var(--spacer-4);
  transition: all 0.2s linear;
}
.comments-item .comments-item-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments-item .comments-item-inside .comments-item-image {
  display: flex;
  align-items: center;
  gap: 0 var(--spacer-4);
}
.comments-item
  .comments-item-inside
  .comments-item-image
  .comments-item-logo
  img {
  width: 48px;
  height: 48px;
}
.comments-item
  .comments-item-inside
  .comments-item-image
  .comments-item-title
  > div {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 600;
}
.comments-item
  .comments-item-inside
  .comments-item-image
  .comments-item-title
  > span {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
.comments-item .comments-item-inside .comments-item-date {
  color: #9db3c2;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.comments-item .comments-item-content {
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.comments-item .comments-item-content .comments-item-title {
  line-height: calc(var(--font-size-24) + 8px);
  font-size: var(--font-size-24);
  font-weight: 600;
  margin-bottom: 8px;
}
.comments-item .comments-item-content .comments-item-desc {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .comments-item:hover {
    border-color: #0077b5;
  }
}
.entry-package-price-wrapper {
  padding: var(--spacer-24) 0;
  background-color: #f2f6f9;
}
.entry-package-price-wrapper .entry-package-price-header {
  max-width: 660px;
  text-align: center;
  margin: 0 auto var(--spacer-12);
}
.entry-package-price-wrapper .entry-package-price-header h1 {
  line-height: calc(var(--font-size-32) + 8px);
  font-size: var(--font-size-32);
  font-weight: 700;
  margin-bottom: var(--spacer-2);
}
.entry-package-price-wrapper .entry-package-price-header span {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
}
.entry-package-price-wrapper .entry-package-price-select {
  max-width: 1024px;
  margin: 0 auto;
}
.package-selectbox {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--gutter));
  margin-left: calc(-1 * var(--gutter));
  margin-bottom: var(--spacer-12);
}
.package-selectbox > div {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  flex: 0 0 50%;
  max-width: 50%;
}
.package-selectbox > div select.form-control:not([size]):not([multiple]),
.package-selectbox > div select:not([size]) {
  height: 56px;
  color: #30363a;
  font-size: var(--font-size-18);
  cursor: pointer;
  padding: 4px 40px 4px 16px;
  margin-bottom: 0;
  border: none;
  border-radius: 8px;
  background-size: 16px;
  background-position: right 16px center;
  transition: all 0.2s linear;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%230077B5' stroke-width='2'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .package-selectbox > div {
    flex: 0 0 100%;
    max-width: 325px;
    margin: 0 auto var(--spacer-6);
  }
}
#package-price-content {
  max-width: 1280px;
  margin: 0 auto;
}
.package-price-item {
  position: relative;
  height: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-12) var(--spacer-7) var(--spacer-33) var(--spacer-7);
  transition: all 0.2s linear;
  background-color: #fff;
}
.package-price-item .package-price-title {
  text-align: center;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-8);
  margin-bottom: var(--spacer-12);
}
.package-price-item .package-price-title > div {
  line-height: calc(var(--font-size-24) + 8px);
  font-size: var(--font-size-24);
  font-weight: 700;
  margin-bottom: var(--spacer-4);
}
.package-price-item .package-price-title > span {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
.package-price-item .package-price {
  color: #0077b5;
  line-height: calc(var(--font-size-32) + 8px);
  font-size: var(--font-size-32);
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacer-12);
}
.package-price-item .package-price > span {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 500;
}
.package-price-item .package-price-content {
  margin-bottom: var(--spacer-12);
}
@media (min-width: 1200px) {
  .package-price-item .package-price-content {
    padding: 0 var(--spacer-8);
  }
}
.package-price-item .package-price-content > ul > li {
  display: flex;
  align-items: center;
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
  gap: 0 8px;
}
.package-price-item .package-price-content > ul > li:not(:last-child) {
  margin-bottom: var(--spacer-4);
}
.package-price-item .package-price-content > ul > li > span {
  flex: 1 0 0%;
}
.package-price-item .package-price-content > ul > li > span > b {
  color: #0077b5;
  font-weight: 400;
}
.package-price-item .package-price-button {
  text-align: center;
}
@media (min-width: 576px) {
  .package-price-item .package-price-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: var(--spacer-8);
	margin: 0 auto;
	
  }
}
.package-price-item .package-price-button > a {
  padding: var(--spacer-4) var(--spacer-14);
   align-items: center;
   max-width: 230px;min-width: 230px;
   
}
@media (max-width: 991px) {
  .package-price-item .package-price-button > a {
    padding: var(--spacer-4) var(--spacer-10);
  }
}
@media (max-width: 575px) {
  .package-price-item .package-price-button .package-price-button > a {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: var(--spacer-4) var(--spacer-10);
	max-width: 350px;
	min-width: 0px;
  }
}
.package-price-item .package-selected-text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  text-align: center;
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  background-color: #0077b5;
}
.package-price-item.package-selected {
  border-color: #0077b5;
}
@media (max-width: 1199px) {
  .package-price-item.package-selected {
    padding: var(--spacer-4) var(--spacer-7) 40px;
  }
}
@media (max-width: 991px) {
  .package-price-item {
    padding: var(--spacer-5) var(--spacer-5) var(--spacer-20);
  }
}
@media (max-width: 767px) {
  .package-price-item {
    height: calc(100% - var(--spacer-10));
    padding: var(--spacer-5);
    margin-bottom: var(--spacer-10);
  }
}
@media (min-width: 1200px) {
  .package-price-item:hover {
    border-color: #0077b5;
  }
}
.sorting-options-content-active
  #filter-wrapper
  .filter-wrapper-content
  #sorting-options {
  display: block;
}
#filter-wrapper {
  margin-bottom: var(--spacer-12);
}
#filter-wrapper .filter-wrapper-header .openbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  line-height: calc(var(--font-size-12) + 8px);
  font-size: var(--font-size-12);
  font-weight: 500;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#filter-wrapper .filter-wrapper-header .openbox.filter-options-title {
  color: #fff;
  background-color: #0077b5;
}
#filter-wrapper .filter-wrapper-header .openbox.sorting-options-title {
  color: #0077b5;
  border: 1px solid #0077b5;
}
#filter-wrapper .filter-wrapper-content #sorting-options {
  display: none;
}
.filter-menu-active .filter-menu {
  left: 0;
}
@media (min-width: 1200px) {
  .filter-menu {
    border-radius: 8px;
    border: 1px solid #e4eaee;
    padding: var(--spacer-8) var(--spacer-6);
  }
}
@media (max-width: 1199px) {
  .filter-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    z-index: 101;
    overflow-y: auto;
    padding: var(--spacer-9) var(--spacer-10);
    background-color: #fff;
    transition: all 0.2s linear;
  }
}
@media (max-width: 1199px) and (max-width: 374px) {
  .filter-menu {
    left: -280px;
    width: 280px;
  }
}
.filter-menu .filter-menu-box:not(:nth-last-child(2)) {
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.filter-menu .filter-menu-box.filter-record-count {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 600;
}
.filter-menu .filter-menu-box .filter-menu-box-title {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  margin-bottom: var(--spacer-4);
}
.filter-menu .filter-menu-box .filter-menu-box-content a {
  display: block;
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
  padding: 0 var(--spacer-2);
  transition: all 0.2s linear;
}
.filter-menu .filter-menu-box .filter-menu-box-content a:not(:last-child) {
  margin-bottom: var(--spacer-2);
}
.filter-menu .filter-menu-box .filter-menu-box-content a:hover {
  color: #0077b5;
}
.filter-menu .filter-menu-box .filter-menu-box-content .checkbox-custom {
  line-height: 20px;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .checkbox-custom:not(:last-child) {
  margin-bottom: var(--spacer-2);
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .checkbox-custom
  input[type="checkbox"]
  + label {
  color: #30363a;
  font-size: var(--font-size-16);
  font-weight: 400;
  padding-left: 28px;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .checkbox-custom
  input[type="checkbox"]
  + label:before {
  top: 2px;
  width: 20px;
  height: 20px;
  border: none;
  background-size: 20px;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .checkbox-custom
  input[type="checkbox"]:checked
  + label {
  color: #0077b5;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .checkbox-custom
  input[type="checkbox"]:checked
  + label:before {
  background-size: 20px;
}
.filter-menu .filter-menu-box .filter-menu-box-content .scrollbar-inner {
  max-height: 150px !important;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .scrollbar-inner
  > .scroll-element
  .scroll-element_track {
  background-color: #e4eaee;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .scrollbar-inner
  > .scroll-element
  .scroll-bar {
  background-color: #c5d2da;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .scrollbar-inner
  > .scroll-element
  .scroll-bar,
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .scrollbar-inner
  > .scroll-element
  .scroll-element_track,
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .scrollbar-inner
  > .scroll-element
  .scroll-element_outer {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .scrollbar-inner
  > .scroll-element:hover
  .scroll-bar,
.filter-menu
  .filter-menu-box
  .filter-menu-box-content
  .scrollbar-inner
  > .scroll-element.scroll-draggable
  .scroll-bar {
  background-color: #0077b5;
}
#sorting-options {
  margin-bottom: var(--spacer-5);
}
#sorting-options select.form-control:not([size]):not([multiple]),
#sorting-options select:not([size]) {
  height: 38px;
  color: #30363a;
  font-size: var(--font-size-12);
  cursor: pointer;
  padding: 4px 40px 4px var(--spacer-4);
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid #e4eaee;
  background-size: 16px;
  background-position: right 16px center;
  transition: all 0.2s linear;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%230077B5' stroke-width='2'/%3E%3C/svg%3E");
}
#sorting-options .record-count {
  font-size: var(--font-size-16);
  font-weight: 400;
}
#sorting-options .checkbox-custom {
  line-height: 20px;
}
#sorting-options .checkbox-custom input[type="checkbox"] + label {
  color: #30363a;
  font-size: var(--font-size-16);
  font-weight: 400;
  padding-left: 28px;
}
#sorting-options .checkbox-custom input[type="checkbox"] + label:before {
  top: 2px;
  width: 20px;
  height: 20px;
  border: none;
  background-size: 20px;
}
#sorting-options .checkbox-custom input[type="checkbox"]:checked + label {
  color: #0077b5;
}
#sorting-options
  .checkbox-custom
  input[type="checkbox"]:checked
  + label:before {
  background-size: 20px;
}
.entry-sss-wrapper {
  padding: var(--spacer-24) 0;
}
.entry-sss-wrapper .entry-sss-header {
  max-width: 660px;
  text-align: center;
  margin: 0 auto var(--spacer-12);
}
.entry-sss-wrapper .entry-sss-header h1 {
  line-height: calc(var(--font-size-32) + 8px);
  font-size: var(--font-size-32);
  font-weight: 700;
  margin-bottom: var(--spacer-2);
}
.entry-sss-wrapper .entry-sss-header span {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 400;
}
.sss-wrapper-accordion {
  max-width: 1204px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .sss-wrapper-accordion {
    padding: 0 8px;
  }
}
.sss-wrapper-accordion .accordion-item {
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid transparent;
  padding: 16px;
  background-color: #f2f6f9;
}
.sss-wrapper-accordion .accordion-item:not(:last-child) {
  margin-bottom: var(--spacer-2);
}
.sss-wrapper-accordion .accordion-item h3 {
  position: relative;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 600;
  padding-right: 20px;
  margin-bottom: 0;
}
.sss-wrapper-accordion .accordion-item h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%230077B5' stroke-width='2'/%3E%3C/svg%3E");
}
.sss-wrapper-accordion .accordion-item p {
  display: none;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  padding: 0 var(--spacer-2);
  margin-bottom: 0;
}
.sss-wrapper-accordion .accordion-item p a {
  color: #0077b5;
  font-weight: 600;
}
.sss-wrapper-accordion .accordion-item.open {
  border-color: #0077b5;
}
.sss-wrapper-accordion .accordion-item.open h3:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L8 2L15 9' stroke='%230077B5' stroke-width='2'/%3E%3C/svg%3E");
}
.sss-wrapper-accordion .accordion-item.open p {
  display: block;
  padding-top: var(--spacer-4);
}
.exams-date {
  display: flex;
  align-items: center;
  height: 60px;
  color: #fff;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .exams-date {
    position: absolute;
  }
}
#exams-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
}
.information-wrapper {
  background-color: #f9f2f2;
}
.information-wrapper .information-text {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}
.information-wrapper .information-text > a {
  color: #0077b5;
}
.information-wrapper .information-text > b {
  color: #b50000;
}
.announcement-wrapper {
  background-color: #f2f6f9;
}
.announcement-wrapper .announcement-text {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
}
.member-menu {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-8) var(--spacer-6);
}
.member-menu .member-menu-title {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 600;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
@media (max-width: 1199px) {
  .member-menu .member-menu-title {
   display: none;
  }
  
}
.member-menu .member-menu-content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .member-menu .member-menu-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.member-menu .member-menu-content > div {
  position: relative;
}
@media (min-width: 1200px) {
  .member-menu .member-menu-content > div:not(:last-child) {
    margin-bottom: var(--spacer-6);
  }
}
@media (max-width: 1199px) {
  .member-menu .member-menu-content > div {
    order: 2;
    flex: 0 0 100%;
  }
}
.member-menu .member-menu-content > div a {
  position: relative;
  display: block;
}
.member-menu .member-menu-content > div a span {
  position: relative;
  display: block;
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .member-menu .member-menu-content > div a {
    position: absolute;
    left: 0;
    top: 0;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .member-menu .member-menu-content > div a span {
    text-align: left;
    border-bottom: none;
    border-radius: 8px;
    padding: var(--spacer-4) var(--spacer-8);
    background-color: #e4eaee;
  }
}
.member-menu .member-menu-content > div > i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: var(--spacer-15);
}
@media (max-width: 1199px) {
  .member-menu .member-menu-content > div.active {
    order: 1;
  }
  .member-menu .member-menu-content > div.active > i {
    display: flex;
  }
}
.member-menu .member-menu-content > div.active a {
  position: relative;
  z-index: 1;
}
.member-menu .member-menu-content > div.active a span {
  color: #0077b5;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .member-menu .member-menu-content > div.active a span {
    border: 1px solid #0077b5;
    background-color: #fff;
  }
}
.member-menu .member-menu-content.open > div {
  margin-bottom: var(--spacer-4);
}
.member-menu .member-menu-content.open > div a {
  position: relative;
}
@media (max-width: 1199px) {
  .member-menu {
    border: none;
    padding: 0;
    margin-bottom: var(--spacer-8);
  }
}
.member-menu-container {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-6);
  background-color: #fff;
}
.member-menu-container:not(:last-child) {
  margin-bottom: var(--spacer-8);
}
.member-menu-container-title {
  position: relative;
  border-bottom: 1px solid #e4eaee;
  text-align: center;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.member-menu-container-title h4 {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
  margin-bottom: 0;
}
.member-menu-container-title span {
  color: #9db3c2;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.member-menu-container-title span.exams-status {
  color: #0077b5;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .member-menu-container-title span.exams-status {
    display: none;
  }
}
.profile-left,
.profile-middle,
.profile-right {
  margin-bottom: var(--spacer-8);
}
.profile-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-4);
}
.profile-left {
  height: calc(100% - var(--spacer-8));
}
.profile-left-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--spacer-4);
}
.profile-left-top .profile-logo img {
  max-width: 128px;
  max-height: 128px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.profile-left-top .profile-detail > div {
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.profile-left-top .profile-detail > div:not(:last-child) {
  margin-bottom: var(--spacer-2);
}
.profile-left-top .profile-detail > div.profile-name {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
}
@media (max-width: 767px) {
  .profile-left-top {
    flex-direction: column;
  }
  .profile-left-top .profile-logo img {
    max-width: 75px;
    max-height: 75px;
  }
  .profile-left-top .profile-detail > div {
    text-align: center;
  }
}
.profile-left-bottom {
  text-align: center;
  border-top: 1px solid #e4eaee;
  padding-top: var(--spacer-6);
  margin-top: var(--spacer-6);
}
.profile-left-bottom .btn {
  padding: var(--spacer-3) var(--spacer-11);
}
.profile-middle {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-4);
}
.profile-middle > div {
  flex: 0 0 calc(50% - var(--spacer-4));
  max-width: calc(50% - var(--spacer-4));
  padding: 18px var(--spacer-4);
}
@media (max-width: 767px) {
  .profile-middle > div {
    padding: var(--spacer-4);
  }
}
.profile-middle strong,
.profile-middle span {
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.profile-middle strong {
  display: block;
  color: #0077b5;
  margin-bottom: var(--spacer-1);
}
.profile-right {
  height: calc(100% - var(--spacer-8));
}
.profile-right .profile-institution-logo {
  text-align: center;
  margin-bottom: var(--spacer-6);
}
.profile-right .profile-institution-logo img {
  max-width: 128px;
  max-height: 128px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
@media (max-width: 1681px) and (min-width: 768px) {
  .profile-right .profile-institution-logo img {
    max-width: 90px;
    max-height: 90px;
  }
}
@media (max-width: 767px) {
  .profile-right .profile-institution-logo img {
    max-width: 75px;
    max-height: 75px;
  }
}
.profile-right .profile-institution-name {
  color: #0077b5;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 600;
  text-align: center;
}
.myChart {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
}
.custom-table {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.custom-table:not(:last-child) {
  margin-bottom: var(--spacer-6);
}
.custom-table-title {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 700;
  text-align: center;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border: 1px solid #e4eaee;
  border-bottom: none;
  padding: var(--spacer-6) var(--spacer-4);
  margin-bottom: -8px;
}
.custom-table .table {
  border-spacing: 0;
  border-collapse: inherit;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #e4eaee;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 991px) and (min-width: 576px) {
  .custom-table .table {
    width: 768px;
  }
}
@media (max-width: 575px) {
  .custom-table .table {
    width: 525px;
  }
}
.custom-table .table th,
.custom-table .table td {
  border-color: #e4eaee;
}
.custom-table .table thead {
  border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  background-color: #f2f6f9;
}
.custom-table .table thead tr th {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #e4eaee;
  padding: var(--spacer-4);
}
.custom-table .table thead tr th:not(:last-child) {
  border-right: 1px solid #e4eaee;
}
.custom-table .table tbody tr td {
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
  padding: var(--spacer-4);
}
.custom-table .table tbody tr td > a {
  display: flex;
  align-items: left;
  justify-content: left;
  color: #0077b5;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 600;
  gap: 0 4px;
}
.custom-table .table tbody tr td:not(:last-child) {
  border-right: 1px solid #e4eaee;
}
.custom-table .table tbody tr:first-child td {
  border-top: none;
}
.custom-table .table tfoot {
  border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  background-color: #f2f6f9;
}
.custom-table .table tfoot tr td {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  border: none;
  padding: var(--spacer-6) var(--spacer-4) var(--spacer-4);
}
.custom-table .table tfoot tr td:not(:last-child) {
  border-right: 1px solid #e4eaee;
}
.custom-table .table tfoot tr td:last-child {
  text-align: center;
}
.custom-table .table .checkbox-custom input[type="checkbox"] + label:before {
  top: -15px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='4' width='13' height='13' rx='2.5' stroke='%239DB3C2'/%3E%3C/svg%3E");
}
.custom-table
  .table
  .checkbox-custom
  input[type="checkbox"]:checked
  + label:before {
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='4' width='13' height='13' rx='2.5' stroke='%239DB3C2'/%3E%3Cpath d='M6 10.5L8.61285 13.1128C8.82075 13.3207 9.16229 13.3053 9.35051 13.0794L14 7.5' stroke='%239DB3C2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.custom-table .table .col-checkbox .favorite-add > svg path {
  d: path(
    "M 9.60968 3.78758 C 9.80984 3.53756 10.1902 3.53756 10.3903 3.78758 L 12.4856 6.40469 C 12.6537 6.61467 12.8751 6.77559 13.1268 6.87058 L 16.2633 8.05453 C 16.5629 8.16763 16.6804 8.52934 16.5045 8.79697 L 14.6629 11.5984 C 14.5152 11.8231 14.4306 12.0835 14.418 12.3522 L 14.2612 15.701 C 14.2463 16.021 13.9386 16.2445 13.6297 16.1599 L 10.3963 15.2741 C 10.1369 15.2031 9.86312 15.2031 9.60369 15.2741 L 6.37032 16.1599 C 6.06143 16.2445 5.75374 16.021 5.73876 15.701 L 5.58199 12.3522 C 5.56941 12.0835 5.48481 11.8231 5.33706 11.5984 L 3.49549 8.79697 C 3.31956 8.52934 3.43709 8.16763 3.73672 8.05453 L 6.87321 6.87058 C 7.12486 6.77559 7.34634 6.61468 7.51445 6.40469 L 9.60968 3.78758 Z"
  );
  fill: #9db3c2;
  stroke: #9db3c2;
}
.custom-table
  .table
  .col-checkbox.col-checkbox-custom
  .checkbox-custom
  input[type="checkbox"]
  + label:before {
  top: -8px;
  left: 14px;
}
@media (max-width: 1199px) {
  .custom-table .table .col-checkbox.col-checkbox-custom {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  #steps-container .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
@media (min-width: 992px) {
  #steps-container .steps:not(:last-child) {
    position: relative;
  }
  #steps-container .steps:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 48px;
    height: 1px;
    background-color: #e4eaee;
  }
}
#steps-container .steps > a {
  position: relative;
  display: flex;
  align-items: center;
  color: #9db3c2;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 600;
  gap: 0 8px;
}
#steps-container .steps > a > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #9db3c2;
}
#steps-container .steps > a.active {
  color: #0077b5;
}
#steps-container .steps > a.active > span:first-child {
  border: 1px solid #0077b5;
}
#steps-container .steps > a.active > span:first-child:before {
  content: "";
  position: absolute;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #0077b5;
}
#steps-container .steps.steps-2 > a {
  justify-content: center;
}
#steps-container .steps.steps-2:after {
  left: 100%;
  right: 0;
}
#steps-container .steps.steps-finished > a {
  justify-content: flex-end;
}
.trial-start-description-item:not(:last-child) {
  margin-bottom: var(--spacer-6);
}
.trial-start-description-item > b {
  display: block;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  margin-bottom: 4px;
}
.trial-start-description-item > span {
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.trial-start-title {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  text-align: center;
  margin-bottom: var(--spacer-6);
}
.trial-start-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
.trial-start-check > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  gap: 0 8px;
  padding: 8px var(--spacer-10);
  background-color: #f2f6f9;
}
@media (min-width: 1200px) {
  .trial-btn {
    padding: var(--spacer-3) var(--spacer-10) !important;
  }
}
@media (max-width: 1199px) {
  .trial-btn {
    width: 100%;
  }
}
#trial-results-page .trial-results-icon {
  text-align: center;
  margin-bottom: var(--spacer-6);
}
#trial-results-page .trial-results-title {
  text-align: center;
}
#trial-results-page .trial-results-title h4 {
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
#trial-results-page .trial-results-title span {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
#trial-results-page .trial-results-title span > b {
  font-weight: 700;
}
#trial-results-page .trial-results-title.succes h4 {
  color: #00ac11;
}
#trial-results-page .trial-results-title.danger h4,
#trial-results-page .trial-results-title.danger b {
  color: #b50000;
}
.trials-item {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-12) var(--spacer-8) var(--spacer-8);
}
.trials-item-title {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.trials-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin-bottom: var(--spacer-8);
}
.trials-item-content > div {
  flex: 1 0 0%;
}
.trials-item-content > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  gap: 0 8px;
  padding: 8px var(--spacer-10);
  background-color: #f2f6f9;
}
.trials-item-info {
  color: #b50000;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: var(--spacer-6);
  margin-top: var(--spacer-8);
  background-color: #f9f2f2;
}
.trial-question-item {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  transition: all 0.2s linear;
  padding: var(--spacer-12) var(--spacer-4) var(--spacer-8);
}
@media (max-width: 991px) {
  .trial-question-item {
    margin-bottom: var(--spacer-4);
  }
}
.trial-question-item > a {
  display: block;
}
.trial-question-item .trial-question-item-logo {
  text-align: center;
  margin-bottom: var(--spacer-10);
}
.trial-question-item .trial-question-item-logo img {
  max-width: 128px;
  max-height: 128px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.trial-question-item .trial-question-item-title {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--spacer-10);
}
.trial-question-item .trial-question-item-button {
  max-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 16px 0;
  margin: 0 auto;
  transition: all 0.2s linear;
  background-color: #0077b5;
}
.trial-question-item .trial-question-item-button:hover {
  background-color: #005582;
}
@media (min-width: 1200px) {
  .trial-question-item:hover {
    border-color: #0077b5;
  }
}
.my-favorites-title {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  text-align: center;
  margin-bottom: var(--spacer-6);
}
#message-send-form .form-group {
  margin-bottom: 0;
}
#message-send-form .input-group {
  gap: 0 var(--spacer-2);
  margin-bottom: var(--spacer-4);
}
#message-send-form .checkbox-custom {
  flex: 1 0 0%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #f2f6f9;
  padding: var(--spacer-4);
  background-color: #f2f6f9;
}
@media (max-width: 767px) {
  #message-send-form .checkbox-custom input[type="checkbox"] + label {
    font-size: 11px;
    padding-left: 28px;
  }
}
#message-send-form .btn {
  padding: var(--spacer-3) var(--spacer-8);
}
.exam-result-information-wrapper {
  border-bottom: 1px solid #e4eaee;
  margin-bottom: var(--spacer-6);
}
.exam-result-information {
  color: #30363a;
  line-height: calc(var(--font-size-13) + 8px);
  font-size: var(--font-size-13);
  font-weight: 400;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: var(--spacer-3) var(--spacer-5);
  margin-bottom: var(--spacer-6);
  background-color: #f2f6f9;
}
.questions-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.questions-item .questions-item-title {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
}
.questions-item ul {
 
  padding-left: var(--spacer-6);
}
.questions-item ul li {
 list-style-type: revert;
 
}
.questions-item ol  {

 padding-left: var(--spacer-6);
}
.questions-item ol li {
list-style-type: revert;

}
.questions-item .questions-item-id {
  color: #9db3c2;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  border-left: 2px solid #e4eaee;
  padding-left: var(--spacer-3);
}
.questions-item .questions-item-question {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-3);
  
}
.questions-item .questions-item-question  .watermark {
	margin:auto;
	position: relative;
	bottom: -var(--spacer-3);	
	width:100%;
}
@media (max-width: 1199px) {
  .questions-item .questions-item-question  .watermark {
	
	bottom: -var(--spacer-2);

	}
  .questions-item .questions-item-question  .watermark svg {
	width:200%;
	}
}
.questions-item .questions-item-question  .watermark svg {
	z-index:0;
	margin:auto;
	position: absolute;	
	left:0;right:0;	
	text-align:center;
	width:19%;
}
.questions-item .questions-item-options {
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
   margin-top: var(--spacer-4);
}
.questions-item .questions-item-options > div:not(:last-child) {
  margin-bottom: var(--spacer-2);
}
.questions-item .questions-item-options > div > a {
  display: flex;
  align-items: center;
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  gap: 0 var(--spacer-4);
  padding: var(--spacer-2) var(--spacer-3);
}
.questions-item .questions-item-options > div > a > i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: var(--font-size-16);
  font-weight: 700;
  font-style: normal;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e4eaee;
  background-color: #fff;
}
.questions-item-options_cevapustbilgi{
	display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: var(--font-size-16);
  font-weight: 700;
  font-style: normal;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e4eaee;
  background-color: #fff;
	
}
.succes1 {
   
   background-color: #eafbef;
}
.succes2 {
  color: #fff;
  background-color: #52b75c;
}


.false1 {

  background-color: #fbeaea;
}
.false2 {
  color: #fff;
  background-color: #b50000;
}
.isaretli1{
  background-color: #ffffff;	
}
.isaretli2{
  color: #fff;
  background-color: #939393;	
}
.questions-item .questions-item-options > div > a.succes {
  background-color: #eafbef;
}
.questions-item .questions-item-options > div > a.succes > i {
  color: #fff;
  background-color: #52b75c;
}
.questions-item .questions-item-options > div > a.false {
  background-color: #fbeaea;
}
.questions-item .questions-item-options > div > a.false > i {
  color: #fff;
  background-color: #b50000;
}
.questions-item .questions-item-options > div > a.isaretli {
  background-color: #ffffff;
}
.questions-item .questions-item-options > div > a.isaretli > i {
  color: #fff;
  background-color: #939393;
}
.questions-item .questions-item-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 4px;
}
.questions-item .questions-item-buttons > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #52b75c;
}
.questions-item .questions-item-buttons > div > a.favorite {
  background-color: #9db3c2;
}
.questions-item .questions-item-buttons > div > a.favorite.favorite-add {
  background-color: #cc9644;
}

.questions-item .questions-item-buttons > div > a.report {
  background-color: #cc9644;
}
.questions-item .questions-item-buttons > div > a.active + .openbox-content {
  opacity: 1;
  visibility: visible;
}
.questions-item .openbox-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 1024px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-12) var(--spacer-8) var(--spacer-8);
  transition: all 0.2s linear;
  background-color: #fff;
  overflow: auto;
  #height: calc(80% - 16px);
  max-height: 800px;
}
@media (max-width: 1199px) {
  .questions-item .openbox-content {
    width: calc(100% - 16px);
	height: calc(100% - 16px);
	
  }
}
.questions-item .openbox-content-title {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-8);
}
.questions-item .openbox-content-inside {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-6);
  margin-bottom: var(--spacer-8);
}
.questions-item .openbox-content-inside ul  {
 padding-left: var(--spacer-6);
 
}
.questions-item .openbox-content-inside ul li {
 list-style-type:  revert;
 
}
.questions-item .openbox-content-inside ol  {
 padding-left: var(--spacer-6);
}
.questions-item .openbox-content-inside ol li {
list-style-type: revert;
}
.questions-item .openbox-content-inside > p {
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  margin-bottom: 0;
}
.questions-item .openbox-content-inside > p:not(:last-child) {
  margin-bottom: var(--spacer-3);
}
.questions-item .openbox-content-buttons .btn {
  padding: var(--spacer-4) var(--spacer-6);
}
.questions-item .openbox-content .openbox-close {
  position: absolute;
  top: var(--spacer-8);
  right: var(--spacer-8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.questions-item .questions-finish > a {
  max-width: 255px;
  margin: 0 auto;
}
.finish-exam-content-active .finish-exam-content {
  opacity: 1;
  visibility: visible;
}
.questions-start-selections-title {
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.questions-start-selections .questions-start-selection .form-control {
  height: 48px;
  color: #9db3c2;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  border: 1px solid #e4eaee;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .questions-start-selections .questions-start-selection .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .questions-start-selections .questions-start-selection .form-group {
    margin-bottom: var(--spacer-6);
  }
}
.questions-start-selections .questions-start-selection .form-group label {
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 600;
  margin-bottom: var(--spacer-4);
}
.questions-start-selections
  .questions-start-selection
  .form-group
  select.form-control:not([size]):not([multiple]),
.questions-start-selections
  .questions-start-selection
  .form-group
  select:not([size]) {
  height: 48px;
  color: #9db3c2;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  border: 1px solid #e4eaee;
  padding: 0 16px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%239DB3C2' stroke-width='2'/%3E%3C/svg%3E");
}
.questions-start-button > a {
  max-width: 255px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .message-info {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(-20%);
  }
}
.message-info > b {
  color: #0077b5;
}
.message-goback {
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-20%);
}
@media (max-width: 991px) {
  .message-goback {
    display: none;
  }
}
.message-goback > a {
  display: flex;
  align-items: center;
  gap: 0 var(--spacer-2);
}
.message-goback > a > span {
  color: #0077b5;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
}
.message-box-tab-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4eaee;
  gap: 0 var(--spacer-2);
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
@media (max-width: 767px) {
  .message-box-tab-title {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
@media (max-width: 1199px) {
  .message-box-tab-title > div {
    flex: 1 0 0%;
  }
}
.message-box-tab-title > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #30363a;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 500;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #9db3c2;
  gap: 0 var(--spacer-2);
  padding: 0 var(--spacer-8);
}
.message-box-tab-title > div.active > a {
  color: #fff;
  border-color: #0077b5;
  background-color: #0077b5;
}
.message-box-tab-content [data-tab-content] {
  height: 0;
  overflow: hidden;
}
.message-box-tab-content [data-tab-content].active {
  height: auto;
  overflow: visible;
}
.message-write-btn {
  position: absolute;
  right: 8px;
  bottom: -12px;
  z-index: 20;
}
@media (min-width: 1200px) {
  .message-write-btn {
    display: none;
  }
}
.message-write-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #0077b5;
}
.checkout-content-header {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-6);
  margin-bottom: var(--spacer-8);
  background-color: #fff;
}
.checkout-content-header h4 {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.checkout-content-header span {
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.checkout-content-header span b {
  display: block;
}
.checkout-content-body {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-6);
  background-color: #fff;
  margin-bottom: var(--spacer-8);
}
.checkout-content-body .form-group {
  margin-bottom: var(--spacer-5);
}
.checkout-content-body .form-group label {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 600;
  margin-bottom: var(--spacer-3);
}
.checkout-content-body .checkout-status-icon {
  text-align: center;
  margin-bottom: var(--spacer-6);
}
.checkout-content-body .checkout-status-title {
  text-align: center;
}
.checkout-content-body .checkout-status-title h4 {
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
.checkout-content-body .checkout-status-title span {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
.checkout-content-body .checkout-status-title span > b {
  font-weight: 700;
}
.checkout-content-body .checkout-status-title.succes h4 {
  color: #00ac11;
}
.checkout-content-body .checkout-status-title.danger h4,
.checkout-content-body .checkout-status-title.danger b {
  color: #b50000;
}
#checkout-aside-fixed {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
  padding: var(--spacer-6);
  background-color: #fff;
}
#checkout-aside-fixed .checkout-cart-panel-header {
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
#checkout-aside-fixed .checkout-cart-panel-header h4 {
  color: #30363a;
  line-height: calc(var(--font-size-20) + 8px);
  font-size: var(--font-size-20);
  font-weight: 700;
  margin-bottom: 0;
}
#checkout-aside-fixed .cart-panel-amount-details {
  border-bottom: 1px solid #e4eaee;
  padding-bottom: var(--spacer-6);
  margin-bottom: var(--spacer-6);
}
#checkout-aside-fixed .cart-panel-amount-details .cart-panel-row {
  display: flex;
  align-items: baseline;
}
#checkout-aside-fixed
  .cart-panel-amount-details
  .cart-panel-row:not(:last-child) {
  margin-bottom: var(--spacer-3);
}
#checkout-aside-fixed .cart-panel-amount-details .cart-panel-row > span {
  flex: 0 0 auto;
  color: #30363a;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
}
#checkout-aside-fixed
  .cart-panel-amount-details
  .cart-panel-row
  > span:last-child {
  flex: 1 0 0%;
  color: #0077b5;
  font-weight: 600;
  margin-left: var(--spacer-3);
}
#checkout-aside-fixed
  .cart-panel-amount-details
  .checkbox-custom:not(:last-child) {
  margin-bottom: var(--spacer-3);
}
.forgot-pass .auth-left .auth-content,
.register-confirmation .auth-left .auth-content,
.forgot-pass-confirmation .auth-left .auth-content {
  height: calc(100% - 188px);
}
.register .auth-left {
  height: auto;
}
.auth-left {
  padding: 0 var(--spacer-10);
  height: 100vh;
}
.auth-left .auth-logo {
  display: flex;
  align-items: center;
  height: 128px;
}
.auth-left .auth-logo img {
  height: 48px;
}
@media (max-width: 991px) {
  .auth-left {
    padding: var(--spacer-10) 8px;
  }
  .auth-left .auth-logo {
    justify-content: center;
    height: 88px;
    margin-bottom: var(--spacer-14);
  }
}
.auth-left .auth-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 64px);
}
@media (max-width: 991px) {
  .auth-left .auth-content {
    height: auto;
  }
}
.auth-left .auth-content .auth-forms {
  width: 424px;
}
.auth-left .auth-content .auth-forms-title {
  text-align: center;
  margin-bottom: var(--spacer-12);
}
.auth-left .auth-content .auth-forms-title h1 {
  line-height: calc(var(--font-size-48) + 8px);
  font-size: var(--font-size-48);
  font-weight: 700;
  margin-bottom: var(--spacer-4);
}
.auth-left .auth-content .auth-forms-title span {
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
}
.auth-left .auth-content .auth-forms .form-group {
  margin-bottom: var(--spacer-2);
}
.auth-left .auth-content .auth-forms .auth-forgot-pass {
  display: block;
  color: #0077b5;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 500;
  text-align: right;
}
.auth-left .auth-content .auth-forms .btn-register {
  display: block;
  color: #0077b5;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 500;
  text-align: center;
}
.auth-left .auth-content .auth-forms .auth-btn {
  margin-top: var(--spacer-12);
}
.auth-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #0077b5;
}
#footer .footer-inside {
  padding: var(--spacer-16) 0;
  background-color: #0077b5;
}
#footer .footer-copyright {
  padding: var(--spacer-6) 0;
  background-color: #fff;
}
.footer-logo > a {
  display: inline-block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: var(--spacer-3);
  margin-bottom: var(--spacer-12);
  #background-color: #fff;
}
.footer-logo > a img {
  max-height: 48px;
}
@media (max-width: 991px) {
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-social {
    justify-content: center;
    margin-bottom: var(--spacer-10);
  }
}
.footer-social > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer-menu .footer-menu-title {
  color: #fff;
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 500;
  margin-bottom: var(--spacer-6);
}
.footer-menu .footer-menu-content-inside {
  display: flex;
}
.footer-menu .footer-menu-content ul {
  flex: 1 0 0%;
}
.footer-menu .footer-menu-content ul > li {
  margin-bottom: var(--spacer-4);
}
.footer-menu .footer-menu-content ul > li:last-child {
  margin-bottom: 0;
}
.footer-menu .footer-menu-content ul > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: var(--font-size-14);
  transition: all 0.2s linear;
}
.footer-menu .footer-menu-content ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.2s linear;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .footer-menu .footer-menu-content ul > li > a:hover:after {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-menu .footer-menu-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #e4eaee;
    padding: var(--spacer-6);
    margin-bottom: var(--spacer-3);
  }
  .footer-menu .footer-menu-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 7px;
    transition: all 0.2s linear;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L5 5.5L9 1.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
  .footer-menu .footer-menu-content {
    display: none;
    padding: var(--spacer-4) 0 var(--spacer-8);
  }
  .footer-menu.active .footer-menu-title:after {
    top: 40%;
    transform: rotate(-180deg) translateY(-40%);
  }
  .footer-menu.active .footer-menu-content {
    display: block;
  }
}
.footer-contact > div:not(:last-child) {
  margin-bottom: var(--spacer-4);
}
.footer-contact > div > a {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.footer-contact > div > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  transition: all 0.2s linear;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .footer-contact > div > a:hover:after {
    width: 100%;
  }
}
.footer-contact > div > a > div {
  font-weight: 500;
  margin-bottom: var(--spacer-2);
}
.footer-menu-items > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer-menu-items > ul {
    justify-content: center;
  }
}
.footer-menu-items > ul > li:not(:last-child) {
  margin-right: var(--spacer-6);
}
.footer-menu-items > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
  color: #0077b5;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
}
.footer-menu-items > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.2s linear;
  background-color: #0077b5;
}
@media (min-width: 1200px) {
  .footer-menu-items > ul > li > a:hover:after {
    width: 100%;
  }
}
.copyright {
  color: #0077b5;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1199px) {
  .copyright {
    color: #a4a4a4;
    margin-top: var(--spacer-4);
  }
}
:root {
  --gutter: var(--spacer-2);
  --spacer-1: 4px;
  --spacer-2: 8px;
  --spacer-3: 12px;
  --spacer-4: 16px;
  --spacer-5: 20px;
  --spacer-6: 24px;
  --spacer-7: 28px;
  --spacer-8: 32px;
  --spacer-9: 36px;
  --spacer-10: 40px;
  --spacer-11: 44px;
  --spacer-12: 48px;
  --spacer-13: 52px;
  --spacer-14: 56px;
  --spacer-15: 60px;
  --spacer-16: 64px;
  --spacer-17: 68px;
  --spacer-18: 72px;
  --spacer-19: 76px;
  --spacer-20: 80px;
  --spacer-21: 84px;
  --spacer-22: 88px;
  --spacer-23: 92px;
  --spacer-24: 96px;
  --spacer-25: 100px;
  --spacer-26: 104px;
  --spacer-27: 108px;
  --spacer-28: 112px;
  --spacer-29: 116px;
  --spacer-30: 120px;
  --spacer-31: 124px;
  --spacer-32: 128px;
  --spacer-33: 132px;
  --spacer-34: 136px;
  --spacer-35: 140px;
  --spacer-36: 144px;
  --spacer-37: 148px;
  --spacer-38: 152px;
  --spacer-39: 156px;
  --spacer-40: 160px;
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-23: 23px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-29: 29px;
  --font-size-30: 30px;
  --font-size-31: 31px;
  --font-size-32: 32px;
  --font-size-33: 33px;
  --font-size-34: 34px;
  --font-size-35: 35px;
  --font-size-36: 36px;
  --font-size-37: 37px;
  --font-size-38: 38px;
  --font-size-39: 39px;
  --font-size-40: 40px;
  --font-size-41: 41px;
  --font-size-42: 42px;
  --font-size-43: 43px;
  --font-size-44: 44px;
  --font-size-45: 45px;
  --font-size-46: 46px;
  --font-size-47: 47px;
  --font-size-48: 48px;
  --font-size-49: 49px;
  --font-size-50: 50px;
  --font-size-51: 51px;
  --font-size-52: 52px;
  --font-size-53: 53px;
  --font-size-54: 54px;
  --font-size-55: 55px;
  --font-size-56: 56px;
  --font-size-57: 57px;
  --font-size-58: 58px;
  --font-size-59: 59px;
  --font-size-60: 60px;
  --font-size-61: 61px;
  --font-size-62: 62px;
  --font-size-63: 63px;
  --font-size-64: 64px;
  --font-size-65: 65px;
  --font-size-66: 66px;
  --font-size-67: 67px;
  --font-size-68: 68px;
  --font-size-69: 69px;
  --font-size-70: 70px;
  --font-size-71: 71px;
  --font-size-72: 72px;
  --font-size-73: 73px;
  --font-size-74: 74px;
  --font-size-75: 75px;
  --font-size-76: 76px;
  --font-size-77: 77px;
  --font-size-78: 78px;
  --font-size-79: 79px;
  --font-size-80: 80px;
  --font-size-81: 81px;
  --font-size-82: 82px;
  --font-size-83: 83px;
  --font-size-84: 84px;
  --font-size-85: 85px;
  --font-size-86: 86px;
  --font-size-87: 87px;
  --font-size-88: 88px;
  --font-size-89: 89px;
  --font-size-90: 90px;
  --font-size-91: 91px;
  --font-size-92: 92px;
  --font-size-93: 93px;
  --font-size-94: 94px;
  --font-size-95: 95px;
  --font-size-96: 96px;
  --font-size-97: 97px;
  --font-size-98: 98px;
  --font-size-99: 99px;
  --font-size-100: 100px;
  --font-size-101: 101px;
  --font-size-102: 102px;
  --font-size-103: 103px;
  --font-size-104: 104px;
  --font-size-105: 105px;
  --font-size-106: 106px;
  --font-size-107: 107px;
  --font-size-108: 108px;
  --font-size-109: 109px;
  --font-size-110: 110px;
  --font-size-111: 111px;
  --font-size-112: 112px;
  --font-size-113: 113px;
  --font-size-114: 114px;
  --font-size-115: 115px;
  --font-size-116: 116px;
  --font-size-117: 117px;
  --font-size-118: 118px;
  --font-size-119: 119px;
  --font-size-120: 120px;
}
@media (max-width: 1199px) {
  :root {
    --spacer-1: 3px;
    --spacer-2: 6px;
    --spacer-3: 9px;
    --spacer-4: 12px;
    --spacer-5: 15px;
    --spacer-6: 18px;
    --spacer-7: 21px;
    --spacer-8: 24px;
    --spacer-9: 27px;
    --spacer-10: 30px;
    --spacer-11: 33px;
    --spacer-12: 36px;
    --spacer-13: 39px;
    --spacer-14: 42px;
    --spacer-15: 45px;
    --spacer-16: 48px;
    --spacer-17: 51px;
    --spacer-18: 54px;
    --spacer-19: 57px;
    --spacer-20: 60px;
    --spacer-21: 52.5px;
    --spacer-22: 55px;
    --spacer-23: 57.5px;
    --spacer-24: 60px;
    --spacer-25: 62.5px;
    --spacer-26: 65px;
    --spacer-27: 67.5px;
    --spacer-28: 70px;
    --spacer-29: 72.5px;
    --spacer-30: 60px;
    --spacer-31: 62px;
    --spacer-32: 64px;
    --spacer-33: 66px;
    --spacer-34: 68px;
    --spacer-35: 70px;
    --spacer-36: 72px;
    --spacer-37: 74px;
    --spacer-38: 76px;
    --spacer-39: 78px;
    --spacer-40: 80px;
    --font-size-10: 9.5px;
    --font-size-11: 10.45px;
    --font-size-12: 11.4px;
    --font-size-13: 12.35px;
    --font-size-14: 13.3px;
    --font-size-15: 13.5px;
    --font-size-16: 14.4px;
    --font-size-17: 15.3px;
    --font-size-18: 16.2px;
    --font-size-19: 15.2px;
    --font-size-20: 16px;
    --font-size-21: 16.8px;
    --font-size-22: 17.6px;
    --font-size-23: 18.4px;
    --font-size-24: 19.2px;
    --font-size-25: 20px;
    --font-size-26: 20.8px;
    --font-size-27: 21.6px;
    --font-size-28: 22.4px;
    --font-size-29: 21.75px;
    --font-size-30: 22.5px;
    --font-size-31: 23.25px;
    --font-size-32: 24px;
    --font-size-33: 24.75px;
    --font-size-34: 25.5px;
    --font-size-35: 26.25px;
    --font-size-36: 27px;
    --font-size-37: 24.05px;
    --font-size-38: 24.7px;
    --font-size-39: 25.35px;
    --font-size-40: 26px;
    --font-size-41: 26.65px;
    --font-size-42: 27.3px;
    --font-size-43: 27.95px;
    --font-size-44: 28.6px;
    --font-size-45: 29.25px;
    --font-size-46: 29.9px;
    --font-size-47: 30.55px;
    --font-size-48: 31.2px;
    --font-size-49: 31.85px;
    --font-size-50: 32.5px;
    --font-size-51: 33.15px;
    --font-size-52: 33.8px;
    --font-size-53: 34.45px;
    --font-size-54: 35.1px;
    --font-size-55: 35.75px;
    --font-size-56: 36.4px;
    --font-size-57: 37.05px;
    --font-size-58: 37.7px;
    --font-size-59: 38.35px;
    --font-size-60: 39px;
    --font-size-61: 39.65px;
    --font-size-62: 40.3px;
    --font-size-63: 40.95px;
    --font-size-64: 41.6px;
    --font-size-65: 42.25px;
    --font-size-66: 42.9px;
    --font-size-67: 43.55px;
    --font-size-68: 44.2px;
    --font-size-69: 44.85px;
    --font-size-70: 45.5px;
    --font-size-71: 46.15px;
    --font-size-72: 46.8px;
    --font-size-73: 47.45px;
    --font-size-74: 48.1px;
    --font-size-75: 48.75px;
    --font-size-76: 49.4px;
    --font-size-77: 50.05px;
    --font-size-78: 50.7px;
    --font-size-79: 51.35px;
    --font-size-80: 52px;
    --font-size-81: 52.65px;
    --font-size-82: 53.3px;
    --font-size-83: 53.95px;
    --font-size-84: 54.6px;
    --font-size-85: 46.75px;
    --font-size-86: 47.3px;
    --font-size-87: 47.85px;
    --font-size-88: 48.4px;
    --font-size-89: 48.95px;
    --font-size-90: 49.5px;
    --font-size-91: 50.05px;
    --font-size-92: 50.6px;
    --font-size-93: 51.15px;
    --font-size-94: 51.7px;
    --font-size-95: 52.25px;
    --font-size-96: 52.8px;
    --font-size-97: 53.35px;
    --font-size-98: 53.9px;
    --font-size-99: 54.45px;
    --font-size-100: 55px;
    --font-size-101: 55.55px;
    --font-size-102: 56.1px;
    --font-size-103: 56.65px;
    --font-size-104: 57.2px;
    --font-size-105: 57.75px;
    --font-size-106: 58.3px;
    --font-size-107: 58.85px;
    --font-size-108: 59.4px;
    --font-size-109: 59.95px;
    --font-size-110: 60.5px;
    --font-size-111: 61.05px;
    --font-size-112: 61.6px;
    --font-size-113: 62.15px;
    --font-size-114: 62.7px;
    --font-size-115: 63.25px;
    --font-size-116: 63.8px;
    --font-size-117: 64.35px;
    --font-size-118: 64.9px;
    --font-size-119: 65.45px;
    --font-size-120: 66px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacer-1: 2px;
    --spacer-2: 4px;
    --spacer-3: 6px;
    --spacer-4: 8px;
    --spacer-5: 10px;
    --spacer-6: 12px;
    --spacer-7: 14px;
    --spacer-8: 16px;
    --spacer-9: 18px;
    --spacer-10: 20px;
    --spacer-11: 22px;
    --spacer-12: 24px;
    --spacer-13: 26px;
    --spacer-14: 28px;
    --spacer-15: 30px;
    --spacer-16: 32px;
    --spacer-17: 34px;
    --spacer-18: 36px;
    --spacer-19: 38px;
    --spacer-20: 40px;
    --spacer-21: 31.5px;
    --spacer-22: 33px;
    --spacer-23: 34.5px;
    --spacer-24: 36px;
    --spacer-25: 37.5px;
    --spacer-26: 39px;
    --spacer-27: 40.5px;
    --spacer-28: 42px;
    --spacer-29: 43.5px;
    --spacer-30: 30px;
    --spacer-31: 31px;
    --spacer-32: 32px;
    --spacer-33: 33px;
    --spacer-34: 34px;
    --spacer-35: 35px;
    --spacer-36: 36px;
    --spacer-37: 37px;
    --spacer-38: 38px;
    --spacer-39: 39px;
    --spacer-40: 40px;
    --font-size-10: 8.5px;
    --font-size-11: 9.35px;
    --font-size-12: 10.2px;
    --font-size-13: 11.05px;
    --font-size-14: 11.9px;
    --font-size-15: 12px;
    --font-size-16: 12.8px;
    --font-size-17: 13.6px;
    --font-size-18: 14.4px;
    --font-size-19: 14.25px;
    --font-size-20: 15px;
    --font-size-21: 15.75px;
    --font-size-22: 16.5px;
    --font-size-23: 17.25px;
    --font-size-24: 18px;
    --font-size-25: 18.75px;
    --font-size-26: 19.5px;
    --font-size-27: 20.25px;
    --font-size-28: 21px;
    --font-size-29: 20.3px;
    --font-size-30: 21px;
    --font-size-31: 21.7px;
    --font-size-32: 22.4px;
    --font-size-33: 23.1px;
    --font-size-34: 23.8px;
    --font-size-35: 24.5px;
    --font-size-36: 25.2px;
    --font-size-37: 20.35px;
    --font-size-38: 20.9px;
    --font-size-39: 21.45px;
    --font-size-40: 22px;
    --font-size-41: 22.55px;
    --font-size-42: 23.1px;
    --font-size-43: 23.65px;
    --font-size-44: 24.2px;
    --font-size-45: 24.75px;
    --font-size-46: 25.3px;
    --font-size-47: 25.85px;
    --font-size-48: 26.4px;
    --font-size-49: 26.95px;
    --font-size-50: 27.5px;
    --font-size-51: 28.05px;
    --font-size-52: 28.6px;
    --font-size-53: 29.15px;
    --font-size-54: 29.7px;
    --font-size-55: 30.25px;
    --font-size-56: 30.8px;
    --font-size-57: 31.35px;
    --font-size-58: 31.9px;
    --font-size-59: 32.45px;
    --font-size-60: 33px;
    --font-size-61: 33.55px;
    --font-size-62: 34.1px;
    --font-size-63: 34.65px;
    --font-size-64: 35.2px;
    --font-size-65: 35.75px;
    --font-size-66: 36.3px;
    --font-size-67: 36.85px;
    --font-size-68: 37.4px;
    --font-size-69: 37.95px;
    --font-size-70: 38.5px;
    --font-size-71: 39.05px;
    --font-size-72: 39.6px;
    --font-size-73: 40.15px;
    --font-size-74: 40.7px;
    --font-size-75: 41.25px;
    --font-size-76: 41.8px;
    --font-size-77: 42.35px;
    --font-size-78: 42.9px;
    --font-size-79: 43.45px;
    --font-size-80: 44px;
    --font-size-81: 44.55px;
    --font-size-82: 45.1px;
    --font-size-83: 45.65px;
    --font-size-84: 46.2px;
    --font-size-85: 38.25px;
    --font-size-86: 38.7px;
    --font-size-87: 39.15px;
    --font-size-88: 39.6px;
    --font-size-89: 40.05px;
    --font-size-90: 40.5px;
    --font-size-91: 40.95px;
    --font-size-92: 41.4px;
    --font-size-93: 41.85px;
    --font-size-94: 42.3px;
    --font-size-95: 42.75px;
    --font-size-96: 43.2px;
    --font-size-97: 43.65px;
    --font-size-98: 44.1px;
    --font-size-99: 44.55px;
    --font-size-100: 45px;
    --font-size-101: 45.45px;
    --font-size-102: 45.9px;
    --font-size-103: 46.35px;
    --font-size-104: 46.8px;
    --font-size-105: 47.25px;
    --font-size-106: 47.7px;
    --font-size-107: 48.15px;
    --font-size-108: 48.6px;
    --font-size-109: 49.05px;
    --font-size-110: 49.5px;
    --font-size-111: 49.95px;
    --font-size-112: 50.4px;
    --font-size-113: 50.85px;
    --font-size-114: 51.3px;
    --font-size-115: 51.75px;
    --font-size-116: 52.2px;
    --font-size-117: 52.65px;
    --font-size-118: 53.1px;
    --font-size-119: 53.55px;
    --font-size-120: 54px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.openbox-overlay,
.dropbox-overlay,
.navigation-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body[class$="-active"] {
  cursor: pointer;
}
body.mobile-menu-content-active #mobile-navigation {
  left: 0;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
}
body.mobile-menu-content-active .mobile-menu-content-overlay {
  display: block;
}
#mobile-navigation {
  position: fixed;
  top: 0;
  left: -420px;
  width: 420px;
  height: 100%;
  z-index: 999;
  transition: all 0.2s linear;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  #mobile-navigation {
    width: 320px;
  }
}
@media (max-width: 374px) {
  #mobile-navigation {
    width: 280px;
  }
}
#mobile-navigation .mobile-navigation {
  overflow: hidden;
  position: relative;
}
#mobile-navigation .mobile-navigation ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #30363a;
  font-size: var(--font-size-14);
  padding: var(--spacer-6) var(--spacer-4);
  border-bottom: 1px solid #e4eaee;
}
@media (max-width: 767px) {
  #mobile-navigation .mobile-navigation ul li a {
    padding: var(--spacer-8) var(--spacer-6);
  }
}
#mobile-navigation .mobile-navigation ul li a > div {
  display: flex;
  align-items: center;
}
#mobile-navigation .mobile-navigation ul li a > div > div {
  margin-right: var(--spacer-6);
}
#mobile-navigation .mobile-navigation ul li a > div > div img {
  width: 30px;
  height: 30px;
  object-fit: scale-down;
}
#mobile-navigation .mobile-navigation ul li.has-sub-category > div {
  overflow: hidden;
}
#mobile-navigation
  .mobile-navigation
  ul
  li.has-sub-category
  > div
  .mobile-navigation-back
  a {
  justify-content: flex-end;
}
#mobile-navigation
  .mobile-navigation
  ul
  li.has-sub-category
  > div
  .mobile-navigation-back
  a
  span {
  margin-left: var(--spacer-6);
}
#mobile-navigation
  .mobile-navigation
  ul
  li.has-sub-category
  > div
  .mobile-navigation-parent
  a {
  font-weight: 700;
  font-size: var(--font-size-18);
}
#mobile-navigation .mobile-navigation ul li.has-sub-category.active > div {
  left: 0;
  overflow: visible;
}
#mobile-navigation .category-level-2,
#mobile-navigation .category-level-3 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #fff;
  transition: all 0.2s linear;
  z-index: 2;
}
#mobile-navigation .category-level-2 ul,
#mobile-navigation .category-level-3 ul {
  padding: 0 var(--spacer-8);
}
#mobile-navigation .category-level-2 ul > li > a,
#mobile-navigation .category-level-3 ul > li > a {
  color: #30363a;
  font-size: var(--font-size-13);
  padding: var(--spacer-6) 0;
  border-color: #e4eaee;
}
@media (max-width: 767px) {
  #mobile-navigation .category-level-2 ul > li > a,
  #mobile-navigation .category-level-3 ul > li > a {
    padding: var(--spacer-8) 0;
  }
}
.form-control {
  height: 60px;
  color: #9db3c2;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  padding: var(--spacer-5) 16px;
  transition: all 0.2s linear;
  background-color: #f2f6f9;
}
@media (max-width: 1199px) {
  .form-control {
    height: 54px;
  }
}
.form-control::placeholder {
  color: #9db3c2;
}
.form-control:focus {
  border-color: #c5d2da;
  box-shadow: none;
}
.form-group {
  margin-bottom: var(--spacer-3);
}
.form-group select.form-control:not([size]):not([multiple]),
.form-group select:not([size]) {
  height: 60px;
  color: #9db3c2;
  line-height: calc(var(--font-size-16) + 8px);
  font-size: var(--font-size-16);
  font-weight: 400;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  padding: var(--spacer-5) 16px;
  background-size: 16px;
  background-color: #f2f6f9;
  background-position: right 16px center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%230077B5' stroke-width='2'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .form-group select.form-control:not([size]):not([multiple]),
  .form-group select:not([size]) {
    height: 54px;
  }
}
.form-group .required {
  font-size: var(--font-size-14);
}
@media (max-width: 767px) {
  .form-group .required {
    right: 12px;
  }
}
.checkbox-custom {
  line-height: 24px;  
}

.checkbox-custom input[type="checkbox"] + label {
  line-height: 24px;
  color: #9db3c2;
  font-size: var(--font-size-16);
  font-weight: 400;
  padding-left: 34px;
}
.checkbox-custom input[type="checkbox"] + label span {
  color: #0077b5;
}



.checkbox-custom input[type="checkbox"] + label:before {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-size: 24px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='4.5' stroke='%230077B5'/%3E%3C/svg%3E");
}
.checkbox-custom input[type="checkbox"]:checked + label:before {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7653 9.64031L10.7653 15.6403C10.7305 15.6752 10.6892 15.7028 10.6436 15.7217C10.5981 15.7406 10.5493 15.7503 10.5 15.7503C10.4507 15.7503 10.4019 15.7406 10.3564 15.7217C10.3109 15.7028 10.2695 15.6752 10.2347 15.6403L7.60971 13.0153C7.53935 12.9449 7.49982 12.8495 7.49982 12.75C7.49982 12.6505 7.53935 12.555 7.60971 12.4847C7.68008 12.4143 7.77551 12.3748 7.87503 12.3748C7.97454 12.3748 8.06997 12.4143 8.14034 12.4847L10.5 14.8448L16.2347 9.10968C16.3051 9.03932 16.4005 8.99979 16.5 8.99979C16.5995 8.99979 16.695 9.03932 16.7653 9.10968C16.8357 9.18005 16.8752 9.27548 16.8752 9.37499C16.8752 9.47451 16.8357 9.56994 16.7653 9.64031Z' fill='%230077B5'/%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='4.5' stroke='%230077B5'/%3E%3C/svg%3E");
}
.custom-file {
  display: block;
  height: 60px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #e4eaee;
}
@media (max-width: 767px) {
  .custom-file {
    height: 54px;
  }
}
.custom-file input {
  cursor: pointer;
}
.custom-file .custom-file-button {
  width: 100%;
  color: #0077b5;
  line-height: calc(var(--font-size-14) + 8px);
  font-size: var(--font-size-14);
  font-weight: 600;
  gap: 0 var(--spacer-6);
  background: transparent;
}
#termsofuse-wrapper,
#kvkk-wrapper {
  display: none;
  max-width: 720px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #30363a;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control:focus {
  -webkit-box-shadow: 0 0 3px 1px #f0f0f0 !important;
  box-shadow: 0 0 3px 1px #f0f0f0 !important;
}
.alert,
.form-control,
.modal-content,
select.form-control:not([size]):not([multiple]),
select:not([size]) {
  border-radius: 8px;
}
.btn {
  line-height: calc(var(--font-size-18) + 8px);
  font-size: var(--font-size-18);
  font-weight: 500;
  border-radius: 8px;
  padding: var(--spacer-4) var(--spacer-2);
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .btn {
    padding: var(--spacer-6) 0;
  }
}
.btn.btn-primary {
  color: #fff;
  background: #0077b5;
}
.btn.btn-primary:not(.btn-loading):active,
.btn.btn-primary:not(.btn-loading).active,
.btn.btn-primary:not(.btn-loading):hover,
.btn.btn-primary:not(.btn-loading).hover,
.btn.btn-primary:not([disabled]):not(.disabled):active,
.btn.btn-primary:not([disabled]):not(.disabled).active {
  color: #fff;
  background: #005582;
}
.btn.btn-secondary {
  color: #0077b5;
  border: 1px solid #0077b5;
  background-color: #fff;
}
.btn.btn-secondary:not(.btn-loading):active,
.btn.btn-secondary:not(.btn-loading).active,
.btn.btn-secondary:not(.btn-loading):hover,
.btn.btn-secondary:not(.btn-loading).hover {
  color: #fff;
  background-color: #0077b5;
}
.btn-loading:before {
  border-top-color: #0077b5;
}
.loader .ball-pulse > div {
  background-color: #0077b5;
}
.loading > div {
  border-top-color: #0077b5;
  border-bottom-color: #0077b5;
}
.loading-bar .loader {
  background: #0077b5;
}
.control-label {
  color: #30363a;
  line-height: calc(var(--font-size-15) + 8px);
  font-size: var(--font-size-15);
  font-weight: 600;
  margin-bottom: var(--spacer-4);
}
.input-group .input-group-addon {
  border-color: #e4eaee;
}
.border-none {
  border: none !important;
}
.col-checkbox {
  width: 52px;
  height: 52px;
  vertical-align: middle !important;
  padding: 0 !important;
  text-align: center;
}
