@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Sunflower:300,500,700');

@font-face {
    font-family: 'Charter BT';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/CharterBT-Black.eot');
    src: url('../fonts/CharterBT-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/CharterBT-Black.woff2') format('woff2'), url('../fonts/CharterBT-Black.woff') format('woff'), url('../fonts/CharterBT-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Sunflower';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Sunflower-Bold.eot');
    src: url('../fonts/Sunflower-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Sunflower-Bold.woff2') format('woff2'), url('../fonts/Sunflower-Bold.woff') format('woff'), url('../fonts/Sunflower-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Charter Bd BT';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/CharterBT-Bold.eot');
    src: url('../fonts/CharterBT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CharterBT-Bold.woff2') format('woff2'), url('../fonts/CharterBT-Bold.woff') format('woff'), url('../fonts/CharterBT-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Charter BT';
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/CharterBT-Italic.eot');
    src: url('../fonts/CharterBT-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CharterBT-Italic.woff2') format('woff2'), url('../fonts/CharterBT-Italic.woff') format('woff'), url('../fonts/CharterBT-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Sunflower';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Sunflower-Medium.eot');
    src: url('../fonts/Sunflower-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Sunflower-Medium.woff2') format('woff2'), url('../fonts/Sunflower-Medium.woff') format('woff'), url('../fonts/Sunflower-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Charter Roman';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/CharterBT-Roman.eot');
    src: url('../fonts/CharterBT-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/CharterBT-Roman.woff2') format('woff2'), url('../fonts/CharterBT-Roman.woff') format('woff'), url('../fonts/CharterBT-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'Charter Bd BT';
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/CharterBT-BoldItalic.eot');
    src: url('../fonts/CharterBT-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CharterBT-BoldItalic.woff2') format('woff2'), url('../fonts/CharterBT-BoldItalic.woff') format('woff'), url('../fonts/CharterBT-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Sunflower';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Sunflower-Light.eot');
    src: url('../fonts/Sunflower-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Sunflower-Light.woff2') format('woff2'), url('../fonts/Sunflower-Light.woff') format('woff'), url('../fonts/Sunflower-Light.ttf') format('truetype');
}

/*-------------------------------------------------------------->>> GLOBAL - TABLE OF CONTENTS:----------------------------------------------------------------1.0 Typography2.0 Elements3.0 Header4.0 Content5.0 Footer--------------------------------------------------------------*//*--------------------------------------------------------------1.0 Typography--------------------------------------------------------------*//*--------------------------------------------------------------2.0 Elements--------------------------------------------------------------*/
body, html {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 16px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none; /* reset the text-align */
    text-align: left; /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
}

/*.container-fluid {	max-width: 182.5em;	margin: 0 auto;}*/
.flex-row-auto {
    display: flex;
    justify-content: space-between;
}

.col-flex-auto {
    padding: 0 1.25em;
    min-width: 200px;
}

.container-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/*// Popup styles*/
.pum-theme-promotion-blue-background .pum-container {
    width: 100%;
    max-width: 83.125em !important;
    border-radius: 0.9375em;
    padding: 0;
}

.btn-bbr {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.75;
    position: relative;
    display: inline-block;
    padding-left: 70px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.btn-bbr span {
    position: relative;
    z-index: 1;
}

.btn-bbr:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 3.125em;
    height: 2px;
    margin: auto;
    content: '';
    transition: .2s;
    background: #e63d47;
}

.btn-bbr:after {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 70px;
    display: inline-block;
    height: 1.125em;
    content: '';
    transition: .3s cubic-bezier(.56, 1.37, .32, 1.11) .1s;
    background: #e63d47;
}

.btn-bbr:hover {
    text-decoration: none;
    color: #fff;
}

.btn-bbr:hover:after {
    height: 2.5em;
}

.btn-bbr:hover:before {
    left: 70px;
}

.btn-bbr.dark {
    color: #323232;
}

.btn-bbr.dark:hover {
    color: #323232;
}

.relative {
    position: relative;
}

.user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.user-select-none * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.decoration-block.top-block {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 900px;
}

.z10 {
    z-index: 10;
}

.z20 {
    z-index: 20;
}

.cat-list {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    height: 100%;
    margin-right: -0.9375em;
    padding: 3.125em;
    color: #fff;
    background: #99bacc;
}
#menu-item-27-home{	display:block;}

@media screen and (min-width: 768px) {	

#menu-item-18607 a{
	background: #f83f43;
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff;
}

	#menu-item-27-home{	display:none;}
    .column-count-2 {
        column-count: 2;
    }
}

.cat-list ul {
    padding: 0;
    column-count: 2;
}

.cat-list li {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin: 1.25em 0;
    padding: 0 1.25em;
    list-style: none !important;
    text-align: left;
    color: white;
}

.cat-list li:first-child {
    margin-top: 0;
}

.cat-list li:last-child {
    margin-bottom: 0;
}

.cat-list a {
    color: inherit;
}

.cat-wrapp {
    overflow: hidden;
    max-height: 50.625em;
}

.cat-wrapp .mCSB_scrollTools {
    opacity: 1 !important;
    left: 0;
    right: initial;
}

.cat-wrapp .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.no-dots .mCSB_scrollTools {
    opacity: 1 !important;
}

.contact-items-list .costom_scrolling_btns {
    display: none;
}

.contact-items-list .mCustomScrollBox {
    padding-left: 1.875em;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #99bacc !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #f3f3f3 !important;
}

.costom_scrolling_btns {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: table;
    margin: auto;
    padding: 60px 8px 60px 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    column-count: 1 !important;
}

.costom_scrolling_btns:after {
    display: table;
    content: '';
}

.costom_scrolling_btns li {
    font-size: 0;
    line-height: 2.5em;
    position: relative;
    width: 1.25em;
    height: 2.5em;
    margin: 0;
    padding: 0 5px;
    list-style: none;
    cursor: pointer;
    text-align: right;
}

.costom_scrolling_btns li:before {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: '';
    vertical-align: bottom;
    border-radius: 50%;
    background: #a4ccd6;
}

.costom_scrolling_btns li:after {
    position: absolute;
    z-index: 1;
    top: calc(100% - 7px);
    right: 5px;
    display: block;
    width: 7px;
    height: 2.5em;
    content: '';
    background: #f3f3f3;
}

.costom_scrolling_btns li.active:before {
    background: #00155b;
}

.costom_scrolling_btns li.active:after {
    height: 0;
}

.costom_scrolling_btns li.active ~ li:after {
    height: 0;
}

.tab-content {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding: 1.875em;
    text-align: left;
    color: black;
    background: #fff;
}

.tab-content img {
    width: 100%;
}

.tab-content .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.125;
    margin-top: -60px;
    margin-bottom: 1.875em;
    color: #323232;
}

.pl30 {
    padding-left: 1.875em;
}

.content-section {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.content-section a[href^="tel:"] {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.single-location-main {
    font-size: 1em;
    font-family: "Charter", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: left;
}

.single-location-main p {
    margin-bottom: 1.25em;
}

.section-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.125;
    text-align: center;
    color: #032f41;
}

.section-descr {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.25em;
    line-height: 1.5;
    text-align: center;
    color: #032f41;
}

.cocoen-drag {
    width: 4px;
    box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, .2);
}

/*.cocoen-drag:after {  content: '';  margin-left: -7px;  margin-top: -1.125em;  position: absolute;  top: 50%;  width: 7px;  height: 3.125em;  background: #fff;  left: 1.375em;  box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.2);}*/
.cocoen-drag:before {
    left: -1.0625em;
    width: 3.125em;
    height: 3.125em;
    border: solid #fff;
    border-width: 0 7px 0 7px;
    background: transparent;
}

.ba_content {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: black;
}

.ba_content .name {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 0.625em;
    text-transform: uppercase;
    color: #00155b;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align-center {
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-end {
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.flex-align-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-row-reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

@media screen and (min-width: 991px) {
    .md-reverse {
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }
}

.location-tabs .owl--nav-slider .owl-stage-outer:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background: #ccc;
}

.location-tabs .owl-carousel .owl-stage {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl--location-inner-slider {
    padding: 0 0 3.125em;
}

.owl--location-inner-slider .owl-dots {
    text-align: center;
    margin-top: 1.875em;
}

.owl--location-inner-slider .owl-dot {
    display: inline-block;
    width: 0.625em;
    height: 0.625em;
    border-radius: 50%;
    background: #d8e8f1 !important;
    margin: 0 5px;
}

.owl--location-inner-slider .owl-dot.active {
    background: #99bacc !important;
}

.button-wrapper {
    padding: 1.25em 0;
    text-align: center;
}

.btn {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 3.125em;
    min-width: 200px;
    height: 3.125em;
    padding: 0 0.9375em;
    transition: .1s;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #dedede;
}

.btn:hover {
    text-decoration: none;
}

.btn-red {
    color: #fff;
    background: #f83f43;
}

.btn-red:hover {
    color: #fff;
    background: #f60e13;
}

.btn-red.transparent {
    background: transparent;
    border: 1px solid #f60e13;
    color: #f60e13;
}

.btn-red.transparent:hover {
}

.bg-contain {
    background-size: 100% contain !important;
}

.cc2, .cc3, .cc4, .cc5, .cc6, .cc7, .cc8, .cc9, .cc10, .cc11, .cc12, .cc13, .cc14, .cc15, .cc16, .cc17, .cc18, .cc19, .cc20 {
    display: none !important;
}

.cc1 {
    display: inline-block !important;
}

.new_btn_cons {
    font-size: 20px;
    display: inline-block;
    color: #f60e13 !important;
    position: relative;
    top: -22px;
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .sm-absolute {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.search-section {
    padding: 2.5em 0;
}

.search-section .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 0.9375em;
    text-transform: uppercase;
    color: #032f41;
}

.search-section .ex {
    font-family: 'Charter Roman', sans-serif;
    font-size: 0.75em;
    padding-left: 0.9375em;
    text-transform: uppercase;
    color: #979797;
}

.search-section .ex a {
    color: inherit;
    border-bottom: 1px solid #979797;
}

.search-section .ex a:hover {
    text-decoration: none;
}

.search-section form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.search-section form label {
    width: 100%;
}

.search-section form input[type='search'] {
    width: 100%;
    height: 2.8125em;
    padding: 0 0.9375em;
    border: 1px solid #000;
    font-size: 0.875em;
}

.search-section form input[type='submit'] {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    border-radius: 0;
    width: 13.125em;
    height: 2.8125em;
    line-height: 2.8125em;
    text-transform: uppercase;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #f83f43;
    background: #f83f43;
}

.search-section form input[type='submit']:hover {
    color: #fff;
    background: #f60e13;
}

.bg_image {
    width: 100%;
    padding-bottom: 70%;
    background-size: cover;
}

.bg_image.sh {
    padding-bottom: 40%;
}

.p0 {
    padding: 0;
}

.mt0 {
    margin-top: 0 !important;
}

.light-blue-bg {
    background-color: #ebf4f9;
}

.light-blue-bg h2 {
    font-weight: 400 !important;
}

.owl--before-after-slider .owl-nav, .slider-nav .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0;
    margin: auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-single-page .owl--before-after-slider img {
    max-width: inherit;
    height: 28.7vw;
    max-height: 53.125em;
}

.cocoen img, .cocoen picture > img {
    height: 28.7vw;
    max-height: 53.125em
}

@media screen and (min-width: 991px) {
    .owl--before-after-slider .owl-nav, .slider-nav .owl-nav {
        right: -70px;
        left: -70px;
        width: initial;
    }
}

.owl--before-after-slider .owl-prev, .owl--before-after-slider .owl-next, .slider-nav .owl-prev, .slider-nav .owl-next {
    font-size: 3.125em;
    display: inline-block;
    width: 2.8125em;
    height: 2.8125em;
    transition: .3s;
    color: #032f41;
    border-radius: 50%;
}

.owl--before-after-slider .owl-prev svg, .owl--before-after-slider .owl-next svg, .slider-nav .owl-prev svg, .slider-nav .owl-next svg {
    vertical-align: middle;
}

.owl--before-after-slider .owl-prev:hover, .owl--before-after-slider .owl-next:hover, .slider-nav .owl-prev:hover, .slider-nav .owl-next:hover {
    background: #032f41 !important;
    box-shadow: 0 8px 30.08px 1.92px rgba(10, 4, 91, .24);
}

.owl--before-after-slider .owl-prev:hover svg path, .owl--before-after-slider .owl-next:hover svg path, .slider-nav .owl-prev:hover svg path, .slider-nav .owl-next:hover svg path {
    fill: #fff !important;
}

.slider-nav .owl-dots {
    padding-top: 3.125em;
    text-align: center;
}

.slider-nav .owl-dots .owl-dot {
    display: inline-block;
    width: 1.875em;
    height: 3px;
    margin: 0 0.625em;
    background-color: #c1c1c1;
}

.slider-nav .owl-dots .owl-dot.active {
    background-color: #032f41;
}

.slider-nav .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.slider-nav .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.shadow {
    box-shadow: 0 23px 43.61px 5.39px rgba(0, 24, 84, .1);
}

.owl--nav-slider {
    margin-bottom: 1.25em;
}

.owl--nav-slider .owl-nav {
    position: absolute;
    top: 0;
    right: -1.25em;
    bottom: 0;
    left: -1.25em;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    margin: auto;
    -ms-transform: translateY(-11px);
    transform: translateY(-11px);
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl--nav-slider .disabled {
    display: none !important;
}

.owl--nav-slider .owl-prev, .owl--nav-slider .owl-next {
    font-size: 0.9375em;
    display: inline-block;
    width: 0.9375em;
    height: 0.9375em;
    transition: .3s;
    color: #c2c2c2;
    border-radius: 50%;
}

.owl--nav-slider .owl-prev svg, .owl--nav-slider .owl-next svg {
    vertical-align: middle;
}

.owl--nav-slider .owl-prev svg path, .owl--nav-slider .owl-next svg path {
    fill: #c2c2c2 !important;
}

.owl--nav-slider .owl-prev:hover svg path, .owl--nav-slider .owl-next:hover svg path {
    fill: #01165c !important;
}

.home-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.home-map-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
}

.location-tabs .tabs-nav {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.location-tabs .tab-nav-item {
    font-family: 'Titillium Web', sans-serif;
    color: rgb(61, 61, 61);
    font-weight: bold;
    line-height: 1.375;
    display: inline-block;
    padding: 0.625em;
    list-style: none;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1;
}

.location-tabs .tab-nav-item.active {
    color: #f83f43;
    border-bottom: 2px solid #f83f43;
}

.location-tabs .tab-body {
    padding-top: 1.25em;
}

.location-tabs .tab-body img {
    max-width: 100%;
}

.location-tabs .tab-body table td, .location-tabs .tab-body p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    padding: 0.625em 0.625em 0.625em 0;
    text-align: left;
    color: #3d3d3d;
}

.location-tabs .tab-body table td:last-child {
    padding-right: 0;
    white-space: nowrap;
}

.location-tabs .tab-item {
    display: none;
}

.location-tabs .tab-item.active {
    display: block;
}

.home-location {
    position: relative;
    z-index: 200;
    background: transparent;
}

.home-location:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10.9375em; /*background: #f5f9fc;*/
    background: transparent;
    position: absolute;
    z-index: -1;
}

.home-location .title, .location-section .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.125;
    margin: 3.125rem 0;
    text-align: left;
    color: #032f41;
}

@media screen and (min-width: 992px) {
    .home-location .title, .location-section .title {
        margin: 3.125rem 0 1.25rem -200px;
    }
}

.ba_item {
    margin-bottom: 1.875em;
    text-align: center;
}

.ba_item .cocoen {
    margin-bottom: 0.625em;
}

.ba_item a {
    margin-left: -2.5em;
}

.nav-for-slider {
    margin: 0;
    padding: 0.9375em 0;
    text-align: center;
}

.nav-for-slider li {
    display: inline-block;
    padding: 0 5px;
    list-style: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.nav-for-slider li img {
    width: auto;
    max-height: 3.125em;
}

.nav-for-slider li.active {
    border: 1px solid #f83f43;
}

.icon-nav .transparent-fill path {
    stroke: #809dad !important;
    fill: transparent !important;
}

.icon-nav .active .transparent-fill path {
    stroke: #fff !important;
    fill: transparent !important;
}

.icon-nav li {
    position: relative;
}

.icon-nav li:hover .sub-menu {
    display: block;
}

.icon-nav .sub-menu {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: -1.875em;
    left: -1.875em;
    display: none;
    margin: 0;
    padding: 0.9375em;
    background: #fff;
    box-shadow: 0 5px 0.625em 0 rgba(0, 0, 0, .2);
}

.icon-nav .sub-menu li {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.25em;
    padding: 0;
    text-align: center;
    color: #032f41;
}

.icon-nav .sub-menu li:last-child {
    margin-bottom: 0;
}

.bg-section {
    padding-bottom: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.share-block {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    margin-top: 1.25em;
    padding: 25px 0 0.9375em;
    text-transform: uppercase;
    color: #7d7d7d;
    border-top: 1px solid #d2e6f1;
}

.share-block ul {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0.625em;
}

.share-block li {
    font-size: 1.125em;
    display: inline-block;
    padding: 0 5px;
    list-style: none;
    vertical-align: top;
    color: #f83f43;
}

.share-block li:hover {
    color: #000;
}

.share-block a {
    color: inherit;
}

.share-block a:hover {
    text-decoration: none;
}

.font-normal {
    font-weight: 400;
}

.font-light {
    font-weight: lighter;
}

.blot-bg {
    background-size: contain;
}

.blot-left {
    background-position: 10% top;
}

.blot-right {
    background-position: 90% center;
    background-size: inherit;
}

.single-media {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    color: black;
}

.single-media .content ul {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    padding-left: 1.25em;
    text-align: left;
    color: black;
}

.single-media .content ul li {
    position: relative;
    margin-bottom: 0.625em;
    list-style: none;
}

.single-media .content ul li:before {
    position: absolute;
    top: 0.625em;
    left: -1.25em;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: #032f41;
}

.single-media .content a {
    color: inherit;
    border-bottom: 1px solid #000;
}

.single-media .content a:hover {
    text-decoration: none;
}

.mb60 {
    margin-bottom: 60px;
}

.offset-section {
    margin-top: -100px;
}

.breadcrumbs {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    padding: 3.125em 0;
    text-align: left;
    text-transform: uppercase;
    color: #032f41;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs > * {
    padding: 0.625em;
}

.breadcrumbs > *:first-child {
    padding-left: 0;
}

.breadcrumbs .current-item {
    color: #f83f43;
}

/*--------------------------------------------------------------3.0 Header--------------------------------------------------------------*/
.site-header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.header-bottom {
    padding: 0.25em 1.875em 1.25em;
    border-radius: 0; /*background-color: white;*/ /*box-shadow: 0 7px 58.9px 3.1px rgba(0, 14, 50, .14);*/
}

.header-bottom .logo {
    width: auto;
    max-height: 105px;
}

.header-main-menu {
    text-align: right;
}

.header-main-menu .btn {
    margin-left: 1.25em;
    font-size: 0.875em;
}

.header-main-menu ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.header-main-menu ul li {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    color: #28242b;
}

.header-main-menu ul li.menu-item-has-children > a:after {
    font-size: 1.125em;
    display: inline-block;
    padding: 0 5px;
    content: '+';
}

.header-main-menu ul li a {
    display: inline-block;
    padding: 0 0.625em;
    color: inherit;
    font-weight: 600;
}

@media screen and (min-width: 1800px) {
    .header-main-menu ul li a {
        padding: 0 1.25em;
    }
}

.header-main-menu ul li.btn-red a {
    color: #fff;
    padding: 0;
}

.header-top {
    padding: 1.875em 1.875em 0.9375em;
}

.header-top a {
    color: inherit;
}

.header-top-left-content {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.0625em;
    line-height: 2;
    text-align: left;
    color: #000;
}

.header-top-left-content > * {
    padding: 0 0.9375em;
}

.header-top-left-content > *:first-child {
    padding-left: 0;
}

.menu .js--portal {
    margin: 0 !important;
}

.menu .js--portal a {
    color: inherit !important;
}

.header-top-left-content > a:nth-child(2) strong {
    display: none
}

.header-top-left-content > a:nth-child(2) {
    padding: 0 5px
}

.header-top-left-content > a:nth-child(2) img {
    margin: 0
}

.action-area {
    display: none !important
}

.header-top-left-content img {
    margin-right: 0.625em;
    vertical-align: middle;
}

.header-top-left-content a:hover {
    text-decoration: none;
}

.header-social-menu {
    display: inline-block;
}

.header-social-menu ul {
    margin: 0;
    padding: 0;
}

.header-social-menu li {
    display: inline-block;
    margin-right: 0.625em;
}

.header-social-menu li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 0 !important;
    background: #f83f43;
    border-radius: 50%;
    list-style: none;
    color: #fff;
    font-size: 0.875em;
}

.header-social-menu li:last-child {
    margin-right: 0;
}

.header-top-right-content {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    text-align: right;
    color: #000;
}

.header-top-right-content select {
    color: #fff;
    border: none;
    background: transparent;
}

.header-top-right-content select option {
    color: #000;
}

.header-top-right-content ul {
    margin: 0;
    padding: 0;
}

.header-top-right-content li {
    display: inline-block;
    padding: 0 0.9375em;
}

.header-top-right-content li:first-child {
    border-right: 1px solid #000;	padding-right: 0;	margin-bottom:22px;
}
.header-top-right-content li:first-child .btn-red.transparent
{	background:#e63d47 !important;	
color:#fff !important
}

.header-top-right-content li img {
    margin-right: 0.625em;
    vertical-align: middle;
}

.header-top-right-content li:last-child {
    padding-right: 0;
}

.header-top-right-content .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    border: none;
}

.header-top-right-content .wpml-ls-legacy-list-horizontal, .header-top-right-content .wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.header-top-right-content a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------4.0 Content--------------------------------------------------------------*/
.site-subheader {
    padding: 23.125em 0 3.125em;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.site-subheader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.site-subheader .container {
    position: relative;
    z-index: 2;
}

.subheader-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 5.625em;
    font-weight: bold;
    line-height: 1.111;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.addtoany_shortcode path {
    fill: #f83f43;
}

.addtoany_list a:not(.addtoany_special_service) > span {
    background: transparent !important;
}

.single-article-subheader .subheader-title {
    font-size: 3em;
    text-transform: none;
}

.bottom-section {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding: 12.5em 0;
    text-align: left;
    color: black;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.bottom-section a:not(.btn) {
    font-weight: bold;
    color: inherit;
    border-bottom: 1px solid #000;
}

.bottom-section .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.25em;
    line-height: 1.333;
    margin-bottom: 1.25em;
    text-align: left;
    color: #032f41;
}

.bottom-section .btn {
    margin-top: 1.25em;
}

.bottom-items-row > div {
    margin: 0.9375em 0;
}

.bottom-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1.25em 0.9375em;
    border-radius: 0.625em;
    background: #d2e6f1;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-item .icon {
    position: relative;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background: #fff;
}

.bottom-item .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 60%;
    max-height: 60%;
    margin: auto;
}

.bottom-item .icon:before {
    position: absolute;
    top: -0.625em;
    left: -0.625em;
    width: 80px;
    height: 80px;
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
}

.bottom-item .count {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.25em;
    font-weight: bold;
    line-height: .613;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 7px 8.55px rgba(0, 39, 87, .13);
}

.bottom-item .text-block {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.375;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 7px 8.55px rgba(0, 39, 87, .13);
}

.bottom-item .text-block small {
    font-size: 0.875em;
    display: block;
    text-transform: none;
}

.bottom-item table {
    width: 100%;
}

.bottom-item table tr td:last-child {
    width: 100%;
    padding-left: 0.625em;
}

@media screen and (min-width: 991px) {
    .bottom-item.scale {
        -ms-transform: scale(1.3) translate(1.25em, -0.625em);
        transform: scale(1.3) translate(1.25em, -0.625em);
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        box-shadow: 0 1.125em 22.8px 1.2px rgba(0, 14, 50, .24);
    }
	.post-type-archive-doctors main#main, .post-type-archive-media_library main#main, .tax-media_library_category main#main, .no-head-image {
		padding-top: 13em;
	}
}

.services {
    margin-bottom: 100px;
}

.services .cat-wrapp .mCSB_draggerContainer {
    opacity: 0 !important;
}

.services .title {
    font-size: 3em;
    font-weight: bold;
    line-height: 1.125;
    margin-top: 0.375em;
    margin-bottom: 0.475em ;
    text-align: left;
    color: #032f41;
}

.services.reverse .costom_scrolling_btns {
    right: 0;
    left: inherit;
    padding: 60px 4px 60px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}

.service-single-page .content-section {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding: 25px 0;
    text-align: left;
    color: #000;
}

.service-single-page p {
    margin-bottom: 1.25em;
}

.service-single-page h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.125;
    margin-top: 0;
    margin-bottom: 0.625em;
    color: #032f41;
}

.service-single-page h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.25em;
    font-weight: lighter;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0.625em;
    color: #032f41;
}

.service-single-page h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.375;
    text-align: left;
    text-transform: uppercase;
    color: #7d7d7d;
}

.service-single-page h5 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    text-align: left;
    text-transform: uppercase;
    color: #7d7d7d;
}

.service-single-page ul {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-left: 1.25em;
    text-align: left;
    color: #032f41;
}

.service-single-page ul li {
    margin-bottom: 0.625em;
}

.service-single-page ul li:last-child {
    margin-bottom: 0;
}

.service-single-page img {
    max-width: 100%;
}

.front {
    position: relative;
    top: 0px;
    width: 40.625em;
    z-index: 1
}

.front img {
    box-shadow: 0px 0 13px;
}

.back {
    position: absolute;
    width: 53.125em;
    top: 3.125em;
    right: 1em;
    z-index: 0;
}

.scroll-nav {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    box-shadow: 0 19px 33.25px 1.75px rgba(0, 14, 50, .14);
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
}

.scroll-nav li {
    width: 100%;
    list-style: none;
}

.scroll-nav li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.9375em 0.9375em;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    border-left: 1px solid #cbebf3;
}

.scroll-nav li a.active {
    color: #fff;
    background: #f83f43;
}

.scroll-nav li a.active:hover {
    color: #fff;
    background: #f83f43;
}

.scroll-nav li a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.scroll-nav li a:last-child {
    border-top-tight-radius: 5px;
    border-bottom-tight-radius: 5px;
}

.scroll-nav li a:hover {
    text-decoration: none;
    background: #f1f1f1;
}

.scroll-nav li:last-child a {
    border: none;
}

.service-single-page .services-tabs-nav, .media-block .services-tabs-nav {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    text-align: center;
    text-transform: uppercase;
    color: #032f41;
}

.service-single-page .services-tabs-nav .icon, .media-block .services-tabs-nav .icon {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 60px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 0.9375em;
    text-align: center;
    text-transform: uppercase;
    color: #809dad;
    border-radius: 50%;
    background: #d2e6f1;
}

.service-single-page .services-tabs-nav .icon svg, .media-block .services-tabs-nav .icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    margin: auto;
    vertical-align: middle;
}

.service-single-page .services-tabs-nav .icon svg path, .media-block .services-tabs-nav .icon svg path {
    fill: #809dad;
}

.service-single-page .services-tabs-nav li, .media-block .services-tabs-nav li {
    display: inline-block;
    max-width: 160px;
    padding: 0.9375em;
    list-style: none;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}

.service-single-page .services-tabs-nav li.active .icon, .media-block .services-tabs-nav li.active .icon {
    position: relative;
    color: #fff;
    background: #f83f43;
}

.service-single-page .services-tabs-nav li.active .icon:after, .media-block .services-tabs-nav li.active .icon:after {
    position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    width: 76px;
    height: 76px;
    content: '';
    border: 1px solid #f83f43;
    border-radius: 50%;
}

.service-single-page .services-tabs-nav li.active .icon svg path, .media-block .services-tabs-nav li.active .icon svg path {
    fill: #fff;
}

.service-single-page .init .tab-item, .media-block .init .tab-item {
    display: none;
}

.service-single-page .init .tab-item.active, .media-block .init .tab-item.active {
    display: block;
}

#beforeafter {
    padding: 70px 0;
}

.panel-group .panel {
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.panel-group .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    background: transparent;
}

.panel-group .panel-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    color: black;
    border: none;
    background: transparent;
}

.panel-group .panel-title a {
    position: relative;
    display: block;
    padding-right: 1.25em;
}

.panel-group .panel-title a:after {
    font-size: 1.875em;
    font-weight: lighter;
    line-height: 0;
    position: absolute;
    top: 11px;
    right: 0;
    content: '-';
    color: #073244;
}

.panel-group .panel-title a.collapsed:after {
    content: '+';
}

.panel-group .panel-title a:hover, .panel-group .panel-title a:focus, .panel-group .panel-title a:active {
    text-decoration: none;
}

.panel-group .panel-body {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    color: black;
    border: none !important;
    background: transparent;
}

.img-bg {
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.media-item {
    margin: 0.625em 0 1.875em;
    box-shadow: 0 1.0625em 30.08px 1.92px rgba(10, 4, 91, .11);
}

.media-item a {
    text-decoration: none;
}

.media-item a:hover {
    text-decoration: none;
}

.media-item .img-bg {
    position: relative;
    border-top-left-radius: 0.625em;
    border-top-right-radius: 0.625em;
}

.media-item .img-bg span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
}

.media-item .img-bg span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 8px 0 8px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #032f41;
}

.media-item .content {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.2;
    min-height: 11.875em;
    padding: 1.25em 1.875em;
    text-align: left;
    color: black;
    border-bottom-right-radius: 0.625em;
    border-bottom-left-radius: 0.625em;
}

.media-item .content .tag, .media-item .content time {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.75em;
    line-height: 1.5;
    display: block;
    text-align: left;
    color: #7a7a7a;
}

.media-item .large-content {
    height: 1px;
    overflow: hidden;
    padding: 1.25em;
}

.show-in-popup .img-bg:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.show-in-popup .img-bg:hover::after {
    content: "\f06e";
    font: normal normal normal 0.875em/1 FontAwesome;
    font-size: 2.5em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    height: 1.25em;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    margin: auto;
}

.written-testimonial {
    padding: 1.875em 0.9375em 1.875em 1.875em;
}

.wt-author {
    font-size: 1.125em;
    font-family: "Titillium Web", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.wt-text {
    max-height: 22.5em;
    height: 22.5em;
    font-size: 1em;
    font-family: "Charter Roman", sans-serif;
    font-weight: normal;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-bottom: 25px;
}

.wt-text p {
    margin-bottom: 25px;
}

@media screen and (min-width: 1400px) {
    .written-testimonial {
        padding: 70px 1.875em 70px 80px;
    }
}

.term-written .media-item .large-content {
    min-height: 23.125em;
    height: auto;
}

.owl--media .owl-nav {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    left: -100px;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    margin: auto;
    -ms-transform: translateY(-3.125em);
    transform: translateY(-3.125em);
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl--media .owl-prev, .owl--media .owl-next {
    font-size: 3.125em;
    display: inline-block;
    width: 2.8125em;
    height: 2.8125em;
    transition: .3s;
    color: #032f41;
    border-radius: 50%;
}

.owl--media .owl-prev svg, .owl--media .owl-next svg {
    vertical-align: middle;
}

.owl--media .owl-prev:hover, .owl--media .owl-next:hover {
    background: rgba(255, 255, 255, .8) !important;
    box-shadow: 0 8px 30.08px 1.92px rgba(10, 4, 91, .24);
}

.owl--media .owl-dots {
    padding-top: 3.125em;
    text-align: center;
}

.owl--media .owl-dots .owl-dot {
    display: inline-block;
    width: 1.875em;
    height: 3px;
    margin: 0 0.625em;
    background-color: #c1c1c1;
}

.owl--media .owl-dots .owl-dot.active {
    background-color: #032f41;
}

.owl--media .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.owl--media .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.no-dots .owl-dots {
    display: none !important;
}

.related-item {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    text-align: left;
    text-transform: uppercase;
    color: #3f3f3f;
}

.related-item img {
    margin-bottom: 0.625em;
}

.related-item a {
    color: inherit;
}
.post-type-archive-doctors main#main, .post-type-archive-media_library main#main, .tax-media_library_category main#main, .no-head-image {
	padding-top: 7em;
}

.location-nav {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: .458;
    float: left;
    width: 100%;
    margin-bottom: 3.125rem;
    padding: 0;
    text-transform: uppercase;
    color: #a8a8a8;
}

.location-nav li {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    background: #ebf4f9;
}

.location-nav li.active, .location-nav li:hover {
    color: #fff;
    background-color: #809dad;
    box-shadow: 0 1.125rem 22.8px 1.2px rgba(0, 35, 125, .13);
}

.location-nav a, .location-nav li:hover a {
    display: block;
    padding: 3.125rem 0.625rem;
    color: inherit;
}

.location-nav a:hover, .location-nav li:hover a {
    text-decoration: none;
	cursor: pointer;
}

.icon-nav {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    text-align: center;
    text-transform: uppercase;
    color: #032f41;
}

.icon-nav .icon {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 60px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 0.9375em;
    text-align: center;
    text-transform: uppercase;
    color: #0c3648;
    border: 1px solid #0c3648;
    border-radius: 50%;
    background: transparent;
}

.icon-nav .icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    margin: auto;
    vertical-align: middle;
}

.icon-nav .icon svg path {
    fill: #809dad;
}

.icon-nav a {
    color: inherit;
}

.icon-nav li {
    display: inline-block;
    width: 100%;
    max-width: 13.125em;
    padding: 0.9375em;
    list-style: none;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}

.icon-nav li.active, .icon-nav li:hover {
    color: #f83f43;
}

.icon-nav li.active .icon, .icon-nav li:hover .icon {
    position: relative;
    border: none;
    background: #f83f43;
}

.icon-nav li.active .icon:after, .icon-nav li:hover .icon:after {
    position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    width: 76px;
    height: 76px;
    content: '';
    border: 1px solid #f83f43;
    border-radius: 50%;
}

.icon-nav li.active .icon svg path, .icon-nav li:hover .icon svg path {
    fill: #fff;
}

.icon-nav.blue .icon {
    font-weight: 100;
    border: none;
    background: #d2e6f1;
}

.icon-nav.blue .icon span {
    font-family: initial;
    font-size: 2.5em;
    line-height: 1.5;
    color: #032f41;
}

.icon-nav.blue li.active .icon span.icon-nav.blue li:hover .icon span {
    color: #fff;
}

.doctor-image {
    width: 100%;
    padding-bottom: 120%;
    background: no-repeat center center;
    background-size: cover;
}

.doctor-item {
    margin-bottom: 1.875em;
    padding: 0.9375em 0.9375em 70px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 7px 58.9px 3.1px rgba(0, 14, 50, .14);
}

.doctor-item .bottom-btn {
    position: absolute;
    bottom: 1.25em;
    left: 0;
    right: 0;
}

.doctor-item .doc-pic {
    width: 13.125em;
    height: 13.125em;
    margin: 0.625em auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.doctor-item .name {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #032f41;
}

.doctor-item .descr {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    color: #809dad;
}

.doctor-item .social {
    display: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    margin: 0.625em 0;
    padding: 0.625em 0;
    text-transform: uppercase;
    color: #809dad;
    border-top: 1px solid #809dad;
    border-bottom: 1px solid #809dad;
}

.doctor-item .content {
    border-top: 1px solid #d2e6f1;
    padding-top: 1.25em;
    margin-top: 1.25em;
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.9375em;
    text-align: left;
    color: black;
}

.doctor-item .content a:hover {
    text-decoration: none;
}

.doctor-item .content a {
    color: inherit;
    display: inline-block;
    border-bottom: 1px solid #000;
}

.archive-doctors {
    padding: 1.25em 0 1.25em;
}

.ad_sub-menu .cat-list li {
    font-size: 1.0625em;
    font-family: "Titillium Web", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: none;
}

.ad_sub-menu .tabs-nav li {
    font-size: 1em;
}
.findform input[type="text"]{
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 20px;
}
.findform form{
	margin-bottom: 30px;
}
.markerimage{
	width: 40%;
    float: left;
    margin-right: 5%;
}
.markerimage img{
	width: 100%;
    height: auto;
}
.markerlocation{
	width: 55%;
    float: right;
}
.markerinfo.doctor-item{
	box-shadow: none;
    width: 100%;
    max-width: 425px;
    overflow: hidden;
    padding: 0;
}
.markerinfo.doctor-item .name{
	font-size: 18px;
}
.markerinfo.doctor-item .descr{
	font-size: 14px;
}
.markerinfo.doctor-item .content{
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.mobilebook{
	display: none;
}
.location-finder .doctor-item .name a{
	font-family: 'Titillium Web', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #032f41;
}
.locationban{
	font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 3em;
    width: 100%;
    margin-bottom: 3.125rem;
    padding-top: 10px;
    text-transform: uppercase;
    color: #a8a8a8;
	background: #ebf4f9;
	text-align: center;
}
@media screen and (min-width: 991px) {
	.post-type-archive-doctors main#main, .post-type-archive-media_library main#main, .tax-media_library_category main#main, .no-head-image {
		padding-top: 13em;
	}
}
@media screen and (min-width: 992px) {
    .absolute-wrapper .absolute-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.single-doctor-container {
    max-width: 980px;
    margin: 0 auto;
}

.main-doctor-info {
    overflow: hidden;
    padding: 3.125em 0;
}

.main-doctor-info img {
    max-width: 100%;
    height: auto;
}

.main-doctor-info .absolute-item {
    margin-bottom: 1.25em;
}

.main-doctor-info .name {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 1.25em;
    color: black;
}

.main-doctor-info .main-text {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    color: black;
}

.main-doctor-info .main-text p {
    margin-bottom: 1.25em;
}

.doctor-single-accordion .panel {
    margin-bottom: 1.25em !important;
    border: none !important;
}

.doctor-single-accordion .panel-heading {
    border: none;
    border-radius: 0.625em;
    background-color: white;
    box-shadow: 0 1.125em 22.8px 1.2px rgba(0, 35, 125, .13);
}

.doctor-single-accordion .panel-title a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #032f41;
}

.doctor-single-accordion .panel-title a:after {
    font-size: 45px;
    top: 23px;
    right: 0.625em;
}

.doctor-single-accordion .panel-body {
    padding: 1.875em 0;
}

.doctor-single-accordion .panel-body table td {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    line-height: 1.125;
    padding: 0.9375em 0;
    text-align: left;
    color: black;
}

.doctor-single-accordion .panel-body table td:first-child {
    padding-right: 0.9375em;
}

.doctor-single-accordion .panel-body table td:last-child {
    padding-left: 0.9375em;
}

.doctor-single-accordion .panel-body table .area {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    min-width: 15.625em;
    padding: 0.625em;
    text-align: center;
    text-transform: uppercase;
    color: #99bacc;
    border-radius: 0.9375em;
    background-color: white;
    box-shadow: 0 1.125em 22.8px 1.2px rgba(0, 35, 125, .13);
}

.doctor-single-accordion .panel-body ul {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    padding-left: 1.25em;
    text-align: left;
    color: black;
}

.doctor-single-accordion .panel-body ul li {
    position: relative;
    margin-bottom: 0.625em;
    list-style: none;
}

.doctor-single-accordion .panel-body ul li:before {
    position: absolute;
    top: 0.625em;
    left: -1.25em;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: #032f41;
}

.promotion-page .promotion-section .flex-row > div {
    padding: 0;
}

.promo-bg {
    font-family: 'Titillium Web', sans-serif;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 370px;
    padding: 1.875em;
    background-position: center center;
    background-size: cover;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
}

@media screen and (min-width: 992px) {
    .promo-bg {
        padding: 1.875em 70px;
    }
}

.promo-bg .title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.25em;
    text-align: left;
    text-transform: uppercase;
    color: black;
}

.promo-bg ul {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #032f41;
}

.promo-bg li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 3.125em;
    list-style: none;
}

.promo-bg li:last-child {
    margin-bottom: 0;
}

.promo-bg li:before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 1.25em;
    height: 1px;
    content: '';
    background: #032f41;
}

.promo-bg li a {
    color: inherit;
}

.promotion-content > * {
    padding-right: 0.625em;
}

.promotion-content .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.125;
    margin-bottom: 0;
    color: #032f41;
}

.promotion-content .descr {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.25em;
    line-height: 1.5;
    text-align: left;
    color: #032f41;
}

.promotion-content .text {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 25px;
    color: black;
}

.promotion-content .text p {
    margin-bottom: 25px;
}

.promotion-bottom {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.75em;
    line-height: 1.5;
    margin-top: 1.25em;
    padding-top: 1.875em;
    text-align: left;
    color: #7a7a7a;
    border-top: 1px solid #d2e6f1;
}

.promotion-bottom .big {
    font-size: 3em;
    font-weight: bold;
    line-height: .375;
    margin-bottom: 1.25em;
    color: rgba(0, 0, 0, .2);
}

.promotion-bottom time {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.125;
    display: block;
    margin-bottom: 1.25em;
    color: black;
}

.promotion-section {
    margin: 80px 0;
}

.promotion-section .flex-row {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.promotion-section:nth-child(even) .flex-row {
    flex-direction: row;
    -ms-flex-direction: row;
}

.promotion-section:nth-child(even) .promotion-content > * {
    padding-left: 1.875em;
}

@media screen and (min-width: 992px) {
    .promotion-section:nth-child(even) .promo-bg {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .promotion-section:nth-child(even) .promo-inner {
        float: right;
        max-width: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .promotion-content > * {
        padding-left: 1.875em;
    }
}

.products-filter {
    padding: 2.5em 0;
}

.products-filter .woof_select {
    width: 100%;
    height: 3.125em;
    padding: 0 1.25em;
    border-radius: 4px;
}

.products-filter .woof_redraw_zone {
    display: inline-block;
    width: 100%;
}

.products-filter .chosen-container {
    display: none;
}

.products-filter .woof_container {
    width: 33%;
    float: left;
}

.products-filter .woof_submit_search_form_container {
    display: none;
}

.products-filter .select2 {
    margin-bottom: 0.625em;
    background-color: white;
    box-shadow: 0 19px 33.25px 1.75px rgba(0, 14, 50, .14);
    width: 100% !important;
    display: inline-block;
    max-width: 300px;
}

.products-filter .form-bottom {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    color: #869eac;
}

.products-filter .clear-filter a {
    cursor: pointer;
    border-bottom: 1px solid #869eac;
}

.products-filter .clear-filter a:hover {
    text-decoration: none;
}

.select2-container .select2-selection--single {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.375;
    height: 3.125em;
    text-transform: uppercase;
    color: #7d7d7d !important;
    border: none;
}

.select2-container .select2-selection--single * {
    color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.125em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    width: 2.5em;
    height: 3.125em;
    transition: .1s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after, .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    margin-left: -7px;
    border-width: 7px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    margin-left: -0.625em;
    border-width: 0.625em;
    border-color: rgba(125, 125, 125, 0);
    border-top-color: #7d7d7d;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.spec-item {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 2.1875em;
    text-align: right;
}

.spec-item:last-child {
    margin-bottom: 0;
}

.spec-item .title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    display: inline-block;
    min-width: 15.625em;
    margin-bottom: 0.625em;
    padding: 0.9375em 1.25em;
    text-transform: uppercase;
    color: #809dad;
    border-radius: 1.875em;
    background: #fff;
    box-shadow: 0 1.125em 22.8px 1.2px rgba(0, 35, 125, .13);
}

.spec-item .descr {
    font-size: 0.875em;
    line-height: 1.286;
    color: #7a7a7a;
}

@media screen and (max-width: 768px) {
    .new_btn_cons {
        white-space: unset;
        height: auto;
        line-height: 30px;
        width: 100%;
    }

    .spec-item {
        text-align: center;
    }
	.location-finder .doc-pic{
		display: none;
	}
	.desktopbook{
		display: none;
	}
	.mobilebook{
		display: block;
		position: inherit;
		padding-top: 30px;
	}
	.location-finder .doctor-item .bottom-btn.mobilebook{
		position: inherit;
	}
	.location-finder .doctor-item{
		padding-bottom: 20px;
	}
	.location-finder .doctor-item .name{
		margin-top: 0px;
	}
	.location-finder .doctor-item a.btn{
		min-width: 180px;
	}
		.locationban {
		font-family: 'Titillium Web', sans-serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
		width: 100%;
		margin-bottom: 3.125rem;
		padding: 20px 0;
		text-transform: uppercase;
		color: #a8a8a8;
		background: #ebf4f9;
		text-align: center;
	}
}

.slider-product-item .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.25em;
    line-height: 1.5;
    margin-bottom: 1.25em;
    text-align: left;
    color: #032f41;
}

.slider-product-item .content {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.25em;
    text-align: left;
    color: black;
}

.slider-product-item .content p {
    margin-bottom: 1.25em;
}

.slider-product-item .product-link {
    margin-right: 0.625em;
}

.product-link {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: #323232;
}

.product-link:after {
    display: inline-block;
    width: 0.625em;
    height: 0.625em;
    margin-left: 5px;
    content: '';
    transition: .2s;
    background: url(../img/svg/arrow.svg) no-repeat center;
    background-size: contain;
}

.product-link:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.9375em;
    content: '';
    transition: .2s;
    background: #99bacc;
}

.product-link:hover {
    text-decoration: none;
    color: #323232;
}

.product-link:hover:before {
    top: 0;
    height: 25px;
}

.product-link:hover:after {
    -ms-transform: rotate(45deg) translate(7px, -7px);
    transform: rotate(45deg) translate(7px, -7px);
}

.product-link.red:before {
    background: #f83f43;
}

.product-link.red:after {
    content: none;
}

.products-row {
    background-repeat: no-repeat;
    background-position: center left;
}

.products-row > div {
    margin-bottom: 1.875em;
}

.product {
    height: 100%;
    padding: 1.875em;
    background-color: white;
    box-shadow: 0 11px 27.55px 1.2 .8125em rgba(0, 39, 87, .05);
}

.product .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.444;
    margin-bottom: 0.625em;
    text-transform: uppercase;
    color: #3f3f3f;
}

.product .descr {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.625em;
    color: #3f3f3f;
}

.product .volume {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #383838;
}

.product .product-link {
    display: inline-block;
    margin-top: 1.25em;
}

.post-navs {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375;
    text-align: center;
    text-transform: uppercase;
    color: #3f3f3f;
}

.post-navs span, .post-navs a {
    display: inline-block;
    margin: 0 5px;
    padding: 7px 0.625em;
    border-bottom: 2px solid #000;
}

.post-navs a {
    text-decoration: none;
    color: #c1c1c1;
    border-color: #c1c1c1;
}

.post-navs a:hover {
    text-decoration: none;
}

.post-navs ul li {
    display: inline-block;
}

.product-online {
    margin-bottom: 1.875em;
}

.product-online .square-area {
    position: relative;
    padding-bottom: 100%;
    background: #fff;
    box-shadow: 0 5px 27.55px 1.2 .8125em rgba(0, 39, 87, .05);
}

.product-online .square-area > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 80%;
    margin: auto;
}

.product-online .square-area .hidden-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 1.25em;
    transition: .3s;
    text-align: center;
    opacity: 0;
    background: #fff;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-online .square-area .hidden-content img {
    width: auto;
    max-height: 170px;
}

.product-online .square-area .hidden-content .title {
    font-weight: bold;
    width: 100%;
    padding-bottom: 1.25em;
    color: #032f41;
}

.product-online .square-area .hidden-content .title:after {
    display: block;
    max-width: 80%;
    margin: 1.25em auto 0;
    content: '';
    border-bottom: 1px solid #d2e6f1;
}

.product-online .square-area .hidden-content .content {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    color: black;
}

.product-online .square-area .hidden-content .button-wrapper a {
    margin: 0 0.625em;
}

.product-online .square-area:hover .hidden-content {
    opacity: 1;
}

.product-online .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0.9375em 0;
    text-transform: uppercase;
    color: #3f3f3f;
}

.location-city-select .select2-container {
    width: 100% !important;
    border-bottom: 1px solid #c1c1c1;
}

.location-separate {
    font-weight: bold;
    padding: 0.9375em 0;
    text-align: center;
    text-transform: uppercase;
}

.location-search {
    position: relative;
    width: 100%;
}

.location-search input, .location-search select {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    height: 3.125em;
    padding: 0 0.625em;
    color: #000;
    border: none;
    border-bottom: 1px solid #c1c1c1;
}

.location-search #reset {
    display: block;
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.625em 0 0;
    cursor: pointer;
}

.location-search select {
    margin-bottom: 1.25em;
}

.location-search input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.location-search input:-ms-input-placeholder {
    color: #9e9e9e;
}

.location-search input::placeholder {
    color: #9e9e9e;
}

.location-search .example {
    font-family: 'Charter Roman', sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #979797;
}

.location-search .example span {
    text-decoration: underline;
}

.location-main-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.1875em;
    font-weight: bold;
    line-height: 1.125;
    margin: 0 0 1.25em;
    text-align: left;
    color: #032f41;
}

#search-result {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 0.625em 0;
    background: #fff;
    box-shadow: 0 4px 0.625em 0 rgba(0, 0, 0, .3);
}

#search-result > p {
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#search-result h3 {
    display: none;
}

#search-result img {
    width: 0.625em;
    height: auto;
    margin-right: 0.625em;
}

#search-result a {
    display: none;
}

#search-result .title {
    font-size: 0.875em;
    font-weight: bold;
}

#search-result .address {
    font-size: 0.625em;
    font-style: italic;
    cursor: pointer;
}

#search-result .adress-item {
    padding: 5px 0.625em;
}

.adress-item .product-link:before {
    width: 120%;
    left: -10%;
    top: 0;
    height: 25px;
    opacity: 0;
}

.adress-item .product-link:hover:before {
    opacity: 1;
}

.map-sedebar label {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0 0.625em;
    text-transform: uppercase;
    color: black;
}

#addressesArea h3 {
    text-transform: uppercase;
}

.image-wrapper img {
    max-width: 100%;
}

[type="submit"] {
    box-shadow: none;
    border: none;
    background: transparent;
}

#addressesArea .adress-item {
    position: relative;
    padding: 0.9375em 25px;
    cursor: pointer;
}

#addressesArea .adress-item.active {
    background: #f1f1f1;
}

#addressesArea .adress-item .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.379;
    display: inline-block;
    margin-bottom: 0.625em;
    text-align: left;
    color: black;
    border-bottom: 2px solid #bfbfbf;
}

#addressesArea .adress-item .address {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    line-height: 1.379;
    margin-bottom: 0.625em;
    text-align: left;
    color: #717171;
}

#addressesArea .adress-item img {
    position: absolute;
    top: 0.9375em;
    left: 0;
    width: 0.9375em;
}

.adress-item .button-wrapper {
    text-align: left;
    padding: 0;
}

.adress-item .product-link {
    margin-right: 0.9375em;
}

.adress-item .product-link:last-child {
    margin-right: 0;
}

.adress-item .product-link:after {
    content: none;
}

.pagination {
    text-align: center;
    width: 100%;
    color: #f60e13;
}

.pagination span.page-numbers.current {
    border: 1px solid #f60e13;
    background: #f60e13;
    color: #fff;
    padding: 0.625em;
    margin: 5px;
}

.pagination a.page-numbers {
    border: 1px solid #f60e13;
    background: transparent;
    color: #f60e13;
    padding: 0.625em;
    margin: 5px;
}

/*//popout forms*/
#slideout {
    position: fixed;
    bottom: 60%;
    right: 0;
    z-index: 99999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#slideout_inner {
    position: fixed;
    bottom: 0;
    right: -31.25em;
    background: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#slideout:hover {
    right: 31.25em;
}

#slideout:hover #slideout_inner {
    right: 0;
    background: #fff;
    width: 31.25em;
}

#slideout .popup.tab {
    background: #f83f43;
    color: #fff;
    padding: 0.625em;
    border-radius: 5px;
    font-weight: bold;
}

.wufoo .info h2 {
    background: #f83f43;
    color: #fff
}

/*--------------------------------------------------------------5.0 Footer--------------------------------------------------------------*/
.footer-contact-widget {
    max-width: 280px;
    width: 100%;
    padding-top: 5px;
}

.footer-contact-widget div {
    margin: 1.25em 0;
}

.footer-contact-widget div:first-child {
    margin-top: 0;
}

.footer-contact-widget div:last-child {
    margin-bottom: 0;
}

.footer-contact-widget .sub-title {
    font-size: 0.875em;
    font-family: 'Titillium Web', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-contact-widget .btn {
    width: 100%;
}

.site-footer {
    padding: 3.125em 0;
    text-align: left;
    color: #fff;
    background: #a8a8a8;
}

.site-footer a {
    color: inherit;
}

.site-footer ul {
    margin-bottom: 1.875em;
    padding: 0;
}

.site-footer li {
    display: inline-block;
    list-style: none;
}

.site-footer p {
    margin: 0;
}

.site-footer span.date {
    float: left;
    margin-right: 5px;
}

.footer-social-menu {
    font-size: 1.125em;
    color: #d2e6f1;
}

.footer-social-menu li {
    padding: 0;
    margin-right: 1.25em;
}

.footer-top-menu {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-top-menu ul {
}

.footer-top-menu li {
    padding: 5px 0;
    margin-right: 2.125em;
    text-transform: uppercase;
}

.footer-top-menu .sub-menu {
    display: none;
}

.footer-site-info {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.78125em;
    line-height: 1.5;
    color: #fff;
}

/* Additional style */
.contact-items-list {
    position: relative;
    margin-top: 3.125em;
}

.contact-items-list ul {
    padding: 0;
}

.contact-items-list .costom_scrolling_btns {
    left: inherit;
    right: -0.625em;
    margin: 0;
    padding: 0 !important;
}

.pre-table p {
    padding: 0 !important;
    margin-bottom: 1.875em;
}

.pre-table p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1400px) {
    .contact-items-list .cat-wrapp {
        max-height: 800px;
    }
}

@media screen and (max-width: 1200px) {
    .contact-items-list .cat-wrapp {
        max-height: 50.625em;
    }
}

.not_found_container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 800px;
    padding-top: 300px;
    padding-bottom: 100px;
}

.not_found_container .title {
    font-size: 15.25em;
    font-family: 'Titillium Web', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.not_found_container .descr {
    font-size: 1.125em;
    font-family: "Charter", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    text-align: left;
    font-weight: 100;
    margin-bottom: 1.25em;
}

@media screen and (max-width: 768px) {
    .not_found_container {
        min-height: auto;
        padding: 10.625em 0;
    }

    .not_found_container .title {
        font-size: 13.125em;
    }
}

.single-services .content-section table {
    width: 100% !important;
}

.single-services .content-section table td {
    padding: 5px 0.9375em 5px 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.single-services .content-section table td:last-child {
    padding-right: 0 !important;
}

.single-page-content {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

.single-page-content p {
    margin-bottom: 1.25em;
}

.single-page-content ul {
    color: #032f41;
    font-weight: bold;
    padding-left: 1.25em;
}

.single-page-content h1, .single-page-content h2, .single-page-content h3, .single-page-content h4 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    line-height: 1.125;
    color: #032f41;
    margin: 1.25em 0;
}

.single-page-content h1 {
    font-size: 3em;
}

.single-page-content h2 {
    font-size: 2.5em;
}

.single-page-content h3 {
    font-size: 2em;
}

.single-page-content h4 {
    font-size: 1.5em;
}

.fixed-buttons {
    z-index: 1000;
    position: fixed;
    height: 12.5em;
    width: 11.25em;
    margin: auto;
    bottom: 1.875em;
    top: 0;
    right: 0;
}

.fixed-buttons a:hover {
    text-decoration: none;
    width: 11.25em;
}

.fixed-buttons a {
    float: right;
    transition: 0.1s;
    display: block;
    width: 100px;
    height: 55px;
    font-size: 0.875em;
    line-height: 55px;
    text-align: center;
    margin-bottom: 0.9375em;
    background: #5089d7;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-buttons .red {
    background: #f83f43;
}

.scroll-top-btn {
    cursor: pointer;
    position: absolute;
    top: -85px;
    right: 2.1875em;
    width: 70px;
    line-height: 70px;
    text-align: center;
    height: 70px;
    border-radius: 58%;
    background: #fff;
    box-shadow: 0px 8px 30.08px 1.92px rgba(10, 4, 91, 0.24);
    z-index: 2000;
}

.scroll-top-btn svg {
    vertical-align: middle;
}

.logos-section {
    position: relative;
    z-index: 10;
    padding: 100px 0;
}

.owl--logos-slider .owl-stage {
    display: flex;
    align-items: center;
}

.owl--logos-slider .owl-item .inner img {
    width: auto;
    display: inline-block !important;
}

.owl--logos-slider .owl-item .inner {
    padding: 0 1.25em
}

.owl--logos-slider .owl-nav svg path {
    fill: #00155b
}

.owl--logos-slider .owl-nav .owl-prev {
    float: left
}

.owl--logos-slider .owl-nav .owl-next {
    float: right
}

.owl--logos-slider .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    left: -25px;
    right: -25px;
    margin: auto;
}

.home-appointments {
    padding: 11.875em 0;
    background: url(../img/bg-002.png) no-repeat 14% 12%;
    background-size: 21%;
}

.home-appointments iframe {
    min-height: 450px;
}

.form-section {
    background: url(../img/bg-0006.png) no-repeat 0 0;
    padding-bottom: 55px;
    font-size: 1.125em;
    color: rgb(3, 47, 65);
    line-height: 1.333;
    text-align: left;
}

.form-section p {
    max-width: 300px;
}

.form-section .title, .home-appointments .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.125;
    color: #00155b;
    margin: 3.125em 0;
}

.form-section .inner-content {
    padding: 10.9375em 0;
    border-bottom: 1px solid #ccc;
}

.form-section .form-wrap {
    padding-top: 1.25em;
}

.form-section .title {
    margin-top: 0;
    margin-bottom: 0.625em;
    font-weight: bold;
}

.top-search-form {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    top: -200px;
    transition: 0.3s;
    background: #fff;
    padding: 1.875em;
    box-shadow: 0px 8px 1.25em 0.625em rgba(0, 0, 0, 0.5);
}

.top-search-form form {
    display: flex;
}

@media screen and (max-width: 769px) {
    .top-search-form form {
        flex-wrap: wrap;
    }
	.post-type-archive-doctors main#main, .post-type-archive-media_library main#main, tax-media_library_category main#main, .no-head-image {
		padding-top: 0px;
	}
}

.top-search-form form input[type="text"] {
    width: 100%;
    padding-left: 1.25em;
    height: 3.125em;
    border-radius: 0;
}

.top-search-form form input[type="submit"] {
    border-radius: 0;
}

.close-form {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0.625em;
    bottom: 0;
    margin: auto;
    width: 0.9375em;
    height: 0.9375em;
}

.close-form svg {
    width: 0.9375em;
    height: 0.9375em;
}

.search-form-open .top-search-form {
    top: 0;
}

#research-studies iframe {
    max-width: 580px;
    max-height: 325px;
}

.full_content h3 {
    font-size: 1.375em;
    max-width: 580px;
    margin: 0 auto 1.25em;
}

.counters {
    font-family: 'Charter Roman', sans-serif;
    font-size: 1.125em;
    line-height: 1.333;
    padding: 100px 0;
    text-align: left;
    color: black;
}

.counters .title {
    font-size: 2.25em;
    font-family: "Titillium Web", sans-serif;
    color: rgb(3, 47, 65);
    line-height: 1.5;
    text-align: center;
    margin: 0 0 3.125em;
}

.counters td {
    padding: 0 8px;
    vertical-align: middle;
}

.counters .num {
    font-family: 'Titillium Web', sans-serif;
    font-size: 4.5em;
    font-weight: bold;
    line-height: 0;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
    color: #a8a8a8;
}

.counters .num span {
    line-height: 1.4;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .flex-row-auto {
        flex-wrap: wrap;
    }

    .col-flex-auto {
        width: 50%;
    }

    .counters .num {
        min-width: 100px;
        font-size: 3.125em;
    }
}

.image-wrapper {
    position: relative;
    padding-right: 10%;
    padding-bottom: 10%;
}

.image-wrapper img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0px 1.125em 22.8px 1.2px rgba(0, 14, 50, 0.24);
}

.single-page {
    font-size: 1em;
    font-family: 'CharterBT', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

.single-page img {
    max-width: 100%;
}

.single-page p {
    margin-bottom: 25px;
}

.single-page h3 {
    font-size: 2.25em;
    font-family: "Titillium Web", sans-serif;
    color: rgb(3, 47, 65);
    line-height: 1.5;
    margin: 0 0 3.125em;
}

.single-page ul {
    font-size: 1em;
    font-family: "CharterBT", sans-serif;
    font-weight: bold;
    color: #032f41;
    line-height: 1.5;
    padding-left: 1.125em;
    margin-bottom: 1.25em;
}

.single-page ul li {
    margin-bottom: 0.9375em;
}

.form-wrapper {
    max-width: 61.875em;
    margin: 0 auto;
}

#portal .modal-dialog {
    max-width: 900px;
    width: 100%;
}

#portal .close {
    position: absolute;
    top: 3px;
    right: 0.75em;
    z-index: 2;
    font-size: 2.1875em;
}

#portal iframe {
    width: 100%;
    height: auto;
    min-height: 700px;
    border: none;
    box-shadow: none;
}

.promo-modal .modal-dialog {
    max-width: 855px;
    width: 100%;
}

.promo-modal .close {
    position: absolute;
    top: -0.9375em;
    right: -0.9375em;
}

.promo-modal .close {
}

.promo-modal .close {
}

/* Helpers  */
.pb0 {
    padding-bottom: 0;
}

.sgpb-content {
    border-radius: 12px !important;
    background-color: rgb(235, 244, 249) !important;
    box-shadow: 0px 10px 22.4px 9.6px rgba(12, 12, 12, 0.15) !important;
    background-size: cover !important;
    background-position: left center !important;
    padding: 0 30px 0 0 !important;
    max-width: 850px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border: none !important;
}

.sgpb-content img {
    float: left;
    margin: 0 15px 0 0;
}

.sgpb-content a {
    font-family: 'Titillium Web', sans-serif;
    display: inline-block;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 3.125em;
    min-width: 200px;
    height: 3.125em;
    padding: 0 0.9375em;
    transition: .1s;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #f83f43;
    margin-top: 2rem;
}

.sgpb-content a:hover {
    text-decoration: none;
    background: #f82726;
}

.sgpb-popup-close-button-1 {
    top: -14px !important;
    right: -14px !important;
    bottom: inherit !important;
    border-radius: 50% !important;
}

.sgpb-content .btn {
    margin-top: 1.9em;
}

.sgpb-content {
    font-size: 1.15em;
    font-family: 'Charter Roman', sans-serif;
    color: rgba(71, 82, 117, 0.8);
    line-height: 1.444;
    text-align: left;
    font-weight: 100;
}

.sgpb-content h1, .sgpb-content h2, .sgpb-content h3, .sgpb-content h4 {
    font-size: 2em;
    font-family: "Titillium Web", sans-serif;
    color: rgb(0, 21, 91);
    font-weight: bold;
    text-transform: uppercase;
    margin: 3rem 0 1rem;
}

.search-section .post-17835, .search-section .post-17831, .search-section .post-17827, .search-section .post-17823, .search-section .post-17819, .search-section .post-17815, .search-section .post-17811, .search-section .post-17806 {
    display: none !important;
}

.ba_fix_height .container-fluid {
    max-width: 600px !important;
}

.ba_fix_height .container-fluid img {
    max-width: inherit !important;
    height: auto !important;
    max-height: none !important;
}

.contact_ba {
    background: url(../img/bg-0006.png) no-repeat 0 0;
    width: 100%;
    overflow: hidden;
}

.contact_ba .contact_ba_cont .form-section {
    background: none;
}

.contact_ba .contact_ba_cont {
    border-bottom: 1px solid #ccc;
}

.contact_ba_cont .botox_lbox {
    width: 60%;
    float: left;
}

.contact_ba_cont .botox_rbox {
    width: 40%;
    float: left;
}

.contact_ba_cont .botox_lbox .row .section-title {
    text-align: left;
}

.contact_ba_cont .botox_lbox .row .form-wrap {
    max-width: 400px;
}

.contact_ba_cont .owl-carousel .owl-item p {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (max-width: 700px) {
    .contact_ba_cont .botox_lbox, .contact_ba_cont .botox_rbox {
        width: 100%;
    }

    .contact_ba .contact_ba_cont {
        display: flex;
        flex-wrap: wrap;
    }

    .contact_ba_cont .botox_lbox {
        width: 100%;
        order: 2;
    }

    .contact_ba_cont .botox_rbox {
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1400px) {
    .page-id-16532 .form-wrapper iframe {
        zoom: 105%;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1000px) {
    .page-id-16532 .form-wrapper iframe {
        zoom: 120%;
    }
}
@media screen and (max-width: 600px) {
	.markerimage{
		display: none;
	}
	.markerlocation{
		width: 100%;
	}
}