@charset "UTF-8";
/*

[Table of contents]
1. reset styles
2. font.scss
3. typography
4. all_blocks.scss
5. elements.scss
6. media_qw.scss
*/
/* [ variables ] */
/* [ screen resolutions ] */
/* [ colors ] */
/* [ typography ] */
/* [  Media query mixin ] */
/* [ triangle mixin ] */
/* [mixin animation-deley] */
/* [ typography ] */
/* [ typography ] */

/*---------------------------------------------*/
/*                     btn                     */
/*---------------------------------------------*/

.d-flex {
display: flex;
}
.space-between {
  justify-content: space-between;
}
.align-center {
align-items: center;
}
.w-100 {
  width: 100%;
}

.btn {
  border-radius: 50px;
  transition: all .5s;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  min-width: 100px; }
.btn-b {
  border-radius: 50px;
  transition: all .5s;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  min-width: 100px;
font-size: 22px;
    color: #fff;
    background-color: #e73e53;
    border-color: #e73e53;
     box-shadow: 2px 2px 2px 2px #e8e8e8;
}
.btn-b:hover{

    background-color:  #e32038;
    border-color: #e32038;
}
.btn-send-c{
  border-radius: 50%;
  z-index: 1;
  position: fixed;
  top: calc(50% - 40px);
  right: 15px;
  padding: 15px 22px;
  text-decoration: none !important;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  min-width: 0;
}
a.btn-send-c.btn-b{
    text-decoration: none;
    color: #fff;
}


  .btn strong {
    font-weight: 700;
    color: #fff;
}
  .btn i {
    margin-left: 5px;
    vertical-align: middle; }
  .btn.bold {
    font-weight: 700 !important; }
  .btn.btn-danger {
    background: #ff4157;
    border: none; }
    .btn.btn-danger:hover {
      background: #ff0e2a; }
    .btn.btn-danger.btn-bordered {
      background: none;
      color: #ff4157;
      border: solid 1px #ff4157; }
      .btn.btn-danger.btn-bordered:hover {
        color: #fff;
        background: #ff4157; }
        .btn.btn-danger.eliav{
          float: left;
        }
  .btn.btn-default {
    background: none; }
    .btn.btn-default.green {
      border-color: #00a6ac;
      color: #00a6ac; }
      .btn.btn-default.green:hover {
        color: #fff;
        background: #00a6ac; }
  .btn.btn-primary {
    background: #00a6ac;
    border: none; }
    .btn.btn-primary:hover {
      background: #059196;}
    .btn.btn-primary:focus {
      background: #00a6ac; }
      .btn.btn-primary.eliav {
        float: left;
      }
      .btn.btn-primary.center {
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
      }
  .btn.btn-freeze {
    width: 53px;
    border-radius: 0;
    height: auto;
    padding: 7px;
    line-height: 18px;
    color: #fff;
    white-space: normal;
    background: #00a6ac; }
    .btn.btn-freeze:hover {
      background: #007579; }
  .btn.btn-pricing {
    background: none;
    border: solid 1px #ff4157;
    color: #ff4157; }
  .btn.btn-rect {
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    width: 100%; }
  .btn.btn-signin {
    font-size: 22px;
    height: 54px;
    line-height: 54px;
    padding: 0 20px; }
.btn-header {

    height: 60px;
    padding: 0 20px;
    border-color: #e2e2e2!important;
    display: block;
}

.btn-header:hover,
.btn-header:focus{
    text-decoration: none!important;
    border: 1px solid #fff!important;
    transition: border 0.2s!important;
    background: none!important;
    color: #fff!important;
}

a.bx-prev,
a.bx-next{
    color: #ededed;
    text-decoration: none;
}
a.bx-prev:hover,
a.bx-next:hover{
    color: #dedede;
    text-decoration: none;
}
/* [ reset css ] */
/* [ reset styles ] */


/*---------------------------------------------*/
/*                                      */
/*---------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

body {
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  font-family: "Heebo", sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  color: #1d1d1d;
  direction: rtl;
  background: #fbfbfb; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
  margin: 0 0 20px;
    color: #313131;}

li, dd, blockquote {
  margin-left: 40px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ltr {
    direction: ltr;

}
/* [ font tag ] */
/*---------------------------------------------*/
/*                     icons                     */
/*---------------------------------------------*/

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play-icon:before {
  content: "\e91a"; }

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

.icon-circle:before {
  content: "\e901"; }

.icon-heat:before {
  content: "\e902"; }

.icon-institute:before {
  content: "\e903"; }

.icon-like-icon:before {
  content: "\e904"; }

.icon-profile:before {
  content: "\e905"; }

.icon-question:before {
  content: "\e906"; }

.icon-comp:before {
  content: "\e907"; }

.icon-human:before {
  content: "\e908"; }

.icon-video:before {
  content: "\e909"; }

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

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

.icon-compas:before {
  content: "\e90c"; }

.icon-goal:before {
  content: "\e90d"; }

.icon-key:before {
  content: "\e90e"; }

.icon-pepple:before {
  content: "\e90f"; }

.icon-speed:before {
  content: "\e910"; }

.icon-chart:before {
  content: "\e911"; }

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

.icon-hands:before {
  content: "\e913"; }

.icon-lamp:before {
  content: "\e914"; }

.icon-money:before {
  content: "\e915"; }

.icon-plane:before {
  content: "\e916"; }

.icon-responsive:before {
  content: "\e917"; }

.icon-win:before {
  content: "\e918"; }

.icon-shake:before {
  content: "\e913"; }

.icon-cowboy:before {
  content: "\e919"; }

.icon-start-chat:before {
  content: "\e91a"; }

.icon-signal:before {
  content: "\e919"; }

.icon-credit:before {
  content: "\e91b"; }

.icon-start:before {
  content: "\e919"; }

.icon-hamburger:before {
  content: "\e91c";
  color: #fbfbfb; }

.icon-edit:before {
  content: "\e91d"; }

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

.icon-g:before {
  content: "\e91f"; }

.icon-share:before {
  content: "\e920"; }

.icon-arrows2:before {
  content: "\e921"; }

/* [ typography ] */
/*---------------------------------------------*/
/*                     typography                     */
/*---------------------------------------------*/
h3 {
  font-weight: 500; }
  h3.light {
    font-weight: 400; }

h5.green {
  color: #00a6ac;
  margin-bottom: 5px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 0 0 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  padding: 10px 10px 10px 0; }

small {
  font-size: smaller; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px 20px; }

p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 17px; }
  @media only screen and (min-width: 768px) {
    p {
      line-height: 21px;
      font-size: 15px; } }

ul, ol {
  margin: 0; }
  ul li, ol li {
    margin: 0; }

ul {
  list-style-type: square; }

li > ul,
li > ol {
  margin: 10px 0 0 40px; }

hr {
  border: 0;
  margin: 0;
  padding: 0;
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 30px; }

blockquote {
  font-size: 18px;
  line-height: 33px;
  font-family: "Lobster1.4";
  text-align: center; }

img {
  max-width: 100%;
  height: auto; }

embed, iframe, object, video {
  max-width: 100%;
  margin-bottom: 20px; }

textarea {
  resize: none; }
strong{

 color: #1a1a1a;
}
@media only screen and (min-width: 992px) {
  label {
    font-weight: 400; } }

.checkbox input[type="checkbox"] {
  display: none; }
  .checkbox input[type="checkbox"] + label {
    padding: 0;
    user-select: none; }
    .checkbox input[type="checkbox"] + label:before {
      content: "";
      width: 18px;
      height: 18px;
      display: inline-block;
      border: solid 2px #2c3649;
      font-family: "fontAwesome";
      line-height: 14px;
      color: #fff;
      border-radius: 3px;
      margin-left: 5px;
      vertical-align: middle;
      margin-top: -2px; }
  .checkbox input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    background: #ff4157;
    border-color: #ff4157; }

.radio input[type="radio"] {
  display: none; }
  .radio input[type="radio"] + label {
    padding: 0;
    user-select: none; }
    .radio input[type="radio"] + label:before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      display: inline-block;
      border: solid 2px #dedede;
      line-height: 14px;
      margin-left: 5px;
      vertical-align: middle;
      margin-top: -2px; }
  .radio input[type="radio"]:checked + label:before {
    background: #fcbe3c;
border-color: #fcbe3c;}

.tooltip .tooltip-inner {
  padding: 10px;
  background: #00a6ac;
  border-radius: 0;
  min-width: 250px; }

.tooltip .tooltip-arrow {
  border-bottom-color: #00a6ac !important; }

.form-social {
  color: #909090; }
  .form-social a:not(.social-link) {
    text-decoration: underline;
    color: #909090; }
  .form-social .btn {
    width: 100%; }
  .form-social .divider span {
    background: #fbfbfb; }

.select {
  position: relative; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select i {
    position: absolute;
    top: 10px;
    left: 10px; }

.bigp {
  font-size: 23px;
  color: #7b7c82; }
/*---------------------------------------------*/
/*                     links                  */
/*---------------------------------------------*/
a {
  cursor: pointer;
  transition: all .3s; }
  a:hover {
    text-decoration: underline; }

/* [ layout / .header ] */
/*---------------------------------------------*/
/*                     header                 */
/*---------------------------------------------*/
header.header {
  flex: 0 0 auto;
  padding: 6px 16px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  background: #fcbe3c;;
  display: flex; }
  header.header.header-home {
    background: none;
    top: 0;
    position: fixed;
    box-shadow: none;
    width: 100%;
    min-height: 100px;

  }
header.header-ios{
  padding: 30px 16px 6px 16px;
}

.header .nav>li>a {
    position: relative;
    display: block;

}
    header.header.header-home .nav li a {
      color: #fff;
        font-size: 110%;
}
header.header.header-home .nav li a:hover {
      color: #fff;
      text-decoration: none;
    transition: border-bottom 0.2s;
}
  header.header.header-home .nav-right li a {
      border-bottom: 2px solid transparent;
       padding:  0 0 8px 0 ;
    margin-left: 20px;
    line-height: 1;

}
header.header.header-home .nav-right li a:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
}


header.header.header-white{

    background: white;
        -webkit-box-shadow: 0 10px 30px -6px #d3d3d3;
       -moz-box-shadow: 0 10px 30px -6px #d3d3d3;
            box-shadow: 0 10px 30px -6px #d3d3d3;
}

header.header.header-white .nav-right li a:hover {
    border-bottom: 2px solid #00a6ac;
    color: #00a6ac;
}

header.header.header-white .nav-right li a {
    color: #00a6ac;
  padding:0;
}
header.header.header-white .nav-left li a:hover {
        color: #00c8d0;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.2s;
}
header.header.header-home .nav-left li a:hover {

        text-decoration: none;
        font-weight: 500;
        transition: all 0.2s;
}

header.header.header-white .nav-left li a {
    color: #00a6ac;
}
header.header.header-home .nav-right li a:hover {
        border-bottom: 2px solid #fff;
}
      header.header.header-home .nav-left li a.log-out:hover {
          font-weight: 500;
          transition: font-weight 0.2s;
}
header.header.header-home .nav-left li a.btn{
    border: 1px solid #e2e2e2;
}
header.header.header-home .nav-left li a.btn:hover {
        text-decoration: none;
        border: 1px solid #fff;
        transition: border 0.2s;
}
header.header.header-home .nav-left{
  padding-right: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
  header.header.header-red {
    background: #ff4157; }
  header.header .logo img {
    margin-top: 3px;
    max-width: 90px; }
  header.header .logo i {
    color: #fff;
    font-size: 24px; }
  header.header .nav-wrap {
    position: absolute;
    margin-right: -100%;
    z-index: 101;
    top: 0;
    right: 0;
    width: 250px;
    background: rgba(255, 255, 255, 0.9);
    transition: margin-right .3s; }
    header.header .nav-wrap.open {
      margin-right: 0; }
  header.header .nav-mobile {
    padding: 0;
    box-shadow: 0 0 30px 0 rgba(0, 166, 172, 0.3);
    height: 100vh;
    z-index: 100; }
    header.header .nav-mobile .nav-background {
      background: #edbc42;
      height: 43px;
      line-height: 24px}
    header.header .nav-mobile .nav-background-ios {
      height: 63px;
      padding-top: 20px; }
    header.header .nav-mobile li + li {
      border-top: solid 1px #dedede; }
    header.header .nav-mobile .logout {
       }
      header.header .nav-mobile .logout i {
        background: none;
        color: #d58512; }
    header.header .nav-mobile i {
      width: 24px;
      height: 24px;
      line-height: 24px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      background: #d58512;
      margin-left: 10px;
      display: inline-block; }
      header.header .nav-mobile i.fa-info-circle {
        background: none;
        color: #d58512;;;
        font-size: 24px;
        vertical-align: middle; }
  header.header .btn {
    padding: 0 10px; }
  header.header .toggle-nav {
    flex: 1;
    color: #fff;
    font-size: 20px;
    z-index: 20;
    position: relative;
    margin-top: 3px; }
  header.header .nav li a {
    background: none !important;
    outline: none;
    color: black; }
    header.header .nav li a:hover {
      color: #d58512 ;
     /* text-decoration: underline; */}
    header.header .nav li a.btn-primary {
      color: #00a6ac !important;
      background: #00a6ac !important; }
    header.header .nav li a.profile {
      text-align: center;
      color: #00a6ac;
      padding: 20px 0; }
      header.header .nav li a.profile .profile-img {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        margin: 0 auto; }
      header.header .nav li a.profile:hover {
        color: #00c8d0;
        text-decoration: none;
        font-weight: 400;
        font-size: 115%;
        transition: all 0.2s;

}

.form-control {
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  padding: 0 10px; }
    .form-group.ng-group .form-control {
      outline: none !important;
      font-size: 18px;
      color: black;
      font-weight: 300;
      position: relative;
      z-index: 1;
      background: none;
      padding-top: 10px;

}
      .form-group.ng-group .form-control + label {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #909090;
        transition: .2s ease all;
        font-size: 14px;
        z-index: 0;
        font-weight: 400;
        background: transparent !important;
      }
      .form-group.ng-group .form-control:focus + label, .form-group.ng-group .form-control.valid + label {
        top: 3px;
        font-size: 9px;
          background: #fff;
          z-index: 1000;
}
  .form-group.ng-group {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
.form-group {
  position: relative; }
  @media only screen and (min-width: 768px) {
    header.header {
      padding: 0 40px;
      background: #fff; }
      header.header .toggle-nav {
        display: none; }
      header.header .nav-wrap {
        position: relative;
        right: auto;
        top: auto;
        height: auto;
        margin: 0;
        background: none; }
      header.header .logo img {
        max-width: 112px;
        margin-top: 0; }
      header.header .nav {
        display: flex;
        align-items: center; }
        header.header .nav li a {
          text-transform: uppercase;
          font-size: 15px; }
          header.header .nav li a.profile {
            color: #00a6ac;
            text-align: right;
            padding: 0; }
            header.header .nav li a.profile .profile-img {
              display: inline-block;
              vertical-align: middle;
              margin-left: 10px; } }
  @media only screen and (min-width: 992px) {
    header.header {
      display: flex;}
    header.header.header-home {
      position: absolute;
      background: none;
    }
      header.header .logo {
        margin-left: 30px;
      padding: 15px 0;}
      header.header .nav-wrap {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: space-between; } }

/* [ layout / .content ] */
section.content {
  flex: 1 0 auto;
  background: #f9f9fb;
  padding-bottom: 30px; }
  section.content.padding {
    padding: 65px 0; }
  @media only screen and (min-width: 768px) {
    section.content.padding {
      padding: 165px 0 40px 0; } }

.grey-wrap {
  background: whitesmoke;
  padding: 20px 20px 20px 60px;
  position: relative;
  margin-bottom: 20px; }
  .grey-wrap p:last-child {
    margin-bottom: 0; }
  .grey-wrap.nopadding {
    padding: 20px; }
  .grey-wrap.items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 270px; }
    .grey-wrap.items-center img {
      margin-bottom: 20px; }
  .grey-wrap.items-clock {
    padding-top: 64px !important;
    text-align: center; }
    .grey-wrap.items-clock img {
      margin-bottom: 20px; }
  .grey-wrap.full > * {
    width: 100%; }

.row-chart {
  margin-bottom: 40px; }
  .row-chart .grey-wrap {
    padding: 10px;
    height: 240px;
    min-height: 240px; }

.contact {
  margin-bottom: 60px; }
  .contact .btn {
    width: 120px; }

.map .row {
  margin: 0 -10px; }
  .map .row [class^="col"] {
    padding: 0 10px; }

.map .green:before, .map .red:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block; }

.map .green:before {
  background: #00a6ac;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block; }

.map .red {
  text-decoration: none;
  color: black; }
  .map .red:before {
    background: #ff4157; }

.back-link {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: #ff4157;
  color: #fff;
  display: block;
  transition: all .5s;

}
.back-link strong{
 color:#fff;
}
a.back-link {
    text-decoration: none;
    color: #fff;
}
  .back-link:hover {
    text-decoration: none;
    color: #fff;
    background: #ff0e2a; }

.white {
    background: #fff;
    border: solid 1px #dedede;
    padding: 15px 20px;
    margin-bottom: 40px;
    border-radius: 20px; }
  .white h2 {
    font-size: 27px;
    font-weight: 500;
    line-height: 30px; }
  .white h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
      margin-bottom: 15px;
}
.white h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px;
}
.toggle-plan
{

    font-size: 34px;
    font-weight: 300;
        color: #fff;

}
.grey-pricing a.active span.no-active{
 display: none;

}
.grey-pricing a.active span.yes-active{
 display: block!important;
    color: #00c8d0;
    font-size: 37px;
    line-height: 27px;
}
.grey-pricing a span.yes-active{
    display:none;}
.p-title h1{
    font-weight: 500!important;
    font-size: 32px!important;
    padding: 0 20px 10px 20px!important;
    margin: 0;
}


/* [ layout / .footer ] */
/*---------------------------------------------*/
/*                     footer                 */
/*---------------------------------------------*/
footer.footer {
  flex: 0 0 auto;
  display: none;
  color: #7c7d82;
  background: whitesmoke;
  border-top: solid 5px #f28793;
  padding: 40px 15px 0;
  margin-top: auto}

.footer .form-group.ng-group .form-control {
  font-size: 14px;
}
  footer.footer .footer-top {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 140px;
    margin: 0 auto; }
  footer.footer h4 {
    color: black;
    margin-bottom: 30px; }
  footer.footer .footer-column {
    max-width: 30%;
    flex: 1 0 auto; }
    footer.footer .footer-column + .footer-column {
      margin-right: 20px; }
  footer.footer .nav {
    padding: 0; }
    footer.footer .nav li {
      margin-bottom: 7px; }
      footer.footer .nav li a {
        padding: 0;
        background: none !important;
        outline: none !important;
        color: #7c7d82;
        transition: color .3s;
        font-size: 14px; }
        footer.footer .nav li a:hover {
          text-decoration: underline;
          color: #00a6ac; }
    footer.footer .nav.nav-social {
      display: flex; }
      footer.footer .nav.nav-social li + li {
        margin-right: 60px; }
      footer.footer .nav.nav-social li a i {
        font-size: 10px;
        color: #fff;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        display: block; }
        footer.footer .nav.nav-social li a i.icon-fb {
          background: #3b5998; }
        footer.footer .nav.nav-social li a i.icon-g {
          background: #dc4e41; }
      footer.footer .nav.nav-social:before, footer.footer .nav.nav-social:after {
        display: none; }
      footer.footer .nav.nav-social img {
        width: 18px; }
  footer.footer .copy {
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 140px;
    font-size: 15px;
    color: #c4c4c4; }
  footer.footer .btn {
    width: 100px;
    height: 24px;
    line-height: 24px; }
  footer.footer textarea.form-control {
    height: 70px !important;
    line-height: 20px;
    padding: 20px 10px 10px !important; }
  @media only screen and (min-width: 992px) {
    footer.footer {
      display: block; }
      footer.footer .footer-column + .footer-column {
        margin-right: 87px; } }

/* [ UI kit ] */
.heading {
  min-height: 130vh;
  margin-bottom: 40px;
  padding-bottom: 60px;
  background-size: cover;
  background-position-y: -70px;
  background-repeat: no-repeat;
 background-attachment: fixed;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center; }

  .heading * {
    position: relative; }
  .heading .title {
    font-size: 70px;
    font-weight: 600;
  }
  .heading .text {
    font-size: 36px;
    margin-bottom: 20px; }
  .heading.heading-org:before {
    background: rgb(180, 90, 104); }
  .heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .heading .btn {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}
  .heading .link-to-content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #f0f0f0;
    margin-left: -40px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .3s; }
    .heading .link-to-content:hover {
      color: #fff!important; }
    .heading .link-to-content i {
      display: block;
      font-size: 20px; }
  .heading .nav {
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 0px; }
    .heading .nav li a {
      background: none !important;
      transition: opacity .3s; }
      .heading .nav li a:hover {
        opacity: .8; }
    .sum-t{
        line-height: 56px;
}


  .mobile-heading {
    background: #fcbe3c;;
    margin-bottom: 20px;
      line-height: 32px;
  }
  .mobile-heading-ios {
    padding-top:30px;
  }
  .mobile-heading.register-heading h1 {
    font-size: 24px;
    margin: 34px 0; }
  .mobile-heading.nomargin {
    margin-bottom: 0; }
  .mobile-heading h1 {
    font-size: 23px;
    color: #2F3649;
    text-align: center;
    margin: 33px 0;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px; }
    .mobile-heading h1.big {
      font-size: 30px;
      line-height: 33px; }
    .mobile-heading h1.small {
      font-size: 17px;
      line-height: 19px; }

.site-title {
  text-align: center;
  color: #7c7d82;
  font-size: 22px;
  margin: 100px 0 50px 0; }
    .site-title img {
    max-width: 220px;
    margin-bottom: 20px;
}
.site-title h1 {
    color: #272727;
    font-size: 34px;
    padding: 5px 0 5px 0;
    display: inline-block;
    border-bottom: solid 4px #00a6ac;
}
.service-item p{
        font-size: 17px;
}
.services {
  margin-bottom: 70px; }
  .services.services-divider-bottom:after {
    content: "";
    display: block;
    width: 300px;
    margin: 0 auto;
    border-bottom: solid 2px #dedede;
    margin-top: 40px; }
  .services .title {
    display: inline-block;
    font-size: 24px;
    border-bottom: solid 3px #00a6ac;
    color: black;
    margin-bottom: 20px;
    padding-bottom: 7px;
}
  .services h1.title {
    border-bottom: solid 2px #00a6ac;
    font-size: 36px; }


.services .service-item {
    text-align: center;
    line-height: 21px;
    margin: 0 auto;
   font-size: 17px;
    width: 80%;
}

.services .service-item.service-item1  {
    font-size: 17px;
    font-weight: 400;
    max-width: 250px;
 }
.services .service-item.service-item2  {
    font-size: 20px;
    font-weight: 400;
 }




    .services .service-item i {
      display: block;
      margin-bottom: 20px;
      font-size: 35px;
      color: #ff4157; }
    .services .service-item.service-small p {
      font-size: 18px;
    font-weight: 400;
      max-width: 70%;
        margin-right: 15%;
        text-align: center;
}
    .services .service-item.service-small h3 {
      font-size: 18px;
    font-weight: 600;
}
  @media only screen and (min-width: 768px) {
    .services.services-divider .col-sm-4 {
      position: relative; }
      .services.services-divider .col-sm-4 + .col-sm-4:after {
        content: "";
        position: absolute;
        top: 106px;
        left: 0;
        border-left: solid 1px #dedede;
        height: 230px;
        display: block; } }

.service-big-item {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden; }
.service-big-item.first{
   /* padding-right: 50px;*/

}
.service-big-item.second{
    /*padding-left: 30px;*/

}

 .service-big-item.first:after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    border-left: solid 2px #dedede;
    height: 70%;
    display: block;
}
  .service-big-item i {
    font-size: 75px;
    color: #00a6ac;
    margin:40px 0 20px 0;
    display: block; }
.service-big-item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 105%;
    padding: 0 50px;
    font-weight: 300;
}
  .service-big-item .btn {
    display: block;
    margin: 0 auto;
    padding: 0 20px; }

.slider-wrap {
  display: flex;
  text-align: center;
  margin-bottom: 40px; }
  .slider-wrap > * {
    flex: 1;
    width: 50%;
    min-width: 50%; }
  .slider-wrap li {
    padding: 30px 0 50px; }
  .slider-wrap .right {
    background: whitesmoke;
    font-size: 34px;
    font-weight: 300;
    color: #ff4157;
    padding: 60px; }
.slider-wrap strong{
    color: #ff4157;
}
.bx-wrapper {
  margin: 0;
  border: none;
  box-shadow: none;
  background: none; }
  .bx-wrapper .bxslider {
    display: flex; }
    .bx-wrapper .bxslider li {
      height: 100%;
      text-align: center;
      font-size: 22px;
      color: #fff;
      font-weight: 300; }
      .bx-wrapper .bxslider li span {
        font-weight: 700; }
      .bx-wrapper .bxslider li .qu {
        display: block;
        margin: 0 auto 30px; }
  .bx-wrapper .bx-controls-direction a:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    text-indent: 0; }
  .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104"; }
  .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f105"; }

.slider {
  direction: ltr;
  overflow: hidden; }
  .slider .bx-wrapper {
    height: 100%;
    background: #00a6ac; }
    .slider .bx-wrapper .bx-pager {
      bottom: 20px; }
      .slider .bx-wrapper .bx-pager a {
        background: none;
        border: solid 1px #fff;
        text-align: center; }
        .slider .bx-wrapper .bx-pager a.active, .slider .bx-wrapper .bx-pager a:hover, .slider .bx-wrapper .bx-pager a:focus {
          background: none; }
          .slider .bx-wrapper .bx-pager a.active:before, .slider .bx-wrapper .bx-pager a:hover:before, .slider .bx-wrapper .bx-pager a:focus:before {
            content: "";
            width: 50%;
            height: 50%;
            display: block;
            background: #fff;
            margin-top: 2px;
            margin-left: 2px; }
  .slider .bx-controls-direction a {
    color: #fff; }

.carousel-wrap {
  direction: ltr;
  margin-bottom: 30px; }
  .carousel-wrap .bx-wrapper {
    margin: 0 auto; }
  .carousel-wrap .bx-controls-direction a {
    color: #ff4157; }
    .carousel-wrap .bx-controls-direction a.bx-prev {
      left: -7%; }
    .carousel-wrap .bx-controls-direction a.bx-next {
      right: -10%; }

.carousel-small-wrap {
  margin-bottom: 80px;
  overflow: hidden; }
  .carousel-small-wrap .bx-wrapper {
    background: none !important; }
  .carousel-small-wrap img {
    margin-top: 15px; }
  .carousel-small-wrap .active {
    margin-top: 0; }
  .carousel-small-wrap .bx-controls-direction a {
    color: #8c8c8c; }

.counters {
  background: url("../images/s9cc2skysjm-green-chameleon.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 22px;
    background-attachment: fixed;
}
  .counters:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: rgba(40, 142, 150, 0.9);
}

  .counters .count {
    font-size: 60px; }
    .counters .count + div {
      margin-bottom: 20px; }
  .counters i {
    font-size: 46px; }

.home-info {
  background: url(../images/info.png);
  height: 680px;
  margin: 60px 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .home-info .nav {
    display: flex;
    padding: 0;
    text-align: center; }
    .home-info .nav li a {
      background: none !important;
      padding: 0 5px; }
  .home-info p {
    font-size: 22px;
    padding-right: 5px;
    border-right: solid 4px #ff4157;
    font-weight: 500; }
  .home-info .row:first-child {
    padding-left: 40px; }
    .home-info .row:first-child .col-xs-4 {
      max-width: 300px; }
  .home-info .row + .row {
    margin-top: 454px; }
  .page-title .nav {
    display: flex;
    padding: 0;
    margin-top:0px; }
    .page-title .nav li {
      color: #ff4157; }
      .page-title .nav li + li {
        margin-right: 10px;
        border-right: solid 1px #dedede;
        padding-right: 10px; }
      .page-title .nav li.active {
        color: #2F3649;
        margin: 0 -0.4em;
        padding: 0.1em 0.4em;
        border-radius: 0.8em 0.3em;
        background: transparent;
          background-image: none;
        background-image: none;
        background-image: linear-gradient( to left, rgba(255, 225, 0, 0.1), rgba(252, 190, 60, 0.77) 4%, rgba(255, 225, 0, 0.3) );
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
 }
 .mark-style {
  color: #2F3649;
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
    background-image: none;
  background-image: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.mark-0{
  background-image: linear-gradient( to left, rgba(255, 225, 0, 0.1),rgb(7, 167, 110) 4%, rgba(0, 255, 64, 0.3) );

}
.mark-1{
  background-image: linear-gradient( to left, rgba(255, 225, 0, 0.1), rgba(252, 190, 60, 0.77) 4%, rgba(255, 225, 0, 0.3) );

}
.mark-2{
  background-image: linear-gradient( to left, rgba(255, 225, 0, 0.1), rgba(60, 143, 252, 0.77) 4%, rgba(0, 89, 255, 0.3) );

}
.mark-4{
  background-image: linear-gradient( to left, rgba(255, 225, 0, 0.1), rgb(255, 158, 169) 4%, rgba(255, 143, 143, 0.3) );
}





  @media only screen and (min-width: 1800px) {
    .home-info {
      height: 678px; }
      .home-info .row + .row {
        margin-top: 443px; } }

.profile-info {
  margin-bottom: 20px; }
  .profile-info .profile-info-item {
    background: whitesmoke;
    margin-bottom: 10px;
    max-width: 443px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; }
    .profile-info .profile-info-item span {
      font-size: 20px;
      font-weight: 400; }

.page-title {
  margin-bottom: 16px; }
  .page-title h1 {
    display: inline-block;
    font-size: 34px;
    border-bottom: solid 2.5px #00a6ac;
    color: black;
    padding-bottom: 6px;
    font-weight: 500;
    margin:0 20px 10px 20px; }
@media only screen and (max-width: 768px){
.modal-content{
     border-radius: 0px!important;
}
.page-title h1{
        font-size: 32px;
    border-bottom: solid 2.5px #00a6ac;
    font-weight: 500;
    margin: 0;
   padding:0 20px 10px 20px ;
}
.q-wrap.q-text {
    padding: 10px!important;
    margin-bottom:  20px!important;
    }
.q-wrap .title {
        margin-bottom: 10px!important;
    }
p {
        font-size: 14px!important;
    }


.modal-content .modal-body .page-title h1 {
    margin: 0px 5px!important;
}
.exemple-q a{
 text-decoration: none;
 color: black;
}
  .page-title i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    color: #ff4157; }
  .page-title.title-big {
    margin-bottom: 40px; }
    .page-title.title-big h1 {
      padding-left: 40px;
      font-size: 28px; }
  .page-title .pack-title {
    font-weight: 500;
    margin-top: 22px;
    padding: 0 0 10px;
    letter-spacing: 1px;
    margin-bottom: 5px; }

  .page-title .big {
    font-weight: 500; }
}
  @media only screen and (min-width: 768px) {
    .page-title h1:not(.big) {
      padding: 0 0 2px 0;
      font-size: 24px;
      font-weight: 400; }
    .page-title.title-big h1 {
        margin-right: 0;
      padding:0 0 10px 0px;
      font-size: 28px;
      margin-bottom: 10px;
      font-weight: 400;
      }

.page-title i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    color: #ff4157;
}


    }
.p-servies p {

 font-size: 19px;
}

 @media only screen and (max-width: 922px) {
.service-big-item.first:after {
    display: none;
}
/*
   .service-big-item.first:after {
    content: "";
    position: absolute;
    border-bottom: solid 2px #dedede;
    display: block;
}
*/


}
.table {
  border: solid 1px #dedede; }
  .table th {
    background: whitesmoke;
    font-weight: 500;
    font-size: 18px;
    border: solid 1px #dedede;
    text-align: center; }
  .table td {
    text-align: center; }

.mail {
  background: rgba(0, 166, 172, 0.2);
  border-radius: 50px;
  padding: 0 5px;
  border: solid 1px #00a6ac; }

table.table-item {
  text-align: center;
  margin-bottom: 40px; }
  table.table-item a {
    text-decoration: underline;
    color: black; }
  table.table-item th {
    color: #909090; }
  table.table-item tr {
    border-bottom: solid 4px #fbfbfb; background: whitesmoke; }
	 table.table-item td{ text-align:center;}
  
.line-bottom{
    width: 100%;
}
.sort-wrap {
  position: relative;
  display: inline-block;

}
  .sort-wrap label {
    color: #8d8d8d;
    margin-left:5px; }
  .sort-wrap span {
    position: absolute;
    top: 3px;
    left: 20px; }
  .sort-wrap input {
    max-width: 120px;
    padding: 0  10px 0 0; }

.modal .modal-header {
  text-align: center;
  border: none;
  position: relative; }
  .modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 5px; }
  .modal .modal-header h4 {
    border-bottom: solid 2px #00a6ac;
    padding-bottom: 2px;
    font-size: 24px;
    font-weight: 500; }

.modal .modal-body a:not(.social-link) {
  color: #909090; }

.modal .modal-body h4 {
  margin-bottom: 6px; }

.modal .btn {
  width: 100%; }

.modal form {
  margin-bottom: 0; }

.modal .forgot {
  color: #ff4157 !important;
  text-decoration: underline;
  display: block;
  text-align: center;
  font-size: 16px; }

.modal .pass {
  display: block;
  margin-top: 9px;
  text-decoration: underline; }

.modal .fa-exclamation-triangle {
  font-size: 200px;
  color: #ff4157; }

.modal .fa-check {
  font-size: 140px;
  color: #00a6ac; }
.modal .fa-gift {
  font-size: 140px;
  color: #ff4157; }
.modal .pagination-wrap {
  display: flex;
  color: #8d8d8d;
  justify-content: space-between;
  margin-bottom: 20px; }
  .modal .pagination-wrap span {
    color: #ff4157; }
  .modal .pagination-wrap .pagination {
    display: flex;
    margin: 0 -70px 0 0; }
.modal .pagination-wrap .pagination ul{
margin-right: -60px;
}
.modal .pagination-wrap .pagination li{
     border: 1px solid #dedede;
}
    .modal .pagination-wrap .pagination li a {
      padding: 0;
      background: none;
      border: none;
      color: #00a6ac;
      margin: 0 5px; }

.modal .frex-wrap {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .modal .frex-wrap .top {
    font-size: 24px;
    font-weight: 500;
    line-height: 20px; }
  .modal .frex-wrap img {
    margin-left: 10px; }

@media only screen and (min-width: 768px) {
  .modal .modal-content {
    margin-top: 10vh; }
  .modal .modal-sm {
    width: 360px; }
  .modal .modal-header {
    padding: 20px 30px 16px; }
  .modal .modal-body {
    padding: 30px; }
  .modal .modal-body {
    padding-top: 0;
    } }

.social-link {
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  outline: none;
  padding: 0 20px;
  color: #fff; }
  .social-link i {
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle; }
  .social-link:hover {
    text-decoration: none;
    color: #fff; }
  .social-link.link-fb {
    background: #2f619d; }
    .social-link.link-fb:hover {
      background: #234976; }
  .social-link.link-g {
    background: #dc4e41; }
    .social-link.link-g:hover {
      background: #c63224; }

.divider {
  margin: 30px 0 20px;
  text-align: center;
  border-top: solid 1px #dedede; }
  .divider span {
    display: block;
    width: 80px;
    background: #fbfbfb;
    margin: -10px auto 0;
    height: 20px;
    line-height: 20px; }

#feedback .modal-content {
  max-width: 300px;
  margin: 0 auto; }

.user-photo-wrap {
  margin: 30px 0 10px;
  border-top: solid 1px #dedede; }
  .user-photo-wrap .center {
    display: block;
    text-align: center;
    width: 150px;
    background: #fbfbfb;
    margin: -10px auto 0; }
  .user-photo-wrap .user-photo {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-top: -24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .user-photo-wrap {
      margin-bottom: 40px; } }

.s-panel .panel {
    border-top:1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
}

.panel-group-small {
  width: calc(100% - 125px); }

.panel-group .panel {
  border-radius: 0;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    }
  .panel-group .panel + .panel {
    margin-top: 0; }

  .panel-group .panel .panel-heading {
    padding: 0;
}
    .panel-group .panel .panel-heading .panel-title {
      position: relative; }

      .panel-group .panel .panel-heading .panel-title [data-toggle="modal"] {
        position: absolute;
        top: 16px;
        left: 47px;
        cursor: pointer;
        z-index: 1;}
      .panel-group .panel .panel-heading .panel-title a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        text-decoration: none; }
        .panel-group .panel .panel-heading .panel-title a .left {
          padding: 16px 20px;
          border-right: solid 1px #dedede;
          background: #c4e8ea;
          text-align: center;
          width: 125px; }
        .panel-group .panel .panel-heading .panel-title a .rigth {
          flex: 1;
          padding: 10px 20px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .panel-group .panel .panel-heading .panel-title a i {
          font-size: 30px;
          margin-right: 10px;
          font-style: normal;
          vertical-align: middle;
          display: inline-block;
          font-family: "fontAwesome";
          line-height: 1; }
        .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"] i:before {
          content: "\f107";
          display: inline-block; }
        .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] i:before {
          content: "\f106";
          display: inline-block; }
  .panel-group .panel .panel-body {
    outline: none !important;
    border-color: #dedede !important;
    border-radius: 0;
    padding: 0; }
    .panel-group .panel .panel-body.nopadding {
      padding: 0 !important; }
    .panel-group .panel .panel-body .fa-check {
      font-size: 16px !important;
      margin-right: -18px;
      color: #00a6ac; }
    .panel-group .panel .panel-body .fa-close {
      font-size: 16px !important;
      margin-right: -15px;
      color: #ff4157; }
    .panel-group .panel .panel-body .panel-heading {
      background: #fff;
      padding-right: 15px; }
      .panel-group .panel .panel-body .panel-heading .fa {
        font-size: 20px;
        vertical-align: middle; }
    .panel-group .panel .panel-body .answers-wrap {
      margin-bottom: 20px; }

    .panel-group .panel .panel-body .answers-wrap.type-images {
      display: flex;
      flex-wrap: wrap;
    }
    .panel-group .panel .panel-body .answers-wrap.type-images .answer-item {
      width: 20%;
      min-width: 150px;
      margin: 10px;
      flex-grow: 0;
      flex-shrink: 0;
    }
    .panel-group .panel .panel-body .panel-body {
      padding: 40px;
      border: none; }

.collapse-list .list-item {
  display: flex;
  justify-content: space-between; }
  .collapse-list .list-item i {
    font-size: 20px; }
    .collapse-list .list-item i + i {
      margin-right: 10px; }
  .collapse-list .list-item + .list-item {
    border-top: solid 1px #dedede; }
  .collapse-list .list-item .left {
    width: 125px;
    border-left: solid 1px #dedede;
    padding: 10px 20px;
    text-align: center;
    background: #e6f4f4; }
  .collapse-list .list-item .right {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    flex: 1; }

.accordion-navigation {
  display: flex; }
  .accordion-navigation .page-title {
    margin-bottom: 0; }
  .accordion-navigation .left {
    text-align: center;
    width: 125px; }
  .accordion-navigation .nav {
    font-size: 18px;
    display: flex;
    margin-bottom: 16px; }
    .accordion-navigation .nav li a {
      background: #fff;
      padding: 5px 30px;
      color: black;
      border-radius: 5px;
}
    .accordion-navigation .nav li.active a {
      background: #00a6ac;
      color: #fff;
      position: relative;
      border-radius: 5px; }
    .accordion-navigation .nav li.active:after {
      position: absolute;
      content: "";
      bottom: -16px;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 8px;
      border-top-color: #00a6ac;
      bottom: -16px;
      left: 50%;
      margin-left: -8px; }

.steps-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
    margin: 0 20px 40px 20px;
  border-bottom: solid 1px #aeaeae; }
  .steps-wrap .step-item {
    color: #aeaeae;
    text-decoration: none; }
    .steps-wrap .step-item:first-child span {
      margin-right: -10px; }
    .steps-wrap .step-item:last-child span {
      margin-left: -8px; }
    .steps-wrap .step-item:hover {
      color: #00a6ac; }
    .steps-wrap .step-item span {
      height: 40px;
      display: block; }
    .steps-wrap .step-item:after {
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #aeaeae;
      display: block;
      margin: 0 0 -8px; }
    .steps-wrap .step-item:last-child:after {
      margin-right: 10px; }
    .steps-wrap .step-item:nth-child(2):after {
      margin: 0 auto -8px; }
    .steps-wrap .step-item.active:after {
      background: #00a6ac; }

.form-group {
  position: relative; }
  .form-group.group-inline {
    display: flex;
    justify-content: space-between; }
    .form-group.group-inline .radio {
      margin: 0; }
    .form-group.group-inline label {
      margin: 0; }
  .form-group.group-green {
    padding: 10px 10px 10px 0;
    position: relative; }
    .form-group.group-green * {
      position: relative;
      z-index: 1; }
    .form-group.group-green:after {
      content: "";
      border-right: solid 4px #00a6ac;
      height: 48px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5px; }
  .form-group.group-red {
    padding: 10px 10px 10px 0;
    border-radius: 5px;
    position: relative; }
    .form-group.group-red * {
      position: relative;
      z-index: 1; }
    .form-group.group-red:after {
      content: "";
      border-right: solid 4px #ff4157;
      height: 46px;
      width: 100%;
      position: absolute;
      top: -5px;
      left: 0;
      border-radius: 5px; }
  .form-group .fa-pencil {
    position: absolute;
    top: 18px;
    left: 10px;
    color: #00a6ac; }
  .form-group .radio-wrap {
    flex: 1;
    margin-right: 20px; }
  .form-group.ng-group {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
    .form-group.ng-group.comment-group {
      height: 38px; }
    .form-group.ng-group .form-control {
      outline: none !important;
      font-size: 18px;
      color: black;
      font-weight: 300;
      position: relative;
      z-index: 1;
      background: none;
      padding-top: 10px;
      
      display: inline-block;
      

}
      .form-group.ng-group .form-control + label {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #909090;
        transition: .2s ease all;
        font-size: 14px;
        z-index: 0;
        font-weight: 400; }
      .form-group.ng-group .form-control:focus + label, .form-group.ng-group .form-control.valid + label {
        top: 3px;
        font-size: 9px;
          background: #fff;
          z-index: 1000;
}      .form-group.ng-group .form-control:focus + label, .form-group.ng-group .form-control.valid + label {
        top: 3px;
        font-size: 9px;
          background: #fff;
          z-index: 1000;
}
.form-group.ng-group .form-control.feedback{
    height: 70px !important;
    line-height: 20px;
}
      .form-group.ng-group textarea.form-control {
      overflow: hidden; }
    .form-group.ng-group textarea.form-control:focus + label, .form-group.ng-group textarea.form-control.valid + label {
               top: 3px;
        font-size: 9px;
          background: #fff;
          z-index: 1000; }
    .form-group.ng-group .control-big + label {
      top: 15px;
        color: #3b3b3b;
}
  .form-group.has-errore .btn-tooltip {
    position: absolute;
    top: 10px;
    right: -30px;
    background: none;
    border: none; }
    .form-group.has-errore .btn-tooltip i {
      font-size: 26px;
      color: #af21de;
      cursor: pointer; }
  .form-group.has-errore .form-control {
    border-bottom: solid 3px #efad4e; }
  .form-group.has-errore button.help-block {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, 0);
    background: solid 3px #efad4e;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    line-height: 1;
    border: none; }
  .form-group.group-divider {
    margin-top: 30px;
    border-top: solid 1px #dedede;
    padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .form-group.has-errore {
      padding-bottom: 0; }
      .form-group.has-errore button.help-block {
        top: 5px;
        left: -50px;
        line-height: 14px;
      padding-left: 7px;
      padding-right: 7px;
      } }

.form-control {
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  padding: 0 10px; }
  .form-control.control-big {
    height: 48px;
    line-height: 48px; }
  .form-control.control-green {
    border-right: 4px solid #fcbe3c; }
  .form-control.control-red {
    border-right: 4px solid #ff4157; }

.step-3-item {
  margin-top: 20px; }
  .step-3-item .item-header {
    background: #e8e8e8;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin-bottom: 10px; }
  .step-3-item.item-pricing {
    height: 310px;
    border: solid 8px #e8e8e8;
    background: linear-gradient(to bottom, transparent 0%, whitesmoke 100%); }
    .step-3-item.item-pricing .item-body .top {
      padding: 40px 20px 20px;
      border-bottom: solid 1px #e8e8e8;
      position: relative; }
      .step-3-item.item-pricing .item-body .top:before {
        position: absolute;
        content: "";
        left: -8px;
        top: -8px;
        width: calc(100% + 16px);
        height: 40px;
        background: linear-gradient(to bottom, rgba(251, 251, 251, 0.8) 0%, rgba(245, 245, 245, 0) 100%); }
    .step-3-item.item-pricing .price {
      padding: 20px; }
      .step-3-item.item-pricing .price span {
        font-size: 24px;
        margin-left: 5px; }
      .step-3-item.item-pricing .price .col-xs-4 {
        padding-top: 10px; }

.option-wrap {
  border: solid 3px transparent;
  padding: 5px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer; }
  .option-wrap.active {
    /*border-color: #00a6ac;*/
  }
    /*.option-wrap.active:after {*/
      /*content: "\f00c";*/
      /*font-family: "fontAwesome";*/
      /*position: absolute;*/
      /*top: -18px;*/
      /*right: -18px;*/
      /*height: 36px;*/
      /*width: 36px;*/
      /*line-height: 36px;*/
      /*color: #fff;*/
      /*background: #00a6ac;*/
      /*font-size: 18px;*/
      /*border-radius: 50%;*/
      /*text-align: center; }*/

.option {
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #f6f4f7; }
  .option.option-pricing {
    border-width: 2px; }
  .option .option-header {
    padding: 15px 9px 10px;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-bottom: -15px; }
    .option .option-header span {
      position: relative;
      z-index: 1;
      font-size: 34px; }
  .option .pricing {
    font-size: 36px;
    font-weight: 500;
    color: #313131;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px; }
  .option .icon-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px; }
  .option.option-green .option-header {
    border: solid 1px #07a76e;
    border-bottom: 0; }
    .option.option-green .option-header:after {
      content: "";
      background: #07a76e;
      display: block;
      width: 110%;
      height: 120%;
      position: absolute;
      top: -15px;
      left: -5px;
      transform: rotate(-5deg); }
  .option.option-green .pricing:after {
    content: "";
    display: block;
    border-bottom: solid 2px #07a76e;
    width: 150%;
    margin-right: -25%; }
  .option.option-green .option-body {
    border: solid 1px #07a76e;
    border-top: 0; }
    .option.option-green .option-body .btn {
      background: #07a76e; }
      .option.option-green .option-body .btn:hover {
        background: #05764e; }
  .option.option-green .icon-item {
    background: #07a76e; }
  .option.option-danger .option-header {
    border: solid 1px #ff4157;
    border-bottom: 0; }
    .option.option-danger .option-header:after {
      content: "";
      background: #ff4157;
      display: block;
      width: 110%;
      height: 120%;
      position: absolute;
      top: -15px;
      left: -5px;
      transform: rotate(-5deg); }
  .option.option-danger .pricing:after {
    content: "";
    display: block;
    border-bottom: solid 2px #ff4157;
    width: 150%;
    margin-right: -25%; }
    .option.option-turquoise .pricing:after {
      content: "";
      display: block;
      border-bottom: solid 2px #00a6ac;
      width: 150%;
      margin-right: -25%; }
  .option.option-danger .option-body {
    border: solid 1px #ff4157;
    border-top: 0; }
    .option.option-danger .option-body .btn {
      background: #ff4157; }
      .option.option-danger .option-body .btn:hover {
        background: #ff0e2a; }
  .option.option-danger .icon-item {
    background: #ff4157; }
  .option.option-blue .option-header {
    border: solid 1px #509ad1;
    border-bottom: 0; }
    .option.option-blue .option-header:after {
      content: "";
      background: #509ad1;
      display: block;
      width: 110%;
      height: 120%;
      position: absolute;
      top: -15px;
      left: -5px;
      transform: rotate(-5deg); }
  .option.option-blue .pricing:after {
    content: "";
    display: block;
    border-bottom: solid 2px #509ad1;
    width: 150%;
    margin-right: -25%; }
  .option.option-blue .option-body {
    border: solid 1px #509ad1;
    border-top: 0; }
    .option.option-blue .option-body .btn {
      background: #509ad1; }
      .option.option-blue .option-body .btn:hover {
        background: #3281bc; }
  .option.option-blue .icon-item {
    background: #509ad1; }
  .option.option-yellow .option-header {
    border: solid 1px #fcbe3c;
    border-bottom: 0; }
    .option.option-yellow .option-header:after {
      content: "";
      background: #fcbe3c;
      display: block;
      width: 110%;
      height: 120%;
      position: absolute;
      top: -15px;
      left: -5px;
      transform: rotate(-5deg); }
  .option.option-yellow .pricing:after {
    content: "";
    display: block;
    border-bottom: solid 2px #fcbe3c;
    width: 150%;
    margin-right: -25%; }
  .option.option-yellow .option-body {
    border: solid 1px #fcbe3c;
    border-top: 0; }
    .option.option-yellow .option-body .btn {
      background: #fcbe3c; }
      .option.option-yellow .option-body .btn:hover {
        background: #fbad0a; }
  .option.option-yellow .icon-item {
    background: #fcbe3c; }
  .option .option-body .btn {
    color: #fff; }
  .option .option-item i {
    color: #00a6ac;
    margin-left: 5px; }
  .option .option-body {
    padding: 20px 20px 0; }
    .option .option-body i {
      display: block;
      font-size: 60px;
      color: #ff4157;
      margin: 30px 0 30px; }
  .option .price {
    font-size: 30px;
    color: #00a6ac;
    margin-top: 10px;
    font-weight: 700; }
  .option .btn-wrap {
    background: #fff;
    width: 100px;
    margin: 20px auto -15px; }
    .option .btn-wrap .btn {
      height: 30px;
      line-height: 30px; }
  .option h4 {
    text-align: right; }

.pricing-flex {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center; }
  .pricing-flex * {
    margin-bottom: 0; }
  .pricing-flex .price {
    margin: 0 5px 0 10px;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 700;
    border-bottom: solid 1px #ff4157; }

.grey-pricing {
  background: #f0f0f0;
  padding: 0 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  font-size: 15px;
  max-width: 580px; }
  .grey-pricing.prising-succses {
    display: none; }
    .grey-pricing.prising-succses .top {
      margin-bottom: -10px; }
  .grey-pricing .top {
    margin-bottom: 10px; }
  .grey-pricing .green {
    color: #00a6ac; }
  .grey-pricing .bottom-plan {
    display: none; }
    .grey-pricing .bottom-plan.active {
      display: block; }
  .grey-pricing form {
    display: flex;
    max-width: 360px;
    margin-top: 20px;
    margin-bottom: 0; }
    .grey-pricing form .btn {
      margin-right: 20px;

}
  .grey-pricing a {
    vertical-align: middle;
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    line-height: 27px;
    background: #00a6ac;
    color: #fff;
    text-align: center;
    margin: 5px 10px 5px 0;
    border: solid 2px transparent;
    font-size: 40px;
    text-decoration: none; }
    .grey-pricing a.active {
      background: #fff;
      color: #00a6ac;
      border-color: #00a6ac;
      line-height: 30px; }
      .grey-pricing a.active i {
        font-size: 18px;
        top: -7px;
        position: relative;
        display: inline-block; }
        .grey-pricing a.active i:before {
          content: "\f068"; }
  .grey-pricing .check {
    display: flex;
    align-items: center;
    font-size: 24px; }
    .grey-pricing .check strong {
      font-size: 30px; }
    .grey-pricing .check i {
      color: #00a6ac;
      font-size: 90px; }

.days-wrap {
  display: flex;
  align-items: center;
  margin: 40px 0; }
  .days-wrap * {
    margin: 0 0 0 20px; }
  .days-wrap .radio-days input[type="radio"] + label {
    padding: 0 10px;
    border-radius: 50px;
    background: #dedede;
    width: 80px;
    text-align: center;
    border: solid 1px transparent; }
    .days-wrap .radio-days input[type="radio"] + label:before {
      display: none; }
  .days-wrap .radio-days input[type="radio"]:checked + label {
    background: rgba(0, 166, 172, 0.2);
    border: solid 1px rgba(0, 166, 172, 0.5); }

.tabs-vertical {
  display: flex; }
  .tabs-vertical .tab-nav li {
    margin-bottom: 10px; }
    .tabs-vertical .tab-nav li.active a {
      background: whitesmoke;
      font-weight: 500; }
    .tabs-vertical .tab-nav li a {
      background: #fff;
      color: black; }
      .tabs-vertical .tab-nav li a i {
        width: 26px;
        height: 26px;
        background: #00a6ac;
        color: #fff;
        border-radius: 50%;
        margin-right: 5px;
        display: inline-block;
        text-align: center;
        line-height: 26px; }
  .tabs-vertical .tab-body {
    flex: 1; }
  .tabs-vertical .tab-content {
    background: whitesmoke;
    padding: 20px;
    min-height: 300px; }

.tab-body {
  position: relative;
    width: 90%;
 /*   margin-right: 5%;*/}
  .tab-body .tab-content .title-tab {
    position: absolute;
    top: -40px;
    left: 0;
    width: 128px;
    text-align: center; }

.test-wrap .sidebar {
  width: 252px;
  margin-left: 30px; }

.test-wrap .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0; }
  .test-wrap .pagination li a {
    padding: 0;
    border: none; }
    .test-wrap .pagination li a.btn {
      padding: 0 20px;
      color: #fff;
      line-height: 40px; }
      .test-wrap .pagination li a.btn i {
        font-size: 20px;
        vertical-align: middle;
        margin-left: 5px; }
    .test-wrap .pagination li a.prev {
      background: #00a6ac;
      width: 56px;
      height: 56px;
      color: #fff;
      line-height: 54px;
      text-align: center;
      border-radius: 50%;
      font-size: 26px; }
.test-wrap .pagination li a.prev:hover {
    background: #059196;
}
      .test-wrap .pagination li a.prev i {
        margin-left: -5px; }
    .test-wrap .pagination li a.next {
      background: none;
      width: 56px;
      height: 56px;
      color: #00a6ac;
      line-height: 54px;
      text-align: center;
      border-radius: 50%;
      border: solid 2px #00a6ac;
      font-size: 24px; }
      .test-wrap .pagination li a.next i {
        margin-right: -2px; }
.test-wrap .pagination li a.next:hover {
      color: #059196;
      border: solid 2px #059196;
}
      .test-wrap .pagination li a.next i {
        margin-right: -2px; }


@media only screen and (min-width: 768px) {
  .test-wrap {
    display: flex; }
    .test-wrap .test {
      flex: 1;
      max-width: calc(100% - 210px); } }

.active-overlay {
  padding: 20px;
  background: #dbf2f3; }

.q-wrap {
  padding: 10px;
  background: #fff;
  border: solid 1px #dedede;
  margin-bottom: 30px; }
  .q-wrap.new {
      color: #00a6ac;
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: #fff9;
    border-left: 0;
    width: calc(100% - 20px); }
    .q-wrap.new .title {
     margin-bottom: 5px!important;
        margin-top: 5px!important;
      padding: 2px 5px 2px 2px;; }
  .q-wrap.q-text {
    padding: 20px; }
.q-wrap.q-text p {
    margin-bottom: 15px;
}
  .q-wrap img {
    margin: 0 auto;
    display: block; }
  .q-wrap .title {
    color: #00a6ac;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative; }
    .q-wrap .title .question {
      position: absolute;
      top: -3px;
      left: -20px;
      width:30px;
      height: 30px;
      line-height: 30px;
      background: #00a6ac;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      font-size: 16px;
        text-decoration: none;
    }
  @media only screen and (min-width: 768px) {
    .q-wrap {
      padding: 50px 40px 50px 40px;
      border: none; }
      .q-wrap img {
        max-width: 60%; } }

.sidebar.sidebar-small {
  width: 180px; }
  .sidebar.sidebar-small .nav-q {
    padding: 5px 0 !important; }

.sidebar .nav {
  padding: 0; }
  .sidebar .nav li {
    margin-bottom: 10px; }
    .sidebar .nav li .dropdown-toggle {
      background: #dedede;
      height: 40px;
      line-height: 40px;
      position: relative;
      text-align: center;
      font-size: 18px;
      padding: 0;
      color: black; }
      .sidebar .nav li .dropdown-toggle i {
        color: #00a6ac;
        margin: 0 5px;
        font-size: 12px; }
    .sidebar .nav li.dropdown.open .dropdown-toggle {
      background: #00a6ac;
      color: #fff; }
      .sidebar .nav li.dropdown.open .dropdown-toggle i {
        color: #fff; }
      .sidebar .nav li.dropdown.open .dropdown-toggle:after {
        content: "";
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 8px;
        border-right-color: #00a6ac;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: -16px; }
    .sidebar .nav li.dropdown.open .dropdown-menu {
      box-shadow: none;
    border-radius: unset!important;
}
  .sidebar .nav.nav-bottom .dropdown-menu {
    padding: 0 !important;
      border: 1px solid rgba(255, 255, 255, 0) !important;
}
  .sidebar .nav.nav-bottom li .dropdown-toggle:after {
    display: none; }

.sidebar .edit {
  display: block;
  background: #ff4157;
  color: #fff;
  margin: 0 auto;
  font-size: 28px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  padding-right: 14px;
  text-decoration: none; }
  .sidebar .edit i {
    line-height: 50px; }
.sidebar .edit:hover {
    background: #ff0e2a;

}
.sidebar .panel-group .panel {
  box-shadow: none;
  border-color: #fff; }
  .sidebar .panel-group .panel .panel-heading .panel-title a {
    font-size: 15px;
    font-weight: 400;
    color: #333; }
    .sidebar .panel-group .panel .panel-heading .panel-title a.collapsed {
      color: black;
      /*background: whitesmoke;*/ }
      .sidebar .panel-group .panel .panel-heading .panel-title a.collapsed .fa {
        color: #00a6ac; }
.sidebar .panel-group .panel .panel-heading .panel-title a.collapsed .fa.fa-close {
  color: #ff4157; }
    .sidebar .panel-group .panel .panel-heading .panel-title a .fa {
      line-height: 1;
      margin: 0 10px;
      font-size: 14px;
    display: flex;
    align-items: center}
    .sidebar .panel-group .panel .panel-heading .panel-title a .sum {
      font-size: 12px; }

.nav-q {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  float: none;
  direction: ltr;
  max-width: 290px;
  margin: 0 auto;
    border: 0px solid rgba(255, 255, 255, 0);
}
  .nav-q:before, .nav-q:after {
    display: none; }
  .nav-q li {
    margin: 0 2px 5px !important; }
    .nav-q li a {
      padding: 0;
      margin: 4px 6px;
      width: 30px;
      height: 30px;
      background: #ececec;
      text-align: center;
      font-weight: 500;
      line-height: 1.5;
      border-radius: 50%;
      color: black;
      border: 3px solid transparent;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center; }
.nav-q li a.current {
  box-shadow: 0 0 0 3px #2dc0c5;
}
    .nav-q li.active a {
      background: #00a6ac;
      color: #fff; }
    .nav-q li.faile a {
      background: #ff4157;
      color: #fff; }
  @media only screen and (min-width: 768px) {
    .nav-q {
      padding: 10px 30px !important; } }

.toggle-progress {
  width: 100%; }

.nav-progress {
  margin-bottom: 20px; }
  .nav-progress .title {
    background: #00a6ac;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 15px; }
  .nav-progress li {
    position: relative;
    background: #f0f0f0;
    margin-bottom: 3px !important; }
    .nav-progress li a {
      color: black;
      padding: 6px 5px 6px 15px;
      position: relative;
      z-index: 1;
      border-right: solid 10px transparent;
      background: none !important; }
      .nav-progress li a.active {
        border-right: solid 10px #00a6ac; }
    .nav-progress li .progress {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

.answers-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .answers-wrap.new-answers {
    margin-top: 20px; }
  .answers-wrap .answer-item {
    display: flex;
    cursor: pointer;
    padding: 5px;}
.answers-wrap .answer-item .answer-number, .answers-wrap .answer-item .answer {
  transition: .2s;
}
.answers-wrap .answer-item.errore .answer-number {
  background: #ff4157;
  border-color: #ff4157;
  box-shadow: 0 0 0 2px #ff4157;
  color: #fff; }
.answers-wrap .answer-item.errore .answer {
  border-color: #ff4157;
  box-shadow: 0 0 0 2px #ff4157;
}
    .answers-wrap .answer-item.active .answer-number {
      background: #00a6ac;
      border-color: #00a6ac;
      box-shadow: 0 0 0 2px #00a6ac;
      color: #fff; }
    .answers-wrap .answer-item.active .answer {
      border-color: #00a6ac;
      box-shadow: 0 0 0 2px #00a6ac;
    }
    /* .answers-wrap .answer-item .title {
      font-size: 14px;
      color: #00a6ac;
      font-weight: 500;
    } */

    .answers-wrap .answer-item .description, div.description {
      font-size: 14px;
      color: #313131;
      font-weight: 300;
      margin-bottom: 10px;
    }
    .name-category{
      font-size: 14px;
      color: #00a6ac;
      font-weight: 500;
      margin-bottom: 5px ;
    }

    .answers-wrap .answer-item .title {
      font-size: 18px;
      color: #ff4157;
      font-weight: 500; }
  .answers-wrap.answers-text {
    display: block; }
    .answers-wrap.answers-text .answer {
      width: 100%;
      height: auto;
      padding: 5px 10px; }
      .answers-wrap.answers-text .answer.big {
        text-align: right; }
    .answers-wrap.answers-text .answer-item {
      margin: 0 0 10px;
      min-height: 36px;
      align-items: stretch;
      font-size: 13px; }
      .answers-wrap.answers-text .answer-item .answer-number {
        height: 36px;
        line-height: 36px; }
      .answers-wrap.answers-text .answer-item + .answer-item {
        margin-right: 0; }

      .image-medium {
        width: 50% !important;
        margin-right: auto;
        margin-left: auto;
      }
      .image-big {
        width: 100% !important;
        margin-right: auto;
        margin-left: auto;
      }
  .answers-wrap.answers-inro {
    margin-bottom: 30px; }
    .answers-wrap.answers-inro .btn {
      width: 100%; }
      .answers-wrap.answers-inro .btn i {
        font-size: 18px; }
    .answers-wrap.answers-inro .answer {
      background: none;
      line-height: 26px;
      font-size: 15px;
      line-height: 23px; }
    .answers-wrap.answers-inro .answer-number {
      font-size: 15px; }
     @media only screen and (max-width: 360px) {
  .answers-wrap .answer {
    background: #fff;
    border: solid 1px #dedede;
    border-radius: 3px;
    border-top-right-radius: 0;
    flex-grow: 1;
/*
    width: 100px!important;
    height: 98px!important;
*/
    text-align: center;
    padding: 15px 0;
    cursor: pointer;

 }

}
    /*.answers-wrap .answer {
     width: 110px!important;
    height: 98px!important;
    padding: 0px 0!important;

}*/

     .answers-wrap .answer img {
      max-height: 100%;
}
      .answers-wrap .answer {
    background: #fff;
    border: solid 1px #dedede;
    border-radius: 3px;
    border-top-right-radius: 0;
        flex-grow: 1;
/*
    width: 120px;
    height: 110px;
*/
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
 }


  .answers-wrap .answer-number {
    width: 34px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: #fcfcfc;
    border: solid 1px #dedede;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0;
  flex-shrink: 0;}
  @media only screen and (min-width: 1200px) {
    .answers-wrap {
      flex-wrap: nowrap; }
      .answers-wrap .answer-item + .answer-item {
        margin-right: 28px; }
      .answers-wrap .answer {
/*
        width: 111px;
        height: 108px;
*/
        padding: 5px 0 !important;
      }
      .answers-wrap.answers-text .answer-item {
        font-size: 14px; } }


/*       image questions */



























.progress {
  width: 100%;
  height: 30px;
  border-radius: 0;
  position: relative;
  margin: 0; }
  .progress + .progress {
    margin-top: 5px; }
  .progress .progress-bar {
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
    background: #bee3e4;
    color: black; }
.progress .progress-bar span {
  display: block;
  position: absolute;
  left: 10px;
  width: 30px;
}
  .progress .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: right;
    line-height: 30px;
    padding-right: 5px; }
  .progress.progress-systems {
    height: 20px;
    margin-top: 20px;
    background: #8d8d8d;
    border-radius: 4px;
    overflow: visible; }
    .progress.progress-systems .progress-bar {
      line-height: 60px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      position: relative; }
      .progress.progress-systems .progress-bar:after {
        content: "";
        height: 40px;
        display: inline-block;
        border-left: solid 2px #00a6ac;
        position: absolute;
        top: 0;
        left: 0; }
    .progress.progress-systems .title {
      line-height: 20px;
      color: #fff;
      text-align: left;
      padding-left: 10px; }
    .progress.progress-systems .progress-bar {
      float: right;
      background: #00a6ac; }
  .progress.progress-red {
    width: 200px;
    margin-top: 10px; }
    .progress.progress-red .progress-bar {
      background: #ff4157; }
      .progress.progress-red .progress-bar:after {
        border-left: solid 2px #ff4157; }
  .progress.progress-blue {
    margin-top: 10px;
    margin-bottom: 20px; }
    .progress.progress-blue .progress-bar {
      background: #3a89cc; }
      .progress.progress-blue .progress-bar:after {
        border-left: solid 2px #3a89cc; }
.circular-progress-cnt {
  width: 140px;
  position: relative;
  margin: 0 auto;
}
.circular-progress {
  /*background: linear-gradient(0deg, #00a6ac 50%, transparent 50%, transparent), linear-gradient(270deg, #00a6ac 50%, #909090 50%, #909090);*/
  border-radius: 50%;
  height: 120px;
  position: relative;
  width: 120px;
  transition: all .3s linear;
  z-index: 0;
  margin: 0 auto;
  margin-bottom: 30px; }
  .circular-progress.progres-bg-img:after {
    content: "";
    background-image: url("../images/carousel.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    display: block;
    transform: scale(0.8);
    position: relative;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    border-radius: 50%; }
  .circular-progress span {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 22px;
    display: block;
    position: relative;
    z-index: 3; }
    .circular-progress span.small {
      line-height: 20px;
      padding-top: 24px; }
      .circular-progress span.small small {
        font-size: 12px; }
  .circular-progress:before {
    background-color: #fbfbfb;
    border-radius: 50%;
    /*content: "";*/
    font-size: 30px;
    height: 100%;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0.8);
    width: 100%;
    z-index: 1; }
    .circular-progress:before * {
      z-index: 3;
      position: relative; }

    .col-xs-7 p{
    font-size:16px!important;


}

.total-wrap {
  margin-bottom: 40px; }
  .total-wrap.small-padding {
    margin-bottom: 30px; }
    .total-wrap.small-padding .total-body {
      padding: 35px 40px; }
  .total-wrap .total-header {
    text-align: center;
    padding: 10px;
    background: #2dc0c5;
    color: #fff;
    font-size: 18px;
    }
  .total-wrap .total-body {
    background: whitesmoke;
    padding: 40px; }
    .total-wrap .total-body.smallpadding {
      padding: 36px 10px; }
      .total-wrap .total-body.smallpadding .circular-progress {
        margin-bottom: 0; }
  .total-wrap .circular-progress {
    height: 140px;
    position: relative;
    width: 140px; }
    .total-wrap .circular-progress span {
      line-height: 1;
      padding: 50px 0 0;
      font-size: 16px;
      text-align: center;
      width: 100%; }
    .total-wrap .circular-progress:before {
      content: "75%";
      line-height: 180px;
      font-size: 40px;
      font-weight: 700; }

.nav-soc {
  position: absolute;
  top: 10px;
  left: -10px; }
  .nav-soc li {
    margin-bottom: 10px; }
    .nav-soc li a {
      padding: 0;
      background: none !important; }
      .nav-soc li a i {
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border-radius: 50%;
        display: block;
        background: #00a6ac; }
        .nav-soc li a i.icon-g {
          font-size: 15px; }
        .nav-soc li a i:hover {
          background: #007579; }
        .nav-soc li a i.icon-edit {
          background: #ff4157;
          padding: 2px 0 0 2px;
          line-height: 28px; }
          .nav-soc li a i.icon-edit:hover {
            background: #ff0e2a; }

.star-cb-group {
  font-size: 0;
  display: block;
  text-align: center;
  /* the hidden clearer */ }
  .star-cb-group.star-small {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle; }
    .star-cb-group.star-small * {
      font-size: 16px; }
  .star-cb-group * {
    font-size: 24px; }
  .star-cb-group > input {
    display: none; }
    .star-cb-group > input + label {
      /* only enough room for the star */
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer;
      margin: 0 2px 0; }
      .star-cb-group > input + label:before {
        font-family: "fontAwesome";
        display: inline-block;
        content: "";
        color: #00a6ac; }
    .star-cb-group > input:checked ~ label:before,
    .star-cb-group > input + label:hover ~ label:before,
    .star-cb-group > input + label:hover:before {
      content: "";
      color: #00a6ac; }
  .star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em; }
  .star-cb-group > .star-cb-clear + label:before {
    width: .5em; }
  .star-cb-group:hover > input + label:before {
    content: "";
    color: #00a6ac;
    text-shadow: none; }
  .star-cb-group:hover > input + label:hover ~ label:before,
  .star-cb-group:hover > input + label:hover:before {
    content: "";
    color: #00a6ac; }

.exams-wrap .exam-item {
  display: block;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  cursor: default;

}
  .exams-wrap .exam-item.active {
    background: #fff; }
  .exams-wrap .exam-item img {
    cursor: pointer;
       transform: scale(0.8);
      z-index: 1;
}
    .exams-wrap .exam-item img:hover {
    transform: scale(0.9);
    z-index: 1;

}
  .exams-wrap .exam-item.stamp:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 60px;
    width: 128px;
    height: 138px;
    background: url(../images/stamp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
  .exams-wrap .exam-item .img-wrap {
    height: 110px; }
.exams-wrap .exam-item .img-wrap:hover{
    text-decoration:none;

}
    .exams-wrap .exam-item .img-wrap span {
      font-size: 19px;
    text-decoration: none;
    color: #2a2a2a;
}
.exams-wrap .exam-item .img-wrap span:hover,
.exams-wrap .exam-item .img-wrap span:focus{
      font-size: 19px;
    text-decoration: none;
    color: #2a2a2a;
}
.exams-wrap .exam-item a{
        text-decoration: none;
}

  .exams-wrap .exam-item .label {
    background: #ff4157;
    border-radius: 3px;
    color: white;
    position: absolute;
    transform: rotate(22deg);
    right: 19px;
    top: 13px;
    font-size: 66%; }
  .exams-wrap .exam-item .small {
    color: black;
    font-size: 15px; }
    .exams-wrap .exam-item .small a {
      color: black; }
    .exams-wrap .exam-item .small img {
      margin-left: 5px;
      height: 24px;
      width: 24px; }
  .exams-wrap .exam-item .green {
    color: #00a6ac;
    font-size: 15px; }
    .exams-wrap .exam-item .green.disabled {
      color: #8d8d8d; }
  .exams-wrap .exam-item span {
    display: block;
    color: black; }

@media only screen and (min-width: 768px) {
  .exams-wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    direction: rtl;}
    .exams-wrap .exam-item {
      width: calc(100% / 3);
      margin-bottom: 30px;

    }
      .exams-wrap .exam-item .label {
        right: 40px;
        top: 8px;
        font-size: 65%;
        transform: rotate(35deg);
        z-index: 2;
    }
      .exams-wrap .exam-item + .exam-item {
        border-left: solid 1px #dedede; }
      .exams-wrap .exam-item:last-child {
        border-right: solid 1px #dedede !important; }
      .exams-wrap .exam-item:nth-child(3n+3) {
        border-right: solid 1px #dedede; }
      .exams-wrap .exam-item:first-child {
        border-left: solid 1px #dedede; } }

@media only screen and (min-width: 992px) {
  .exams-wrap .exam-item {
    width: calc(100% / 4); }
    .exams-wrap .exam-item:nth-child(3n+3) {
      border-right: none; }
    .exams-wrap .exam-item:nth-child(4n+4) {
      border-right: solid 1px #dedede; } }

@media only screen and (min-width: 1200px) {
  .exams-wrap .exam-item {
    width: calc(100% / 5); }
    .exams-wrap .exam-item:nth-child(4n+4) {
      border-right: none; }
    .exams-wrap .exam-item:nth-child(5n+5) {
      border-right: solid 1px #dedede; } }

.mobile-exams {
  display: flex;
  flex-wrap: wrap;
  background: #fcfcfc;
  margin-bottom: 0; }
  .mobile-exams .exam-item {
    width: 50%;
    min-width: 50%;
    padding: 10px 0; }
    .mobile-exams .exam-item.active {
      background: #fff; }

.top-bar {
  background: whitesmoke;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 20px; }
  .top-bar .date {
    font-size: 18px; }
    .top-bar .date span {
      font-size: 24px;
      display: block; }
  .top-bar h4 {
    margin-bottom: 0;
    font-weight: 400;
}
  .top-bar .link-wrap {
    font-size: 24px; }
    .top-bar .link-wrap a {
      color: #ff4157; }
  .top-bar.desctop-bar {
    flex-direction: column;
    margin-bottom: 26px; }
  @media only screen and (min-width: 992px) {
    .top-bar.desctop-bar {
      flex-direction: row; } }

.content-nav {
  display: flex;
  margin-bottom: 40px;
  padding: 0; }
  .content-nav li {
    flex: 1; }
    .content-nav li a {
      font-size: 18px;
      color: black;
      text-decoration: none;
      text-align: center;
      background: #fff; }
      .content-nav li a:hover {
        background: none;
        color: #00a6ac; }
    .content-nav li + li {
      border-right: solid 3px #00a6ac; }
    .content-nav li.title {
      margin-left: -20px;
      max-width: 160px; }
      .content-nav li.title a {
        background: whitesmoke;
        color: #00a6ac; }
    .content-nav li.first {
      border: none; }
      .content-nav li.first a {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
    .content-nav li.last a {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .content-nav li.active a {
      background: #00a6ac;
      color: #fff;
      position: relative; }
      .content-nav li.active a:after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -6px;
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        border-top-color: #00a6ac;
        display: block; }

.video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 40px; }

.video-item {
  width: calc((100% - 40px) / 2);
  height: 130px;
  position: relative;
  margin: 10px;
  cursor: pointer; }
  .video-item.item-full {
    width: 100%;
    margin: 0;
    height: 237px;
    margin-bottom: 10px; }
    .video-item.item-full .title {
      font-size: 20px;
      font-weight: 500; }
  .video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
  .video-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17px;
    color: #fff;
    background: rgba(32, 32, 32, 0.40);
    text-align: center;
    font-size: 12px;
      border-radius: 5px;}
    .video-item .overlay.center {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .video-item .overlay.center i {
        margin-bottom: 0; }
        .video-item .overlay.center i + div {
          margin-top: 20px; }
    .video-item .overlay i {
      font-size: 40px;
      margin-bottom: 10px;
      display: block; }
    .video-item .overlay .duration {
      margin-bottom: 10px;
       font-size: 12px;
}
.video-item .overlay .main-duration {
      margin: 14px 0;
       font-size: 14px;

}
    .video-item .overlay .title {
      font-weight: 400;
      color: #fff;
      border: none;
}
.video-item .overlay .main-title{

    padding-top: 20px;

}
.row-video{
    padding-top: 10px;

}
  .video-item.item-big {
    width: 100%;
    height: 470px;
    margin: 0 0 20px; }
    .video-item.item-big .overlay {
      justify-content: center; }
  .video-item.item-org {
    height: 430px; }
  .video-item.item-carousel {
    width: 130px;
    height: 130px;
    margin: 0;

}
    .video-item.item-carousel .overlay {
      background: none; }
      .video-item.item-carousel .overlay i {
        color: #fff !important; }
  @media only screen and (min-width: 768px) {
    .video-item {
      width: 208px;
      height: 186px; }
      .video-item.item-big .overlay {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0;
      }
      .video-item .overlay {
        padding-top: 60px;
        font-size: 14px;

      }
        .video-item .overlay i {
          font-size: 50px;
          margin-bottom: 20px;
          margin: 0; } }

.resize-wrap {
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
  margin-bottom: 20px; }
  .resize-wrap .big {
    width: 65%;
    max-width: 65%;
    min-width: 65%; }
  .resize-wrap .small {
    width: 35%;
    max-width: 35%;
    min-width: 35%; }
  .resize-wrap:before, .resize-wrap:after {
    content: "";
    clear: both;
    display: block; }
  .resize-wrap .nav-soc {
    left: -12px; }
  .resize-wrap .bx-wrapper {
    direction: ltr;
    overflow: hidden; }
    .resize-wrap .bx-wrapper li {
      height: auto; }
  .resize-wrap #resize {
    position: relative; }
    .resize-wrap #resize .resize-toggle {
      position: absolute;
      top: 10px;
      right: -12px;
      display: block;
      width: 34px;
      height: 34px;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      text-decoration: none;
      background: #00a6ac; }
      .resize-wrap #resize .resize-toggle:hover {
        background: #007579; }
      .resize-wrap #resize .resize-toggle i {
        line-height: 34px;
        font-size: 18px; }
  .resize-wrap #mirrore {
    max-height: 550px;
    direction: ltr;
    padding-left: 20px; }
    .resize-wrap #mirrore .mCSB_container {
      direction: rtl; }
    .resize-wrap #mirrore .mCSB_scrollTools {
      opacity: 1;
      background: none; }
    .resize-wrap #mirrore .mCSB_dragger_bar {
      background: rgba(0, 0, 0, 0.3); }
    .resize-wrap #mirrore .mCSB_draggerRail {
      background: none; }
.container.special-c{

 width: 1200px;
}
.comments-wrap {
  max-width: 700px; }
  .comments-wrap .user-photo {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .comments-wrap .comment-item {
    display: flex;
    padding: 10px 10px 0; }
    .comments-wrap .comment-item + .comment-item {
      border-top: solid 1px #dedede; }
    .comments-wrap .comment-item h5 {
      margin-bottom: 0; }
    .comments-wrap .comment-item span {
      color: #8d8d8d; }
    .comments-wrap .comment-item p {
      margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .comments-wrap .commnet-item {
      padding: 20px 0 0; }
      .comments-wrap .commnet-item p {
        margin-bottom: 20px; } }

.comment-form {
  display: flex;
  margin-bottom: 0;
  padding: 0 10px; }
  .comment-form .center {
    flex: 1;
    margin:  0px 10px 10px 10px!important; }
  .comment-form .user-photo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .comment-form .submit {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #00a6ac;
    box-shadow: none;
    border: none; }
    .comment-form .submit:hover {
      background: #007579; }
  @media only screen and (min-width: 768px) {
    .comment-form {
      padding: 0 0 0 20px; } }

/* [ UI kit ] */
.splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .splash img {
    display: block;
    margin-bottom: 100px;
    width: 205px;
    margin-top: 150px; }
  .splash.login {
    justify-content: flex-start;
    padding: 30px 26px 20px; }
    .splash.login form {
      margin-bottom: 0; }
    .splash.login .or-divider {
      width: 100%;
      margin: 20px 0 24px; }
    .splash.login .checkbox {
      margin: 0; }
    .splash.login img {
      margin-bottom: 10px;
      margin-top: 0px;
      width: 308px;
      opacity: 0.10;
  }
    .splash.login a {
      border-bottom: solid 2px rgb(255, 65, 87);
    text-decoration: none;
    font-weight: 500;

}
    .splash.login .social-link {
      text-align: center;
      position: relative;
      font-size: 15px;
      margin-bottom: 20px;
      height: 40px;
      line-height: 40px;
      border: none;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
      .splash.login .social-link i {
        position: absolute;
        top: 10px; }
        .splash.login .social-link i.icon-fb {
          right: 36px; }
        .splash.login .social-link i.icon-g {
          right: 24px;
          font-size: 16px;
          top: 12px; }
      .splash.login .social-link.link-g {
        margin-bottom: 32px; }
    .splash.login .pass {
      font-size: 17px; }
    .splash.login .btn {
      font-weight: 300; }
    .splash.login .form-control {
      height: 43px !important; }
    .splash.login .form-group {
      margin-bottom: 22px; }

.mobile-top-bar {
  text-align: left;
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .mobile-top-bar.video-top-bar {
    background: #2dc0c5;
    margin: 0 -15px;
    padding: 10px 15px; }
  .mobile-top-bar h4 {
    color: #fff;
    margin: 0; }
  .mobile-top-bar a {
    color: #2F3649; }
    .mobile-top-bar a:first-child {
      flex: 1;
        text-decoration: none;
}
    .mobile-top-bar a i {
      font-size: 20px;
      vertical-align: middle;
      margin-top: -2px;
      display: inline-block; }
    .mobile-top-bar a .fa-angle-right {
      margin-left: 10px;
      font-size: 26px; }
    .mobile-top-bar a .fa-angle-left {
      margin-right: 10px;
      font-size: 26px; }
  .mobile-top-bar h1, .mobile-top-bar p {
    margin: 0;
    color: #fff;
    text-align: right; }
  .mobile-top-bar .left {
    display: flex;
    align-items: center; }
  .mobile-top-bar .time {
    background: rgba(255, 255, 255, 0.3);;
    padding: 0px 10px;
    color: #fff;
    font-size: 17px;
    margin-top: 3px;
}

.progress.progress-red.mobile-time {
  background: none;
  margin: 0;
  position: relative;
  bottom: -4px;
  width: 100%;
  height: 4px; }
  .progress.progress-red.mobile-time .progress-bar:after {
    display: none; }

.block-link {
  display: block;
  color: #00a6ac;
  margin: 10px 0;
  text-decoration: underline;
  font-size: 18px; }

.radio-form .form-group {
  display: flex;
  justify-content: center;
  align-items: center; }
  .radio-form .form-group > label {
    margin: 0 10px; }

.radio-form .radio {
  margin: 0;
  margin: 0 10px; }
  .radio-form .radio label {
    font-size: 18px;
    font-weight: 300; }

.radio-form .divider {
  position: relative;
  margin-bottom: 20px;
  border-top: 0;
  padding-bottom: 20px; }
  .radio-form .divider:after {
    content: "";
    display: block;
    width: 70%;
    position: absolute;
    bottom: 0;
    border-bottom: solid 1px #dedede; }

.form-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh; }
  .form-center .form-group {
    width: 100%; }

.reg-form .btn {
  width: 150px;
  height: 36px;
  line-height: 36px; }

.mobile-login {
  font-size: 14px; }
  .mobile-login a {
    color: #fff; }
  .mobile-login .btn {
    width: 100%;
    margin-bottom: 10px; }

.welcome {
  direction: ltr; }
  .welcome li {
    color: black !important;
    height: calc(100vh - 90px) !important;
    text-align: center; }
    .welcome li i {
      width: 140px;
      height: 140px;
      background: #ff4157;
      color: #fff;
      font-size: 80px;
      text-align: center;
      line-height: 140px;
      display: block;
      margin: 0 auto 20px;
      border-radius: 50%; }
    .welcome li h4 {
      color: #ff4157;
      font-size: 25px; }
      .welcome li h4.green {
        color: #00a6ac; }
    .welcome li .btn {
      margin-top: 40px; }
  .welcome .bx-pager {
    bottom: 30px; }
    .welcome .bx-pager a {
      background: none !important;
      border: solid 2px #00a6ac; }
      .welcome .bx-pager a.active, .welcome .bx-pager a:hover, .welcome .bx-pager a:focus {
        background: none; }
        .welcome .bx-pager a.active:before, .welcome .bx-pager a:hover:before, .welcome .bx-pager a:focus:before {
          content: "";
          width: 60%;
          height: 60%;
          display: block;
          background: #00a6ac;
          margin-top: 1px;
          margin-left: 1px; }

a.likes {
  color: black;
    text-decoration: none;
}
  .likes i {
    color: #00a6ac;
    font-size: 18px;
}
.likes i:hover {
    color: #007579;
}

.article-nav {
  padding: 0; }
  .article-nav li a {
    height: 50px;
    line-height: 50px;
    background: #2dc0c5;
    color: #fff;
    font-size: 20px;
    padding: 0;
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center; }
    .article-nav li a:hover, .article-nav li a:focus {
      background: #00a6ac; }
    .article-nav li a span {
      flex: 1;
      font-size: 15px;
      text-align: left; }
  .article-nav li + li {
    margin-top: 8px; }

.video-menu {
  position: fixed;
  bottom: 10px;
  border-radius: 50px;
  overflow: hidden;
  left: 5%;
  width: 90%;
  display: flex;
  box-shadow: 0 0 5px 0 rgba(0, 166, 172, 0.5);
  z-index: 9; }
  .video-menu .item {
    flex: 1;
    text-align: center;
    background: #dedede;
    color: #00a6ac;
    padding: 5px; }
    .video-menu .item i {
      color: #dedede;
      width: 20px;
      height: 20px;
      background: #00a6ac;
      line-height: 20px;
      text-align: center;
      border-radius: 50%;
      font-size: 12px;
      margin: 0 0 0 12px;
      display: inline-block;
      line-height: 20px; }
    .video-menu .item.active {
      color: #fff;
      background: #00a6ac; }
      .video-menu .item.active i {
        color: #00a6ac;
        background: #fff; }

.mob-btn-wrap {
  display: flex;
  justify-content: space-between; }
  .mob-btn-wrap .btn {
    width: 80px; }

.mobile-frex-wrap {
  display: flex;
  align-tem: center; }

.red {
  color: #ff4157;
  text-decoration: underline; }

ul.custom {
  list-style: none;
  padding: 0;
  margin-bottom: 10px; }
  ul.custom li:before {
    content: "\f00c";
    display: inline-block;
    font-family: "fontAwesome";
    color: #0b8f94;
    margin-left: 5px; }

.email-item {
  margin-bottom: 20px; }
  .email-item h4 {
    font-weight: 700;
    margin-bottom: 10px; }
  .email-item i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    line-height: 52px;
    text-align: center;
    font-size: 32px;
    vertical-align: middle; }
  .email-item span {
    line-height: 52px;
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block; }
  .email-item.item-sea i, .email-item.item-sea .btn {
    background: #7bc1de; }
  .email-item.item-sea span {
    color: #7bc1de; }
  .email-item.item-blue i, .email-item.item-blue .btn {
    background: #5999d1; }
  .email-item.item-blue span {
    color: #5999d1; }
  .email-item.item-danger i, .email-item.item-danger .btn {
    background: #ff4157; }
  .email-item.item-danger span {
    color: #ff4157; }
  .email-item.item-primary i, .email-item.item-primary .btn {
    background: #00a6ac; }
  .email-item.item-primary span {
    color: #00a6ac; }

/*
.panel-test .panel {
  margin: 0 0 1px; }
*/
.panel.panel-default.side1{
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

.panel-test .panel-title a {
  background: #fcbe3c;
  color: #fff;
  justify-content: center !important;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  position: relative; }
  .panel-test .panel-title a:after {
    content: "";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-top-color: #f0ad4e;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    display: block;
    z-index: 1; }
  .panel-test .panel-title a.collapsed:after {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #f0ad4e;
    bottom: 1px; }

.panel-test .panel-body {
  padding: 20px 0 !important;
  overflow: hidden; }

.panel-test .label {
  right: 24px !important;
  top: 23px !important;
  font-size: 66%; }

.panel-heading .collapsed span.fa.fa-check{
    /*margin: 0 5px !important;*/
    font-size: 12px;
    font-weight: 300;


}
@media only screen and (min-width: 768px) {
  .panel-test .panel-title a:after {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-right-color: #fcbe3c;
    bottom: 50%;
    margin-bottom: -8px;
    left: -8px; }
  .panel-test .panel-title a.collapsed {
    background: #dedede; }
    .panel-test .panel-title a.collapsed:after {
      display: none; }
  .panel-test .panel-body {
    padding: 0 !important; } }
   .t-right {
    font-weight: 300;
    text-align: right;

}
.more-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  display: none; }
  .more-info.open {
    display: block; }
  .more-info .info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    font-size: 20px;
    font-weight: 300;
    background: #fff; }
    .more-info .info span {
      font-weight: 400; }
    .more-info .info .btn {
      display: block;
      margin: 10px auto 0 auto;
      width: 80%; }
  .more-info .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

.login-pass {
  padding: 56px 24px 0; }
  .login-pass .btn {
    margin: 40px 0 32px;
    width: 150px;
    height: 34px;
    line-height: 34px; }
  .login-pass p {
    font-size: 17px;
    margin-bottom: 10px; }

.mobile-checkout .big {
  font-size: 28px;
  line-height: 30px; }

.mobile-checkout .price {
  font-size: 26px;
  font-weight: 600;
  margin: 0 auto 15px;
  max-width: 80px; }
  .mobile-checkout .price.blue {
    border-bottom: solid 4px #3587cc; }
  .mobile-checkout .price.danger {
    border-bottom: solid 4px #ff4157; }
  .mobile-checkout .price.green {
    border-bottom: solid 4px #07a76e; }
  .mobile-checkout .price.yellow {
    border-bottom: solid 4px #fcbe3c; }

.big-text {
  font-size: 21px;
  font-weight: 100;
  margin-bottom: 10px; }
  .big-text span {
    font-size: 30px;
    display: block;
    line-height: 36px; }

.pricing-slider {
  text-align: center; }
  .pricing-slider li {
    height: auto !important; }
  .pricing-slider .bx-wrapper {
    background: none; }
    .pricing-slider .bx-wrapper .big {
      font-size: 32px;
      font-weight: 500;
      line-height: 29px;
      margin-top: 20px; }
    .pricing-slider .bx-wrapper .price {
      font-size: 26px;
      font-weight: 500;
      margin: 18px auto 20px;
      max-width: 80px;
      color: black; }
      .pricing-slider .bx-wrapper .price span {
        font-size: 20px; }
    .pricing-slider .bx-wrapper .btn {
      font-size: 20px;
      width: 150px; }
  .pricing-slider .mobile-pricing-item {
    padding-top: 10px;
    width: 100%;
    position: relative; }
    .pricing-slider .mobile-pricing-item:before {
      content: "";
      width: 100%;
      display: block; }
  .pricing-slider .pricing-danger:before {
    border-top: solid 4px #ff4157; }
  .pricing-slider .pricing-danger .big {
    color: #ff4157; }
  .pricing-slider .pricing-danger .price {
    border-bottom: solid 4px #ff4157; }
  .pricing-slider .pricing-yellow:before {
    border-top: solid 4px #fcbe3c; }
  .pricing-slider .pricing-yellow .big {
    color: #fcbe3c; }
  .pricing-slider .pricing-yellow .price {
    border-bottom: solid 4px #fcbe3c; }
  .pricing-slider .pricing-green:before {
    border-top: solid 4px #07a76e; }
  .pricing-slider .pricing-green .big {
    color: #07a76e; }
  .pricing-slider .pricing-green .price {
    border-bottom: solid 4px #07a76e; }
  .pricing-slider .pricing-blue:before {
    border-top: solid 4px #509ad1; }
  .pricing-slider .pricing-blue .big {
    color: #509ad1; }
  .pricing-slider .pricing-blue .price {
    border-bottom: solid 4px #509ad1; }
  .pricing-slider .bx-controls-direction a {
    color: #00a6ac;
    top: 42%; }
    .pricing-slider .bx-controls-direction a:before {
      font-size: 40px; }
    .pricing-slider .bx-controls-direction a.bx-next {
      right: 2%; }
    .pricing-slider .bx-controls-direction a.bx-prev {
      left: 9%; }
  .pricing-slider .bx-pager {
    display: none; }

.mobile-flex-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #7c7d82; }
  .mobile-flex-wrap .top {
    font-size: 24px;
    color: black; }

.mobile-register-form .form-group.ng-group .form-control + label {
  color: black;
  font-weight: 300;
  font-size: 18px;
  top: 7px; }

.mobile-register-form .form-group.ng-group .form-control:focus + label {
  font-size: 9px;
  top: 2px; }

.time-icon img {
  width: 24px;
  height: 24px; }

.feedback-mob .modal-dialog {
  margin: 0; }

.feedback-mob .modal-content {
  width: 100vw;
  height: 100vh;
  max-width: none !important;
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.9); }

.feedback-mob .close {
  position: absolute;
  top: -90px !important;
  left: 10px;
  font-size: 24px;
  opacity: 1; }

.explain-p {
  font-size: 16px;
  line-height: 21px; }

.intro-time {
  margin: 20px 0 10px;
  color: #7c7d82; }
  .intro-time img {
    margin-left: 10px; }
.hide {

    display: none;
    padding-left: 125px;
}
footer p {
    font-size: 15px;

}

.logo-blue {
  display: none;
}

.header-white .logo-white {
  display: none;
}

.header-white .logo-blue {
  display: inline-block;
}

@media (max-width: 767px) {
  header {
    justify-content: space-between;
    align-items: center;
  }
  header.header.header-home {
    background: white;
    min-height: 0;
  }
  .nav {
    padding: 0;
    width: 100%;
  }
  /*header.header .nav-wrap {*/
    /*overflow: hidden;*/
    /*padding: 0;*/
    /*background: none;*/
    /*pointer-events: none;*/
  /*}*/

  header.header .nav-wrap > .d-flex {
    flex-direction: column;
    padding: 10px 15px;
     background: rgba(255, 255, 255, 0.9);
    transition: .2s ease-in;
    pointer-events: all;
  }
.logo-white {
    display: none;
  }

.logo-blue {
    display: inline-block;
  }

  header.header.header-home .nav li a {
    color: #00a8ae;
    padding: 3px 0 3px 0;
    margin: 5px 0;
    border-bottom: 2px solid transparent;
  }
  header.header.header-home .nav li a:hover {
    border-bottom: 2px solid #00a8ae;
    color: #00a8ae;
  }
  header.header.header-home .nav-left li a.btn:hover {
    border: 1px solid  #00a8ae;
  }
  .burger {
    width: 30px;
    height: 16px;
    position: relative;
    cursor: pointer;
  }
  .burger span, .burger::before, .burger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height:2px;
    background: #00a8ae;
    transition: .2s;
  }
  .burger span {
    top: calc(50% - 1px);
  }
  .burger::before {
    top: 0;
  }
  .burger::after {
    bottom: 0;
  }
  header.header.header-home .nav-left li a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
  }
  .burger.cross span {
    opacity: 0;
  }
  .burger.cross::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .burger.cross::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) {
  header.header .nav-wrap > .d-flex {
    transform: none !important;
  }
}
/*.form-group.ng-group {*/
   /*background: transparent;*/
/*}*/

.form-group.ng-group input {
   background: #fff;
}

.validation-inputs .validation-group {
  position: relative;
  padding-bottom: 15px;
}

.validation-group {
  margin-bottom: 30px !important;
  position: relative;
}

.validation-group .error-message {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
  color: red;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.validation-group .success-message {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
  color: green;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.validation-group .message {
  position: absolute;
  bottom: 50px;
  right: 0;
  font-size: 10px;
  color: gray;
  font-style: italic;
  opacity: 0.7;
}


.validation-group.has-errors .error-message  {
  opacity: 1;
}
.validation-group.has-success .success-message  {
  opacity: 1;
}

.has-errors input, .has-errors textarea {
  border-color: red;
  box-shadow: inset 0 0 10px -3px red;
}

/*.validation-group.has-errors .group-inline {*/
  /*border-color: red;*/
  /*border: 1px solid red;*/
  /*box-shadow: inset 0 0 10px -3px red;*/
  /*height: 48px;*/
/*}*/

.error-msg {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px
}
.success-msg {
  color: #008000;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px
}

.step-item-disable {
  cursor: default;
  pointer-events: none;
}

.grey-pricing.prising-succses.active {
  display: block;
}

.hidden-cnt {
  transition: max-height 0.3s linear;
  overflow: hidden;
}

.spoiler.opened .rigth::after {
  transform: rotate(135deg);
}

.spoiler .rigth::after {
  position: absolute;
  content: '';
  left: 15px;
  top: 17px;
  width: 13px;
  height: 13px;
  border: 3px solid #000;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: transform linear 0.3s;
}
.panel-group .panel .panel-heading .panel-title a .rigth {
  position: relative;
}

.spoiler, .spoiler .rigth {
  min-height: 49px;
}

.spoiler .rigth span:last-child {
  padding-left: 10px;
}

.panel-default div >.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.spoiler-block .panel-body {
  border-top: 1px solid #ddd;
}

.custom-disabled {
  background: #efefef !important;
  pointer-events: none;
}

/************************
* Order button icons
*************************/

.glyphicon-chevron-left::before {
  content: "\f053";
  font-family: "FontAwesome";
}

.glyphicon-chevron-right::before {
  content: "\f054";
  font-family: "FontAwesome";
}

.glyphicon-sort:before {
  content: "\f0dc";
  font-family: "FontAwesome";
}

.glyphicon-chevron-up:before {
  content: "\f077";
  font-family: "FontAwesome";
}

.glyphicon-chevron-down:before {
  content: "\f078";
  font-family: "FontAwesome";
}

.VueTables__sortable {
  cursor: pointer;
}

@media (max-width: 767px) {
    .VueTables__table {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .VueTables__table thead tr {
        display: flex;
        flex-direction: column;
    }

    .VueTables__table thead tr th {
        display: flex;
        flex-grow: 1;
    }

    .VueTables__table thead tr th:last-child {
        display: none;
    }
    .VueTables__table .VueTables__filters-row th > div {
        width: 100%;
    }

    .VueTables__table tbody {
        display: flex;
        flex-direction: column;
    }

    .VueTables__table tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        padding-right: 40px;
    }

    .VueTables__table tbody tr td:first-child {
        position: absolute;
        left: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-right: 15px;
        width: 100%;
        border: 1px solid rgba(83, 101, 140, 0.33);
    }

    .VueTables__filters-row {
        display: flex;
        flex-direction: column;
    }

    .VueTables__table .VueTables__filters-row th:first-child, .VueTables__table .VueTables__filters-row th:last-child {
        display: none;
    }

    .VueTables__table tbody .VueTables__no-results {
        height: 40px;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child {
        border-right: 1px solid #ddd;
    }

    .VueTables__table tbody tr td {
        min-height: 36px;
    }

    .VueTables__table tbody tr td:nth-child(2) {
        z-index: 666;
    }
}

.root-div {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
}

.pagination>li.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pagination>li.disabled a {
  pointer-events: none;
}

.disabled-link {
  cursor: default;
  pointer-events: none
}

.content-nav li a {
  height: 100%;
}

.circle-stats {
  width: 140px;
  height: 140px;
  margin: auto;
}
.form-group.ng-group .form-control.valid + label, .form-group.ng-group .form-control:focus + label {
  background: transparent;
}

.ads-container {
  width: 300px;
  min-height: 300px;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}

@keyframes loader-rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(359deg)
  }
}

.custom-btn-primary-loader {
  position: relative;
  background-color: rgba(4, 123, 248, 0.7)!important;
  border-color: transparent !important;
  pointer-events: none!important;
  color: transparent !important;
}

.custom-btn-primary-loader:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border: solid 5px #3467c7;
  border-left-color: transparent;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: loader-rotation 1s linear infinite;
}

.custom-btn-error-loader {
  position: relative;
  background-color: #e65252!important;
  border-color: transparent!important;
  pointer-events: none!important;
  color: transparent !important;
}

.custom-btn-error-loader:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: solid 5px #c52525;
  border-left-color: transparent;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: loader-rotation 1s linear infinite;
}

.custom-btn-success-loader {
  position: relative;
  background-color: #218a7d  !important;
  border-color: transparent!important;
  pointer-events: none!important;
  color: transparent !important;
}

.custom-btn-success-loader:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: solid 5px #095c63;
  border-left-color: transparent;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: loader-rotation 1s linear infinite;
}

.option .pricing .old-price {
  font-size: 24px;
  position: relative;
  color: #777;;
  margin: 0 10px;
}

.option .pricing .old-price::after {
  content: '';
  position: absolute;
  width: 130%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #777;
}

.option .pricing {
  position: relative;
}
.option.option-yellow .pricing:after,.option.option-turquoise .pricing:after,  .option.option-danger .pricing:after, .option.option-blue .pricing:after, .option.option-green .pricing:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.option .pricing-header {
  padding: 0 9px 15px 10px;
  font-size: 18px;
  position: relative;
  max-width: 170px;
  min-height: 64px;
}
.option-wrap {
  width: 83%;
}

.option .pricing-header span {
  font-size: 32px;
  font-weight: 500;
  line-height: 29px;
  text-align: center
}
.option.option-pricing {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.option .option-body {
  padding-top: 10px;
}

.option.option-yellow .pricing-header span {
  color: #fcbe3c;
}
.option.option-blue .pricing-header span {
  color: #509ad1;
}
.option.option-danger .pricing-header span {
  color: #ff4157;
}
.option.option-green .pricing-header span {
  color: #07a76e;
}

.option.option-yellow .pricing:after {
  background: #fcbe3c;
}

.subplanborder0 {
  border-top: solid 4px #07a76e;
  padding-top: 20px;
}
.subplanborder2 {
  padding-top: 20px;
  border-top: solid 4px #509ad1;
}
.subplanborder1 {
  padding-top: 20px;
  border-top: solid 4px #fcbe3c;
}
.subplanborder4 {
  padding-top: 20px;
  border-top: solid 4px #ff4157;
}


.option.option-blue .pricing:after{
  background: #509ad1;
}

.option.option-danger .pricing:after {
  background: #ff4157;
}

.option.option-green .pricing:after {
  background: #07a76e;
}



.grey-wrap.mob {
  display: flex;
  padding: 20px;
}


.grey-wrap.mob .title {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 0;
}

.exams-wrap .exam-item {
  display: inline-block;
  width: 50%;
}

.panel-test .label {
  right: 25px !important;
  top: 10px !important;
  z-index: 3;
}

#test {
  padding: 0 !important;
}

.modal-dialog {
  margin: 0;
}

.modal-content {
  height: 100vh;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.move {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  transition: .2s;
}

.fdr {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 15px 0;
}

.mobile-top-bar {
  position: relative;
  min-height: 50px;
}

.mobile-top-bar .left {
  position: absolute;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
}

.mobile-top-bar .right {
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
}

.form-center.mob {
  justify-content: flex-start;
}

.form-group.fdr .radio {
  margin: 0 10px;
}

.divider {
  border-top: none;
  border-bottom: 1px solid #dedede;
}

.step.slider .steps-wrap .step-item:last-child:after {
  margin-right: 0;
}




.circular-progress {
    height: auto;
}

.circular-progress .progress-cnt {
    padding-top: 0;
}

.mobile-heading .mobile-top-bar .left {
    position: absolute;
  left: 10px;
}

.mobile-heading .mobile-top-bar .right {
    position: absolute;
    right: 10px;
}

.mobile-heading .mobile-top-bar {
    flex-direction: row-reverse;
    padding: 0 15px;
}

.mobile-heading {
    position: relative;
    /*z-index: 102;*/
}

.circular-progress {
    width: 65px;
}

.total-wrap.mob  .circular-progress-cnt {
  width: 120px;
}

.total-wrap.mob .total-body.smallpadding {
  padding: 0 10px;
}

.total-wrap.mob .total-body.smallpadding {
  background: none;
}

.total-wrap.mob .total-header {
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    padding: 0 !important;
}

#feedback .modal-content {
  max-width: 100%;
}

#login .modal-content {
  background-image: url("../images/splash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#login .logo-img {
  display: block;
  width: 210px;
  margin: 0 auto;
}

#login .divider span {
  background: none;
  color: #fbfbfb;
}

#login .divider {
  position: relative;
  border-bottom: none;
}

#login .divider:before, #login .divider:after {
  content: '';
  position: absolute;
  width: 40%;
  height: 1px;
  background: #fbfbfb;
  top: 50%;
  transform: translateY(-50%);
}

#login .divider:before {
  left: 0;
}

#login .divider:after {
  right: 0;
}

#login .pass {
  color: #fff;
}

#login .checkbox {
  color: #fff;
}

#login .form-group.text-center .forgot {
  color: #fff !important;
  padding: 15px 0 0 0;
}

#password .modal-header {
  padding: 0;
}

#password .modal-body {
  padding: 0 15px 15px;
}

#password .mobile-heading {
  margin:0 -15px 75px;
}
#password .close {
  z-index: 999;
}

#password .btn.btn-primary {
 width: auto;
  padding: 0 60px;
  margin: 40px 0;
}

#password .block-link {
  color: #00a6ac;
}

#password .text-center p{
  margin: 0;
}
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
}
.slider-holder {
  overflow: visible;
  width: 100%;
  height: 100%;
  display: flex;
  transition-duration: 0.5s;
  margin-top: 20px;
}
.slider-holder .slide-holder {
  width: 100%;
  flex-shrink: 0;

}

.slider-wrapper .slider-arrows {
  display: flex;
  justify-content: space-between;
}

.slider-text-wrapper .slider-arrows a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  color: #fff;
}
/*.slider-text-wrapper .slider-arrows a:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  line-height: 1;
}*/

.slider-wrapper .slider-arrows .next-arrow  {
  left: 0;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-wrapper .slider-arrows .prev-arrow {
  right: 0;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*.slider-wrapper .slider-arrows .prev-arrow:before {
  content: "\f104";
}
.slider-wrapper .slider-arrows .next-arrow:before {
  content: "\f105";
}*/

.btn.btn-pricing.mob {
  background: #00a6ac;
  border: none;
}

.content.padding.reg-sect {
  padding: 0;
}

.slider-wrap.mob {
  flex-direction: column;
}

.slider-wrap.mob > * {
  width: 100%;
}

.nav>li>a {
  padding: 10px 11px;
}

.tab-body.mob {
  width: 100%;
}

.tab-body.mob .tab-content .title-tab {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  text-align: left;
}


.tabs.mob {
  margin: 45px 0 0 0;
}
.tabs.mob .page-title h1 {
  font-size: 21px;
}


.option .pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.super-random-code {
  overflow: hidden;
  /*max-height: 0;*/
  transition: max-height 0.5s linear;
}

.form-group.ng-group {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.form-group.ng-group .form-control.valid + label {
  z-index: 9;
}

.slider-wrapper .slider-arrows .prev-arrow {
  right: 5%;
  top: 55%;
}

.slider-wrapper .slider-arrows .next-arrow {
  left: 5%;
  top: 55%;
}

.slider-holder .slide-holder {
  display: flex;
  justify-content: center;
}

.mobile-timer {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

@media (max-width: 767px) {
  .modal-content {
    box-shadow: none;
    border: none;
    background: #fcfcfc;
  }
  .mobile-top-bar {
    min-height: 48px;
  }
}

.verify-msg {
  top: 10% !important
}

.terms-modal {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

input, textarea {
  text-transform: lowercase !important;
}

.tutorial-modal .modal-body {
  overflow: auto;
  max-height: calc(100vh - 50px);
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #00a6ac;
  color: #fff;
  padding: 10px;
  border-radius: unset;
  box-shadow: none;
}

.tooltip.popover .popover-arrow {
  border-color: #00a6ac;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.popover {
  border: none;
  border-radius: unset;
  padding: 0;
  font-size: 12px;
}
.tooltip-target-spacial {
  min-width: 220px;
  
}

.v-popover {
  z-index: 0;
  position: absolute;
  top: 10px;
  right: -30px;
  background: none;
  border: none;
}
.v-popover .btn-tooltip:focus {
  outline: none;
}
.tooltip.vue-tooltip-theme {
  display: none !important;
}

.tooltip .popover-inner {
  /*display: inline-block;*/
  padding: 10px;
  background: #00a6ac;
  border-radius: 0;
  min-width: 250px; 
  }

.test .test-images .answers-wrap .answer-item {
  width: 50%
}

.progress-cnt .slot span {
    font-size: 12px;
}

.progress-cnt .slot .value {
    font-size: 22px;
    font-weight: 400;
}

.total-wrap.mob .circular-progress-cnt {
    width: 100px;
}

section.content.padding {
  padding: 15px 0;
}

.answers-wrap .answer img {
  width: 100%;
}

.exams-wrap .exam-item .img-wrap img {
  max-height: 100px;
}

.exams-wrap .grey-wrap img {
  max-height: 100px;
}

.answer-item-img {
  width: 50%;
}

.answer-item-img .answer {
  position: relative;
  width: 100%;
  height: auto;
  
}

.answer-item-img .answer img {
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.panel-group .panel .panel-heading .panel-title a .left{
  width: 70px;
  padding: 16px 0px;
}

.collapse-list .list-item .left {
  padding: 10px 10px;
  width: 70px;
}

.collapse-list .list-item .right {
  padding: 10px 5px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-tests .spoiler .rigth::after {
  left: 10px;
  top: 25px;
}

.panel-group .panel .panel-heading .panel-title a .rigth {
  padding: 10px 10px 10px 15px;
}

.answers-text .answers-wrap .answer-item {
    padding: 0;
}

.panel-default div >.panel-heading{
    border-color: #fff;
    border-bottom: 1px solid #fff;
}

.spoiler .rigth::after {
    transform: rotate(135deg);
}

.spoiler.opened .rigth::after {
    transform: rotate(-45deg);
}

.profile-page .panel-group .panel {
  border: none;
}

.grey-wrap {
  margin-bottom: 0px;
}

.exams-wrap .exam-item {
  padding: 10px 0;
}

.no-white-border {
  border-bottom: 0 !important;
}
.my-datepicker {
  border: 1px solid #cccccc;
  border-bottom: solid 3px #efad4e;;
  border-radius: 5px;
  }
.wrap-datepicker{
  
  border-bottom: solid 3px #efad4e;
}
.input-datepicker{
  height: 36px;
  padding: 0 10px;
  border: 0px !important;
  border-radius: 5px;
  height: 36px;

}
.input-num-days-services{
  padding: 0 10px 0 0 !important;
}
.wrap-num-days-services{
  display: inline-block ;
  position: unset;
   margin-right: 10px;
   margin-bottom: 10px !important;
   margin-top: 10px !important;
    width:40%
}

.wrap-num-days-services{
  display: inline-block ;
  position: unset;
   margin-right: 10px;
   margin-bottom: 10px !important;
   margin-top: 10px !important;
    width:15%
}

@media (min-width: 420px) {
  .wrap-num-days-services{
      width:40%
  }

}
@media (min-width: 380px) {
  .wrap-num-days-services{
      width:35%
  }
  
}
@media (min-width: 340px) {
  .wrap-num-days-services{
      width:25%
  }
  
}
.my-datepicker_calendar{
  transform: translate(150px,20px);
  height: auto;
  }
@media (max-width: 345px) {
  .vdp-datepicker__calendar {
    width: 280px !important;
  }
}
.form-group.has-errore .btn-tooltip {
  position: unset;
}
.tooltip-inner {
  max-width: unset;
  width: 200px;
}

.v-popover {
  left: 100%;
  right: unset;
}

.answers-wrap.answers-text .answer-item {
    margin: 0;
}

.summary-mob .mobile-timer {
    color: #000;
}

.mobile-timer .value {
    font-weight: 700 !important;
}

.summary-mob .circular-progress {
    margin-bottom: 10px !important;
}

.gray{  filter: gray; -webkit-filter: grayscale(1); filter: grayscale(1);}

.preloader.loaded{
  background-color: antiquewhite ;
  display:none!important;}

.package_type{text-align:center;}
.package_type span{font-size:24px;font-weight:400;display:block;text-align:center;}
.package_type .btn{border:1px solid #f1f1f1;margin:0 5px 4px;line-height:26px;height:auto;background:#f1f1f1;font-size:15px;}
.package_type .btn:hover{border:1px solid #00a6ac;}
.package_type .btn.active{border:1px solid #00a6ac;background:#d6fafb;}


.video-list .video-item .overlay{background: rgba(32, 32, 32, 0.0);}

.video-item .overlay .title{margin-top:5px;margin-bottom:2px;}
.video-item .overlay .title,.video-item .overlay .duration{display:inline-block;background:#000;padding:1px 3px;border-radius:3px;}
.underlined_text {
  border-bottom: solid 2px #00a6ac;
  display: inline;
  padding-bottom: 2px;
}

.interstitial{position:fixed;width:100%;height:100%;display:none;background:rgba(0,0,0,0.7);z-index: 9999999;}
.interstitial img{width:100%;height:auto;object-fit: contain;margin-top:48px;}
.interstitial.show{display:block !important;}
.interstitial .closeAd{position: fixed;top: 9px;right: 10px;background: #fff;border-radius: 5px;padding: 5px;color: #000;}