@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.container-fluid {
  max-width: 1920px;
}
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* GLOBALS */
html {
  height: 100%;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
button,
input,
select,
textarea {
  outline: none !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
strong {
  font-weight: 700 !important;
}
img {
  max-width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
/*::-webkit-scrollbar{
  background-color: #000;
}
::-webkit-scrollbar-thumb{
  background-color: @green;
}*/
.full-right {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .full-right {
    margin-left: 0;
    margin-right: -50px;
  }
}
@media (min-width: 1400px) {
  .full-right {
    margin-left: 0;
    margin-right: -50px;
  }
}
@media (min-width: 1400px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 1400px / 2 - 15px);
  }
}
.full-left {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 960px / 2 - 15px);
  }
}
@media (min-width: 1200px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1140px / 2 - 15px);
  }
}
@media (min-width: 1400px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1400px / 2 - 15px);
  }
}
@media (min-width: 1200px) {
  .container.xs {
    max-width: 1355px !important;
  }
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 1200px) {
  .header-wrapper {
    top: 15px;
  }
}
.header {
  background-color: #fff;
  color: #000;
  padding: 15px 0;
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .header {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .header {
    border-radius: 15px;
    padding: 15px 10px;
    max-width: 1160px;
    -webkit-box-shadow: 0 5px 8px 8px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 8px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 8px 8px rgba(0, 0, 0, 0.05);
    margin: 0 auto 0;
  }
}
@media (min-width: 1420px) {
  .header {
    max-width: 1420px;
  }
}
@media (min-width: 1620px) {
  .header {
    max-width: 1620px;
  }
}
@media (max-width: 1199px) {
  .header .container {
    max-width: 100%;
  }
}
.header .logo img {
  width: auto !important;
  height: 30px;
}
@media (min-width: 1200px) {
  .header .logo img {
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .header .main-nav {
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    width: 320px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.header .main-nav .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 1200px) {
  .header .main-nav .nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.header .main-nav .nav a {
  text-decoration: none !important;
}
.header .main-nav .nav li {
  padding: 0;
  font-size: 16px;
  position: relative;
}
@media (min-width: 1600px) {
  .header .main-nav .nav li {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .header .main-nav .nav li {
    padding: 0 15px;
  }
  .header .main-nav .nav li:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #b5b7cb;
    width: 1px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
  }
  .header .main-nav .nav li:hover > .link {
    color: #02A6A6 !important;
  }
}
@media (max-width: 1199px) {
  .header .main-nav .nav li {
    border-bottom: 1px solid #e7e7e7;
    background-color: #F6F5F5;
    padding: 5px 0;
  }
}
.header .main-nav .nav li:last-child:after {
  display: none;
}
.header .main-nav .nav li .menu-dropdown {
  font-size: 17px;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .header .main-nav .nav li .menu-dropdown {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
  }
  .header .main-nav .nav li .menu-dropdown:before {
    display: block;
    content: '';
    position: absolute;
    right: 35px;
    top: 0;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
  }
}
.header .main-nav .nav li .menu-dropdown .link {
  font-weight: 600;
}
.header .main-nav .nav li .link {
  padding: 5px 0;
  color: #2C2C2C;
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 600;
}
.header .main-nav .nav li .link:hover {
  color: #02A6A6;
}
@media (max-width: 1199px) {
  .header .main-nav .nav li .link {
    padding: 10px 15px;
  }
}
.header .main-nav .nav li .link .color-on {
  color: #c4c4c4;
}
@media (min-width: 1200px) {
  .header .main-nav .nav li .link:hover {
    color: #02A6A6 !important;
  }
}
.header .main-nav .nav li.has-menu > .link {
  padding-right: 20px;
}
.header .main-nav .nav li.has-menu > .link:after {
  display: block;
  content: '\e807';
  font-family: fontello;
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 80%;
  color: #02A6A6;
}
@media (min-width: 1200px) {
  .header .main-nav .nav li.has-menu > .link:after {
    right: 0;
    top: 6px;
  }
}
@media (min-width: 1200px) {
  .header .main-nav .nav li.has-menu:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .header .main-nav .nav li.has-menu:hover > .link:after {
    content: '\e804';
  }
}
.header .bt-login {
  display: inline-block;
  background-color: #02A6A6;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 55px 0 20px;
}
.header .bt-login:hover {
  background-color: #288484;
  color: #fff;
}
.header .bt-login i {
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header .mobile-account-nav {
  padding: 20px 15px;
}
.nav-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.nav-right .bt-favorite {
  text-align: center;
  display: inline-block;
}
@media (max-width: 450px) {
  .nav-right .bt-favorite {
    line-height: 40px;
  }
}
.nav-right .bt-favorite i {
  font-size: 22px;
  color: #FF2460;
  line-height: 22px;
}
.nav-right .bt-favorite .lab {
  font-size: 12px;
  color: #161E54;
  font-weight: 400;
}
@media (max-width: 450px) {
  .nav-right .bt-favorite .lab {
    display: none;
  }
}
.nav-right .bt-basket {
  color: #02A6A6;
  font-size: 32px;
  position: relative;
  display: inline-block;
}
@media (max-width: 450px) {
  .nav-right .bt-basket {
    font-size: 30px;
  }
}
.nav-right .bt-basket .basket-counter {
  background-color: #FF2460;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  font-weight: 400;
  -webkit-transform: translate(20%, -10%);
  -moz-transform: translate(20%, -10%);
  -ms-transform: translate(20%, -10%);
  -o-transform: translate(20%, -10%);
  transform: translate(20%, -10%);
}
@media (max-width: 450px) {
  .nav-right .bt-basket .basket-counter {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.nav-right .desktop-account-nav {
  margin-left: 20px;
  position: relative;
}
.nav-right .desktop-account-nav .account-dropdown {
  font-size: 16px;
  padding: 5px 20px;
}
@media (min-width: 1200px) {
  .nav-right .desktop-account-nav .account-dropdown {
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
  }
  .nav-right .desktop-account-nav .account-dropdown:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
  }
}
.nav-right .desktop-account-nav .account-dropdown .link {
  font-weight: 600;
  padding: 5px 0;
  color: #161E54;
  position: relative;
  display: block;
  cursor: pointer;
}
.nav-right .desktop-account-nav .account-dropdown .link:hover {
  color: #161E54;
}
@media (max-width: 1199px) {
  .nav-right .desktop-account-nav .account-dropdown .link {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .nav-right .desktop-account-nav .account-dropdown .link:hover {
    color: #02A6A6 !important;
  }
}
@media (min-width: 1200px) {
  .nav-right .desktop-account-nav:hover .account-dropdown {
    opacity: 1;
    visibility: visible;
  }
}
i.icon-basket:hover {
  color: #ff2460;
}
.nav-toggle {
  height: 40px;
  line-height: 34px;
  cursor: pointer;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
}
.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
  left: 50%;
  top: 50%;
  height: 2px;
  width: 22px;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #000;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: -1px 0 0 -11px;
}
.nav-toggle span:after {
  left: 50%;
  top: -6px;
}
.nav-toggle span:before {
  left: 50%;
  top: 8px;
}
.nav-opened .main-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nav-opened .nav-toggle span {
  background: transparent !important;
}
.nav-opened .nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 0;
}
.nav-opened .nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 0;
}
.footer {
  background-color: #02A6A6;
  color: #fff;
  font-weight: 400;
  padding: 40px 0 20px;
}
.footer .logo {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer .logo {
    margin-bottom: 80px;
  }
}
.footer .logo img {
  width: 140px;
}
@media (min-width: 992px) {
  .footer .logo img {
    width: 200px;
  }
}
.footer a.buton {
  padding: 14px 30px;
  border-radius: 15px;
  max-width: 300px;
}
.footer a.buton i {
  font-size: 20px;
  vertical-align: middle;
}
.footer .links {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer .links {
    text-align: left;
    margin: 0;
  }
}
.footer .links li {
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 1200px) {
  .footer .links li {
    margin: 0 0 5px;
  }
}
.footer .links a {
  color: #fff;
  display: inline-block;
}
.footer .links a:hover {
  color: #EF003B;
}
.footer .copy {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer .copy {
    text-align: left;
  }
}
.footer .nl-block {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}
@media (min-width: 1200px) {
  .footer .nl-block {
    margin: 0 auto;
  }
}
.footer .nl-block .title {
  text-transform: uppercase;
  text-align: center;
}
.footer .nl-block .form-nl {
  width: 100%;
}
.footer .nl-block .form-nl-border {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer .nl-block .form-nl input.form-control {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  padding: 0 10px;
  margin-right: 10px;
  width: 100%;
}
.footer .nl-block .form-nl input.form-control:-moz-placeholder {
  color: #fff;
}
.footer .nl-block .form-nl input.form-control::-moz-placeholder {
  color: #fff;
}
.footer .nl-block .form-nl input.form-control:-ms-input-placeholder {
  color: #fff;
}
.footer .nl-block .form-nl input.form-control::-webkit-input-placeholder {
  color: #fff;
}
.footer .nl-block .form-nl .buton {
  padding: 10px 40px;
}
.footer .social {
  margin: 0 auto;
  text-align: center;
}
.footer .social a {
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #EF003B;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin: 5px;
}
@media (min-width: 992px) {
  .footer .social a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.footer .social a:hover {
  background-color: #161E54;
}
.footer .back-to-top {
  bottom: 10px;
  right: 10px;
  position: fixed;
  z-index: 10;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  line-height: 40px;
  background-color: #EF003B;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .footer .back-to-top {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    line-height: 60px;
  }
}
.footer .back-to-top:hover {
  background-color: #161E54;
}
html {
  width: 100%;
}
body {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  position: relative;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
}
.main-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1400px) {
  .container-custom {
    max-width: 1400px;
  }
}
@media (min-width: 1200px) {
  .container.xs {
    max-width: 1355px;
  }
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
}
h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 37px;
  }
}
h3 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.1;
  font-weight: 700;
}
h4 {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 28px;
  }
}
h5 {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  line-height: 1.2;
  font-weight: 700;
}
strong {
  font-weight: 700 !important;
}
.blue {
  color: #02A6A6;
}
.white {
  color: #fff;
}
.red {
  color: #EF003B;
}
.black {
  color: #000;
}
.section-pt {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .section-pt {
    padding-top: 50px;
  }
}
.section-pb {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-pb {
    padding-bottom: 50px;
  }
}
.color-grey {
  color: #848484 !important;
}
.color-grey a {
  color: #848484 !important;
}
.bg-green {
  background-color: #06be7f;
  color: #fff;
}
.buton {
  display: inline-block;
  text-align: center;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #02A6A6;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  padding: 10px 30px;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.buton:hover {
  background-color: #161E54;
  color: #fff;
}
.buton.white-border {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.buton.white-border:hover {
  color: #161E54;
  background-color: #fff;
}
.buton.black-border {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.buton.black-border:hover {
  color: #161E54;
  background-color: #fff;
}
.buton.white {
  background-color: #fff;
  color: #02A6A6;
}
.buton.white:hover {
  color: #02A6A6;
  background-color: #161E54;
}
.buton.green {
  background-color: #06be7f;
  color: #fff;
}
.buton.green:hover {
  color: #fff;
  background-color: #161E54;
}
.buton.pink {
  background-color: #EF003B;
  color: #fff;
}
.buton.pink:hover {
  color: #fff;
  background-color: #161E54;
}
.buton.blue {
  background-color: #02A6A6;
  color: #fff;
}
.buton.blue:hover {
  color: #fff;
  background-color: #161E54;
}
.buton.has-ico {
  padding-right: 15px;
}
.buton.has-ico i {
  font-size: 20px;
  vertical-align: middle;
}
.buton.big {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 20px;
  width: 200px;
}
.buton-with-icon {
  background-color: #02A6A6;
  color: #fff;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 15px;
  width: 235px;
  text-align: center;
  display: inline-block;
}
.buton-with-icon:hover {
  background-color: #288484;
  color: #fff;
}
@media (max-width: 575px) {
  .buton-with-icon {
    margin-bottom: 10px;
  }
}
.buton-with-icon.red {
  background-color: #EF003B;
}
.buton-with-icon.red:hover {
  background-color: #B50A34;
  color: #fff;
}
.buton-with-icon i {
  padding-right: 7px;
  font-size: 17px;
}
.tr-btn {
  margin: 20px 0;
}
.tr-btn a {
  border: 1px solid #2C2C2C;
  color: #2C2C2C;
  padding: 14px 61px;
  border-radius: 18px;
  font-weight: 500;
}
.tr-btn a:hover {
  background: #2C2C2C;
  color: #fff;
}
a.global-bt-login {
  display: inline-block;
  background-color: #02A6A6;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 10px 0 10px;
  width: 100%;
}
a.global-bt-login:hover {
  background-color: #288484;
  color: #fff;
}
.bg-cover {
  background-size: cover !important;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-spacer {
  height: 90px;
}
.section-home-hero {
  background-color: #F6F5F5;
  background-size: cover !important;
  background-position: center center;
  position: relative;
}
@media (min-width: 1200px) {
  .section-home-hero {
    height: 100vh;
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .section-home-hero .grp-images {
    max-width: 600px;
    margin: 0 auto !important;
  }
}
.section-home-hero .grp-images .box-image {
  width: 100%;
  height: 200px;
  min-height: 200px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 460px) {
  .section-home-hero .grp-images .box-image {
    height: 250px;
  }
}
@media (min-width: 576px) {
  .section-home-hero .grp-images .box-image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .section-home-hero .grp-images .box-image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .section-home-hero .grp-images .box-image {
    height: calc(50vh - 80px);
  }
}
.section-home-hero .grp-images .box-image .follow {
  position: absolute;
  background-size: cover !important;
  width: 150%;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear;
  -mox-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1199px) {
  .section-home-hero .grp-images .box-image .follow {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.section-home-hero .grp-images .box-image .follow img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-home-hero .grp-images .box-image .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .section-home-hero .grp-images .col-middle {
    margin-top: -10px;
  }
}
.section-home-hero .grp-images .col-side {
  padding-top: 40px;
}
.section-home-hero .left-content {
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .section-home-hero .left-content {
    max-width: 630px;
    position: absolute;
    bottom: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-home-hero .left-content .hero-text {
  margin-top: auto;
  margin-bottom: auto;
}
.section-home-hero .left-content .btns-wrapper {
  background: #fff;
  padding: 24px 15px;
  display: inline-block;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 15px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 15px -6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
}
@media (max-width: 575px) {
  .section-home-hero .left-content .btns-wrapper {
    text-align: center;
  }
}
.section-home-hero .left-content .subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #FF2460;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-home-hero .left-content .title {
  color: #161E54;
  font-size: clamp(1.4rem, 3vw, 3rem);
  font-weight: 700;
  padding-bottom: 15px;
}
.section-home-hero .scroll {
  position: absolute;
  left: 30px;
  bottom: 60px;
}
@media (max-width: 1199px) {
  .section-home-hero .scroll {
    display: none;
  }
}
.section-home-hero .scroll:before {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 33px;
  width: 10px;
  height: 20px;
  background-color: #83858c;
  border-radius: 30px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  animation: scroll 1s infinite ease-out;
  transform-origin: center;
}
@keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, 60%);
    -moz-transform: translate(-50%, 60%);
    -ms-transform: translate(-50%, 60%);
    -o-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, 90%);
    -moz-transform: translate(-50%, 90%);
    -ms-transform: translate(-50%, 90%);
    -o-transform: translate(-50%, 90%);
    transform: translate(-50%, 90%);
    opacity: 0;
  }
}
.section-home-hero .scroll svg {
  width: 18px;
}
.beneficii-home {
  background-color: #F6F5F5;
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 1199px) {
  .beneficii-home {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
  }
}
.beneficii-home .circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #161E54;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .beneficii-home .circle {
    margin: 0 auto 15px;
  }
}
.baner-ribon {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
}
.baner-ribon .content {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.baner-ribon .content.black {
  color: #000;
}
.baner-ribon .content .buton {
  border-radius: 100px;
}
.baner-ribon .image {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.carusel-cursuri {
  padding: 0 30px;
}
@media (min-width: 1400px) {
  .carusel-cursuri {
    padding: 0 56px;
  }
}
.carusel-cursuri .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-cursuri .slick-arrow {
  border: 1px solid #000;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  border-radius: 50%;
  cursor: pointer;
}
.carusel-cursuri .slick-arrow.prev-slide {
  left: 0;
}
.carusel-cursuri .slick-arrow.next-slide {
  right: 0;
}
.carusel-cursuri.list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .carusel-cursuri.list {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .carusel-cursuri.list {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) {
  .carusel-cursuri.list {
    padding: 0 60px;
  }
}
@media (min-width: 1600px) {
  .carusel-cursuri.list {
    padding: 0 65px;
  }
}
.carusel-cursuri.list .curs-entry {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .carusel-cursuri.list .curs-entry {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  .carusel-cursuri.list .curs-entry {
    padding-left: 300px;
  }
  .carusel-cursuri.list .curs-entry .image {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.carusel-cursuri.list .curs-entry .content {
  padding: 0 10px 0;
  max-width: 100%;
}
.carusel-cursuri.list .curs-entry .bottom {
  padding: 10px 10px 0;
  max-width: 100%;
  margin-top: 0 !important;
}
.carusel-cursuri.list .curs-entry .image {
  margin-bottom: 15px;
}
.curs-entry {
  padding: 0 10px;
  height: auto;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.curs-entry .image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.curs-entry .image .date {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 4px;
  left: 10px;
}
.curs-entry .image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  z-index: 0;
}
.curs-entry .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 166, 166, 0.9);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.curs-entry .image .badge {
  position: absolute;
  z-index: 2;
  color: #fff;
  background-color: #000;
  padding: 4px;
  border-radius: 5px;
  left: 10px;
  top: 10px;
}
.curs-entry .image .badge span {
  color: #ababab;
}
.curs-entry .image .badge.white {
  background-color: #fff;
  color: #000;
}
.curs-entry .image .badge.white img {
  width: inherit;
  filter: inherit;
  margin-top: -3px;
  padding-left: 2px;
  display: inline-block;
}
.curs-entry .image .badge.white span {
  color: #EF003B;
}
.curs-entry .image .favorit {
  position: absolute;
  z-index: 2;
  color: #fff;
  right: 10px;
  bottom: 5px;
  font-size: 24px;
}
.curs-entry .image .favorit.active {
  color: #FF2460;
}
.curs-entry .image .favorit.active i:before {
  content: '\e821';
}
.curs-entry .image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.curs-entry .image:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.curs-entry .content {
  padding: 15px 10px 0;
  width: 100%;
}
.curs-entry .content .title {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  color: #000;
}
.curs-entry .content .desc {
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.curs-entry .content .teacher {
  color: #02A6A6;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  width: max-content;
  max-width: 100%;
}
.curs-entry .content .teacher:before {
  display: block;
  font-family: "fontello";
  font-size: 90%;
  content: '\e800';
  position: absolute;
  right: 0;
  top: 0;
}
.curs-entry .bottom {
  padding: 10px 10px 15px;
  width: 100%;
}
.curs-entry .price {
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: 5px;
}
.curs-entry .price .currency {
  color: #EF003B;
}
.curs-entry .price .value {
  margin-right: 3px;
}
.carusel-tools-bt {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 20px;
}
.carusel-tools-bt:hover {
  border-color: #888888;
}
.carusel-tools-bt.active {
  color: #02A6A6;
  border-color: #02A6A6;
}
.curs-entry.custom {
  padding: 0;
  position: relative;
  padding-bottom: 95px;
  height: 100%;
}
.curs-entry.custom .bottom {
  position: absolute;
  bottom: 0;
}
.home-profesor-baner {
  min-height: 550px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 15px 15px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .home-profesor-baner {
    padding: 40px 30px;
  }
}
.home-profesor-baner .content {
  position: relative;
  z-index: 1;
  text-align: right;
  max-width: 500px;
  margin-left: auto;
  color: #161E54;
}
.home-profesor-baner .content .title {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
}
.home-profesor-baner .content .link {
  color: #161E54;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 576px) {
  .home-profesor-baner .content {
    font-size: 0.9rem;
  }
}
.home-profesor-baner .buton {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  margin: auto 0 0 auto;
  width: 200px;
}
.home-profesor-baner .buton:hover {
  background-color: #161e54;
  color: #fff;
}
.home-profesor-baner .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: cover !important;
  background-position: left bottom !important;
  z-index: 0;
}
.home-profesor-baner:hover .image {
  width: 105%;
  height: 105%;
}
.home-cursant-baner {
  min-height: 550px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 15px 15px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .home-cursant-baner {
    padding: 40px 30px;
  }
}
.home-cursant-baner .content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  color: #fff;
}
.home-cursant-baner .content .title {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
}
.home-cursant-baner .content .link {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 576px) {
  .home-cursant-baner .content {
    font-size: 0.9rem;
  }
}
.home-cursant-baner .buton {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  width: 200px;
}
.home-cursant-baner .buton:hover {
  background-color: #161e54;
  color: #fff;
}
.home-cursant-baner .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: cover !important;
  background-position: right bottom !important;
  z-index: 0;
}
.home-cursant-baner:hover .image {
  width: 105%;
  height: 105%;
}
.carusel-testimoniale {
  padding: 0 40px;
  max-width: 860px;
  margin: 0 auto;
}
.carusel-testimoniale .slick-arrow {
  border: 1px solid #000;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  border-radius: 50%;
  cursor: pointer;
}
.carusel-testimoniale .slick-arrow.prev-slide {
  left: 0;
}
.carusel-testimoniale .slick-arrow.next-slide {
  right: 0;
}
.carusel-testimoniale .slick-dots {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
}
.carusel-testimoniale .slick-dots li {
  margin: 0 2px;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  display: inline-block;
}
.carusel-testimoniale .slick-dots li.slick-active {
  background-color: #EF003B;
}
.carusel-testimoniale .slick-dots li button {
  font-size: 0 !important;
  line-height: 0;
  display: none !important;
}
.testimonial-entry {
  text-align: center;
  color: #161E54;
}
.testimonial-entry .quote {
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-entry .profil-picture {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-entry .profil-picture img {
  width: 100%;
  max-width: 100%;
}
.testimonial-entry .name {
  font-weight: 700;
  font-size: 22px;
}
.testimonial-entry .domain {
  font-weight: 400;
}
.xlPadTop {
  padding-top: 145px;
}
.mdPadBottom {
  padding-bottom: 80px !important;
}
.gray-sec {
  background: #F6F5F5;
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}
.gray-sec.custom-zoom-room {
  background: #F5F7FD;
}
.gray-sec .vec {
  position: absolute;
  right: 0;
  top: 0;
}
.gray-sec .vec.bottom {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
}
.gray-sec.xs {
  padding-bottom: 100px;
}
.green-box {
  background: #02A6A6;
  border-radius: 10px;
  height: 270px;
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 50px;
}
.image-box {
  border-radius: 10px;
  height: 270px;
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 50px;
  background-position: right;
}
.bg-image-box {
  height: 475px;
  display: flex;
  align-items: center;
}
.light-green-sec {
  background: #BDE8E8;
  padding: 60px 0 60px 0;
  margin-bottom: 50px;
}
.light-green-sec .gray {
  background: #F6F5F5;
  border-radius: 10px;
  padding: 50px 0 50px 0;
}
.light-green-sec .title-text-icon {
  position: relative;
  padding-left: 73px;
  margin-bottom: 40px;
}
.light-green-sec .title-text-icon .vec {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wide-white-box {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 7px 7px 7px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wide-white-box .date {
  font-weight: 700;
  padding-right: 30px;
}
.wide-white-box .name {
  padding-left: 15px;
  padding-right: 30px;
  border-left: 1px solid;
}
.top-right-vec {
  position: absolute;
  right: 0;
  top: 0;
}
.bottom-left-vec {
  position: absolute;
  left: 0;
  bottom: 0;
}
.testi-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
}
.testi-box .profil-picture {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.testi-box .profil-picture img {
  width: 100%;
  max-width: 100%;
}
.testi-box h6 {
  line-height: 24px;
  padding-bottom: 9px;
}
.testi-box .name {
  font-weight: 700;
  font-size: 22px;
}
.testi-box .domain {
  font-weight: 400;
}
.prof-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
}
.prof-box .profil-picture {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.prof-box .profil-picture img {
  width: 100%;
  max-width: 100%;
}
.prof-box h6 {
  line-height: 24px;
  padding-bottom: 9px;
}
.prof-box .name {
  font-weight: 700;
  font-size: 22px;
}
.prof-box .domain {
  font-weight: 400;
  padding-bottom: 20px;
}
.news-box {
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}
.news-box .image {
  height: 200px;
  border-radius: 20px;
}
.news-box .buton {
  position: absolute;
  bottom: 0;
}
.image-float-right {
  float: right;
  width: 30%;
  margin: 0 0 30px 30px;
}
.full-sec-gray {
  background: #F6F5F5;
  padding-bottom: 50px;
}
.white-box-form {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 40px 30px;
  position: relative;
  z-index: 1;
}
.w-input {
  padding-bottom: 20px;
}
.w-input.custom input {
  background: #E0E3ED;
  font-weight: 700;
  border: 1px solid #E0E3ED;
}
.w-input input {
  width: 100%;
  height: 46px;
  border-radius: 9px;
  border: 1px solid #ccc;
  padding: 0 20px;
}
.w-textarea {
  padding-bottom: 20px;
}
.w-textarea textarea {
  width: 100%;
  height: 46px;
  border-radius: 9px;
  border: 1px solid #ccc;
  padding: 20px;
  height: 100px;
}
.password-input {
  position: relative;
}
.password-input input {
  padding: 0 45px 0 20px;
}
.password-input .eye {
  position: absolute;
  z-index: 2;
  width: 20px;
  right: 7px;
  top: 8px;
  cursor: pointer;
  border: 0;
  background: transparent;
}
.xl-custom-image.bg {
  height: 100%;
  margin-left: -15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/*Radio Input*/
.radiobox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobox.custom {
  background: #E8E8E8;
  padding: 13px 10px 13px 35px;
  border-radius: 10px;
}
.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobox .checkmark {
  position: absolute;
  top: 10px;
  left: 3px;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}
.radiobox input:checked ~ .checkmark {
  background-color: #02A6A6;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobox input:checked ~ .checkmark:after {
  display: block;
}
.radiobox .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*Checkbox Input*/
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #02A6A6;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox .checkmark.white:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gray-text {
  color: #ACACAC;
  font-weight: 600;
  padding-bottom: 4px;
}
.blue-btn {
  margin: 20px 0;
  cursor: pointer;
}
.blue-btn a {
  background: #02A6A6;
  color: #fff;
  padding: 10px 26px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
}
.blue-btn a.big {
  padding: 10px 44px;
}
.blue-btn a:hover {
  background: #000;
}
.course-module {
  margin-bottom: 60px;
}
.course-module .custom {
  background: #F6F5F5;
  border-radius: 15px;
  padding: 20px 33px;
}
.course-module .custom .white-row {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.course-module .custom .image {
  height: 170px;
  border-radius: 15px;
  position: relative;
}
.course-module .custom .image .badge {
  position: absolute;
  z-index: 2;
  color: #fff;
  background-color: #000;
  padding: 4px;
  border-radius: 5px;
  left: 10px;
  top: 10px;
}
.course-module .custom .name {
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 10px;
}
.custom-progress-bar {
  height: 4px;
  width: 100%;
  background: #DBDBDB;
  position: relative;
}
.custom-progress-bar .full-line {
  background: #02A6A6;
  height: 4px;
}
.custom-progress-bar .circle {
  background: #02A6A6;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -9px;
}
.text-progress {
  color: #8D8D8D;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  margin-top: -4px;
}
#accordion .card {
  border: 0;
  border-radius: 0;
  background: transparent;
}
#accordion .card .up {
  display: none;
}
#accordion .card.active .down {
  display: none;
}
#accordion .card.active .up {
  display: inline-block;
}
#accordion .card .card-header {
  border-bottom: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding: 0;
}
#accordion .card .card-header img.arrow {
  position: absolute;
  pointer-events: none;
  margin-left: 14px;
  top: 50%;
  transform: translateY(-58%);
}
#accordion .card .card-header .btn-link {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  padding: 17px 40px 17px 0;
  background: #F6F5F5;
}
#accordion .card .card-header .btn-link:hover {
  text-decoration: none !important;
}
#accordion .card .card-body {
  padding: 0 0 38px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.mini-course-box {
  border: 1px solid #ccc;
  padding: 7px 30px 7px 7px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.mini-course-box.green {
  border: 1px solid #02A6A6;
  background: #02A6A6;
  color: #fff;
}
.mini-course-box.green i {
  color: #fff;
}
.mini-course-box.gray {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  color: #fff;
}
.mini-course-box.gray i {
  color: #fff;
}
.mini-course-box .mini-image {
  height: 90px;
  width: 40%;
  border-radius: 8px;
  position: relative;
}
.mini-course-box .mini-image .locked {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}
.mini-course-box .mini-image .locked img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.mini-course-box .title {
  font-weight: 600;
  padding-left: 20px;
  font-size: 18px;
}
.mini-course-box i {
  font-size: 21px;
  color: #02A6A6;
  position: absolute;
  right: 20px;
}
#accordion.accordion2 .card .card-body .title {
  line-height: 130%;
  width: 65%;
}
.dark-blue-sec {
  background: #35858B;
  position: relative;
  color: #fff;
  padding-bottom: 20px;
  height: 647px;
}
.dark-blue-sec .vec {
  position: absolute;
  right: 0;
  top: 0;
}
.dark-blue-sec .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 10px;
}
.dark-blue-sec .subtitle {
  font-weight: 600;
  width: 60%;
  font-size: 15px;
  padding-bottom: 15px;
}
.dark-blue-sec .about-box {
  background: #fff;
  margin-bottom: 70px;
  color: #000;
  width: 55%;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .dark-blue-sec .about-box {
    width: 55%;
  }
}
.dark-blue-sec .about-box .name {
  font-size: 15px;
  padding-left: 10px;
}
.dark-blue-sec .about-box .name span {
  font-weight: 700;
  font-size: 16px;
}
.dark-blue-sec .about-box .red-btn {
  background: #EF003B;
  color: #fff;
  font-size: 14px;
  padding: 7px 12px 8px 12px;
  border-radius: 6px;
  font-weight: 400;
}
.gray-bg {
  background: #F6F5F5;
}
.white-box-courses {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.white-box-courses .box {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.white-box-courses .box.green {
  background: #02A6A6;
  color: #fff;
}
.white-box-courses .box.green .nr {
  background: #fff;
  color: #000;
}
.white-box-courses .box.green .hour {
  color: #fff;
}
.white-box-courses .box.green .hour:before {
  background: #fff;
}
.white-box-courses .box .nr {
  background: #000;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  margin-right: 18px;
}
.white-box-courses .box .name {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -1px;
  display: inline-block;
  padding-right: 14px;
}
.white-box-courses .box .hour {
  color: #B7B8BE;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.white-box-courses .box .hour:before {
  content: '';
  background: #B7B8BE;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0;
}
.white-box-courses .red-btn {
  background: #EF003B;
  width: 190px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.white-box-courses .white-tr-btn {
  width: 190px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  cursor: pointer;
}
.info-course-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}
.info-course-box.custom {
  padding: 0;
}
.info-course-box .image {
  height: 270px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}
.info-course-box .image .badge {
  position: absolute;
  z-index: 2;
  color: #fff;
  background-color: #000;
  padding: 4px;
  border-radius: 5px;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.info-course-box .price {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 10px;
}
.info-course-box .price sub {
  bottom: 0;
  font-size: 22px;
}
.info-course-box .price .cut {
  font-size: 18px;
  font-weight: 600;
  color: #B7B7B7;
  margin-left: 9px;
}
.scroll-box {
  height: 300px;
  overflow-y: scroll;
  padding-bottom: 20px;
}
.scroll-box.custom {
  height: 212px;
}
.scroll-box::-webkit-scrollbar {
  display: none;
}
.scroll-box .mini-course-box {
  border: 1px solid #ccc;
  padding: 7px 30px 7px 7px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.scroll-box .mini-course-box:hover {
  background: #ccc;
}
.scroll-box .mini-course-box.green {
  border: 1px solid #02A6A6;
  background: #02A6A6;
  color: #fff;
}
.scroll-box .mini-course-box.green i {
  color: #fff;
}
.scroll-box .mini-course-box.gray {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  color: #fff;
}
.scroll-box .mini-course-box.gray i {
  color: #fff;
}
.scroll-box .mini-course-box .mini-image {
  height: 82px;
  width: 35%;
  border-radius: 8px;
  position: relative;
}
.scroll-box .mini-course-box .mini-image .locked {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}
.scroll-box .mini-course-box .mini-image .locked img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.scroll-box .mini-course-box .title {
  font-weight: 600;
  padding-left: 20px;
  font-size: 18px;
  padding-bottom: 0;
}
#accordion.accordion2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
#accordion.accordion2 .card .card-header .btn-link {
  background: #fff;
  padding: 0;
}
#accordion.accordion2 .card .card-header .btn-link img {
  font-size: 21px;
  color: #02A6A6;
  position: absolute;
  right: 20px;
}
#accordion.accordion2 .card .card-body {
  padding: 10px 0 5px 0;
  border-bottom: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
}
/*Dashboard Pages*/
.dashboard {
  background: #F5F7FD;
}
.dashboard .left {
  width: 360px;
  background: #fff;
  padding: 40px 40px 40px 25px;
  height: 100vh;
  overflow-y: scroll;
  float: left;
  position: fixed;
  display: block;
}
.dashboard .left.active {
  display: none;
}
.dashboard .left::-webkit-scrollbar {
  display: none;
}
.dashboard .left .logo {
  text-align: center;
  padding-bottom: 70px;
}
.dashboard .left .image {
  height: 160px;
  width: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
  border: 12px solid #F6FAFC;
  margin-bottom: 20px;
}
.dashboard .left .image .settings {
  text-align: right;
  margin-top: -5px;
}
.dashboard .left .name {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -1px;
}
.dashboard .left .function {
  text-align: center;
  font-weight: 600;
}
.dashboard .left .dashboard-nav {
  padding: 60px 0 20px 0;
  margin: 0;
  list-style: none;
}
.dashboard .left .dashboard-nav li {
  position: relative;
  padding-bottom: 28px;
}
.dashboard .left .dashboard-nav li a {
  color: #000;
  font-weight: 700;
  text-align: left;
}
.dashboard .left .dashboard-nav li a:hover {
  color: #02A6A6;
}
.dashboard .left .dashboard-nav li a .img {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.dashboard .right {
  float: left;
  width: calc(100% - 360px);
  padding: 20px 88px 40px 88px;
  margin-left: 360px;
}
.dashboard .right .vec-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tr-button a {
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 12px;
}
.tr-button a.green {
  border: 1px solid #02A6A6;
  color: #fff;
  background: #02A6A6;
}
.tr-button a:hover {
  background: #000;
  color: #fff;
}
.dashboard-header {
  padding-bottom: 60px;
}
.dashboard-header .br a {
  color: #161E54;
}
.dashboard-header .br i {
  color: #399FF9;
  font-size: 16px;
}
.dashboard-header .tr-button {
  display: inline-block;
}
.dashboard-header .image {
  display: inline-block;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.dashboard-header .toggle {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 40px;
}
.dashboard-footer {
  position: relative;
  z-index: 1;
}
.dashboard-footer .link {
  padding-top: 50px;
}
.dashboard-footer .link a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 1px;
}
.info-green-box {
  background: #02A6A6;
  border-radius: 3px;
  padding: 40px 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.info-green-box.dark {
  background: #35858B;
}
.info-green-box .vec {
  height: 220px;
  width: 220px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto;
  display: flex;
}
.info-green-box .vec .circle {
  margin: auto;
}
.info-green-box .vec .circle .nr {
  font-weight: 600;
  color: #fff;
  font-size: 64px;
  line-height: 1;
}
.info-green-box .vec .circle .subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.course-item {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px 50px 20px 5px;
}
.course-item .image {
  height: 175px;
  border-radius: 12px;
  position: relative;
}
.course-item .image .badge {
  position: absolute;
  z-index: 2;
  color: #fff;
  background-color: #000;
  padding: 4px;
  border-radius: 5px;
  left: 10px;
  top: 10px;
}
.course-item .title {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 14px;
}
.course-item .w {
  padding-bottom: 40px;
}
.course-item .price {
  font-weight: 800;
  font-size: 22px;
}
.course-item .price sub {
  bottom: 0;
}
table.orders {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
table.orders thead th {
  background: #E0E3ED;
  padding: 17px 0;
}
table.orders thead th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table.orders thead th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.orders tbody tr.margin {
  height: 10px;
}
table.orders tbody tr:nth-child(2) td {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
table.orders tbody tr:last-child td {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.orders tbody td {
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
table.orders tbody td.id {
  color: #EF003B;
  font-weight: 700;
  font-size: 16px;
}
table.orders tbody td.nr {
  font-weight: 700;
  font-size: 16px;
}
table.orders tbody td.nr sub {
  bottom: 0;
}
table.orders tbody td.bold {
  font-weight: 600;
}
table.orders tbody td.custom-width {
  width: 300px;
}
.delete-item {
  cursor: pointer;
}
.delete-item img:hover {
  filter: invert(7%) sepia(100%) saturate(6920%) hue-rotate(340deg) brightness(114%) contrast(105%);
}
.blue-btn-icon a {
  color: #fff;
  font-weight: 600;
  background: #02A6A6;
  border-radius: 5px;
  padding: 14px 60px;
}
.red-btn-icon a {
  color: #fff;
  font-weight: 600;
  background: #EF003B;
  border-radius: 5px;
  padding: 14px 68px;
}
.mega-pop-up .modal-dialog {
  max-width: 555px;
}
.mega-pop-up .modal-dialog .modal-content {
  padding: 15px 15px 50px 15px;
}
.mega-pop-up .modal-dialog .modal-content .modal-header {
  border: 0 !important;
}
.mega-pop-up .close-btn {
  text-align: right;
  cursor: pointer;
  margin-bottom: 10px;
}
.mega-pop-up .title {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5px;
}
.mega-pop-up .w-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega-pop-up .w-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-sec ul li {
  display: inline-block;
  margin: 0 5px;
  background: #bde8e8;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.pagination-sec ul li a {
  color: #000;
}
.pagination-sec ul li.custom {
  background: transparent;
}
.pagination-sec ul li.active {
  background: #02A6A6;
  color: #fff;
}
.pagination-sec ul li.active a {
  color: #fff;
}
.white-wrapper-form {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 35px;
}
.label-text {
  font-weight: 600;
  padding-bottom: 10px;
}
.w-border-input {
  padding-bottom: 25px;
}
.w-border-input.custom input {
  border: 0;
}
.w-border-input.custom label {
  color: #6E7391;
  padding-left: 10px;
}
.w-border-input label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.w-border-input input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.w-border-textarea {
  padding-bottom: 25px;
}
.w-border-textarea.custom textarea {
  border: 0;
}
.w-border-textarea.custom label {
  color: #6E7391;
  padding-left: 10px;
}
.w-border-textarea label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.w-border-textarea textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
.wrapper-submit {
  display: flex;
  justify-content: space-between;
}
button.border {
  width: 201px;
  height: 48px;
  border-radius: 17px;
  border: 1px solid #ccc;
  background: transparent;
  font-size: 14px;
  color: #2C2C2C;
  font-weight: 600;
}
button.border:hover {
  background: #000;
  color: #fff;
}
button.red {
  width: 201px;
  height: 48px;
  border-radius: 17px;
  border: 1px solid #EF003B;
  background: #EF003B;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
button.red:hover {
  background: #000;
  border: 1px solid #000;
}
.zoom-box {
  border: 1px solid #2680EB;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zoom-box .text {
  color: #2680EB;
  font-weight: 600;
}
.zoom-box .zoom-btn a {
  background: #2680EB;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 18px;
}
.zoom-box .zoom-btn a:hover {
  opacity: 0.9;
}
.white-box-profile {
  background: #fff;
  padding: 50px 15px;
  border-radius: 15px;
  margin-top: -170px;
}
.white-box-profile .image {
  height: 160px;
  width: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
  border: 12px solid #F6FAFC;
  margin-bottom: 20px;
}
.white-box-profile .text {
  padding-top: 25px;
  padding-bottom: 15px;
  width: 230px;
  margin: 0 auto;
}
.white-box-profile .name {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -1px;
}
.white-box-profile .function {
  text-align: center;
  font-weight: 600;
}
.white-box-profile ul.social {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: center;
}
.white-box-profile ul.social li {
  display: inline-block;
  padding: 0 4px;
}
.white-box-profile .bottom {
  text-align: center;
  padding-top: 70px;
}
.white-box-profile .bottom .link {
  color: #02A6A6;
  font-weight: 600;
  padding-bottom: 8px;
}
.white-box-profile .bottom .link a {
  color: #02A6A6;
}
/*REsponsive*/
@media (max-width: 1450px) {
  .info-green-box {
    background: #02A6A6;
    padding: 18px 5px;
  }
  .info-green-box .vec {
    height: 170px;
    width: 170px;
  }
  .info-green-box .vec .circle .nr {
    font-size: 45px;
  }
  .info-green-box .vec .circle .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 1344px) {
  .white-box-profile .image {
    height: 130px;
    width: 130px;
    margin-bottom: 20px;
  }
  .white-box-profile .name {
    font-size: 22px;
    padding-bottom: 7px;
  }
  .white-box-profile .function {
    font-size: 14px;
  }
  .white-box-profile .text {
    width: 100%;
    font-size: 14px;
  }
  .white-box-profile .bottom {
    text-align: center;
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .dashboard .left {
    display: none;
  }
  .dashboard .left.active {
    display: block;
  }
  .dashboard .close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .dashboard .left {
    padding: 65px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 222;
  }
  .dashboard .left .dashboard-nav {
    width: 200px;
    margin: 0 auto;
  }
  .dashboard .right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  table.orders tbody td.custom-width {
    width: auto;
  }
  .white-box-profile {
    padding: 30px 15px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-top: -45px;
  }
  .white-box-profile .text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .image-box {
    height: 185px;
    margin-bottom: 20px;
  }
  .green-box {
    height: 185px;
    margin-bottom: 20px;
  }
  .xlPadTop {
    padding-top: 100px;
  }
  .bg-image-box {
    height: auto;
    background-image: none !important;
    padding-bottom: 35px;
    text-align: center;
  }
  .padTopOnMd {
    padding-top: 70px;
  }
  .dark-blue-sec {
    padding-bottom: 37px;
    height: auto;
  }
  .dark-blue-sec .about-box {
    width: 100%;
  }
  .course-module .custom .image {
    margin-bottom: 15px;
  }
  .text-progress {
    margin-top: 20px;
  }
  .mini-course-box {
    margin-bottom: 5px;
  }
  .dashboard .right {
    padding: 15px 0px 30px 0px;
  }
  .dashboard-header {
    padding-bottom: 40px;
  }
  .dashboard-header .br {
    display: none;
  }
  table.orders {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .course-item {
    padding: 20px 5px 20px 5px;
  }
  .course-item .image {
    margin-bottom: 15px;
  }
  .course-item .w {
    padding-bottom: 15px;
  }
  .white-wrapper-form {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .w-border-textarea {
    padding-bottom: 15px;
  }
  .zoom-box {
    display: inline-block;
    text-align: center;
    padding: 15px 20px 35px 20px;
  }
  .zoom-box .text {
    padding-bottom: 29px;
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .image-box {
    height: 120px;
    padding: 10px;
  }
  .image-box h2 {
    font-size: 24px;
    margin: 0;
  }
  .green-box {
    height: 120px;
    padding: 10px;
  }
  .green-box h2 {
    font-size: 24px;
    margin: 0;
  }
  .light-green-sec {
    padding: 25px 10px;
    margin-bottom: 40px;
  }
  .wide-white-box {
    display: inherit;
    padding: 14px;
  }
  .wide-white-box .date {
    padding-bottom: 5px;
  }
  .wide-white-box .name {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    padding-bottom: 5px;
  }
  .bg-image-box h2 {
    font-size: 22px;
  }
  .gray-sec.xs {
    padding-bottom: 40px;
  }
  .w-mega-pop-up .mega-pop-up {
    width: 100%;
  }
  .blue-btn-icon a {
    padding: 11px 10px;
  }
  .red-btn-icon a {
    padding: 11px 17px;
  }
  .dark-blue-sec .title {
    font-size: 24px;
    line-height: 34px;
  }
  .dark-blue-sec .subtitle {
    width: 100%;
  }
  .dark-blue-sec .about-box {
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
    padding: 12px;
  }
  .info-course-box {
    padding: 15px 10px 10px 10px;
  }
  .info-course-box .image {
    height: 200px;
  }
  .info-course-box .price {
    font-size: 30px;
  }
  .white-box-courses .box {
    display: inline-block;
    text-align: center;
  }
  .white-box-courses .box .nr {
    display: block;
    margin: 0 auto 10px auto;
  }
  .white-box-courses .red-btn {
    margin: 12px auto;
  }
  .white-box-courses .white-tr-btn {
    margin: 12px auto;
  }
  .mdPadBottom {
    padding-bottom: 40px !important;
  }
  .white-box-form .xlPadTop {
    padding-top: 30px;
  }
  .dashboard-header .toggle {
    margin-left: 20px;
  }
  button.border,
  button.red {
    font-size: 13px;
    width: 164px;
    height: 38px;
  }
}
.filelabel {
  display: block;
  cursor: pointer;
}
#FileInput {
  display: none;
}
.fileUpload {
  background: #02A6A6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 120px;
  cursor: pointer;
  width: 201px;
  height: 48px;
  border-radius: 17px;
  line-height: 48px;
}
.fileUpload:hover {
  background: #000;
}
.fileUpload img {
  margin-top: -5px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 201px;
  height: 48px;
  cursor: pointer;
}
.w-input-file-image {
  position: relative;
}
.w-input-file-image input[type="file"] {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  top: 0;
  height: 160px;
  width: 160px;
  visibility: hidden;
  cursor: pointer;
}
.filelabel input[type="file"] {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  top: 0;
  height: 160px;
  width: 100%;
  visibility: hidden;
  display: block !important;
  cursor: pointer;
  margin: 0 auto;
}
.input-file-image {
  height: 160px;
  width: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  border: 12px solid #F6FAFC;
  cursor: pointer;
}
.w-curs-video {
  padding-bottom: 80px;
}
.w-curs-video video {
  border-radius: 10px;
}
/*Responsive*/
@media (max-width: 575px) {
  .w-curs-video {
    padding-bottom: 40px;
  }
  .w-curs-video video {
    height: 300px;
  }
  .fileUpload {
    font-size: 13px;
    width: 164px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto 10px auto;
  }
  .fileUpload img {
    width: 19px;
  }
}
.buton-large-curs {
  color: #000;
  text-decoration: none !important;
}
.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}
.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}
.buton-large-curs {
  color: #000;
  text-decoration: none !important;
}
.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}
.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}
#accordion.module-collapse .card .card-body {
  background: #fff;
  padding: 20px;
}
#accordion.module-collapse .card .card-header .btn-link {
  font-size: 18px;
  padding: 17px 40px 17px 15px;
  background: #F6F5F5;
  width: 100%;
  text-align: left;
}
#accordion .module-box {
  border-bottom: 2px solid #02a6a6;
  margin-bottom: 30px;
}
.edit-course-modules [data-toggle="collapse"]::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "-";
  float: right;
}
.edit-course-modules [data-toggle="collapse"].collapsed::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "+";
  float: right;
}
.was-validated .form-control:invalid {
  border-color: #d9202b;
  background-image: none;
}
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.invalid-tooltip {
  font-size: 12px;
  line-height: 1.1;
  padding: 5px;
  font-weight: 400;
  position: relative;
  color: #000;
  background-color: #ffadb5;
  border-radius: 2000px;
  margin-top: 7px;
}
input.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000 !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0 15px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #fff;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
}
input.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #06be7f;
}
textarea.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000 !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 10px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #fff;
  background-color: #fff;
  height: 80px;
  resize: none;
}
textarea.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #06be7f;
}
/*checkbox*/
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 23px;
  padding-left: 24px;
}
.input-group-text {
  border-radius: 200px 0 0 200px;
  color: #06be7f;
  background-color: #fff;
  border: none;
  padding-right: 5px;
}
.input-group-prepend ~ input.form-control,
.input-group-prepend ~ .custom-select {
  padding-left: 5px;
}
.custom-control-label {
  padding-top: 4px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.custom-control-label a {
  color: inherit;
  text-decoration: underline;
}
.custom-control-label:before {
  display: none;
  font-family: fontello;
  content: '\e828';
  font-size: 14px;
  border: 1px solid #06be7f !important;
  background: #06be7f !important;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 3px;
  color: #fff !important;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  text-align: center;
}
.custom-control-label:before:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:after {
  display: block;
  content: '';
  border: 1px solid #b0b0b0;
  background: none !important;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 3px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:after:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input {
  background: none !important;
  border-color: #d4d4d4 !important;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  top: 2px;
}
.custom-control-input:checked {
  border-color: #06be7f;
}
.custom-control-input:checked ~ .custom-control-label::before {
  display: block;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input:checked ~ .custom-control-label::after {
  border-color: #06be7f;
}
.custom-control-input[type=radio] ~ .custom-control-label::before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-control-input[type=radio] ~ .custom-control-label::after {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000000;
  vertical-align: middle;
  background: #fff url('../images/select_arrow.png') no-repeat right 5px center;
  background-size: 32px 32px;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.custom-select option:disabled {
  display: none;
}
.custom-select:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #06be7f;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: #fff url('../images/select_arrow.png') no-repeat right center;
}
.custom-select.valid,
.was-validated .custom-select:valid {
  background: #fff url('../images/select_arrow.png') no-repeat right center;
}
.custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  border-color: #d9202b !important;
}
.alert {
  padding: 15px 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 300;
  border: none;
}
.alert-success {
  background-color: #06be7f;
  color: #fff;
}
.alert-danger {
  color: #fff;
  background-color: #d9202b;
}
.custom-select option:disabled {
  display: none;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
