header {
  white-space: nowrap;
}

/*#region Header*/

.login a {
  font-weight: normal;
}

.popup.login .content {
  width: 100%;
  padding-top: 35px;
}

.login .button {
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
  font-weight: bold;
}

.login a {
  margin-top: 23px;
  display: block;
}

.login .icon-close {
  position: absolute;
  left: 22px;
  top: 21px;
  font-size: 14px;
}

header .icon-plus {
  display: none;
}

header {
  position: relative;
  z-index: 103;
  background: #fff;
  box-shadow: 0 4px 8px rgba(22, 65, 70, 0.08);
}

header .boxed {
  height: 72px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 159px;
  margin-top: -11px;
  margin-left: auto;
}

.cart i {
  color: #384848;
  font-size: 27px;
}

.cart span {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #0fa3ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  right: -11px;
  top: -10px;
}

.cart {
  position: relative;
  margin-left: 30px;
}

header .main-nav a {
  color: #405050;
}

.buy-now {
  background: #0fc47d;
  color: #fff;
  border-radius: 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  width: 90px;
}

.b-wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .main-nav {
  font-size: 18px;
  margin-top: 16px;
}

header .sub-menu a {
  line-height: 40px;
}

header .main-nav>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 50px;
}

header .main-nav .icon-menu-arrow {
  font-size: 9px;
  margin-right: 6px;
}

.user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #009ea7;
  width: 144px;
  overflow: hidden;
}

.user-area>a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.popup.login a {
  text-align: center;
}

.user-area a:first-child {
  border-left: 1px solid #009ea7;
}

.user-area>a:hover {
  background: #009ea7;
  color: #fff;
}

.buy-now:hover {
  color: #fff;
  background: #21ab75;
}

/*#endregion Header*/

/*#region General*/

iframe {
  display: block;
}

.overlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input:checked+.popup, input:checked+.popup .overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

section h2 {
  font-size: 32px;
  margin-bottom: 9px;
  margin-top: 0;
}

section p {
  font-size: 17px;
}

section .head .button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

section .head {
  text-align: center;
  margin-bottom: 32px;
}

section .boxed {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
}

/*#endregion General*/

/*#region Footer*/

footer .main-nav>ul>li:last-child {
  display: none;
}

footer a {
  color: #fff;
}

footer {
  background: #0bb3bc;
  padding-top: 50px;
  padding-bottom: 26px;
}

footer .main-nav>ul>li>a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.footer-menu a {
  font-weight: bold;
  line-height: 31px;
  font-size: 20px;
}

footer .main-nav>ul>li a i {
  font-size: 10px;
}

footer .en {
  display: none;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

.footer-bottom .copy-right {
  font-size: 14px;
  color: #cceef0;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social a:first-child {
  margin-left: 27px;
}

footer .social a i {
  font-size: 19px;
}

footer a:hover {
  color: #fff;
}

footer .sub-menu a {
  padding-right: 15px;
  line-height: 28px;
}

footer .icon-menu-arrow {
  display: none;
}

footer .has-sub-menu a.active .icon-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*#endregion Footer*/

body.trigger-position-left #enable-toolbar-trigger {
  top: -14px !important;
  left: 10px !important;
}

#enable-toolbar-trigger .keyboard-shorcut {
  top: 7px !important;
}

@charset "UTF-8";
@font-face {
  font-family: "medexams";
  src: url("fonts/medexams.eot");
  src: url("fonts/medexams.eot?#iefix") format("embedded-opentype"), url("fonts/medexams.woff") format("woff"), url("fonts/medexams.ttf") format("truetype"), url("fonts/medexams.svg#medexams") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "medexams" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "medexams" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e000";
}

.icon-fb:before {
  content: "\e001";
}

.icon-icon1:before {
  content: "\e002";
}

.icon-icon2:before {
  content: "\e003";
}

.icon-icon3:before {
  content: "\e004";
}

.icon-icon4:before {
  content: "\e005";
}

.icon-l-arrow:before {
  content: "\e006";
}

.icon-menu-arrow:before {
  content: "\e007";
}

.icon-r-arrow:before {
  content: "\e008";
}

.icon-scroll-down-big:before {
  content: "\e009";
}

.icon-twitter:before {
  content: "\e00a";
}

.icon-burger:before {
  content: "\e00b";
}

.icon-plus:before {
  content: "\e00c";
}

.icon-close:before {
  content: "\e00d";
}

.icon-search:before {
  content: "\e00e";
}

.icon-star:before {
  content: "\e00f";
}

.icon-tooltip:before {
  content: "\e010";
}

.icon-logout:before {
  content: "\e011";
}

.icon-filter:before {
  content: "\e012";
}

.icon-exit2:before {
  content: "\e013";
}

.icon-exit:before {
  content: "\e014";
}

.icon-dropdown2:before {
  content: "\e015";
}

.icon-dropdown:before {
  content: "\e016";
}

.icon-increase:before {
  content: "\e017";
}

.icon-decrease:before {
  content: "\e018";
}

.icon-bookmark:before {
  content: "\e019";
}

.icon-book:before {
  content: "\e01a";
}

.icon-back:before {
  content: "\e01b";
}

.icon-i1:before {
  content: "\e01c";
}

.icon-flag:before {
  content: "\e01d";
}

.icon-arrows:before {
  content: "\e01e";
}

.icon-i2:before {
  content: "\e01f";
}

.icon-next:before {
  content: "\e020";
}

.icon-new:before {
  content: "\e021";
}

.icon-msg:before {
  content: "\e022";
}

.icon-user:before {
  content: "\e023";
}

.icon-v1:before {
  content: "\e024";
}

.icon-v2:before {
  content: "\e025";
}

.icon-v4:before {
  content: "\e026";
}

.icon-packege:before {
  content: "\e027";
}

.icon-notification:before {
  content: "\e028";
}

.icon-prev:before {
  content: "\e029";
}

.icon-v3:before {
  content: "\e02a";
}

.icon-remove:before {
  content: "\e02b";
}

.icon-library:before {
  content: "\e02c";
}

.icon-edit2:before {
  content: "\e02d";
}

.icon-flag-active:before {
  content: "\e02e";
}

.icon-guide:before {
  content: "\e02f";
}

.icon-lab-active:before {
  content: "\e030";
}

.icon-new-active:before {
  content: "\e031";
}

.icon-timer:before {
  content: "\e032";
}

.icon-notes:before {
  content: "\e033";
}

.icon-notes-active:before {
  content: "\e034";
}

.icon-info:before {
  content: "\e035";
}

.icon-download:before {
  content: "\e036";
}

.icon-folder:before {
  content: "\e037";
}

.icon-dist:before {
  content: "\e038";
}

.icon-exit-enlarge:before {
  content: "\e039";
}

.icon-enlarge:before {
  content: "\e03a";
}

.grid-view-loading {
  background-image: url("../images/v2/loading.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px;
}

div, span, a, p, textarea:focus, input:focus {
  outline: none !important;
}

.tablets {
  display: none;
}

@media only screen and (min-width:900px) and (max-width:1250px) {
  .tablets {
    display: block;
  }
  .b-wrappers.tablets {
    display: flex;
    margin-left: 30px;
  }
  .b-wrappers.tablets .buy-now {
    margin-left: 24px;
    padding: 0 50px;
  }
  .b-wrappers.tablets .user-area {
    width: 206px;
  }
  .active .popup > .overlay.close.desktop {
  	display: none !important;
  }
  .icon-burger.mobile {
	display: block !important;
}
.close-menu.overlay.mobile {
	display: block !important;
}
}
