/*
Theme Name: willowbend
Theme URI: willowbend-dental.com
Author: willowbend
Author URI: willowbend
Description: willowbend
Version: 1.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: willowbend
Text Domain: willowbend

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* GLOBAL STYLING */
/* reset */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto;
    /* font-family: 'gilroy', sans-serif;*/
    font-family: 'gilroy', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .25px;
    scroll-behavior: smooth;
}

body {
    position: relative;
    right: auto;
    left: 0;
    overflow: hidden;
    counter-reset: item;
    font-size: 1.4rem;
    margin: 0;
    color: #100f11;
    text-rendering: optimizeLegibility;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

body.menu-open {
    position: relative;
    left: 260px;
    overflow: hidden;
    transition: 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

html,
body {
    background-color: #fff;
    background-repeat: repeat;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

[hidden] {
    display: none;
}

html,
button,
input,
select,
textarea {
    /*font-family: 'gilroy', sans-serif;*/
    font-family: 'gilroy', sans-serif;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

iframe {
    position: relative;
    display: block;
    border-style: none;
    border: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: normal;
    -webkit-appearance: none;
}

blockquote {
    margin: 0;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    color: #000;
    background: #ff0;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

menu,
ol,
ul {
    padding: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.svg img.svg {
    display: block;
}

img.svg {
    display: none;
}

.svg img.normal {
    display: none;
}

figure {
    margin: 0;
}

/* /reset */
/* grid */
.row {
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
}

.flex {
    font-size: 0;
    margin-right: -15px;
    margin-left: -15px;
}


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

.row:after {
    clear: both;
}

@media (max-width: 1020px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.row:before,
.row:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.row:after {
    clear: both;
}

.row>[class*='col_'] {
    display: inline-block;
    float: left;
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
}


.flex>[class*='col_'] {
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
}

.row_flex {
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
    margin-right: -5px;
    margin-left: -5px;
}

.row_flex>[class*='col_'] {
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
}


@media (max-width: 1020px) {
    .row>[class*='col_'] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.row>[class*='col_'].right {
    float: right;
}

.row.big-gutter {
    margin-left: -30px;
    margin-right: -30px;
}

@media (max-width: 1020px) {
    .row.big-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.row.big-gutter>[class*='col_'] {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1020px) {
    .row.big-gutter>[class*='col_'] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.row.small-gutter>[class*='col_'] {
    padding-left: 5px;
    padding-right: 5px;
}

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

.row.no-gutter>[class*='col_'] {
    padding-left: 0px;
    padding-right: 0px;
}

.col_10 {
    width: 10%;
}

.col_12 {
    width: 12.5%;
}

.col_14 {
    width: 14.28%;
}

.col_15 {
    width: 15%;
}

.col_16 {
    width: 16.66%;
}

.col_20 {
    width: 20%;
}

.col_25 {
    width: 25%;
}

.col_30 {
    width: 30%;
}

.col_33 {
    width: 33.33%;
}

.col_35 {
    width: 35%;
}

.col_40 {
    width: 40%;
}

.col_45 {
    width: 45%;
}

.col_50 {
    width: 50%;
}

.col_55 {
    width: 55%;
}

.col_60 {
    width: 60%;
}

.col_65 {
    width: 65%;
}

.col_66 {
    width: 66.66%;
}

.col_70 {
    width: 70%;
}

.col_75 {
    width: 75%;
}

.col_80 {
    width: 80%;
}

.col_100 {
    width: 100%;
}

.col_auto {
    width: auto;
}


.col_center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    max-width: 1380px;
}

.container:before,
.container:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.container:after {
    clear: both;
}


@media (max-width: 1024px) {
    .container {
        width: 90%;
    }
}

.centered-content {
    text-align: center;
}

.cell {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 10px;
}

.cell.parent {
    padding: 0;
}

.x1 {
    width: 8.33333%;
}

.x2 {
    width: 16.66667%;
}

.x3 {
    width: 25%;
}

.x4 {
    width: 33.33333%;
}

.x5 {
    width: 41.66667%;
}

.x6 {
    width: 50%;
}

.x67 {
    width: 55%;
}

.x65 {
    width: 45%;
}

.x7 {
    width: 58.33333%;
}

.x8 {
    width: 66.66667%;
}

.x9 {
    width: 75%;
}

.x10 {
    width: 83.33333%;
}

.x11 {
    width: 91.66667%;
}

.x12 {
    width: 100%;
}

.by2 {
    width: 50%;
}

.by3 {
    width: 33.33333%;
}

.by4 {
    width: 25%;
}

.by5 {
    width: 20%;
}

.by6 {
    width: 16.66667%;
}

.by7 {
    width: 14.28571%;
}

.by8 {
    width: 12.5%;
}

.by9 {
    width: 11.11111%;
}

.by10 {
    width: 10%;
}

.by11 {
    width: 9.09091%;
}

.by12 {
    width: 8.33333%;
}

.grid-sizer {
    width: 25%;
}

@media screen and (max-width: 480px) {
    .grid-sizer {
        width: 33.33333%;
    }
}

.clear:before,
.clear:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.clear:after {
    clear: both;
}

/* /grid */
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #100F11;
    font-family: 'gilroy', sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0;
}

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

h1 {
    color: #100F11;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 30px;
}

@media (max-width: 1020px) {
    h1 {
        font-size: 3.2rem;
        letter-spacing: normal;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2.7rem;
        margin-bottom: 15px;
    }
}

h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 2.9rem;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 2.7rem;
    }
}

h3 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 2.2rem;
    }
}

h4 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.8rem;
    }
}

h5 {
    font-size: 2rem;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.6rem;
        letter-spacing: normal;
    }
}

h6 {
    font-size: 1.5rem;
}

p,
a,
span,
label {
    /*font-family: 'gilroy', sans-serif;*/
    font-family: 'gilroy', sans-serif;
    margin: 0;
}

p p,
p a,
p span,
p label,
a p,
a a,
a span,
a label,
span p,
span a,
span span,
span label,
label p,
label a,
label span,
label label {
    font-size: 100%;
    margin: 0;
}

p {
    color: #100f11;
    /*font-family: 'gilroy', sans-serif;*/
    font-family: 'gilroy', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 18px;
}

li {
    color: #100f11;
    line-height: 1.6em;
    font-family: 'gilroy', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

/* @media (max-width: 767px) {
    p {
        font-size: 16px;
    }
} */

p a {
    color: #1ba5e1;
    text-decoration: none;
}

p a:hover {
    opacity: .75;
}

p i {
    font-style: italic;
}

p b {
    font-weight: 700;
}

.big-p p {
    /* font-family: 'gilroy', sans-serif;*/
    font-family: 'gilroy', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

@media screen and (max-width: 640px) {
    .big-p p {
        font-size: 16px;
        line-height: 30px;
    }
}

.small-p p {
    font-size: 14px;
    line-height: 24px;
}

.white-txt,
.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
    color: white;
}

.grey {
    background-color: #f9f9f9;
}

.black {
    background-color: #010101;
}

a {
    display: inline-block;
    color: #1B5080;
    text-decoration: none;
    margin: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a:hover {
    color: #64b5f6;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

strong {
    font-weight: 700;
}

b {
    font-weight: 700;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    margin: 40px 0;
}

@media screen and (max-width: 960px) {
    blockquote {
        padding: 5px 0 5px 15px;
        margin: 20px 0;
    }
}

blockquote:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    content: '';
    height: 100%;
    width: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #d7d7d7;
}

blockquote p {
    color: #333333;
    /*font-family: 'gilroy', sans-serif;*/
    font-family: 'gilroy', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

@media screen and (max-width: 767px) {
    blockquote p {
        font-size: 16px;
        line-height: 24px;
    }
}

ul li {
    font-size: 1.5rem;
}

li {
    list-style-type: none;
}

/* /typography */
/* tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    width: 100%;
}

table,
th,
td {
    vertical-align: top;
    line-height: 1;
    border-spacing: 0;
    border: 1px solid #999999;
    padding: 1em;
}

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

/* /tables */
/* buttons */
.red-btn {
    color: white;
    font-size: 16px;
    font-weight: 700;
    background: #ff0000;
    padding: 5px 10px;
    transition: all 0.4s;
}

.red-btn:hover {
    color: #fff;
    background: #db0000;
}

.search-btn {
    width: 53px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #727272;
    transition: all 0.4s;
}

.search-btn img {
    width: 20px;
    height: 21px;
}

.search-btn:hover {
    background: #606060;
}

@media (max-width: 1020px) {
    .search-btn {
        display: none;
    }
}

.reg-btn {
    color: #fff;
    width: 170px;
    height: 57px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 57px;
    text-align: center;
    background-color: #45b5b9;
    transition: all 0.4s;
}

.reg-btn:hover {
    color: #fff;
    background-color: #3b9c9f;
}

@media (max-width: 480px) {
    .reg-btn {
        width: 120px;
        height: 45px;
        font-size: 1.8rem;
        line-height: 45px;
    }
}

button {
    background-color: #ff0000;
    width: 178px;
    height: 53px;
    color: #fff;
    font-size: 2.2rem;
    font-family: 'gilroy', sans-serif;
    font-weight: 600;
    line-height: 53px;
    text-align: center;
    transition: all 0.4s;
}

button:hover {
    background-color: #db0000;
}

@media (max-width: 767px) {
    button {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}

/* /buttons */
/* forms */
.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

form {
    margin: 0;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

input[type="submit"] {
    background-color: #fff !important;
    color: #333 !important;
}

.no-touch button[type="submit"]:hover,
.no-touch input[type="submit"]:hover {
    background-color: #fff;
    color: #333;
}

.no-touch button[type="submit"]:hover i,
.no-touch input[type="submit"]:hover i {
    margin-left: 30px;
}

input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}

button,
input,
select,
textarea {
    vertical-align: baseline;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    border-style: none;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.btn,
input[type="submit"] {
    color: #fff;
    font-size: 1.6rem;
    background-color: #24669B;
    padding: 18px 28px 15px 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    font-family: 'gilroy', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.btn:hover,
input[type="submit"]:hover {
    background-color: #1b5584;
    color: #fff;
}

.btn.white-btn {
    background-color: #fff;
    color: #24669B;
}

.btn.white-btn:hover {
    background-color: #60778f;
    color: #ffffff;
}

/*
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label,
[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before,
[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #d7d7d7;
    background: white;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after {
    position: absolute;
    top: 12px;
    left: 4px;
    content: '';
    width: 8px;
    height: 8px;
    line-height: 0.8;
    transition: all .2s;
    background: #0096db;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after,
[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after,
[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    height: 46px;
    font-size: 1.4rem;
    box-shadow: 0px 0px 0px transparent;
    border: 1px solid #b5b8bc;
    border-radius: 2px;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 13px;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-family: 'gilroy', sans-serif;
    color: #212123;
}

textarea {
    height: 110px;
    line-height: normal;
    padding: 15px 17px;
    color: #000;
}

select {
    padding-right: 0;
}

label {
    display: block;
    color: #212123;
    font-size: 1.6rem;
    font-family: 'gilroy', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 7px;
}

label span {
    font-size: 1.2rem;
    margin-top: 8px;
}

.recaptcha {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #212123;
    font-size: 1.6rem;

    font-family: 'gilroy', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #212123;
    font-size: 1.6rem;

    font-family: 'gilroy', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #212123;
    font-size: 1.6rem;
    font-family: 'gilroy', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

:-ms-input-placeholder {
    color: #212123;
    font-size: 1.6rem;
    font-family: 'gilroy', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

.input-block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.input-block label {
    display: block;
}

/*.checkbox,
.radio {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/checkbox.png) no-repeat;
    clear: left;
    float: left;
    padding: 0 5px 0 0;
}

.radio {
    background: url(images/radio.png) no-repeat;
}*/

select.styled {
    width: 100% !important;
    height: 100% !important;
}

.checkbox-input {
    font-size: 1.4rem;
    font-weight: 300;
}

.checkbox-input span {
    margin-right: 10px;
}

.radio-input {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    margin-right: 40px;
}

.radio-input span {
    margin-right: 10px;
}

.select-block {
    position: relative;
}

.select-block .selectric-wrapper {
    background: #fff;
}

.select-block .selectric-wrapper .selectric span.label {
    height: 39px;
    color: #212123;
    font-size: 1.1rem;
    font-family: 'gilroy', sans-serif;

    line-height: 41px;
    text-transform: uppercase;
    padding: 0 30px;
}

.select-block .selectric-wrapper .selectric .select-button {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 13px;
    height: 8px;
    background-image: url(images/select-arrow2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
}

.select-block .selectric-wrapper .selectric-items ul li {
    padding: 7px 20px;
    color: #212123;
    font-size: 1.3rem;
    margin: 0;
    border: 0;
    border-top: 1px solid #c2c0c6;
}

.select-block .selectric-wrapper.white-select {
    border: 0;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    display: initial;
    width: auto;
    float: none;
    text-align: initial;
    font-size: inherit;
    line-height: normal;
    text-transform: none;
    padding: 0;
}

.styled-checkbox+label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    vertical-align: text-top;
    border: 2px solid #d1d3d4;
    background: #e6e7e8;
    margin-right: 10px;
}

.styled-checkbox:checked+label:before {
    color: #f73093;
}

.styled-checkbox:disabled+label {
    cursor: auto;
    color: #b8b8b8;
}

.styled-checkbox:disabled+label:before {
    background: #ddd;
    box-shadow: none;
}

.styled-checkbox:checked+label:after {
    position: absolute;
    top: 9px;
    left: 5px;
    width: 2px;
    height: 2px;
    content: '';
    background: #f73093;
    box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
    transform: rotate(45deg);
}

.default-form .input-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.default-form .input-block label {
    display: inline-block;
    float: left;
    width: 110px;
    text-align: right;
    line-height: 46px;
    padding-right: 23px;
    margin: 0;
}

@media (max-width: 767px) {
    .default-form .input-block label {
        width: 100%;
        text-align: left;
        line-height: normal;
        padding-right: 15px;
        margin-bottom: 5px;
    }
}

.default-form .input-block input[type="text"],
.default-form .input-block input[type="email"],
.default-form .input-block input[type="password"],
.default-form .input-block input[type="search"],
.default-form .input-block input[type="tel"],
.default-form .input-block input[type="url"],
.default-form .input-block input[type="number"],
.default-form .input-block input[type="date"],
.default-form .input-block input[type="time"],
.default-form .input-block input[type="datetime"],
.default-form .input-block input[type="datetime-local"],
.default-form .input-block input[type="week"],
.default-form .input-block input[type="month"],
.default-form .input-block textarea,
.default-form .input-block select,
.default-form .input-block .selectize-input {
    display: inline-block;
    float: left;
    width: calc(100% - 110px);
}

@media (max-width: 767px) {

    .default-form .input-block input[type="text"],
    .default-form .input-block input[type="email"],
    .default-form .input-block input[type="password"],
    .default-form .input-block input[type="search"],
    .default-form .input-block input[type="tel"],
    .default-form .input-block input[type="url"],
    .default-form .input-block input[type="number"],
    .default-form .input-block input[type="date"],
    .default-form .input-block input[type="time"],
    .default-form .input-block input[type="datetime"],
    .default-form .input-block input[type="datetime-local"],
    .default-form .input-block input[type="week"],
    .default-form .input-block input[type="month"],
    .default-form .input-block textarea,
    .default-form .input-block select,
    .default-form .input-block .selectize-input {
        width: 100%;
    }
}

*:focus {
    outline: none !important;
}

/* /forms */
/* utilities */
.p-t-xxl {
    padding-top: 120px;
}

@media screen and (max-width: 960px) {
    .p-t-xxl {
        padding-top: 50px;
    }
}

.p-t-xl {
    padding-top: 70px;
}

@media screen and (max-width: 960px) {
    .p-t-xl {
        padding-top: 50px;
    }
}

.p-b-xl {
    padding-bottom: 70px;
}

@media screen and (max-width: 960px) {
    .p-b-xl {
        padding-bottom: 50px;
    }
}

.p-b-xxl {
    padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
    .p-b-xxl {
        padding-bottom: 60px;
    }
}

.p-v-xxl {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
    .p-v-xxl {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.p-v-xl {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media screen and (max-width: 960px) {
    .p-v-xl {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.p-v-lm {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .p-v-lm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.p-v-ml {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
    .p-v-ml {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.p-l-ml {
    padding-left: 25px;
}

.p-r-ml {
    padding-right: 25px;
}

.p-l-lm {
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .p-l-lm {
        padding-left: 30px;
    }
}

@media screen and (max-width: 700px) {
    .p-l-lm {
        padding-left: 0;
    }
}

.p-r-lm {
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    .p-r-lm {
        padding-right: 30px;
    }
}

@media screen and (max-width: 700px) {
    .p-r-lm {
        padding-right: 0;
    }
}

.p-t-m {
    padding-top: 20px;
}

.p-m {
    padding: 20px;
}

.m-v-xxl {
    margin-top: 120px;
    margin-bottom: 120px;
}

@media screen and (max-width: 960px) {
    .m-v-xxl {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.m-v-xl {
    margin-top: 70px;
    margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
    .m-v-xl {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .m-v-xl {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.m-v-lm {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .m-v-lm {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.m-v-l {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .m-v-l {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.m-v-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
    .m-v-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

.m-b-70 {
    margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
    .m-b-70 {
        margin-bottom: 70px;
    }
}

.m-t-xxl {
    margin-top: 120px;
}

@media screen and (max-width: 960px) {
    .m-t-xxl {
        margin-top: 60px;
    }
}

.m-t-100 {
    margin-top: 100px;
}

@media screen and (max-width: 960px) {
    .m-t-100 {
        margin-top: 60px;
    }
}

.m-t-xl {
    margin-top: 70px;
}

@media screen and (max-width: 960px) {
    .m-t-xl {
        margin-top: 50px;
    }
}

.m-b-xl {
    margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
    .m-b-xl {
        margin-bottom: 30px;
    }
}

.m-b-xxl {
    margin-bottom: 120px;
}

@media screen and (max-width: 960px) {
    .m-b-xxl {
        margin-bottom: 60px;
    }
}

.m-t-lm {
    margin-top: 50px;
}

@media screen and (max-width: 960px) {
    .m-t-lm {
        margin-top: 30px;
    }
}

.m-b-lm {
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .m-b-lm {
        margin-bottom: 30px;
    }
}

.m-t-l {
    margin-top: 30px;
}

@media screen and (max-width: 960px) {
    .m-t-l {
        margin-top: 20px;
    }
}

.m-t-m {
    margin-top: 20px;
}

.m-b-m {
    margin-bottom: 20px;
}

.m-b-l {
    margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
    .m-b-l {
        margin-bottom: 20px;
    }
}

.m-t-0 {
    margin-top: 0;
}

.m-0 {
    margin: 0;
}

.m-0 a,
.m-0 p {
    margin: 0;
}

.a-tdu {
    text-decoration: underline;
}

.ovh:before,
.ovh:after {
    display: table;
    content: "";
    height: 0;
    visibility: hidden;
}

.ovh:after {
    clear: both;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.ttu {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.aligncenter {
    display: block;
    /*display: inline-block;*/
    clear: both;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media (max-width: 768px) {

    .alignleft,
    .alignright,
    .aligncenter {
        display: block;
        float: none;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
    }
}

.mobile-only {
    display: none !important;
}

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

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

.right {
    float: right;
}

.left {
    float: left;
}

.t-right {
    display: table;
    margin: 0 0 0 auto;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden !important;
}

.floating-objects {
    clear: both;
    zoom: 1;
}

.floating-objects:after,
.floating-objects:before {
    display: table;
    content: "";
}

.floating-objects:after {
    clear: both;
}

.mm-menu {
    background: #fbfbfb;
}

.fancybox-slider-wrap .fancybox-close-small {
    min-width: 0;
    line-height: normal;
    padding: 0;
}

.fancybox-slider-wrap .fancybox-close-small:hover {
    background: none;
}

.fancybox-close-small {
    display: none;
}

.fancybox-slide>* {
    background: none;
    padding: 0;
}

.fancybox-slide .popup-wrapper h3 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}

.fancybox-slide .popup-wrapper .popup-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 30px 35px;
}

.fancybox-slide .popup-wrapper .popup-content h6 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.fancybox-slide .popup-wrapper .popup-content p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 20px;
}

.fancybox-slide .popup-wrapper .popup-content form .input-block {
    margin-bottom: 15px;
}

.fancybox-slide .popup-wrapper .popup-content form p {
    margin-bottom: 10px;
}

.fancybox-slide .popup-wrapper .popup-content form .button {
    width: 100%;
    margin-bottom: 10px;
}

.fancybox-bg {
    background: #000;
}

.fancybox-container--ready .fancybox-bg {
    opacity: .8;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls button {
    min-width: 0;
}

.picker__holder {
    min-width: 350px;
}

.picker__holder .picker__button--today,
.picker__holder .picker__button--clear,
.picker__holder .picker__button--close {
    min-width: 0;
    height: auto;
    color: #212123;
    /* font-family: 'gilroy', sans-serif;*/
    font-family: 'gilroy', sans-serif;
    line-height: normal;
}

.picker--opened .picker__holder {
    border: 0;
    outline: 0;
}

.hamburger .hamburger-box {
    top: 0;
    width: 24px;
    height: 100%;
}

.hamburger .hamburger-box .hamburger-inner {
    width: 100%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #212123;
}

.hamburger .hamburger-box .hamburger-inner:before,
.hamburger .hamburger-box .hamburger-inner:after {
    width: 100%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #212123;
}

.hamburger .hamburger-box .hamburger-inner:before {
    top: -8px;
}

.hamburger .hamburger-box .hamburger-inner:after {
    bottom: -8px;
}

.hamburger.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
}

.hamburger.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
}

.mm-opened .hamburger.hamburger--squeeze .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
}

.mm-opened .hamburger.hamburger--squeeze .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
}

.mm-opened .hamburger.hamburger--squeeze .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slider .slick-slide {
    outline: 0;
    border: 0;
}



@media (max-width: 767px) {
    .slick-slider .slick-dots {
        bottom: 20px;
    }
}

.slick-dots li {
    height: 3px;
}

.slick-slider .slick-dots li {
    margin: 0 10px;
}

.slick-slider .slick-dots li button {
    min-width: 0;
    width: 14px;
    height: 2px;
    padding: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #3B3B3B;
    box-shadow: none;
}

.slick-slider .slick-dots li button:before {
    display: none;
}

.slick-slider .slick-dots li.slick-active button {
    background: #0FD8B0;
    width: 20px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    min-width: 0;
    width: 22px;
    height: 43px;
    background-image: url(images/controls.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-shadow: none;
    z-index: 999;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    display: none;
}

.slick-slider .slick-prev {
    left: 7%;
}

@media (max-width: 1240px) {
    .slick-slider .slick-prev {
        left: 30px;
    }
}

.slick-slider .slick-next {
    right: 7%;
    background-position: -22px 0;
}

@media (max-width: 1240px) {
    .slick-slider .slick-next {
        right: 30px;
    }
}

.sep {
    display: block;
    width: 100%;
    height: 1px;
    background: #d8d8db;
    clear: both;
    margin-top: 50px;
    margin-bottom: 30px;
}

.sep:before,
.sep:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.sep:after {
    clear: both;
}

.tabs-wrapper .tab-wrapper .tab {
    display: none;
}

.tabs-wrapper .tab-wrapper .tab.active {
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .sprite:before {
        background-image: url(images/png/sprite2X.png);
        background-size: 200px 200px;
    }
}

.sprite {
    position: relative;
}

.sprite:before {
    position: absolute;
    left: 0;
    top: 0px;
    width: 21px;
    height: 21px;
    content: "";
    background-image: url(images/png/sprite.png);
}

.accordion-wrapper .accordion-item {
    border-bottom: 1px solid #d8d8db;
}

.accordion-wrapper .accordion-item .accordion-header {
    cursor: pointer;
    position: relative;
    padding: 10px 10px 10px 27px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.accordion-wrapper .accordion-item .accordion-header:before {
    position: absolute;
    left: 10px;
    top: 16px;
    content: "";
    width: 8px;
    height: 6px;
    background-image: url(images/accordion-arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.accordion-wrapper .accordion-item .accordion-header h6 {
    font-size: 1.6rem;
    font-family: 'gilroy', sans-serif;
    font-weight: 600;
    margin: 0;
}

.accordion-wrapper .accordion-item .accordion-hidden-content {
    max-height: 0;
    overflow: hidden;
    margin-top: 5px;
    transition: max-height 0.3s ease-out;
}

.accordion-wrapper .accordion-item .accordion-hidden-content p {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .accordion-wrapper .accordion-item .accordion-hidden-content p {
        margin-left: 0;
    }
}

.accordion-wrapper .accordion-item.active .accordion-header:before {
    background-position: 0 -6px;
}

.accordion-wrapper .accordion-item.active .accordion-hidden-content {
    max-height: 700px;
    transition: max-height 0.4s ease-in;
}

.mb {
    margin-bottom: 25px;
}

.small-mb {
    margin-bottom: 15px;
}

.mt {
    margin-top: 60px;
}

.small-mt {
    margin-top: 40px;
}

.no-mb {
    margin-bottom: 0;
}

@media (max-width: 1020px) {
    .mobile-mb {
        margin-bottom: 25px;
    }
}

.greyscale {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}


label {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.3rem;
}




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

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}



/* HOME PAGE */


/* CONTACT PAGE */
.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

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

.header-top {
    padding: 20px 0;
}

.header-top .social {
    display: none;
}

.header-bottom {
    background-color: #8d6930b0;
    /* background-color: #22b25f; */
    /* 258678 */
}

.main-logo-box img {
    max-width: 240px;
    width: auto;
    height: auto;
}

.header .header-bottom .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.header .header-bottom .menu>li {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.header .header-bottom .menu li a {
    padding: 20px 5px;
    color: #fff;
    font-size: 15px;
    font-family: 'gilroy', sans-serif;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    letter-spacing: 2px;
}

.header .header-bottom .menu>li.menu-item-has-children>a:after {
    content: "\f107";
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.header .header-bottom .menu ul.sub-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 2px;
    width: 265px;
    background-color: #1B5080;
    display: none;
    z-index: 22;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.15);
}

.header .header-bottom .menu ul.sub-menu li {
    border-bottom: 1px solid #163a5c;
}


.header .header-bottom .menu ul.sub-menu li:first-child {
    border-top: 1px solid #163a5c;
}

.header .header-bottom .menu ul.sub-menu li:last-child {
    border-bottom: none;
}

.header .header-bottom .menu ul.sub-menu a {
    padding: 12px 21px;
}

.header .header-bottom .menu a:hover {
    opacity: 0.6;
}

.header .header-bottom .menu .sub-menu .current-menu-item>a,
.header .header-bottom .menu .sub-menu a:hover {
    opacity: 1;
    background: #247199;
}

.header .header-bottom .menu li:hover .sub-menu {
    display: block;
}

.main_hero .cover {
    height: 850px;
}

.social_info .social_info_block,
.social_info .social_info_block .contact_item2 {
    padding-right: 15px;
}

.social_info .social_info_block .contact_item {
    padding-left: 30px;
}

.social_info .social_info_block .contact_item a {
    font-size: 15px;
    color: #100F11;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 46px;
}

.social_info .social_info_block .contact_item a:hover {
    color: #258678;
}

.social_info .social_info_block .contact_item a:before {
    content: "";
    width: 44px;
    height: 44px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px;
    position: absolute;
    top: -7px;
    left: 0;
}

.social_info .social_info_block .contact_item.address a:before {
    /* background-size: 25px; */
    /* background-image: url(images/address.svg); */
}

.social_info .social_info_block .contact_item.phone a:before {
    /* background-image: url(images/phone.svg); */
    /* top: -18px; */
}

/*footer*/

.footer .footer-1 {
    padding: 70px 0;
    text-align: center;
    background: #f5f5f5;
}

.footer .footer-1 a,
.footer .footer-1 i {
    color: #258678;
}

.footer .footer-2 {
    background-color: #8d6930b0;
    padding: 20px 0;
}

.footer .footer-2 p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.footer .footer-2 .copyright_info {
    text-align: right;
}

.footer .footer-1 .color_logo {
    margin-bottom: 35px;
}

.footer .footer-1 .menu_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .footer-1 .menu_box li {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer .footer-1 .menu_box li a {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about {
    background-color: #8d6930ed;
    position: relative;
    overflow: hidden;
}

.about:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+50,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.no-relative {
    position: initial;
}

.about .box_img .wrap-image {
    position: absolute;
    left: 0;
    /*top: 0;*/
	bottom: 0;
    width: auto;
    max-width: 50%;
    height: 100%;
	max-height: 90%;
}

.about .box_img .wrap-image img {
    /*width: auto;*/
    height: 100%;
	object-fit: cover;
}

.about .box_text {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    z-index: 2;
}


.about .box_text .btn {
    margin-top: 20px;
    border-radius: 5px;
}


.full-services {
    padding: 10px 10px 0 10px;
}

.single_service_box {
    padding-bottom: 10px;
}

.full-services .single_service {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 317px;
    position: relative;
}

.full-services .single_service:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0.45);
}

.full-services .single_service:hover:before {
    background: rgba(0, 0, 0, 0.65);
}

.full-services .single_service span,
.full-services .single_service h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}



.fix-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #258678;
    color: #fff;
    padding: 12px 30px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 1px 15px rgb(35 113 153);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    box-shadow: 0px -11px 20px 0px rgb(173 173 173 / 57%);
    -webkit-box-shadow: 0px 0px 13px 0px rgb(173 173 173 / 57%);
    -moz-box-shadow: 0px 0px 13px 0px rgb(173 173 173 / 57%);
    box-shadow: 0px 0px 13px 0px rgb(173 173 173 / 57%);
}

.fix-button:hover {
    background-color: #258678;
    box-shadow: 0 1px 15px rgb(41 146 181);
}

.fix-button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    vertical-align: top;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}

.fix-button a:before {
    content: "\f879";
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-size: 19px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    left: -10px;
    top: 4px;
}

.fix-button .note {
    margin-bottom: 0;
    line-height: 1em;
    margin-top: 4px;
    color: #fff;
    text-align: center;

    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.tohidedesktop {
    display: none;
}



.hamburger-menu {
    position: relative;
    width: 25px;
    height: 17px;
    top: 9px;
    margin-left: 20px;
}

.button-menu-line {
    position: absolute;
    left: 0;
    display: block;
    height: 2px;
    width: 25px;
    background-color: #083457;
    /*background-color: #000;*/
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.button-menu-line.button-menu-line--1 {
    top: 0;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line.button-menu-line--2 {
    top: 7px;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line.button-menu-line--3 {
    top: 14px;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.mm-wrapper_opened .tohidedesktop {
    display: block !important;
}

.mm-wrapper_opened .tohidedesktop .menu {
    margin-top: 0;
}

.mm-wrapper_opened .button-menu-line--1 {
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
}

.mm-wrapper_opened .button-menu-line--2 {
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
}

.mm-wrapper_opened .button-menu-line--3 {
    opacity: 0;
}

nav#mobile-menu {
    z-index: 999999;
}

.mm-listitem:after {
    left: 0;
}

.mm-navbar__title {
    color: #fff !important;
}

.mm-navbar a img {
	height: auto;
}

.mm-btn:after,
.mm-btn:before {
    border-color: rgba(255, 255, 255, 0.64);
}

.mm-panels>.mm-panel {
    background: #f5f5f5;
}

.mm-panels>.mm-panel ul li a {
    font-weight: 500;
    color: #258678;
}

.mm-menu .mm-navbars_top {
    background: #f5f5f5;
}

.mm-menu .mm-navbars_top .mm-navbar {
    display: inherit;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.mm-menu .mm-navbars_top .mm-navbar img {
    width: 120px;
}

.mm-menu .mm-navbar {
    background: #f5f5f5;
}

.mm-menu .mm-navbars_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.03);
}

.mm-menu .mm-navbars_bottom .mm-navbar {
    display: inherit;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mm-menu .mm-navbars_bottom .mm-navbar a {
    color: #fff;
    margin: 5px 10px;
    font-size: 1.8rem;
}

.mm-menu .mm-navbars_bottom .mm-navbar a:hover {
    color: #083457;
}

.mm-menu .logo_link {
    display: block;
    margin: 0 auto;
}


.padd_sec {
    padding: 90px 0;
}

.contact_section .contact-box .box_map iframe {
    height: 631px;
    width: 100%;
}

.contact_section .contact-box {
    padding-top: 100px;
}

.box-forms {
    padding-top: 30px;
}

.contact_section .contact-box .box_contact .wrapp_contact {
    background-color: #F3F6F8;
    padding: 40px 30px;
}

.contact_section .contact-box .about-note {
    background: #258678;
    color: #fff;
    padding: 13px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_section .contact-box .about-note a {
    color: #fff;
}

.contact_section .contact-box .about-note a:hover {
    text-decoration: underline;
}

.large_title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3em;
}

.contact_section .contact-box .large_title {
    text-align: center;
    margin-bottom: 0;
}


.contact_section .contact-box .company_name {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 40px;
}

.contact_section .wrapp_hours .block-day {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
    padding-top: 7px;
}

.contact_section .wrapp_hours .block-day .block-day-left {
    color: #6A6B6D;
    font-weight: 500;
    font-size: 15px
}

.contact_section .wrapp_hours .block-day .block-day-right {
    color: #6A6B6D;
    font-weight: 700;
    font-size: 15px;
}

.contact_section .block-hours {
    margin-bottom: 15px;
}

.contact_section .wrapp_hours {
    padding-top: 10px;
}


.contact_section .block-call {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}

.contact_section .block-call a {
    color: #100F11;
}

.contact_section .block-call a:hover {
    color: #24669B
}

.contact_section .block-call:before {
    content: "";
    width: 36px;
    height: 44px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
    position: absolute;
    /* top: -7px; */
    left: 0;
    background-image: url(images/phone.svg);
    top: -18px;
}

.contact_section .block-call.block-map:before {
    background-size: 25px;
    background-image: url(images/address.svg);
    top: -11px;
}

.big_title {
    font-size: 70px;
    font-weight: 800;
}


.shadow {
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.15);
}

.box-forms .box_contact .wrapp_contact {
    padding: 40px 30px;
    height: 100%;
}

.wrapp_contact.blue {
    background-color: #258678;
}

.wrapp_contact input[type="submit"] {
    font-weight: 700;
}

.wrapp_contact.gray_box {
    background-color: #8d6930b0;
}

.big_textarea textarea {
    height: 190px;
}

.wrapp_contact.blue input[type="submit"] {
    background: #fff;
    color: #333;
}

.wrapp_contact.blue input[type="submit"]:hover {
    background: #ffffff;
    color: #333;
}

.large_text {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 11px;
    margin-top: 10px;
}

body .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}


body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
    background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
    background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
    background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
    background: #ffb900;
}


.section_tech {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_tech::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#073457+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(141, 105, 48, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(141, 105, 48, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(141, 105, 48, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#073457', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */

}

.section_tech h2 {
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 30px;
}

.section_tech p {
    font-size: 18px;
}


.section_tech .wrap-btn {
    padding-top: 20px;
}

.section_slider .slider_gall {
    height: 920px;
    overflow: hidden;
}

.section_slider .slider_gall .single_slide {
    height: 920px;
}

.section_slider .slider_gall .single_slide::before {
    content: "";
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+1,0+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.81+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    opacity: 0.75;
}

.section_slider .text_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.section_slider .text_slider .big_title {
    margin-bottom: 50px;
}

.section_slider .text_slider p {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.3em;
}

.section_slider .slick-slider .slick-prev,
.section_slider .slick-slider .slick-next {
    width: 61px;
    height: 61px;
    border-radius: 500px;
    background: none;
    border: 2px solid #fff;
}

.section_slider .slick-slider .slick-prev i,
.section_slider .slick-slider .slick-next i {
    font-size: 17px;
    color: #fff;
}

.section_slider .slick-slider .slick-prev:hover,
.section_slider .slick-slider .slick-next:hover {
    background-color: #24669B;
    border-color: #24669B;
}

.section_slider .slick-slider .slick-prev {
    left: auto;
    right: calc((100% - 1380px + 160px)/2);
    bottom: 50px;
    top: auto;
}

.section_slider .slick-slider .slick-next {
    left: auto;
    right: calc((100% - 1380px)/2);
    bottom: 50px;
    top: auto;
}

.section_slider .current_status {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    bottom: 2px;
    left: 0;
}

.section_slider .container {
    height: 100%;
}

.tabs_section {
    background-color: #fff;
}

.tabs_blocks li a {
    background-color: #8d6930b0;
    /*#B7B9B9;*/
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    width: 100%;
    padding: 17px 20px 15px 20px;
    padding-right: 50px;
    position: relative;
}

.tabs_blocks li a:after {
    content: "";
    width: 32px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
    background-repeat: no-repeat;
    background-image: url(images/arrow-right.svg);
    background-position: center;
    background-size: contain;
    opacity: 0;
}

.tabs_blocks li a:hover,
.tabs_blocks li a.active {
    background-color: #8d6930ed;
    color: #fff;
}

.tabs_blocks li a:hover:after,
.tabs_blocks li a.active:after {
    opacity: 1;
}

.tabs_section .tab_content {
    background: #Fff;
    border-top: 1px solid #C2CAD1;
    padding: 40px;
    display: none;
    width: 98%;
    margin-left: auto;
}

.tabs_section .tab_content.active {
    display: block;
}

.tab_content .wrapp_button {
    padding-top: 30px;
}

.tabs_section .section_intro {
    padding-bottom: 30px;
}

.middle_text {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_section_page.contact_section .contact-box {
    padding-top: 0 !important;
}

.to-right input[type="submit"] {
    float: right;
}

.box_contact_iframe iframe {
    width: 100%;
    height: 400px;
}

.sidebar .box_contact {
    padding: 40px 30px;
    background-color: #258678;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.sidebar .box_contact input[type="submit"] {
    background: #000;
    width: 100%;
    color: #fff;
}

.section_bottom {
    padding-bottom: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.with-border {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

.section_bottom.with-border:last-of-type {
    border-bottom: none;
}


.simple_slider .slider_block:not(.slick-slider) {
    height: 500px;
    overflow: hidden;
}

.simple_slider .cover {
    height: 500px;
    width: 100%;
}

.simple_slider .slick-slider .slick-prev,
.simple_slider .slick-slider .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    background: none;
    border: 2px solid #fff;
    opacity: 0.5;
}

.simple_slider .slick-slider .slick-prev i,
.simple_slider .slick-slider .slick-next i {
    font-size: 17px;
    color: #fff;
}

.simple_slider .slick-slider .slick-prev:hover,
.simple_slider .slick-slider .slick-next:hover {
    background-color: #24669B;
    border-color: #24669B;
    opacity: 1;
}

.simple_slider .slick-slider .slick-prev {
    left: 3%;
}

.simple_slider .slick-slider .slick-next {
    right: 3%;
}

.general_content ol li {
    list-style: bullet;
    display: list-item;
    list-style-position: inside;
    margin-bottom: 10px;
}


.general_content ul li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    margin-bottom: 10px;
}

.wrap-list .item {
    margin-bottom: 20px;
}

.wrap-list .item .icon {
    width: 150px;
}

.wrap-list .item .icon a {
    width: 130px;
    height: 130px;
    border-radius: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background-color: #25669b;
    display: inline-block;
}

.wrap-list .item .icon a:hover {
    background-color: #64b5f6;
}

.wrap-list .item .text {
    width: calc(100% - 150px);
}

.error-page {
    text-align: center;
    padding: 200px 0;
}

.error-page img {
    max-width: 100px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.selectric {
    height: 46px;
    font-size: 1.4rem;
    box-shadow: 0px 0px 0px transparent;
    border: 1px solid #b5b8bc;
    border-radius: 2px;
    background-color: #fff;
    font-family: 'gilroy', sans-serif;
    color: #212123;
    margin-bottom: 13px;
    position: relative;
    font-weight: 500;
    ;
}

.selectric .label {
    font-family: 'gilroy', sans-serif;
    color: #212123;
    font-size: 15px;
    line-height: 46px;
    padding: 0 15px;
}

.selectric .select-button {
    color: #212123;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 46px;
    padding: 0 10px;
}

.selectric-items li {
    font-family: 'gilroy', sans-serif;
    color: #212123 !important;
    font-size: 14px;
    background-color: #fff;
}

.insurance-list {
    padding-top: 20px;
}

.insurance-list .icon_element {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.insurance-list .icon_element .white-icon {
    width: 100%;
    background: #fff;
    height: 120px;
    margin: 8px auto;
    padding: 18px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}

.insurance-list .icon_element .white-icon img {
    position: relative;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    /* max-height: 37px; */
    width: auto;
    height: auto;
    max-height: 69px;
}

.section_general {
    background: #083659;
}

.section_services .padd_sec {
    padding-bottom: 55px;
}

body .picker__select--month,
body .picker__select--year {
    padding-top: 0;
    padding-bottom: 0;
}

.box_reviews {
    padding: 30px;
}

.box_reviews .title_widget {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}

.sidebar .box_contact {
    margin-bottom: 35px;
}

.box_reviews iframe {
    margin-left: -10px;
}

.header-note {
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 1650px) {
    .about .box_text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_slider .slider_gall {
        height: 800px;
    }

    .section_slider .slider_gall .single_slide {
        height: 800px;
    }

    .section_slider .text_slider p {
        font-size: 23px;
    }

    .section_slider .text_slider .big_title {
        margin-bottom: 30px;
    }

    .section_slider .slick-slider .slick-prev,
    .section_slider .slick-slider .slick-next {
        width: 50px;
        height: 50px;
    }

    .section_slider .slick-slider .slick-prev i,
    .section_slider .slick-slider .slick-next i {
        font-size: 15px;
    }

    .section_slider .slick-slider .slick-next {
        right: 5%;
    }

    .section_slider .slick-slider .slick-prev {
        right: calc(5% + 70px);
    }

    .section_slider .current_status {
        font-size: 21px;
        bottom: -6px;
    }
}

@media (max-width: 1450px) {
    .about .box_text {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .about .box_text h1 {
        font-size: 35px;
        margin-bottom: 19px;
    }

    .about .box_img .wrap-image {
        height: auto;
        top: auto;
        bottom: 0;
    }

    .about .box_text .btn {
        margin-top: 10px;
    }

    .large_title {
        font-size: 25px;
    }

    .contact_section .contact-box .company_name {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .contact_section .contact-box .box_map iframe {
        height: 604px;
    }

    .contact_section .contact-box {
        padding-top: 70px;
    }

    .contact_section .box-forms {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 0;
    }

    .contact_section .box-forms .col_33 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .big_title,
    .section_tech h2 {
        font-size: 50px;
    }

    .section_tech {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .section_slider .slider_gall {
        height: 700px;
    }

    .section_slider .slider_gall .single_slide {
        height: 700px;
    }

    .section_slider .text_slider p {
        font-size: 21px;
    }

    .tabs_blocks li a {
        font-size: 18px;
    }

    .section_services .padd_sec {
        padding-bottom: 35px;
    }

}

@media (max-width: 1200px) {
    .main_hero .cover {
        height: 550px;
    }

    .full-services .single_service {
        height: 280px;
    }

    .about .box_text h1 {
        font-size: 30px;
    }

    .about .box_text {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .padd_sec {
        padding: 50px 0;
    }

    .contact-box .box_contact {
        width: 40%;
    }

    .contact-box .box_map {
        width: 60%;
    }

    .contact_section .box-forms .col_33 {
        width: 40%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section_tech {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section_tech p {
        font-size: 15px;
    }

    .section_slider .text_slider {
        padding: 70px 0;
    }

    .section_slider .slider_gall {
        height: 600px;
    }

    .section_slider .slider_gall .single_slide {
        height: 600px;
    }

    .tabs_blocks li a {
        font-size: 16px;
    }

    .tabs_blocks li a:after {
        top: 18px;
    }

    .tabs_section .tabs_blocks {
        width: 30%;
    }

    .tabs_section .tabs_content {
        width: 70%;
    }

    .contact_section_page .inner_page {
        width: 60%;
    }

    .simple_slider .slider_block:not(.slick-slider),
    .simple_slider .cover {
        height: 400px;

    }

    .header .header-bottom .menu>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-logo-box img {
        max-width: 205px;
    }

    .section_insurance .general_content {
        width: 80%;
    }

    .insurance-list .icon_element {
        width: 25%;
    }

    .header-note {
    font-size: 14px;
}

}

@media (max-width: 1120px) {
    .header .header-bottom .menu>li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header .header-bottom .menu li a {
        padding: 15px 5px;
        font-size: 14px;
    }
}


@media (max-width: 1020px) {
	.section_services .col_50:last-child {
		width: 100%;
	}
	
    .footer .footer-2 .col_50 {
        width: 100%;
        text-align: center;
    }

    .footer .footer-2 .copyright_info {
        text-align: center;
    }

    .footer .footer-2 p {
        font-size: 12px;
    }

    .footer .footer-1 .menu_box li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .footer-1 .color_logo {
        margin-bottom: 25px;
    }

    .footer .footer-1 .menu_box li a {
        font-size: 14px;
    }

    .footer .footer-1 .color_logo {
        margin-bottom: 25px;
    }

    .footer .footer-1 {
        padding: 50px 0;
    }

    .main-logo-box img {
        max-width: 175px;
    }

    .social_info .social_info_block .contact_item a {
        font-size: 13px;
    }

    .social_info .social_info_block .contact_item {
        padding-left: 22px;
    }

    .social_info .social_info_block .contact_item a:before {
        width: 36px;
        height: 44px;
    }

    .header .header-bottom .menu li a {
        font-size: 13px;
    }

    .header-top {
        padding: 7px 0;
    }

    .mobile-menu {
        display: block;
    }

    .header-top {
        border-bottom: 1px solid #dfdfdf;
    }

    .header-bottom {
        display: none
    }

    .main_hero .cover {
        height: 450px;
    }

    .single_service_box {
        width: 50%;
    }

    .full-services .single_service {
        height: 250px;

    }

    .full-services .single_service span,
    .full-services .single_service h2 {
        font-size: 25px;
    }

    /*   .about .box_img {
       display: none;
   }*/

    .about .box_img {
        width: 100%;
    }

    .about .box_img .wrap-image {
        position: relative;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .about .box_img .wrap-image img {

        max-width: 350px;
        margin-bottom: -20px;
        margin-top: 15px;
        height: auto !important;
    }

    .about .box_text {
        width: 100%;
        text-align: center;
    }

    .about:before {
        content: none;
    }

    .contact-box .box_contact {
        width: 45%;
    }

    .contact-box .box_map {
        width: 55%;
    }

    .contact_section .contact-box {
        padding-top: 50px;
    }

    .contact_section .box-forms .col_33 {
        width: 50%;
    }

    .big_title {
        font-size: 40px;
        margin-bottom: 0;
    }

    .section_tech h2 {
        font-size: 40px;
    }

    .section_tech .general_content {
        width: 100%;
        text-align: center;
    }

    .section_tech::before {
        background: #8d6930b0;
        opacity: 0.9;
    }

    .section_tech h2 {
        margin-bottom: 20px;
    }

    .section_tech .wrap-btn {
        padding-top: 10px;
    }

    .section_slider .text_slider .slider_text {
        width: 100%;
        text-align: center;
    }

    .section_slider .text_slider {
        padding: 60px 0;
    }

    .section_slider .text_slider p {
        font-size: 20px;
        font-weight: 700;
    }

    .section_slider .slick-slider .slick-prev,
    .section_slider .slick-slider .slick-next {
        bottom: 25px;
    }

    .section_slider .slider_gall {
        height: 500px;
    }

    .section_slider .slider_gall .single_slide {
        height: 500px;
    }

    .section_slider .slider_gall .single_slide::before {
        background: #000;
        opacity: 0.75;
    }

    .contact_section_page .contact-box .box_contact,
    .contact_section_page .inner_page {
        width: 100%;
    }

    .contact_section_page .inner_page {
        margin-bottom: 20px;
    }

    .general_page .sidebar,
    .general_page .general_content {
        width: 100%;
    }

    .section_bottom {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .general_page .sidebar {
        margin-top: 20px;
    }

    .simple_slider .slider_block:not(.slick-slider),
    .simple_slider .cover {
        height: 350px;
    }

    .simple_slider .slick-slider .slick-prev,
    .simple_slider .slick-slider .slick-next {
        width: 40px;
        height: 40px;
    }

    .simple_slider .slick-slider .slick-prev i,
    .simple_slider .slick-slider .slick-next i {
        font-size: 14px;
    }

    .error-page {
        padding: 100px 0;
    }

    .section_insurance .general_content {
        width: 100%;
    }

    .insurance-list .icon_element {
        width: 33.33%;
    }

    .section_slider .slider_gall .single_slide::before {
        width: 100%;
    }    
    .header-note {
        font-size: 11px;
    }

    .social_info .social_info_block .contact_item a {
        font-size: 11px;
    }
    .social_info .social_info_block .contact_item a:before {
           width: 19px;
    height: 28px;
        background-size: contain!important;
    }
    .social_info .social_info_block .contact_item a {
            padding-left: 26px;
    }
    .social_info .social_info_block .contact_item.phone a:before {
            top: -10px;
    }
}

@media (max-width: 768px) {

    .wrap-list .item .icon {
        width: 100px;
    }

    .wrap-list .item .icon a {
        width: 90px;
        height: 90px;
        background-size: 40px;
    }

    .wrap-list .item .text {
        width: calc(100% - 100px);
    }

    .btn,
    input[type="submit"] {
        padding: 15px 28px 13px 28px;
        font-size: 1.5rem;
    }

    .about .box_text h1 {
        font-size: 25px;
    }

    .footer .footer-1 {
        padding: 40px 0;
    }

    .footer .footer-1 .color_logo img {
        max-width: 200px;
        height: auto;
    }

    .fix-button {
        width: 250px;
        right: calc((100% - 250px)/2);
        left: auto;
    }

    .fix-button .note {
        font-size: 10px;
    }

    .fix-button a {
        font-size: 21px;
        padding-left: 25px;
    }


    .main-logo-box img {
        max-width: 160px;
    }

    .hamburger-menu {
        top: 1px
    }

    .social_info .social_info_block .contact_item a {
        font-size: 13px;
    }

    .social_info .social_info_block .contact_item {
        padding-left: 20px;
    }

    .social_info .social_info_block .contact_item.address {
        display: none
    }

    .main_hero .cover {
        height: 350px;
    }

    .full-services .single_service span,
    .full-services .single_service h2 {
        font-size: 22px;
    }

    .full-services .single_service {
        height: 190px;
    }

    .about .box_text {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-box .box_contact {
        width: 100%;
        margin-bottom: 25px;
    }

    .contact-box .box_map {
        width: 100%;
    }

    .contact_section .contact-box .box_map iframe {
        height: 350px;
    }

    .contact_section .box-forms .col_33 {
        width: 100%;
    }

    .contact_section .contact-box {
        padding-top: 20px;
    }

    .box-forms .box_contact .wrapp_contact {
        padding: 32px 24px;
    }

    .big_textarea textarea {
        height: 140px;
    }

    .big_title,
    .section_tech h2 {
        font-size: 30px;
    }

    .section_tech {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section_slider .text_slider p {
        font-size: 17px;
    }

    .section_slider .slider_gall {
        height: 450px;
    }

    .section_slider .slider_gall .single_slide {
        height: 450px;
    }

    .section_slider .slick-slider .slick-prev,
    .section_slider .slick-slider .slick-next {
        width: 40px;
        height: 40px;
    }

    .section_slider .slick-slider .slick-prev i,
    .section_slider .slick-slider .slick-next i {
        font-size: 13px;
    }

    .section_slider .slick-slider .slick-prev {
        right: calc(5% + 55px);
    }

    .section_slider .current_status {
        font-size: 16px;
        bottom: -13px;
    }

    .section_slider .text_slider .big_title {
        margin-bottom: 20px;
    }

    .section_slider .text_slider {
        padding: 40px 0;
    }

    .section_slider .slick-slider .slick-prev,
    .section_slider .slick-slider .slick-next {
        bottom: 6px;
    }


    .tabs_section .tabs_blocks {
        width: 100%;
    }

    .tabs_section .tabs_content {
        width: 100%;
    }

    .tabs_section .tabs_blocks ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tabs_section .tabs_blocks ul li {
        width: 33.33%;
    }

    .tabs_blocks li a {
        width: 99%;
    }

    .tabs_section .tab_content {
        width: 100%;
    }

    .tabs_section .section_intro {
        padding-bottom: 20px;
    }

    .tabs_blocks li a {
        font-size: 15px;

    }

    .tabs_section .tab_content {
        padding: 25px;
    }

    .tabs_section .tabs_blocks ul li {
        width: 50%;
    }

    .tabs_blocks li a {
        text-align: center;
        padding-right: 20px;
    }

    .tabs_blocks li a:after {
        content: none;
    }

    .box_custom_form .col_50 {
        width: 100%;
    }

    .to-right input[type="submit"] {
        float: left;
    }

    .footer .footer-1 .menu_box li {
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .insurance-list .icon_element {
        width: 33.33%;
    }

    .insurance-list .icon_element {
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .insurance-list {
        padding-top: 0;
    }

    .section_services .padd_sec {
        padding-bottom: 25px;
    }

    .box_reviews {
        padding: 15px;
    }
}

@media (max-width: 560px) {

    .footer .footer-1 {
        padding: 30px 0;
    }

    .main_hero .cover {
        height: 270px;
    }

    .main-logo-box img {
        max-width: 150px;
    }

    .social_info .social_info_block .contact_item2  .contact_item_link {
        display: none;
    }

    .full-services .single_service {
        height: 150px;
    }

    .full-services .single_service span,
    .full-services .single_service h2 {
        font-size: 19px;
    }

    .full-services .single_service:before {
        background: rgba(0, 0, 0, 0.6);
    }

    .about .box_text h1 {
        font-size: 21px;
    }

    .contact_section .contact-box .box_contact .wrapp_contact {
        padding: 30px 25px;
    }

    .large_title {
        font-size: 22px;
    }

    .contact_section .contact-box .company_name {
        font-size: 16px;
    }

    .contact_section .block-call {
        margin-bottom: 23px;
    }

    .contact_section .wrapp_hours {
        padding-top: 5px;
    }

    .contact_section .wrapp_hours .block-day {
        padding-bottom: 4px;
        padding-top: 4px;
    }

    .contact_section .contact-box .box_map iframe {
        height: 300px;
    }

    .padd_sec {
        padding: 40px 0;
    }

    .contact_section .contact-box {
        padding-top: 40px;
    }

    .big_title,
    .section_tech h2 {
        font-size: 25px;
    }

    .section_slider .text_slider p {
        font-size: 15px;
    }

    .section_slider .slider_gall {
        height: 400px;
    }

    .section_slider .slider_gall .single_slide {
        height: 400px;
    }

    .tabs_section .tabs_blocks ul li {
        width: 100%;
    }


    .wrap-list .item .text {
        width: 100%;
        padding-top: 10px;
    }

    .simple_slider .slider_block:not(.slick-slider),
    .simple_slider .cover {
        height: 300px;
    }

    .sidebar .box_contact {
        padding: 32px 23px;
    }

    .insurance-list .icon_element {
        width: 50%;
    }

    .icon_element .white {
        height: 100px;
    }

    .section_services .padd_sec {
        padding-bottom: 20px;
    }

    .about .box_img .wrap-image img {

        max-width: 250px;
    }
}

@media (max-width: 400px) {
    .single_service_box {
        width: 100%;
    }

    .contact_section .block-call a {
        font-size: 14px;
    }

    .main-logo-box img {
        max-width: 120px;
    }.header-note {
        font-size: 10px;
    }

    .social_info .social_info_block, .social_info .social_info_block .contact_item2 {
        padding-right: 9px;
    }
}

@media (max-width: 350px) {
    .main-logo-box img {
        max-width: 95px;
    }
}

/* @media (max-width: 360px) {
    .section_insurance .insurance-list .icon_element {
        width: 100%;
    }
} */

@media(max-width: 1116px) {
	.container-accordions .col_65 {
		width: 100%;	
	}
	
	.container-accordions .col_35 {
	width: 100%;	
	}
}

.accordion-section {
	margin-bottom: 20px;
}

.accordion-section-title {
	position: relative;
	width: 100%;
	background: #8d6930ed;
  	text-align: left;
    padding: 20px;
    border-radius: 10px;
}

.accordion-section-title:after {
    content: "▼";
    font-size: 1em;
    margin-left: 8px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 42%;
	transition: transform 0.3s ease;
}

.accordion-section-title.active:after {
    transform: rotate(180deg);
}

.accordion-section-title h2 {
	color: #fff;
	font-size: 2.5rem;
}

.accordion-section-content {
	display: none;
	margin-top: 20px;
}

.main_hero .slick-dots {
	display: none;
}

.accordion-section-title h2 {
	margin-bottom: 0;
}

@media(max-width: 680px) {
	.accordion-section-title h2 {
		font-size: 2rem;
	}
}

@media(max-width: 421px) {
	.recaptcha {
		transform: scale(0.9);
    transform-origin: 0 0;
    width: 100%;
    height: auto;
	}
	
	.picker__holder {
    	min-width: 300px;
	}
}


@media(max-width: 387px) {
	.recaptcha {
		transform: scale(0.8);
    transform-origin: 0 0;
    width: 100%;
    height: auto;
	}
}

.contact_section {
	padding: 0px 0px 90px 0px;
}

#meet-the-doctor .flex-center {
	position: relative;
}