.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.text-right {
  text-align: right; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #3b4653;
  background-color: #fff;
  min-width: 320px;
  letter-spacing: 0.3px; }
  body.fixed {
    overflow: hidden !important; }

a, button {
  cursor: pointer; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1270px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100; }
  .main-header.active .header-divider {
    opacity: 1; }
  .main-header .header-divider {
    opacity: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 27px;
    width: 100%; }
  .main-header .container {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .main-header .default-btn {
    margin-left: auto;
    text-align: center; }

.index-logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  color: #3b4653;
  text-decoration: none; }
  .index-logo img {
    width: 40px;
    margin-right: 10px; }
  .index-logo small {
    display: block;
    font-weight: 400;
    font-size: 16px; }
  .index-logo span {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700; }

.index-nav a {
  color: #000;
  text-decoration: none;
  outline: 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
  position: relative;
  transition: 0.25s; }
  .index-nav a:before {
    content: '';
    width: 0;
    height: 1px;
    left: 50%;
    right: 50%;
    position: absolute;
    bottom: -3px;
    background-color: #00aa95;
    transition: 0.25s; }
  .index-nav a:hover {
    color: #555; }
    .index-nav a:hover:before {
      left: 0;
      right: 0;
      width: 100%; }

@media (max-width: 1920px) {
  .main-header {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .main-header .container {
    padding-top: 15px; }
  .main-header .default-btn {
    font-size: 14px; }
  .main-header .header-divider {
    margin-top: 17px; }
  .index-logo small {
    font-size: 14px; }
  .index-logo span {
    font-size: 22px; }
  .index-nav a {
    font-size: 16px;
    margin: 0 15px; } }

@media (max-width: 991px) {
  .main-header .container {
    flex-wrap: wrap; }
  .main-header .default-btn {
    font-size: 13px; }
  .index-nav a {
    font-size: 13px;
    margin: 0 10px; } }

@media (max-width: 767px) {
  .main-header {
    padding-bottom: 51px; }
    .main-header .header-divider {
      border-top-color: #888; }
    .main-header .container {
      max-width: 100%; }
    .main-header .header-divider {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  .index-nav {
    margin: 0;
    order: 3;
    text-align: center;
    background-color: #f7f7f7;
    padding: 5px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .index-nav a:before {
      display: none; } }

@media (max-width: 575px) {
  .main-header .default-btn {
    font-size: 12px;
    padding: 10px; }
  .index-logo img {
    width: 25px; }
  .index-logo small {
    font-size: 12px; }
  .index-logo span {
    font-size: 18px; } }

@media (max-width: 479px) {
  .main-header .default-btn span {
    display: block;
    overflow: hidden;
    max-width: 69px;
    white-space: nowrap;
    text-align: center; }
  .main-header .index-nav a {
    margin: 0 10px; }
  .main-header .header-divider {
    margin-top: 10px; } }

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding-top: 123px; }

.index-content {
  flex: 1; }

.default-btn {
  padding: 10px 20px;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: #1eb2a6;
  border-radius: 3px;
  font-size: 16px;
  transition: 0.25s; }
  .default-btn:hover, .default-btn:focus, .default-btn:active {
    background-color: #1f9e94; }

.doctors-section {
  margin-bottom: 80px; }
  .doctors-section .col-6:first-child {
    padding-right: 25px; }
  .doctors-section .col-6:last-child {
    padding-left: 25px; }
  .doctors-section .h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px; }
  .doctors-section img {
    width: 100%;
    border-radius: 5px;
    height: auto!important;
    margin-bottom: 8px; }
  .doctors-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px; }
    .doctors-section ul li {
      margin: 5px 0;
      font-weight: 600;
      line-height: 1.3; }
  .doctors-section p {
    margin-bottom: 5px;
    margin-top: 0; }
  .doctors-section .button-box {
    margin-top: 20px; }
  .doctors-section .default-btn {
    border: 2px solid #1eb2a6; }
    .doctors-section .default-btn:hover, .doctors-section .default-btn:focus, .doctors-section .default-btn:active {
      border: 2px solid #1f9e94; }
  .doctors-section .more-info {
    background-color: transparent;
    position: relative;
    border: 0;
    padding: 0;
    outline: 0;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 5px; }
    .doctors-section .more-info:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      border-top: 1px dashed #333;
      transition: 0.35s; }
    .doctors-section .more-info:hover:after {
      left: auto;
      width: 0; }

.service-section {
  padding: 60px 0 80px;
  background-color: #f7f7f7;
  position: relative; }
  .service-section .h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative; }
    .service-section .h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background-color: #1eb2a6;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      margin: 0 auto; }
  .service-section .h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.3; }
  .service-section .h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.3;
    max-width: 400px; }
  .service-section p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600; }
  .service-section ul {
    padding-left: 0;
    margin: 10px 0 20px;
    list-style: none; }
    .service-section ul li {
      font-size: 13px;
      margin: 3px 0;
      padding-left: 15px;
      border-radius: 3px;
      position: relative; }
      .service-section ul li:before {
        content: '';
        width: 5px;
        height: 1px;
        background-color: #333;
        position: absolute;
        top: 9px;
        left: 0; }
  .service-section .row {
    align-items: flex-start; }
  .service-section .col-6:first-child {
    padding-right: 25px; }
  .service-section .col-6:nth-child(2) {
    padding-left: 25px; }
  .service-section .price-btn {
    margin-right: 20px;
    padding: 8px 20px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 3px;
    font-size: 16px;
    transition: 0.25s;
    color: #333;
    background-color: #f7f7f7;
    border: 2px solid #333;
    transition: all 0.25s ease; }
    .service-section .price-btn:hover {
      border: 2px solid #1eb2a6; }

.reviews-section {
  padding: 60px 0 60px;
  position: relative; }
  .reviews-section .h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative; }
    .reviews-section .h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background-color: #1eb2a6;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      margin: 0 auto; }
  .reviews-section .default-btn {
    width: 190px;
    display: block;
    margin: 0 auto;
    border: 2px solid #1eb2a6;
    background-color: #fff;
    background-color: transparent;
    color: #333; }
    .reviews-section .default-btn:hover, .reviews-section .default-btn:focus, .reviews-section .default-btn:active {
      background-color: #1eb2a6;
      color: #fff; }

.reviews-slider {
  margin-left: -15px;
  margin-bottom: 25px; }
  .reviews-slider .slick-list {
    padding: 15px 0 15px 15px !important; }
  .reviews-slider .item {
    outline: 0;
    background-color: #fff;
    height: 370px;
    border-radius: 5px;
    margin-right: 55px;
    width: 590px;
    padding: 35px 30px 35px 45px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0.5;
    background-color: #f7f7f7;
    position: relative; }
    .reviews-slider .item .item-footer {
      width: 100%;
      display: flex;
      align-items: center; }
    .reviews-slider .item .item-date {
      color: #aaa;
      font-size: 12px;
      margin-left: auto; }
    .reviews-slider .item .doctor-name {
      font-size: 16px;
      position: relative;
      margin-bottom: 30px; }
      .reviews-slider .item .doctor-name:after {
        content: '';
        width: 49px;
        height: 1px;
        background-color: #1eb2a6;
        position: absolute;
        left: 0;
        bottom: -8px; }
    .reviews-slider .item .h3 {
      font-size: 16px;
      font-weight: 600;
      max-width: 50%; }
    .reviews-slider .item p {
      font-size: 16px;
      margin-top: 10px;
      width: 100%; }
    .reviews-slider .item.slick-current {
      opacity: 1; }
  .reviews-slider .scrollbar-inner {
    max-height: 200px !important;
    overflow-y: auto !important;
    padding-right: 13px;
    margin-bottom: 10px; }
  .reviews-slider .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #333;
    opacity: 1; }
  .reviews-slider .scrollbar-inner > .scroll-element.scroll-y {
    width: 5px; }

.slider-container {
  position: relative; }
  .slider-container .slick-arrow {
    position: absolute;
    top: 175px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s; }
    .slider-container .slick-arrow:hover {
      background-color: #333; }
      .slider-container .slick-arrow:hover svg {
        fill: #fff; }
    .slider-container .slick-arrow svg {
      width: 15px; }
    .slider-container .slick-arrow.slick-next {
      right: calc(50% - 370px); }
    .slider-container .slick-arrow.slick-prev {
      left: calc(50% - 370px); }

.contacts-section {
  padding: 40px 0 60px;
  background-color: #f7f7f7; }
  .contacts-section iframe {
    width: 100% !important;
    height: 400px !important;
    border-radius: 5px;
    border: 1px solid #ddd !important; }
  .contacts-section .h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative; }
    .contacts-section .h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background-color: #1eb2a6;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      margin: 0 auto; }
  .contacts-section .doctor-contacts .h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    max-width: 280px; }
  .contacts-section .doctor-contacts p {
    font-weight: 700;
    margin: 0 0 12px; }
  .contacts-section .doctor-contacts a {
    text-decoration: none;
    color: #000;
    font-weight: 400; }
    .contacts-section .doctor-contacts a:hover {
      text-decoration: underline; }
  .contacts-section .info-box {
    margin-top: 25px; }
    .contacts-section .info-box .h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 7px;
      margin-top: 7px; }
    .contacts-section .info-box p {
      font-size: 14px;
      margin: 0 0 10px;
      position: relative;
      padding-left: 28px; }
      .contacts-section .info-box p img {
        position: absolute;
        left: 0;
        top: 0px; }
  .contacts-section p img {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  .contacts-section p .phone-img {
    width: 19px;
    margin-top: 3px;
    position: relative;
    transform: rotate(10deg); }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  z-index: 1000; }
  .modal-container .modal-content {
    background-color: #fff;
    width: 100%;
    font-size: 13px;
    padding: 0 25px;
    max-height: calc(100vh - 150px);
    overflow-y: auto; }
  .modal-container .modal-inner {
    border-radius: 5px;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    width: 100%; }
  .modal-container .form-group {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative; }
    .modal-container .form-group .datepicker.active {
      z-index: 100000;
      left: 0 !important; }
  .modal-container .checkbox-group {
    display: flex;
    margin-bottom: 15px; }
  .modal-container .checkbox-item {
    position: relative;
    width: 50%; }
    .modal-container .checkbox-item:first-child {
      margin-right: 10px; }
    .modal-container .checkbox-item:last-child {
      margin-left: 10px; }
    .modal-container .checkbox-item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .modal-container .checkbox-item label {
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 10px 10px 10px 20px;
      cursor: pointer;
      position: relative;
      font-size: 14px; }
      .modal-container .checkbox-item label:before {
        content: '';
        background-color: #1eb2a6;
        width: 32px;
        height: 32px;
        border-radius: 30px;
        border: 2px solid #fff;
        transition: 0.25s;
        position: absolute;
        top: -14px;
        left: -11px;
        opacity: 0;
        z-index: 5; }
      .modal-container .checkbox-item label:after {
        content: '';
        left: 1px;
        top: -7px;
        width: 8px;
        height: 15px;
        border: solid #fff;
        position: absolute;
        border-width: 0 3px 3px 0;
        transform: rotate(42deg);
        opacity: 0;
        z-index: 10; }
    .modal-container .checkbox-item input:checked ~ label {
      border: 1px solid #1eb2a6; }
    .modal-container .checkbox-item input:checked ~ label:before {
      opacity: 1; }
    .modal-container .checkbox-item input:checked ~ label:after {
      opacity: 1; }
  .modal-container .radio-group .checkbox-item {
    margin: 0 5px 5px 0;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    text-align: center; }
    .modal-container .radio-group .checkbox-item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .modal-container .radio-group .checkbox-item label {
      padding: 10px;
      border: 1px solid #aaa;
      border-radius: 5px;
      padding: 3px 8px;
      cursor: pointer;
      position: relative;
      font-size: 12px; }
      .modal-container .radio-group .checkbox-item label:before, .modal-container .radio-group .checkbox-item label:after {
        display: none; }
    .modal-container .radio-group .checkbox-item input:checked ~ label {
      border: 1px solid #1eb2a6;
      background-color: #1eb2a6;
      color: #fff; }
  .modal-container .radio-item {
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    margin: 0 4px; }
    .modal-container .radio-item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .modal-container .radio-item label {
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 10px;
      cursor: pointer;
      position: relative;
      font-size: 13px; }
    .modal-container .radio-item input:checked ~ label {
      border: 1px solid #1eb2a6; }
  .modal-container .processing-info {
    position: relative;
    margin-top: 10px; }
    .modal-container .processing-info input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .modal-container .processing-info label {
      position: relative;
      cursor: pointer;
      padding-left: 28px;
      font-weight: 400;
      font-size: 13px; }
      .modal-container .processing-info label:before {
        content: '';
        background-color: #fff;
        border: 1px solid #999;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        transition: 0.25s;
        position: absolute;
        top: -1px;
        left: 0; }
      .modal-container .processing-info label:after {
        content: '';
        left: 7px;
        top: 2px;
        width: 6px;
        height: 12px;
        border: solid #fff;
        position: absolute;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        opacity: 0; }
    .modal-container .processing-info input:checked ~ label:before {
      background-color: #1eb2a6;
      border: 1px solid #1eb2a6; }
    .modal-container .processing-info input:checked ~ label:after {
      opacity: 1; }
  .modal-container label {
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
    cursor: pointer; }
  .modal-container sup {
    color: #f00; }
  .modal-container .info-small {
    display: block;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    display: none;
    color: #555; }
    .modal-container .info-small:before {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 2px;
      background: url(../img/info-icon.svg) no-repeat center; }
    .modal-container .info-small a {
      color: #1eb2a6; }
  .modal-container textarea {
    display: block;
    width: 100%;
    min-height: 150px;
    border: 1px solid #aaa;
    border-radius: 3px;
    resize: vertical;
    padding: 10px;
    outline: 0; }
    .modal-container textarea:focus {
      border: 1px solid #1eb2a6; }
  .modal-container .attach-file {
    position: relative;
    margin-bottom: 15px; }
    .modal-container .attach-file label {
      border-radius: 3px;
      border: 1px solid #aaa;
      font-weight: 400;
      padding: 8px 10px;
      cursor: pointer; }
    .modal-container .attach-file .input-file {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
  .modal-container .form-control {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 0 10px;
    outline: 0;
    font-size: 14px; }
    .modal-container .form-control:focus {
      border: 1px solid #1eb2a6; }
  .modal-container .modal-close {
    width: 24px;
    height: 24px;
    background: #d7d7d7 url(../img/close-icon.png) no-repeat center;
    background-size: 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 13px;
    outline: none;
    border: 0;
    border-radius: 50%;
    transition: 0.3s;
    padding: 0;
    cursor: pointer; }
    .modal-container .modal-close:hover {
      transform: rotate(90deg); }
  .modal-container .h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px; }
  .modal-container .title-container .h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px; }
  .modal-container .default-btn {
    width: 400px;
    margin: 15px auto 0;
    display: block;
    transition: 0.25s; }

.modal-content .text-center {
    font-size: 18px;
    text-align: center;
}

.datepicker--cell.datepicker--cell-day.-current- {
  color: #1eb2a6;
  border: 1px solid #ddd; }

.datepicker--cell.datepicker--cell-day.-selected- {
  background-color: #1eb2a6;
  border: 1px solid #1eb2a6;
  color: #fff; }

.datepicker-inline .datepicker {
  border: 1px solid #aaa; }

.select-box {
  position: relative; }

.select-container {
  margin: 0 0 15px;
  position: relative; }

.select-container p {
  margin: 0 0 3px; }

.select-box .select-button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aaa;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  padding: 0 22px 0 10px;
  box-shadow: none;
  height: 36px;
  position: relative;
  text-align: left;
  outline: 0;
  display: flex;
  align-items: center; }

.select-box .select-button:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 16px;
  right: 9px; }

.select-box .select-button i {
  width: 20px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }

.select-box:focus,
.select-box .select-button:focus {
  border: 1px solid #000; }

.select-box .select-button span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.select-box .select-sorting {
  list-style: none;
  width: 100%;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 8;
  max-height: 300px;
  overflow: auto;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px; }

.select-box .select-sorting li {
  list-style-type: none;
  cursor: pointer;
  position: relative;
  z-index: 15;
  margin: 0 !important;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 7px 12px; }

.select-box .select-sorting li a {
  color: #000;
  display: block;
  border: 0;
  line-height: 1.4;
  width: 100%;
  text-decoration: none;
  font-size: 14px; }

.select-box .select-sorting li:hover,
.select-box .select-sorting li:focus,
.select-box .select-sorting li:active {
  text-decoration: none;
  background-color: #eff2f5;
  color: #000; }

.select-box .select-sorting li a:hover,
.select-box .select-sorting li a:focus,
.select-box .select-sorting li a:active {
  text-decoration: none; }

#modal-01 .modal-content .h2 {
  font-size: 20px; }

#modal-01 form {
  max-width: 450px;
  margin: 0 auto; }
  #modal-01 form .default-btn {
    width: 100%;
    margin-top: 25px; }
  #modal-01 form .form-control {
    height: 38px; }

#modal-01 .form-group {
  max-width: 450px; }

.tab-container .tab-menu {
  margin-bottom: 25px; }
  .tab-container .tab-menu ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0; }
    .tab-container .tab-menu ul li {
      display: inline-block;
      margin-right: 8px; }
      .tab-container .tab-menu ul li a {
        text-decoration: none;
        border: 1px solid #1eb2a6;
        padding: 7px 25px;
        border-radius: 3px; }
        .tab-container .tab-menu ul li a.active-a {
          color: #fff;
          background-color: #1eb2a6; }

.tab-container .tab {
  display: none; }
  .tab-container .tab ul {
    margin: 0;
    padding-left: 18px; }
  .tab-container .tab li {
    font-size: 14px;
    margin: 0 0 10px; }
  .tab-container .tab p {
    margin: 0 0 10px;
    font-size: 14px; }

.tab-container .tab-active {
  display: block; }

.price-box .h3 {
  font-size: 22px;
  font-weight: 700; }

.price-box .subtitle {
  font-size: 16px;
  margin-bottom: 20px; }

.price-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; }
  .price-box table th {
    background-color: #414141;
    border: 1px solid #414141;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-weight: 600; }
  .price-box table td {
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #ccc; }
  .price-box table tr:nth-child(odd) {
    background-color: #f1f1f1; }
  .price-box table tr td:first-child {
    width: 300px; }
  .price-box table tr td:nth-child(2) {
    min-width: 90px; }

.price-box p strong {
  margin-top: 25px;
  display: block;
  font-size: 16px; }

.error-main-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px; }
  .error-main-content .container {
    text-align: center; }
  .error-main-content .lg-nums {
    font-size: 180px;
    font-weight: 700;
    line-height: 1.2; }
  .error-main-content .h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px; }
  .error-main-content p {
    font-size: 16px;
    max-width: 400px;
    margin: 0 auto 40px; }
  .error-main-content a {
    display: block;
    width: 280px;
    font-size: 16px;
    margin: 0 auto;
    border: 2px solid #1eb2a6;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 0;
    transition: 0.25s;
    color: #000; }
    .error-main-content a:hover {
      background-color: #1eb2a6;
      color: #fff; }

@media (min-width: 576px) {
  .modal-container .modal-inner {
    max-width: 540px; } }

@media (min-width: 768px) {
  .modal-container#modal-03 .modal-inner {
    max-width: 720px; } }

@media (min-width: 992px) {
  .modal-container#modal-01 .modal-content {
    max-width: 600px; }
  .modal-container#modal-02 .modal-inner {
    max-width: 700px; }
  .modal-container#modal-03 .modal-inner {
    max-width: 950px; }
  .modal-container#modal-04 .modal-content {
    max-width: 600px; } }

@media (max-width: 1920px) {
  .start-section {
    padding: 0 0 70px; }
    .start-section h1 {
      margin-bottom: 0; }
    .start-section p {
      margin-top: 5px; }
  .error-main-content {
    padding-bottom: 20px; }
    .error-main-content .h2 {
      font-size: 24px; } }

@media (max-width: 1439px) {
  .start-section h1 {
    font-size: 34px; }
  .start-section p {
    margin-top: 0; }
  .service-section .h2 {
    font-size: 32px; }
  .reviews-section {
    padding: 50px 0; }
    .reviews-section .h2 {
      font-size: 32px; }
  .reviews-slider .item p {
    font-size: 14px; }
  .contacts-section .h2 {
    font-size: 32px; }
  .contacts-section .doctor-contacts .h3 {
    font-size: 18px;
    max-width: 250px; } }

@media (max-width: 1199px) {
  #wrapper {
    padding-top: 100px; }
  #modal-03.modal-container .price-box .h3 {
    font-size: 16px;
    margin-left: 10px; }
  #modal-03.modal-container .price-box .subtitle {
    font-size: 14px;
    margin-left: 10px; }
  #modal-03.modal-container .modal-content {
    padding: 0 10px 0 20px; }
  .doctors-section {
    margin-bottom: 80px; }
    .doctors-section .default-btn {
      font-size: 14px; }
    .doctors-section .button-box {
      margin-top: 10px; }
    .doctors-section .price-btn {
      font-size: 14px;
      margin-right: 10px; }
    .doctors-section .h3 {
      font-size: 20px; }
  .reviews-section .default-btn {
    font-size: 14px; }
  .service-section .h3 {
    font-size: 24px; }
  .contacts-section {
    padding: 50px 0; }
    .contacts-section iframe {
      margin-top: 20px; }
    .contacts-section .doctor-contacts .h3 {
      max-width: 100%; }
    .contacts-section .info-box .col-12 {
      max-width: 50%;
      flex: 0 0 50%; }
    .contacts-section .info-box br {
      display: none; }
  .error-main-content {
    padding-bottom: 20px; }
    .error-main-content .lg-nums {
      font-size: 120px; }
    .error-main-content .h2 {
      font-size: 20px; }
    .error-main-content p {
      font-size: 14px; }
    .error-main-content a {
      font-size: 14px;
      width: 250px; } }

@media (max-width: 991px) {
  #wrapper {
    padding-top: 80px; }
  .price-box table td {
    font-size: 12px;
    padding: 5px 3px; }
  .price-box table tr td:nth-child(2) {
    min-width: 60px !important;
    text-align: center; }
  .price-box table tr td:first-child {
    width: auto;
    max-width: 250px; }
  .service-section {
    padding: 40px 0; }
    .service-section .h2 {
      font-size: 28px; }
    .service-section .price-btn {
      font-size: 13px;
      margin-bottom: 12px; }
    .service-section .default-btn {
      font-size: 13px; }
    .service-section .h4 {
      font-size: 18px; }
    .service-section .col-6:last-child {
      margin-top: -100px; }
  #modal-01 .modal-content .h2 {
    font-size: 18px; }
  #modal-02.modal-container .title-container .h3 {
    font-size: 20px; }
  #modal-02.modal-container .tab-menu ul li a {
    padding: 8px 10px; }
  #modal-02.modal-container .modal-content {
    padding: 0 20px; }
  .tab-container .tab li {
    font-size: 13px; }
  #modal-03.modal-container .modal-content {
    padding: 0 5px; }
  .modal-container .h2 {
    font-size: 18px; }
  .start-section {
    padding: 30px 0 90px; }
    .start-section h1 {
      font-size: 28px; }
    .start-section p {
      font-size: 14px; }
  .doctors-section {
    margin-bottom: 70px; }
    .doctors-section .col-6:first-child {
      padding-right: 15px; }
    .doctors-section .col-6:last-child {
      padding-left: 15px; }
    .doctors-section .h3 {
      font-size: 18px; }
    .doctors-section ul li {
      font-size: 13px; }
    .doctors-section p {
      font-size: 13px; }
    .doctors-section .more-info {
      font-size: 13px; }
    .doctors-section .default-btn {
      font-size: 13px; }
    .doctors-section .price-btn {
      font-size: 13px; }
  .reviews-section {
    padding: 30px 0 40px; }
    .reviews-section .h2 {
      font-size: 28px;
      margin-bottom: 30px; }
  .reviews-slider .item {
    width: auto;
    margin: 0 50px;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #ddd; }
    .reviews-slider .item .doctor-name {
      font-size: 14px; }
  .slider-container .slick-arrow {
    box-shadow: none;
    top: 50%;
    margin-top: -15px; }
    .slider-container .slick-arrow:hover {
      background-color: #fff; }
      .slider-container .slick-arrow:hover svg {
        fill: #000; }
    .slider-container .slick-arrow.slick-next {
      right: 10px; }
    .slider-container .slick-arrow.slick-prev {
      left: 10px; }
  .contacts-section {
    padding: 40px 0 30px; }
    .contacts-section .h2 {
      font-size: 28px; }
  .error-main-content {
    padding: 100px 0; }
    .error-main-content .lg-nums {
      font-size: 80px; }
    .error-main-content .h2 {
      font-size: 18px; }
    .error-main-content p {
      font-size: 14px; }
    .error-main-content a {
      font-size: 14px;
      width: 250px; } }

@media (max-width: 767px) {
  #wrapper {
    padding-top: 130px; }
  .doctors-section {
    margin-bottom: 30px; }
    .doctors-section .col-6 {
      flex: 0 0 100%;
      max-width: 100%; }
      .doctors-section .col-6:first-child {
        margin-bottom: 55px; }
  .service-section {
    padding: 20px 0 10px; }
    .service-section .h2 {
      margin-bottom: 30px; }
    .service-section .h3 {
      font-size: 20px; }
    .service-section p {
      font-size: 14px; }
    .service-section .col-6 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0 15px !important; }
      .service-section .col-6:first-child {
        margin-bottom: 20px; }
      .service-section .col-6:last-child {
        margin-top: 20px; }
    .service-section .price-btn {
      margin-right: 10px; }
  .reviews-section {
    padding: 20px 0 30px; }
    .reviews-section .h2 {
      margin-bottom: 20px; }
  .reviews-slider {
    margin-bottom: 20px; }
    .reviews-slider .item {
      display: block;
      padding: 20px;
      height: 320px; }
      .reviews-slider .item p {
        font-size: 13px; }
  .contacts-section {
    padding: 20px 0 30px; }
    .contacts-section .h2 {
      margin-bottom: 30px; }
    .contacts-section .col-6 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 10px; }
    .contacts-section .doctor-contacts {
      margin-bottom: 20px; }
      .contacts-section .doctor-contacts .h3 {
        margin-bottom: 5px; }
    .contacts-section .info-box {
      margin-top: 0; }
      .contacts-section .info-box .h4 {
        margin-top: 10px; }
      .contacts-section .info-box br {
        display: none; }
      .contacts-section .info-box .col-12 {
        max-width: 100%;
        flex: 0 0 100%; }
  #modal-01 .modal-content {
    padding: 0 20px; }
    #modal-01 .modal-content .h2 {
      margin-bottom: 15px; }
  .modal-container .checkbox-group {
    display: block; }
  .modal-container .checkbox-item {
    width: 100%; }
    .modal-container .checkbox-item label {
      font-size: 13px; }
    .modal-container .checkbox-item:first-child {
      margin: 0 0 20px; }
    .modal-container .checkbox-item:last-child {
      margin: 0; }
  .modal-container .radio-group {
    flex-wrap: wrap; }
    .modal-container .radio-group .checkbox-item {
      width: auto;
      height: 32px;
      margin: 0 5px 5px !important; } }

@media (max-width: 575px) {
  .start-section {
    padding: 20px 0 70px; }
    .start-section h1 {
      font-size: 24px; }
    .start-section p {
      font-size: 13px; }
  .reviews-slider .item {
    padding: 15px;
    height: 370px; }
    .reviews-slider .item .h3 {
      font-size: 14px; }
    .reviews-slider .item .doctor-name {
      font-size: 13px;
      margin-bottom: 20px; }
  .price-box table td br {
    display: none; }
  #modal-01 .modal-content {
    padding: 0 15px; }
  .modal-content .col-7,
  .modal-content .col-5 {
    max-width: 100%;
    flex: 0 0 100%; }
  .modal-content .datepicker {
    width: 100%; }
  .modal-container .radio-group .checkbox-item {
    margin: 0 5px 5px 0 !important; } }

@media (max-width: 479px) {
  #modal-04.modal-container .default-btn {
    width: 100%; }
  #modal-04.modal-container .modal-content {
    padding-bottom: 30px; }
  .start-section {
    padding: 0 0 50px; }
    .start-section h1 {
      font-size: 20px; }
    .start-section p {
      font-size: 13px;
      max-width: 200px;
      margin: 0 auto; }
  .doctors-section {
    margin-bottom: 30px; }
    .doctors-section .default-btn {
      width: 100%;
      font-size: 14px; }
    .doctors-section .price-btn {
      font-size: 14px;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; }
  .reviews-slider .item {
    margin: 0 45px; }
  .slider-container .slick-arrow.slick-next {
    right: 0; }
  .slider-container .slick-arrow.slick-prev {
    left: 0; } }

.main-footer {
  background-color: #3b4653;
  color: #fff; }

.footer-bottom {
  background-color: #323942;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}

.footer-bottom p {
    margin: 0;
}

input[disabled="true"],
input[disabled="true"] ~ label,
input:disabled ~ label {
    pointer-events: none;
    border: 1px solid #ddd!important;
    background-color: transparent;
    color: #ddd;
}

.error-form {
    font-size: 12px;
    color: #c70000;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.processing-info .error-form {
    bottom: -19px;
}

@media(max-width: 479px) {
    #modal-01 .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #modal-01 .modal-container {
        padding: 15px 10px;
    }
}

.form-group.hide-error .error-form {
    opacity: 0;
}



