html {
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

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

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

.text-light {
    color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

img {
    vertical-align: middle;
}

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

@font-face {
    font-family: 'fontello';
    font-display: auto;
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2') format('woff2'),
    url('../fonts/fontello.woff') format('woff'),
    url('../fonts/fontello.ttf') format('truetype'),
    url('../fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col {
    flex: 1 0 0%
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.colbox {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .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 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .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 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*ICONS*/
[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-clock:before {
    content: '\e800';
}

.icon-heart:before {
    content: '\e801';
}

.icon-phone:before {
    content: '\e802';
}

.icon-edit:before {
    content: '\e803';
}

.icon-mail:before {
    content: '\e804';
}

.icon-location:before {
    content: '\e805';
}

.icon-gauge:before {
    content: '\e806';
}

.icon-anestezi:before {
    content: '\e807';
}

.icon-microscope:before {
    content: '\e808';
}

.icon-emo-happy:before {
    content: '\e809';
}

.icon-calendar:before {
    content: '\e80a';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-beaker:before {
    content: '\f0c3';
}

.icon-medkit:before {
    content: '\f0fa';
}

.icon-youtube-play:before {
    content: '\f16a';
}

.icon-instagram:before {
    content: '\f16d';
}

.icon-cab:before {
    content: '\f1b9';
}

.icon-paper-plane:before {
    content: '\f1d8';
}

.icon-heartbeat:before {
    content: '\f21e';
}

.icon-whatsapp:before {
    content: '\f232';
}

.icon-bed:before {
    content: '\f236';
}

.icon-calendar-check-o:before {
    content: '\f274';
}

.icon-snapchat-ghost:before {
    content: '\f2ac';
}

.icon-user-o:before {
    content: '\f2c0';
}

.icon-messenger:before {
    content: '\e80b';
}

.icon-info:before {
    content: '\e80c';
}

.icon-cancel:before {
    content: '\e80d';
}

.icon-globe:before {
    content: '\e80e';
}

.icon-language:before {
    content: '\f1ab';
}

.icon-right-open-big:before {
    content: '\e80f';
}

.icon-left-open-big:before {
    content: '\e810';
}

.icon-play:before {
    content: '\e811';
}

.icon-up:before {
    content: '\f176';
}

/*MAIN CSS*/
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
input {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h1 {
    font-size: 3.2rem;
}

i {
    font-size: 18pt;
}

p {
    font-size: 12pt;
    font-weight: 200;
    text-align: justify;
}

section {
    padding: 70px 0;
}

.tcenter {
    text-align: center;
}

.bga {
    background-color: #f4f4f4;
}

.bgd {
    background-color: #202526;
}

.bgd2 {
    background: url(../images/grid.png) #003349;
}

.bggrd {
    /*+box-shadow: 1px 7px 19px #DADADA;*/
    -moz-box-shadow: 1px 7px 19px #dadada;
    -webkit-box-shadow: 1px 7px 19px #dadada;
    box-shadow: 1px 7px 19px #dadada;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
            180deg,
            rgba(255, 255, 255, 1) 54%,
            rgba(235, 235, 235, 1) 100%
    );
    background: -webkit-linear-gradient(
            180deg,
            rgba(255, 255, 255, 1) 54%,
            rgba(235, 235, 235, 1) 100%
    );
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 1) 54%,
            rgba(235, 235, 235, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=1);
}

figure {
    padding: 0;
    margin: 0;
}

.mt20 {
    margin-top: 20px !important;
}

/*buton*/
.btn {
    display: block;
    max-width: 250px;
    margin: auto;
    background-color: #239c1f;
    /*+border-radius: 77px;*/
    -moz-border-radius: 77px;
    -webkit-border-radius: 77px;
    -khtml-border-radius: 77px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.5s ease;
    padding: 13px 13px 18px 13px;
    line-height: 1.428571;
}

.btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #003349;
    transition: background-color 0.5s ease;
}

.btn.left {
    margin: 0;
    margin-top: 10px;
}

/*Mobile Top*/
.mobile-top {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    background: #f1f1f1;
    z-index: 20;
    padding: 11px;
}

.mobile-social {
    display: flex;
    justify-content: space-around;
}

.mobile-social li i {
    color: #003349;
}

.mobile-social li span {
    display: none;
}

.mobile-social a {
    display: block;
}

.mobile-social a:hover i,
.mobile-socila a:active {
    color: #e3382c;
}

/*top*/
.top {
    border-bottom: 1px solid black;
}

.logo {
    max-width: 300px;
    padding: 37px 0;
}

.top .social {
    padding: 21px 0;
    display: block;
    float: right;
    width: 232px;
    margin-top: 24px;
}

.top-phone {
    float: right;
    display: block;
    font-size: 16px;
    color: #6f6f6f;
    margin-top: 26px;
    border-left: 2px solid #13549c;
    padding-left: 11px;
    line-height: 1;
    padding-bottom: 13px;
    padding-top: 15px;
}

.social li {
    display: inline-block;
}

.social li span {
    display: none;
}

.social li i {
    font-size: 19px;
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: 5px;
    /*+border-radius: 25px;*/
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 6px;
    margin-right: 4px;
    transition: background-color 0.2s ease;
}

.social li a:hover i {
    background-color: #13549c;
    transition: background-color 0.2s ease;
}

.footer-bottom .social li i {
    background-color: #ffffff;
}

.top-phone span {
    color: #16549c;
}

.top-phone a {
    display: block;
    color: #16549c;
    font-weight: 700;
    font-size: 25px;
    transition: color 0.3s ease;
}

.top-phone a:hover {
    color: #d72720;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gotop {
    display: none;
    color: #003349 !important;
    padding: 5px;
    border-radius: 4px;
    z-index: 20;
    background: #ffffff;
    position: fixed;
    bottom: 74px;
    left: 15px;
    border: 1px solid #003349;
}

/*header*/
header {
    padding: 67px 0 52px;
    background: url(../images/slider-beg.jpg) 0 0 / cover fixed;
}

header p,
header h1,
header h2 {
    color: #ffffff;
}

.slogan {
    line-height: normal;
    padding-left: 50px;
    padding-right: 10px;
}

.slogan .btn {
    margin: 27px 0 0;
}

/*Mobile Header*/
.mobile-header {
    display: none;
}

/*MOBULE WHATSAPP */
.mobilewhatsapp {
    display: none;
}

.mobilewhatsapp i {
    font-size: 2.5em;
}

.mobiletelegram {
    display: none;
}

/*VIDEOSLIDER*/
.video-holder {
    max-width: 640px;
    margin-left: 51px;
    position: relative;
}

.vslider a {
    position: relative;
    display: block;
}

.youtube:before {
    font-family: 'Fontello';
    content: '\f16a';
    position: absolute;
    left: 50%;
    top: 50%;
    color: #e1352f;
    z-index: 2000000;
    margin-left: -7px;
    margin-top: -14px;
    font-size: 44px;
    background-color: #003549;
    width: 59px;
    text-align: center;
    padding: 0;
    /*+border-radius: 12px;*/
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    line-height: 1.028571;
    animation: pulse 2s infinite;
}

#scrol .youtube:before {
    left: 54%;
    top: 70%;
}

.youtube:hover:before {
    color: #e88686;
}

@keyframes pulse {
    0% {
        transform: scale(1.15);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1.15);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/*BEFORE AFTER SLIDER*/
.before-after {
    margin: 0 80px;
}

.before-after .slick-slide {
    opacity: 0.5;
    transform: perspective(500px) rotateY(0deg) scale(0.7);
    transition: all ease 1s;
    transform-origin: 50% 50%;
}

.before-after .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
    transition: all ease 1s;
}

.before-after .slick-slide.slick-current + .slick-slide {
    transform: perspective(500px) rotateY(0deg) scale(0.8);
}

/*COMMENT SLIDER*/
.comment {
    margin: 0 80px;
}

.comment .slick-slide {
    opacity: 0.5;
    transform: perspective(500px) rotateY(15deg) scale(0.7);
    transition: all ease 1s;
    transform-origin: 50% 50%;
}

.comment .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
    transition: all ease 1s;
}

.comment .slick-slide.slick-current + .slick-slide {
    transform: perspective(500px) rotateY(-15deg) scale(0.8);
}

/*COUNTER*/
.counter-holder {
    min-height: 100px;
}

.counter-wrapper {
    position: relative;
    color: #ffffff;
}

.counter-wrapper .counter-title {
    text-align: center;
    font-weight: 400;
    background: #054663;
    color: #fff;
    padding: 6px;
}

.countdownContainer {
    background: #003349;
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
    padding: 11px;
    font-size: 24px;
    /*+box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);*/
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);
}

.info {
}

.countdown__time-left {
    width: 10rem;
    font-weight: 700;
}

.countdown__label {
    font-size: 12px;
    padding-top: 7px;
}

/*form*/
header .form-container {
    padding: 20px 18px 5px;
    min-height: 450px;
    position: relative;
    z-index: 2;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /* background:rgb(230,60,47); */
    background: -moz-linear-gradient(
            141deg,
            rgba(230, 60, 47, 1) 0%,
            rgba(200, 19, 18, 1) 100%
    );
    /* background:-webkit-linear-gradient(141deg,rgba(230,60,47,1) 0%,rgba(200,19,18,1) 100%); */
    /* background:linear-gradient(141deg,rgba(230,60,47,1) 0%,rgba(200,19,18,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e63c2f", endColorstr="#c81312", GradientType=1);
    background: #ffffff;
    border: 2px solid #0f5084;
}

.contact_form ul {
    margin: 0 auto;
    padding: 0;
}

.form-heading {
    font-weight: 600;
    font-size: 23px;
    padding: 0;
    margin: 1px 0 10px;
    color: #13549C;
    text-align: center;
}

.contact_form li.form-row {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 8pt;
    position: relative;
    text-align: center;
    max-height: 60px;
}

.contact_form .form-text,
.contact_form .form-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    font-family: BlissPro;
    font-size: 16px;
    font-family: 'Almarai', sans-serif;
    padding-left: 48px;
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #000000;
    /*+border-radius: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #adadad;
}

.contact_form .form-text.error,
.contact_form .form-textarea.error {
    background-color: #ff9f9f;
    border-color: #073349;
}

.error_Msg {
    background: #003349;
    color: #fff;
    padding: 5px;
    display: block;
    margin-top: 6px;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.error_Msg i {
    position: relative !important;
    font-size: 14px;
    top: 2px !important;
    color: #cb1715 !important;
    padding: 0;
    margin: 0;
}

.contact_form .form-textarea {
    height: 90px;
    font-family: 'Almarai', sans-serif;
    background-position: 20px top;
}

.contact_form label {
    /* height:15px; */
}

.form-row i {
    position: absolute;
    color: #a4a6a7;
    top: 8px;
    left: 8px;
    z-index: 2;
}

.form-submit {
    width: 100%;
    font-family: 'Almarai', sans-serif;
    height: 50px;
    margin-top: 30px;
    border: 0;
    background-color: #16549c;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 0 auto auto;
    font-weight: 700;
    letter-spacing: 1px;
    /*+border-radius: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.form-submit:disabled {
    background: url(../images/loading.svg) center no-repeat #003349;
    text-indent: -9999px;
}

.form-submit:disabled:hover {
    cursor: not-allowed;
}

.form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
}

.iti {
    width: 100%;
}

.contact_form label.gizlilik {
    color: #fff;
    font-size: 12px;
}

.steps.contact_form label.gizlilik {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid black;
}

.contact_form a {
    color: #ffaaaa;
    text-decoration: underline;
}

.steps.contact_form a {
    color: #0018a5;
    text-decoration: underline;
}

.steps.contact_form .gizlilik-check {
    float: left;
    display: inline-block;
    width: auto;
}

.steps.contact_form .gizlilik {
    display: inline;
}

/*MODAL*/
.modal {
    position: fixed;
    display: none;
    background: #fff;
    padding: 20px 10px 20px 20px;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    z-index: 20;
    /*+border-radius: 16px;*/
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    /*+box-shadow: 0 0 14px;*/
    -moz-box-shadow: 0 0 14px;
    -webkit-box-shadow: 0 0 14px;
    box-shadow: 0 0 14px;
}

.modal-close {
    display: block;
    cursor: pointer;
    position: absolute;
    right: -19px;
    top: -19px;
    background-color: #d3221c;
    color: #ffffff;
    /*+border-radius: 32px;*/
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    border-radius: 32px;
    padding: 3px;
}

.modal.active {
    display: block;
}

.modal-body {
    height: 100%;
    overflow: auto;
    padding-right: 14px;
}

/*IMAGEBOX*/
.image-box {
}

.image-box h2 {
    margin: 12px 0 0;
}

.image-box h2,
.image-box p {
    padding: 0 0 0 7px;
    text-align: left;
}

.image-box h2,
.image-box h4 {
    color: #15549d;
}

.image-box .number {
    display: none;
    position: absolute;
    right: 31px;
    width: 30px;
    text-align: center;
    top: 18px;
    background-color: #d01e1a;
    font-weight: 700;
    color: #ffffff;
    padding: 5px;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/*ICON BOX*/
.icon-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-box p {
    text-align: left;
    font-size: 16px;
}

.icon-box .ib-title {
    font-size: 17px;
    padding: 13px;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0;
}

.img-box {
    width: 90px;
    height: 90px;
    box-shadow: 5px 5px #003349;
    border: 3px solid #16549c;
    background: white;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.icon-box img {
    font-size: 37px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
    color: #16549c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e63c2f", endColorstr="#c81312", GradientType=1);
}

/*warning*/
#scrol {
    position: relative;
}

.bg-clinic {
    background: url(../images/sct-beg.jpg) 0 0 / cover fixed;
    color: #ffffff;
    max-width: 99%;
    border-radius: 0 100px 100px 0;
}

.warning {
    background-color: #000000;
    text-align: center;
    padding: 16px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}

/*footer*/
footer {
    padding: 60px 0;
    color: #e7e7e7;
    margin-top: 40px;
}

footer a {
    color: #e7e7e7;
}

footer a:hover {
    color: #e7e7e7;
    text-decoration: none;
}

footer .footer-bottom {
    padding-top: 30px;
    border-top: 1px solid #313636;
    margin-top: 12px;
}

.footer-bottom .social i {
    color: black;
}

.footer-bottom .social a:hover i {
    background-color: #000000;
    color: white;
}

.footer-widget {
    padding: 0 16px;
}

.footer-head {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 36px;
}

.contact-footer i {
    border: 1px solid #ffffff;
    /*+border-radius: 111px;*/
    -moz-border-radius: 111px;
    -webkit-border-radius: 111px;
    -khtml-border-radius: 111px;
    border-radius: 111px;
    padding: 2px 0px 2px 0;
    font-size: 18px;
}

.contact-footer li {
    margin-bottom: 22px;
}

/*fixed-top*/
.fixed-top {
    border-bottom: 1px solid black;
    left: 0;
    right: 0;
    top: -71px;
    position: fixed;
    padding: 12px 0;
    background-color: #ffffff;
    z-index: 15;
    transition: top 1s ease;
}

.fixed-top.active {
    top: 0;
    transition: top 1s ease;
}

.fixed-top .btn {
    padding: 4px 4px 6px 4px;
}

.fixed-top .logo {
    width: 180px;
    padding: 0;
}

.fixed-top .top-phone {
    font-size: 15px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.fixed-top .top-phone a {
    font-size: 19px;
}

.fixed-top .countdownContainer {
    padding: 5px;
    float: right;
    font-size: 16px;
    /*+border-radius: 52px;*/
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    -khtml-border-radius: 52px;
    border-radius: 52px;
    width: 245px;
}

.fixed-top .counter-wrapper .counter-title {
    display: none;
}

.fixed-top .countdown__time-left {
    width: 5.5rem;
}

.fixed-top .countdown__label {
    font-size: 10px;
    padding-top: 0;
}

/*POPFORM*/
.popform {
    position: fixed;
    overflow: auto;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.134);
    z-index: 9999999999;
}

.popform.active {
    display: block;
}

.popform .footer-widget.footerformpop {
    max-width: 350px;
    margin: auto;
    background: #202526;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    top: 50%;
    margin-top: -200px;
}

.closeform {
    position: absolute;
    display: none;
    top: 10px;
    right: 10px;
    background: #003349;
    color: #fff;
    border-radius: 50px;
    padding: 2px;
}

.popform.active .closeform {
    display: block;
}

a.closeform {
    color: white;
}

/*MEDIA QUERIES*/
@media (max-width: 1400px) {
    .logo {
        max-width: 300px;
        padding: 5px 0;
    }

    .top .social {
        padding: 5px 0;
        display: block;
        float: right;
        width: 222px;
        margin-top: 12px;
    }

    .top-phone {
        float: right;
        display: block;
        font-size: 16px;
        color: #6f6f6f;
        margin-top: 5px;
        border-left: 2px solid #13549c;
        padding-left: 11px;
        line-height: 1;
    }

    header {
        background: url(../images/slider-beg.jpg) 0 0 / cover fixed;
        padding: 41px 0 24px;
    }

    .video-holder {
        max-width: 538px;
        margin-left: 51px;
        position: relative;
    }

    .form-heading {
        font-size: 20px;
    }

    .contact_form .form-text,
    .contact_form .form-textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        line-height: 32px;
        background-color: #ffffff;
        font-family: BlissPro;
        font-size: 16px;
        letter-spacing: 1;
        font-family: 'Roboto', sans-serif;
        background-size: auto 35px;
        background-repeat: no-repeat;
        background-position: 15px center;
        color: #000000;
        /*+border-radius: 10px;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #ffffff;
    }

    .form-row i {
        top: 4px;
    }
}

.dhipromobile {
    display: none;
}

.dhiprologom {
    display: none;
}

.sloganx {
    display: none;
}

.dhiprologow {
    width: 100%;
    padding: 15px;
}

@media (max-width: 1120px) {
    .form-heading {
        font-size: 20px;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2,
    h3,
    h4 {
        font-size: 20px;
    }

    .fixed-top .btn {
        font-size: 11pt;
    }

    .fixed-top i {
        font-size: 13pt;
    }

    footer .footer-head {
        font-size: 22px;
    }
}

.dhipromobile {
    display: none;
}

.dhiprologom {
    display: none;
}

.sloganx {
    display: none;
}

.dhiprologom-mobile {
    display: none;
}

.bg-clinic .clinic-container {
    display: flex;
}

.bg-clinic .clinic-container .dhilogow {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .icon-container {
        width: 50%
    }

    .footer-bottom .col-md-12 {
        flex-direction: column;
    }

    .footer-bottom .col-md-12 .footer-logo img {
        margin-bottom: 25px;
    }

    section {
        padding: 20px 0;
    }

    .site-main {
        max-width: 475px;
        position: relative;
        margin: auto;
    }

    .image-box {
        margin-bottom: 40px;
    }

    .fixed-top {
        top: auto;
        bottom: -89px;
        transition: bottom 0.2s ease;
        background-color: #f1f1f1;
        /*+box-shadow: 2px -4px 11px rgba(0, 0, 0, 0.181);*/
        -moz-box-shadow: 2px -4px 11px rgba(0, 0, 0, 0.181);
        -webkit-box-shadow: 2px -4px 11px rgba(0, 0, 0, 0.181);
        box-shadow: 2px -4px 11px rgba(0, 0, 0, 0.181);
        display: none;
    }

    .fixed-top.active {
        bottom: 0;
        top: auto;
        transition: bottom 1s ease;
    }

    .fixed-top .btn {
        font-size: 11.6pt;
        padding: 10px;
    }

    .fixed-top i {
        font-size: 13pt;
    }

    footer {
        padding-bottom: 100px;
        padding-top: 0;
    }

    .container {
        max-width: 475px;
    }

    .logo {
        margin: 9px auto 11px;
        width: 231px;
    }

    .mobile-top {
        display: block;
        /*+box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.181);*/
        -moz-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.181);
        -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.181);
        box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.181);
    }

    header {
        position: relative;
        padding: 0;
    }

    .dhipromobile {
        display: block;
    }

    /*.dhiprologom {*/
    /*    display: block;*/
    /*}*/
    /*.sloganx {*/
    /*    display: block;*/
    /*}*/
    .dhiproweb {
        display: none;
    }

    .slogan {
        display: none;
    }

    .dhiprologow {
        display: none;
    }

    .dhiprologom .btn {
        width: 95%;
        margin: 20px auto;
        -moz-border-radius: 77px;
        -webkit-border-radius: 77px;
        -khtml-border-radius: 77px;
        border-radius: 77px;
    }

    header.mobile-header {
        background: url(../images/slider-begm.jpg?v1) center top no-repeat #405c67;
        position: relative;
        padding: 20px 0 20px;
        /*+border-radius: 0;*/
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
    }

    .vslider {
        width: 100%;
        overflow: hidden;
    }

    .sloganx {
        color: #ffffff;
        /*+border-radius: 0;*/
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        position: relative;
        padding: 10px;
        margin: 10px;
        background: rgba(0, 46, 65, 0.819);
        border-radius: 10px;
        border: 0px !important;
    }

    .sloganx .btn {
        max-width: 100%;
        margin: 20px auto;
        -moz-border-radius: 77px;
        -webkit-border-radius: 77px;
        -khtml-border-radius: 77px;
        border-radius: 77px;
    }

    .colbox {
        padding: 20px;
    }

    .sloganx h1 {
        font-size: 27px;
        text-align: center;
    }

    .sloganx h2 {
        font-size: 26px;
        font-weight: 400;
        line-height: 0;
        text-align: center;
    }

    .sloganx p {
        font-size: 14px;
        line-height: normal;
    }

    .video-holder {
        max-width: 100%;
        position: relative;
        margin: 10px;
        border-radius: 10px;
    }

    .video-holder img {
        /*+border-radius: 10px;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
    }

    .slick-prev:before,
    .slick-next:before {
        background-color: #002e40;
        padding: 14px 15px 14px 15px;
        font-size: 12px;
    }

    .slick-prev {
        left: 0;
        z-index: 5;
    }

    .slick-next {
        right: 0;
        z-index: 5;
    }

    .counter-holder {
        min-height: 100px;
        margin: 10px 10px 0 10px;
    }

    .counter-form {
        overflow: hidden;
    }

    header .form-container {
        /*+border-radius: 20px;*/
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        margin: 10px;
        margin-top: 0;
    }

    .counter-wrapper .counter-title {
        background: #054663;
        color: #fff;
        padding: 6px;
        /*+border-radius: 0;*/
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
    }

    .countdownContainer {
        background: #003349;
        position: relative;
        z-index: 3;
        display: block;
        text-align: center;
        padding: 11px;
        font-size: 24px;
        /*+box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);*/
        -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);
        -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.403);
    }

    .bg-clinic {
        background: url(../images/sct-begm.jpg?v2) 0 0 / cover fixed;
        color: #ffffff;
        max-width: 95%;
        /* float: right; */
        /*+box-shadow: none;*/
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        /*+border-radius: 0 70px 70px 0;*/
        -moz-border-radius: 0 70px 70px 0;
        -webkit-border-radius: 0 70px 70px 0;
        -khtml-border-radius: 0 70px 70px 0;
        border-radius: 0 70px 70px 0;
    }

    .bg-clinic a {
        display: none;
    }

    .clinic-container {
        display: unset !important;
    }

    .bg-clinic .dhilogow {
        display: unset !important;
    }

    .bg-clinic .dhilogow img {
        width: 200px;
    }

    #scrol {
        position: relative;
        margin-top: 31px;
    }

    footer .footer-head {
        margin: 32px 32px 32px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.369);
    }

    .before-after {
        margin: 0;
    }

    .comment {
        margin: 0;
    }

    .mobilewhatsapp {
        display: block;
        position: fixed;
        bottom: 1px;
        left: 10px;
        background: #25d366;
        color: #fff;
        z-index: 30;
        border-radius: 50px;
        padding: 5px;
        /*+box-shadow: 0 0 7px #000000;*/
        -moz-box-shadow: 0 0 7px #000000;
        -webkit-box-shadow: 0 0 7px #000000;
        box-shadow: 0 0 7px #000000;
    }

    .mobilewhatsapp:hover {
        background: #17af50;
        color: #ffffff;
    }

    .mobiletelegram {
        display: block;
        position: fixed;
        bottom: 71px;
        left: 10px;
        color: #fff;
        z-index: 30;
        border-radius: 50px;
        padding: 0;
        /*+box-shadow: 0 0 7px #000000;*/
        -moz-box-shadow: 0 0 7px #000000;
        -webkit-box-shadow: 0 0 7px #000000;
        box-shadow: 0 0 7px #000000;
        width: 60px;
    }
}

@media (max-width: 480px) {
    .fixed-top .countdown__time-left {
        width: 4.4rem;
    }

    .fixed-top .countdownContainer {
        width: 200px;
    }

    .counter-wrapper .counter-title {
        border-top-left-radius: 0;
    }
}

@media (max-width: 480px) {
    .sloganx, .dhiprologom {
        display: none;
    }

    .dhiprologom-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .dhiprologom-mobile img {
        width: 300px;
    }
}

br {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 100 !important;
    font-size: 10px !important;
}

/*YORUM*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

gs_list_box_container {
    border: solid 5px #dad8d7;
    box-sizing: border-box;
}

.gs_list_box_container * {
    box-sizing: border-box;
}

.gs_card_header {
    display: block;
    width: 100%;
    /* line-height: 60px; */
    /* height: 60px; */
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: solid 1px #ddd;
    padding: 10px 37px 10px 10px;
    position: relative;
}

.gs_card_body {
    display: none;
    padding: 10px 37px 10px 10px;
}

.gs_card_body p {
    background-color: #fff;
    color: #333;
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.gs_card_body a {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #000000;
    font-weight: 600;
}

.gs_card_body a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gs_card_body a:hover {
    background-color: #eee;
    color: #ee1d2e;
    border-bottom: 1px solid #ee1d2e;
}

.gs_card_arrow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAIVBMVEVHcEx4WgVVQAMcFQEeFgF3WARYQgNWQAN6YAMuJAFjSgD0PZHsAAAAC3RSTlMANsD7+jq6vSbyH6nxLOIAAABRSURBVCjPzc9BDoAwCETRAYq2vf+BFWOIkelaZ/lfWAB8ub7KY2NdB6QR0SZgcnUidy+SPWSn/RRLUZPnecqrp5QOeIia16fclPYQ3oE58ZMdOgEBCuqhN+oAAAAASUVORK5CYII=) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    right: 20px;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 16px;
}

.gs_active .gs_card_arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gs_active .gs_card_header {
    color: #16549C;
}

.gecmis-sorular-menu li a {
    font-size: 14px;
}

.copyright {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
        width: 100%;
    }
}

.colbox .box h2 {
    color: #16549C;
}

@media (max-width: 768px) {
    .sticy-form-area-mobile {
        display: block !important;
    }
}

.sticy-form-area-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    z-index: 997;
    background-color: #f5f5f5;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #131313;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0;
}