/*
Theme Name: Direktorijum
Theme URI: http://underscores.me/
Author: PopArt Studio
Author URI: http://www.popwebdesign.net/
Description: A custom theme made from underscores starter theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: direktorijum
Tags:

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.

Direktorijum is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/



html body input[type="submit"] {
    font-size: 12px;
    font-size: 1.75rem;
}

/********************/
a.post-edit-link {
    display: none;
}

.profile-edit div#buddypress {
    display: none;
}

.edit .row {
    border-bottom: 1px solid;
    padding: 20px 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    /*dodato novo 9/3//2019*/
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hospital-name {
    padding-bottom: 20px;
}

.location-wrapp {
    padding-top: 0;
}

.location-p {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.bg_overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
}

.to-search-wrap {
    padding: 0 40px;
}

#to-search-bar {
    color: #fff;
    background: #fa5050;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    display: inline-block;
    padding: 20px 30px;
    cursor: pointer;
    transition: all, .5s;
    position: relative;
}

#to-search-bar:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 5px;
    background: #fa5050;
    transition: all, .5s;
    transition-delay: .25s;
}

#to-search-bar:hover {
    background: #fff;
    color: #fa5050;
}

#to-search-bar:hover:before {
    width: 100%;
    left: 0;
}

#primary-menu {
    position: relative;
    z-index: 99999;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#primary-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}

.header-search-wrapper form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.header-search-wrapper form button.header-search {
    flex-basis: 80%;
}

.treatments {
    position: relative;
}

.not-selected .main-link {
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
    transition: all, .5s;
}

.specialties,
.treatments,
.countries {
    width: 100%;
    position: static;
}

#search-error {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    padding: 10px 20px;
    background: #375463;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search-error span {
    border-bottom: 2px solid #fa5050;
    display: none;
}

.choose_spec {
    position: absolute;
    z-index: 999999;
    opacity: 0;
    bottom: 120px;
    left: 0;
    color: #fff;
    background: #375463;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
    margin: 0;
    width: 100%;
}

.choose_spec:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 120px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #375463 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #375463 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src: url('https://aef28e.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/css/icomoon/icomoon.eot?6qcmif');
    src: url('https://b00942.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/css/icomoon/icomoon.eot?6qcmif#iefix') format('embedded-opentype'),
        url('https://11c1c2.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/css/icomoon/icomoon.ttf?6qcmif') format('truetype'),
        url('https://e9c2fe.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/css/icomoon/icomoon.woff?6qcmif') format('woff'),
        url('https://7634d9.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/css/icomoon/icomoon.svg?6qcmif#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e986";
}

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

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

.icon-twitter:before {
    content: "\ea96";
}

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

.icon-facebook:before {
    content: "\ea90";
}

.icon-google-plus:before {
    content: "\ea8b";
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.edit p select {
    float: right;
    width: 167px;
    border-radius: 3px;
    height: 30px;
}

.edit p input[type='file'] {
    float: right;
    width: 45%;
}

.edit-country small {
    float: right;
    font-size: 15px;
    padding: 4px 9px;

}

p.hosp-ins input[type='checkbox'] {
    margin-left: 90px;
}

p.doc-ins input[type='checkbox'] {
    margin-left: 90px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
    quotes: """";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
    padding: 10px 15px;
    position: relative;
}

.site-branding img {
    max-height: 100px;
}

.site-branding h1.site-title {
    font-size: 17px;
    font-weight: 700;
    border: 3px solid #5db0c6;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
}

.site-branding h1.site-title a {
    color: #333333;
    padding: 4px 6px;
    display: inline-block;
}

.site-header .menu-header-container {
    display: inline-block;
    vertical-align: middle;
}

.site-header .main-navigation {
    width: 100%;
    float: left;
}

.site-header .main-navigation .menu-primary-container {
    max-width: 1200px;
    margin: 0 auto;
}

.site-header .account-buttons .account-link {
    position: relative;
}

.site-header ul#header-menu,
.site-header .account-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header ul#header-menu li,
.site-header .account-buttons .account-link {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    margin-left: 40px;
}

.site-header ul#header-menu li a,
.site-header .account-buttons .account-link a {
    color: #333333;
    text-transform: uppercase;
}

.site-header .head-social {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-header .head-social a.social-link {
    color: #333333;
    margin-left: 35px;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-section .footer-intro-wrapper {
    background: #f5f5f5;
}

.footer-section p.footer-intro {
    font-size: 18px;
    color: #888888;
    margin: 0 auto;
    padding: 39px 15px 39px 70px;
    font-weight: 300;
    position: relative;
}

.footer-section p.footer-intro:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #375463;
    border-bottom: 5px solid transparent;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-section .footer-search {
    background-color: #fa5050;
    position: relative;
    padding: 35px 0 45px;
}

.footer-section .footer-search h2.search-title,
.footer-section h2.footer-links-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    margin: 0 0 30px;
    font-weight: 400;
}

.footer-search form.search-form {
    position: relative;
    overflow: hidden;
}

.footer-section .footer-search form.search-form input.search-field {
    width: 100%;
    display: block;
    outline: 0;
    padding: 15px 0 15px 15px;
    border: none;
    border-radius: 0;
}

.footer-section .footer-search form.search-form input.search-submit {
    position: absolute;
    top: 0;
    height: 52px;
    right: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
    text-indent: -1000em;
    bottom: 0;
    width: 100px;
    background-color: #375463;
}

.testiranje-acf {
    background-color: red;
}

.tax-treatments-wrapp div.entry-content {
    font-size: 18px;
}

.footer-section .footer-search form.search-form input.search-submit:hover {
    box-shadow: none;
}

.footer-section .footer-search form.search-form:after {
    content: "\e986";
    display: block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 33px;
    z-index: 10000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.footer-section.footer-links-wrapper {
    background-color: #375463;
    padding-bottom: 50px;
}

.footer-section ul.footer-links {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.search-results span.comments-link {
    display: none;
}

.single-serch-content {
    margin-top: 40px;
}

.footer-section h2.footer-links-title {
    margin: 50px 0;
}

.footer-section ul.footer-links li {
    margin-bottom: 10px;
}

.footer-section ul.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-section ul.footer-links li a {
    color: #a8b1b6;
}

.footer-section.footer-bottom-links-wrapper {
    background-color: #253a45;
}

.footer-section ul.footer-bottom-links {
    list-style: none;
    padding: 21px 0;
    margin: 0;
    float: left;
}

.footer-section ul.footer-bottom-links li {
    float: left;
    font-weight: 300;
    margin-right: 15px;
}

.footer-section ul.footer-bottom-links li a {
    color: #7cc3d8;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    background-color: #375463;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.site-header .account-buttons {
    list-style: none;
}

.profile-img-wrapp img,
.hero-img-wrapp img {
    width: 30%;
}

.main-navigation li {
    float: left;
    position: relative;
    width: 28%;
    background-color: #7cc3d8;
}

html body .header-search-wrapper:before {
    content: none;
}

.tax-specialties header.page-header {
    margin: 0;
    padding-bottom: 0;
}

.respon-per-spec textarea {
    color: #333 !important;
}

button.header-search {
    background: #fa5050;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    transition: all, .5s;
    position: relative;
}

/* button.header-search:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 3px;
    transition: all, .25s;
    transition-delay: .25s;
    background: #fa5050;
}
button.header-search:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: all, .25s;
    transition-delay: .35s;
    background: #fa5050;
}
button.header-search .fx-helper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #fa5050;
    transition: all, .25s;
}
button.header-search .fx-helper:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 0;
    background: #fa5050;
    transition: all, .25s;
}
button.header-search:hover {
    color: #fa5050;
    background: #fff;
}
button.header-search:hover:before,
button.header-search:hover:after {
    width: 100%;
}
button.header-search:hover .fx-helper:before,
button.header-search:hover .fx-helper:after {
    height: 100%
} */

.site-header {
    position: relative;

}

.site-header .account-wrapper {
    position: absolute;
    width: 20.5%;
    bottom: 0;
    right: 0;
}

/*.account-link {
    width: 50% !important;
}*/
.site-header .account-buttons .account-link {
    float: right;
    position: relative;
    /*width: 9.6%;*/
    background-color: #7cc3d8;
}

.site-header .account-buttons .account-link.log-in-link {
    background-color: #375463;
    margin: 0;
}

.site-header .account-buttons .account-link.sign-up-link {
    background-color: #fa5050;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #375463;
}

.site-header .account-buttons .account-link.sign-up-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 0;
    transition: all, .5s;
    background: #375463;
}

.site-header .account-buttons .account-link.sign-up-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    width: 25%;
    height: 0;
    transition: all, .5s;
    transition-delay: .25s;
    background: #375463;
}

.site-header .account-buttons .account-link.sign-up-link .fx-helper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 25%;
    height: 0;
    transition: all, .5s;
    transition-delay: .5s;
    background: #375463;
}

.site-header .account-buttons .account-link.sign-up-link .fx-helper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 0;
    transition: all, .5s;
    transition-delay: .75s;
    background: #375463;
}

.site-header .account-buttons .account-link.sign-up-link:hover:before,
.site-header .account-buttons .account-link.sign-up-link:hover:after,
.site-header .account-buttons .account-link.sign-up-link:hover .fx-helper:before,
.site-header .account-buttons .account-link.sign-up-link:hover .fx-helper:after {
    height: 100%;
}

.site-header .account-buttons .account-link.sign-up-link .fx-helper2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    right: 0;
    transition: all, .5s;
    transition-delay: .5s;
    background: #fa5050;
    z-index: 99999;
}

.site-header .account-buttons .account-link.sign-up-link .fx-helper2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    transition: all, .5s;
    transition-delay: .75s;
    background: #fa5050;
    z-index: 99999;
}

.site-header .account-buttons .account-link.sign-up-link a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 2px;
    transition: all, .5s;
    transition-delay: 1s;
    background: #fa5050;
}

.site-header .account-buttons .account-link.sign-up-link a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 2px;
    transition: all, .5s;
    transition-delay: 1s;
    background: #fa5050;
}

.site-header .account-buttons .account-link.sign-up-link a {
    display: inline-block;
    padding: 10px 20px;
    transition: all, .5s;
    position: static;
    z-index: 999;
}

.site-header .account-buttons .account-link.sign-up-link:hover a {
    color: #fa5050;
}

.site-header .account-buttons .account-link.sign-up-link:hover .fx-helper2:before,
.site-header .account-buttons .account-link.sign-up-link:hover .fx-helper2:after {
    width: 100%;
}

.site-header .account-buttons .account-link.sign-up-link:hover a:before,
.site-header .account-buttons .account-link.sign-up-link:hover a:after {
    height: 100%;
}

.signup-popup-info {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 40px;
    background: #375463;
    color: #fff;
    box-shadow: -1px 1px 10px -3px rgba(0, 0, 0, .75);
    z-index: 9999999999;
}

.signup-popup-info a {
    color: #fff;
}

.signup-popup-info a:hover {
    text-decoration: underline;
}

.account-buttons {
    width: 100%;
}

.main-navigation > div {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background: #7CC3D8;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.custom-select {
    position: absolute;
    z-index: 999999 !important;
    background: #375463;
}

html body .custom-select a {
    padding: 0px 7px;
    height: 40px;
}

.placeholder-presp-img {
    height: 150px;
    width: 150px;
    background: #ccc;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 40px 5px 0 5px;
}

#primary-menu .treatments .main-link {
    padding: 14px;
}

h5.info-specialist a,
h4.info-title a {
    color: #fff;
}

.hide {
    display: none !important;
}

.mnu-visible {
    display: run-in !important;
}

.custom-select div {
    margin: 5px 0;
    overflow: hidden;
}

.navigation-wrapper {
    background: #375463;
}

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

.accre-img-wrapp {
    width: 25%;
    float: left;
}

.accre-wrapp p {
    padding: 17px 0 0 0;
}

.free-account {
    padding-top: 20px !important;
}

article#post-613 {
    background: none;
    padding-top: 0;
}

@media only screen and (min-width: 1600px) {

    .site-header .account-buttons .account-link {
        position: relative;
    }

    .site-header .account-buttons .log-in-link {
        right: 0;
    }
}

.main-navigation li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
    display: none !important;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-navigation a,
.site-header .account-buttons .account-link a {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 27.5px 0;
    text-align: left;
}

.custom-select div a {
    position: relative;
}

a.main-link {
    display: block;
    text-align: center;
    position: relative;
}

a.main-link:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    transition: all, .5s;
}

a.main-link.arrow-toggle:before {
    transform: rotate(90deg);
    top: 48%;
}

span.pmpro_thead-msg a,
.bank-invoice a {
    background: #375463;
    padding: 4px 8px;
    color: #FFF;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.pmpro_thead-msg {
    width: 45%;
    position: relative;
    top: -40px;
}

.bank-invoice h4 {
    margin-bottom: 18px;
}

li.account-link a {
    text-align: center !important;
}

span#pmpro_submit_span {
    margin-bottom: 20px;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover > a,
.main-navigation li.focus > a {}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.custom-select {
    border: none;
    display: flex;
    opacity: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hidden-sub {}

.c-s-flex {
    opacity: 1;
}

.custom-select .col-md-2 {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.custom-select .col-md-2 a {
    height: auto;
    text-align: center;
    display: block;
}

/*--------------------------------------------------------------
# Buddypress
--------------------------------------------------------------*/
.buddypress header.entry-header,
.buddypress div#item-nav,
.buddypress div#item-body,
#item-header-cover-image #item-meta {
    display: none !important;
}

.xprofile header.entry-header,
.xprofile div#item-nav,
.xprofile div#item-body,
.xprofile #item-header-cover-image #item-meta {
    display: block !important;
}

.xprofile header.entry-header h1 {
    display: none !important;
}

.additional-information-wrapper {
    background: #f5f5f5;
    padding: 40px;
}

h3.no_providers {
    text-align: center;
    padding: 50px 0;
    font-size: 30px;
}

.container.additional-information,
.container.profile-description {
    padding: 0 70px 60px;
    font-size: 16px;
}

.container.profile-description {
    padding-top: 20px;
}

.container.additional-information p {
    color: #555;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}

ul.tml-user-links li a:before {
    content: 'click here to log out';
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: 40px;
}

.container.specialties-list p a,
.treatments-list p a {
    color: #0079a9;
}

.container.specialties-list p {
    float: left;
    /*width: 33.33%;*/
    color: #0079a9;
    padding-left: 15px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    clear: both;

}

.treatments-list p {
    width: 100%;
    color: #555;
    padding-left: 15px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 0 -15px;
}

.tax-treatments-wrapp .entry-content {
    margin-top: 10px;
}

h4.services:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0px;
}

h4.services {
    font-size: 20px;
    color: #555;
    margin: 0;
}

.specialties-items,
.treatments-items {
    padding: 0 70px 70px;
}

.specialties-items {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}

.buddypress .entry-content {
    margin: 0 !important;
}

.specialties-items p:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #0079a9;
    float: left;
    margin-right: 10px;
    margin-top: 13px;
    border-radius: 50%;
}

#buddypress #header-cover-image {
    height: 495px;
    background-size: 100%;
    background-position: 0;
}

#header-cover-image {
    height: 495px;
    background-size: 100%;
    background-position: 0;
}

#buddypress #cover-image-container {
    position: relative;
    z-index: 0;
    height: 495px;
    /*width: 62.3%;*/
    /*margin: 0 auto;*/
}

#buddypress #item-header-cover-image #item-header-avatar {
    margin-top: -50px;
    height: 260px;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 50%;
}

.cover-image-wrapp {
    background: #375463;
}

#buddypress #item-header-cover-image #item-header-avatar img {
    height: auto;
    width: 260px;
}

#buddypress div#item-header #item-header-cover-image #item-header-content {
    clear: none;
    float: left;
    margin-left: 40px;
    margin-top: 15px;
    width: auto;
    color: #fff;
}

.profile-gallery img {
    max-width: 320px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

h2.spec-title-treat-cond.cont-title-tax {
    margin-top: 65px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #375463;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    outline: none;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 18px;
    display: inline-block !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

ul.additional-pages li {
    float: left;
    padding: 4px;
    list-style: none;
}

ul.additional-pages {
    padding: 10px 0 0 0;
    margin-left: 0;
}

ul.additional-pages li a {
    border: 1px solid #ccc;
    padding: 6px 15px;
    color: #333;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-md-6 p {
    width: 100%;
    margin-bottom: 0em !important;
    margin-top: 1.7em !important;
}

.col-md-6 p input[type='text'] {
    float: right;
}

div#wp-description-editor-container {
    border: 1px solid #bbb;
}

div#us3 {
    margin-bottom: -1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

h4.info-title span {
    font-size: 13px;
    color: #1de35a;
    margin-left: 10px;
    top: -12px;
    position: relative;
}

.tax-specialties h4.info-title span {
    margin-left: 20px;
}

h4.info-title span:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background: #1de35a;
    top: 5px;
    left: -11px;
    border-radius: 50px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media (min-width: 1250px) {
    .container {
        width: 1200px;
    }
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.full-screen-image {
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 36vw;
    max-height: 680px;
    position: relative;
    text-align: center;
}

.full-screen-image .full-screen-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full-screen-image h3.full-screen-title {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    position: relative;
}

.full-screen-image h1.full-screen-title {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    position: relative;
}

.search-results h2 {
    font-size: 22px;
}

.mail-was-sent {
    position: absolute;
    z-index: 1010000;
    left: 0;
    right: 0;
    bottom: -50%;
    text-align: center;
}

.full-screen-image p.full-screen-caption {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    background: #7cc3d8;
    padding: 8px 0;
}

.full-screen-image h5.full-screen-caption {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    background: #7cc3d8;
    padding: 8px 0;
}

/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/

.about-us {
    background: #f4f4f4;
}

#wpcf-custom-btn-0 {
    display: none !important;
}

.how-it-works-link,
.how-it-works-link:hover {
    color: #fff;
    font-weight: bold;
    position: relative;
}

.about-us .about-us-section {
    background: #f4f4f4;
    min-height: 500px;
}

.return-btn {
    border: 1px solid #ccc;
    padding: 6px 15px;
    color: #333;
    font-size: 16px;
    margin: 10px 0 0 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
}

.about-us .about-us-description,
.how-works .how-works-description {
    padding: 100px 240px;
}

.type-bank_invoice .return-btn {
    margin-top: 0;
    margin-bottom: 20px;
}

.about-us .about-us-paragraph.vert-centered,
.how-works .how-works.vert-centered {
    position: relative;
    margin: 5% 0;
    text-align: justify;
}

.about-us .about-us-paragraph .about-us-content {
    max-width: 540px;
    margin-right: 170px;
}

.about-us .about-us-image {
    padding: 0;
    height: 100%;
}

.about-us-image img {
    height: 100%;
}

.about-us .about-us-paragraph h2.section-title,
.how-works h2.section-title {
    color: #375463;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.about-us .about-us-paragraph p,
.how-works .how-works-content p,
.how-works .how-works-paragraph p {
    color: #555;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/*--------------------------------------------------------------
## How It Works
--------------------------------------------------------------*/

.how-works .how-works-content p,
.how-works .how-works-paragraph p {
    line-height: 27px;
}

.how-works .how-works-content p strong {
    color: #415c6a;
}

.how-works .how-works-content p em {
    color: #375463;
    font-weight: 400;
}

.how-works .how-works-content p:first-child {
    margin-bottom: 10px;
}

.two-cols {
    column-count: 2;
}

.how-works .for-hospitals {
    background: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-works .for-patients {
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-works .for-hospitals .section-content .for-hospitals-inner,
.how-works .for-patients .section-content .for-patients-inner {
    font-size: 14px;
    color: #555;
    line-height: 27px;
}

.how-works .for-hospitals .section-heading,
.how-works .for-patients .section-heading {
    font-size: 14px;
    color: #375463;
    line-height: 27px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.how-works .for-patients .section-heading strong span {
    font-weight: 400;
}

.how-works .for-hospitals .section-content .for-hospitals-inner b,
.how-works .for-patients .section-content .for-patients-inner b {
    font-weight: 400;
    color: #23333b;
}

.how-works .for-patients .section-content .for-patients-inner p {
    margin-bottom: 20px;
}

.how-works .for-patients .section-content .for-patients-inner p:nth-child(7) {
    margin-top: 60px;
}

.how-works .for-patients .section-content .for-patients-inner a {
    color: #5bafd2;
    line-height: 37px;
    position: relative;
}

.how-works .for-patients .section-content .for-patients-inner a:after {
    /*content: '';*/
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #5bafd2;
    transition: all, .5s;
}

.how-works .for-patients .section-content .for-patients-inner a:hover:after {
    width: 100%;
    left: 0;
}

.how-works .how-works-image {
    padding: 0;
    background-size: cover;
    height: 100%;
}

.before-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fa5050;
    overflow: hidden;
}

.before-footer .section-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.before-footer .section-buttons #to-search-bar {
    margin-bottom: 0;
    color: #375463;
    background: #375463;
}

.before-footer .section-buttons #bottom-signup,
.before-footer .section-buttons #bottom-login {
    text-align: center;
    margin-left: 40px;
    color: #375463;
    background: #375463;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 20px 60px;
    cursor: pointer;
    transition: all, .5s;
    position: relative;
}

.before-footer .section-buttons #bottom-signup {
    margin-left: 0;
}

.before-footer .section-buttons #bottom-login span,
.before-footer .section-buttons #bottom-signup span {
    position: relative;
    z-index: 12;
}

.before-footer .section-buttons #bottom-login:before,
.before-footer .section-buttons #bottom-signup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    transition: all, .5s;
}

.before-footer .section-buttons #bottom-login:after,
.before-footer .section-buttons #bottom-signup:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    transition: all, .5s;
}

.before-footer .section-buttons #bottom-login:hover:before,
.before-footer .section-buttons #bottom-signup:hover:before {
    height: 0;
}

.before-footer .section-buttons #bottom-login:hover:after,
.before-footer .section-buttons #bottom-signup:hover:after {
    height: 0;
}

.before-footer .section-buttons #bottom-login:hover,
.before-footer .section-buttons #bottom-signup:hover {
    color: #fff;
}

.how-works-image img {
    height: 100%;
}

.how-works-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.how-works-list li {
    color: #5bafd2;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 8px 0;
}

.wrapper-section {
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
    top: 50%;
}

.how-works-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.wrapper-section.col-md-7 {
    max-width: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.how-works {
    flex-basis: 85%;
    margin-top: 0;
    margin-bottom: 0;
}

.how-works.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 992px) {
    .how-works-section {
        flex-direction: column;
    }

    .how-works {
        flex-basis: 100%;
    }

    .wrapper-section.col-md-7 {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .two-cols {
        column-count: 1;
    }
}

@media (max-width: 700px) {
    .before-footer .section-buttons {
        flex-direction: column;
    }

    .before-footer .section-buttons a {
        margin-left: 0 !important;
    }

    .before-footer .section-buttons a:first-child {
        margin-bottom: 20px;
    }
}

.register main {
    padding: 0 !important;
}

html body .register input {
    margin-bottom: 10px;
}

html body .register input.login-button {
    background: #318ca5;
    box-shadow: none;
    text-shadow: none;
}

html body .register .login .login-subtitle,
.pmpro-body-has-access .pmpro-has-access h1 {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 120px 0 50px;
}

/*--------------------------------------------------------------
## Service
--------------------------------------------------------------*/

.service-header .full-screen-image {
    background-image: url(https://23bf0f.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/images/opis-usluge.jpg);
    background-color: #335463;
    background-size: contain;
    background-position: top;
    height: 26vw;
}

h4.info-title {
    cursor: pointer;
}

.service-info {
    background: #335463;
    position: relative;
    float: right;
    position: absolute;
    right: 0;
    top: 25px;
}

.tax-specialties .service-info {
    position: relative;
    bottom: -15px;
}

@media(max-width: 767px) {
    .service-info {
        width: 40%;

    }
}

.service-info h4.info-title,
.premium-profile h4.info-title,
.standard-profile h4.info-title,
.free-profile h4.info-title,
h4.info-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.service-info span,
.premium-profile span {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #47b466;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
    margin-left: 8px;
}

.service-info.service-info-links .contact-list-buttons li {
    float: none !important;
}

.service-info span:before,
.premium-profile span:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background: #47b466;
    border-radius: 50%;
    margin-right: 5px;
}

.service-info h5.info-location,
.premium-profile h5.info-location,
.free-profile h5.info-location,
.info-location {
    font-size: 23px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #7cc3d8;
    margin: 0;
}

.service-info h5.info-category,
.service-info .service-info-links a,
.info-specialist,
.service-info-links a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
    padding: 0;
}

.tax-resp-person-info h5 {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    letter-spacing: 0.5px;
    padding: 0;
}

html body .info-specialist {
    text-transform: none !important;
}

nav#nav-below .nav-previous.alignleft,
nav#nav-below .nav-next.alignright {
    display: none !important;
}

a.profile-gallery,
.gallery-ajax-wrapp iframe {
    display: block;
    float: left;
    width: 22.4%;
    margin: 0 30px 40px 0;
    max-height: 180px;
    overflow: hidden;
}

.images-allready-uploaded {
    margin-bottom: 20px;
}

.gallery-ajax-wrapp h3 {
    /*background: #fa5050;*/
    /*color: #fff;*/
    /*padding: 28px 70px;*/
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 60px;
}

.taxonomy-description {
    margin-bottom: 50px;
}

.tax-resp-person-info button {
    padding-left: 0;
    outline: 0;
}

#biographyModal img {
    margin-bottom: 30px;
}

.tax-resp-person-info button.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

html body h4.info-specialist {
    text-transform: none !important;
    font-size: 30px;
    color: #333;
}

.tax-resp-person-info {
    padding-top: 30px;
}

html body h5.info-specialist,
.tax-resp-person-info h5 {
    font-size: 20px;
}

.tax-resp-person-info h4 {
    font-size: 30px;
    margin: 0;
}

.video iframe {
    height: 180px;
}

.profile-description h3 {
    background: none;
}

.description-search {
    clear: both;
    min-height: 120px;
    overflow: hidden;
    color: #fff;
}

.gallery-ajax-wrapp iframe:nth-child(4n+5) {
    margin: 0 0 40px 0;
    border: 1px solid red;
}

button.header-search {
    outline: none;
}

.gallery-ajax-wrapp .container a.profile-gallery:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

.service-info .service-info-links {
    text-align: right;
}

.cover-image-wrapp {
    height: 170px;
}

.service-info-links ul,
.service-info .service-info-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-info.service-info-links ul {
    max-width: 585px;
    float: right;
    width: 100%;
}

ul.profile-dropdown {
    float: left;
    padding: 0;
    margin-top: -10px;
}

.service-info .service-info-links ul li,
.service-info .service-info-links ul li {
    display: inline-block;
    padding-right: 16px;
}

.service-info .service-info-links ul li:last-child {
    padding-right: 0;
}

div#item-header ul li {
    float: left;
    list-style: none;
    margin: 10px;
}

.service-content .content-title {
    background: #fa5050;
    font-size: 35px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 0 70px;
}

.service-content p.content-text {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0 70px;
}

.specialist-info {
    display: inline-block;
    vertical-align: middle;
}

.service-content .specialist {
    padding: 80px 70px;
}

.service-content .specialist img {
    margin-right: 50px;
}

.service-content .specialist .specialist-name {
    color: #333;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
}

.service-content .specialist .status {
    color: #555;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}

.service-procedures {
    background: #f5f5f5;
}

.service-procedures-content {
    padding: 80px 0 0;
}

.service-procedures-content > ul {
    margin: 0 0 0 18px;
    padding: 0;
}

.service-procedures-content > ul > li {
    color: #555;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase;
    list-style: none;
}

.service-procedures-content > ul > li > span {
    position: relative;
    padding: 39px 15px 39px 70px;
}

.service-procedures-content > ul > li > span:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #375463;
    border-bottom: 5px solid transparent;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-procedures-content > ul > li > ul {
    margin: 20px 0;
    padding: 0;
}

.chat-modal span.date {
    float: right !important;
}

.service-procedures-content > ul > li > ul > li {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: initial;
    list-style: none;
    padding: 0 15px 0 70px;
}

.chat-log {
    position: relative;
}

.tabs {
    display: none !important;
}

.active-tab {
    z-index: 10;
    position: absolute;
    background: red;
}

.your_message {
    background: #7cc3d8;
    padding: 5px;
}

.not_your_message {
    background: #eee;
    padding: 5px;
}

#chat-text {
    margin: 20px 0 0;
    width: 80%;
}

.submit-chat {
    height: 33px;
    width: 19%;
    background: #375463 !important;
    box-shadow: none;
    text-shadow: none;
    color: #fff !important;
    font-size: 15px;
}

.person-to-chat p,
.chat-log p {
    margin: 5px 0;
}

.person-to-chat p span.date,
.chat-log p span.date {
    float: right;
    color: #777;
    font-size: 12px;
}

.chat-log ul.nav.nav-tabs li a {
    color: #375463;
}

.person-to-chat p span.message,
.chat-log p span.message {
    width: 72%;
    display: block;
    float: left;
    margin-right: 5px;
}

.person-to-chat p strong,
.chat-log p strong {
    float: left;
}

button.submit-chat:hover {
    box-shadow: none;
}

.unread {
    border: 1px solid #09FF00;
    background: #D5FFD4;
}

.new-chat-message:after {
    content: "";
    display: block;
    float: right;
    height: 10px;
    width: 10px;
    position: absolute;
    background: #46af66;
    border-radius: 50%;
    right: -9px;
    top: -6px;
}

.service-info.service-info-links ul li {
    position: relative;
}

.menu-header-container {
    margin: 0 0 0 50px;
}

/*--------------------------------------------------------------
## profile contact form
--------------------------------------------------------------*/
.gall-wrapp {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(55, 84, 99, 0.8);
    z-index: 111;
    top: 0;
}

html body.logged-in.pmpro-body-has-access article {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto !important;
    display: block;
    box-shadow: none;
}

table#pmpro_invoices_table tr {
    border: 1px solid #ccc;
    padding: 0;
}

input#backlink {
    width: 100%;
    margin: 0 0 12px;
}

label {
    font-weight: 500;
}

table#pmpro_invoices_table th {
    text-align: left;
}

table#pmpro_invoices_table td,
table#pmpro_invoices_table th {
    padding: 5px 0;
}

.respon-per-spec img {
    width: 150px;
}

.spec-img-wrapp {
    height: 150px;
    overflow: hidden;
    margin-bottom: 35px;
}

table#pmpro_invoice_table th {
    text-align: left !important;
}

h2.spec-title-treat-cond {
    margin-top: 40px;
}

.resp-person-wrapp label {
    width: 150px;
}

.tax-spec-profile-img img {
    max-height: 130px;
    width: auto;
}

.email-form {
    position: relative;
    top: 50%;
    /*min-width: 350px;*/
    /*max-width: 550px;*/
}

.profile-email-form-wrapp label {
    /*width: 80%;*/
    display: block;
    /*margin: 0 auto;*/
}

.email-form input,
.email-form textarea {
    width: 80%;
    margin: 0 0 10px;
    display: block;
    padding: 10px;
    resize: none;
}

input[type="checkbox"][name="gdpr"],
input[type="checkbox"][name="mt-rights"] {
    float: left;
    margin: 20px;
    
}

html body #main .profile-email-form-wrapp .profile_submit {
    width: 150px;
    padding: 10px 0;
    background: #375463;
    color: #fff;
    font-size: 16px;
}

html body #main .profile-email-form-wrapp .profile_submit:hover {
    box-shadow: none;
}

p#pmpro_account_loggedin {
    display: none;
}

.preloader-edit {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(226, 226, 226, 0.3);
    right: 0;
    z-index: 118;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.preloader-edit img {
    margin: 20% auto;
    width: 100px;
    display: block;
}

.email-form textarea {
    height: 140px;
}

.hide-form,
.hide-gallery {
    display: none;
}

.profile_close_email_btn,
.profile_close_gallery_btn {
    margin-top: 30px;
    margin-right: 30px;
    float: right;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

input.profile_submit {
    background: #435963;
    border: 1px solid #ccc;
    font-size: small;
    cursor: pointer;
    outline: 0;
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

.description-search h3 {
    display: none;
}

.page-template-page-search-res section.premium-profile .image-col {
    height: 115px;
    overflow: hidden;
}

.gall-wrapp .container {
    margin-top: 90px;
}

.gall-wrapp .container h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

/*--------------------------------------------------------------
## Premium Presentation Page
--------------------------------------------------------------*/

.full-screen-image.presentation-pr-img {
    background-image: url(https://466d41.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/images/banner-img.jpg);
}

.service-info .image-col {
    min-height: 165px;
    margin-right: 14px;
}

.service-info img {
    position: absolute;
    border: 10px solid #fff;
    top: 50%;
    transform: translateY(-50%);
}

.premium-pres-content {
    margin-top: 100px;
}

.service-content .content-subtitle,
.container.profile-description h3 {
    color: #335463;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.premium-pres-about {
    background: #f5f5f5;
}

.premium-pres-about .premium-about-statistics {
    padding: 60px 70px;
}

.premium-pres-about .premium-services-statistics {
    padding: 80px 70px 0;
}

.statistic-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.statistic-col ul li,
.services-col ul li {
    color: #555;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}

.middle-title-section {
    background: #335463;
    position: relative;
    margin-top: 40px;
}

.our-services {
    background: #318ca5;
}

.buddypress .middle-title-section {
    transform: translateY(-50%);
    margin-top: 0;
}

h4.middle-title,
.specialties-list h2,
.middle-title-section.container h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 10px 0;
    padding: 0 70px;
}

.profile-map {
    height: 520px;
    margin-bottom: -21px;
}

.acf-map {
    width: 100%;
    height: 520px !important;
    border: none !important;
    margin: 0 !important;
}

.services-col ul li {
    color: #0079a9;
    padding-left: 15px;
}

.premium-services {
    background: #ffffff;
}

.premium-services .middle-title-section {
    background: #318ca5;
}

.premium-about-statistics .row .statistic-col > ul > li {
    color: #555;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    list-style: initial;
}

.premium-about-statistics .row {
    margin: 30px 0;
}

.premium-about-statistics .row .statistic-col > ul > li > ul {
    margin-left: 10px !important;
}

.premium-about-statistics .row .statistic-col > ul > li > ul > li {
    color: #555;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: initial;
    list-style: none;
}

.free-profile h5.info-location {
    color: #fff;
}

.no-results form.search-form {
    display: none;
}

/*--------------------------------------------------------------
## Galley
--------------------------------------------------------------*/

.full-screen-image.gallery-bg-img {
    background-image: url(https://466d41.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/images/banner-img.jpg);
}

.gallery-content {
    padding-bottom: 100px;
}

.gallery-row {
    margin: 30px 0;
}

.gallery-row div {
    position: relative;
    cursor: pointer;
}

.gallery-row div:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background: rgba(51, 84, 99, 0.8);
    display: block;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.gallery-row div:hover:before {
    opacity: 1;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    float: none;
}

h4.gallery-title {
    color: #555;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-left: 70px;
    font-weight: 400;
}

.gallery-row p.description {
    position: absolute;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    opacity: 0;
    top: 0;
    padding: 15px;
    font-weight: 300;
}

.gallery-row > div:hover p.description {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

ul#menu-footer-menu li {
    float: left;
    margin: 0 17px 0 0;
    list-style: none;
    color: #7cc3d8;
}

ul#menu-footer-menu li a {
    color: #7cc3d8;
}

.membership-level p {
    color: #333;
    font-size: 16px;
}

button.loadTreatments-btn {
    margin: 10px;
    font-size: 14px;
}

li.line-break {
    clear: both;
    float: none;
    color: #777;
}

/*--------------------------------------------------------------
## Terms
--------------------------------------------------------------*/
.terms-container {
    padding: 60px 0 0;
}

.middle-terms {
    background: #f5f5f5;
}

.terms-content p.content-text {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0 70px;
}

.tax-hero-img {
    background-size: cover !important;
}

h5.title-h5 {
    margin: 0;
}

/*--------------------------------------------------------------
## Favorite
--------------------------------------------------------------*/
p.copyright-footer {
    float: right;
    color: #375463;
    margin-top: 18px;
    text-align: right;
}

p.copyright-footer a {
    color: #375463;
}

.middle-title-section.second-title {
    background: #318ca5;
}


.favorite-content ul li {
    list-style: none;
    color: #0079a9;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
}

.user-media p input[type='file'] {
    float: none;
    margin: 20px 0;
}

form#update_files_form input[type='submit'] {
    margin: 20px 0 0 0;
}

.profile-img-wrapp,
.hero-img-wrapp {
    margin-top: 25px;
}

.edit p input[type='file'] {
    float: none;
    display: block;
    width: 45%;
    margin-top: 25px;
}

.row.user-media textarea {
    height: 150px;
}

.treat-section:nth-child(2n+1) {
    display: block;
    float: left;
    clear: both;
}

.specialties-wrapp p {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.spec-title-treat-cond {
    color: #555;
}

/*--------------------------------------------------------------
## Search results
--------------------------------------------------------------*/

.premium-profile {
    margin: 40px auto;
}

.premium-profile .background-col {
    height: 365px;
    background-size: 100%;
}

.premium-profile .premium-info-col {
    padding: 40px 0px 37px 40px;
    background-color: #375463;
    min-height: 365px;
}

.premium-profile .image-col {
    float: left;
}

.premium-profile .image-col img {
    max-width: 94px;
}

.premium-profile h5.info-specialist {
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 28px;
}

.premium-info-col p {
    clear: both;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-right: 40px;
    line-height: 27px;
    margin-top: 2px !important;

}

.premium-profile h4.info-title {
    font-size: 34px;
    line-height: 35px;
}

.premium-profile span {
    padding-top: 0;
}

.standard-profile {
    margin: 40px auto;
}

.free-profile {
    padding-bottom: 25px;
}

.premium-profile button,
.standard-profile button,
.free-profile button {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 15px 18px;
    float: right;
    margin-right: 30px;
}

.free-profile button:hover,
.standard-profile button:hover,
.free-profile button:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 1), inset 0 -5px 12px rgba(0, 0, 0, 0.08);
}

.standard-profile .background-col {
    background-size: 100%;
    /*height: 255px;*/
}

.standard-profile {
    /*height: 255px;*/
    min-height: 365px;
    display: flex;
}

.chat-log p {
    margin-bottom: 0px;
}

.chat-modal .modal-body {
    position: relative;
    padding: 15px;
    min-height: 220px;
}

.chat-name {
    position: absolute;
    background: #fff;
    width: 95%;
    text-align: center;
    height: 95%;
    z-index: 2;
    top: 0;
}

.row.our-patient-services label,
.spec-wrapp-items label,
.row.services label {
    font-weight: 500;
}

.show {
    display: block !important;
}

.standard-profile h5.info-location {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}

.standard-profile .standard-info-col {
    padding-left: 25px;
    padding-top: 50px;
    background-color: #7cc3d8;
    padding-bottom: 39px;
    min-height: 255px;

}

form#resetpassform input {
    display: block;
    margin: 0 auto 13px;
}

article#post-413 {
    text-align: center;
    margin: 60px auto !important;
    display: block;
    box-shadow: none !important;
}

form#resetpassform p.tml-submit-wrap {
    width: 250px;
    display: block;
    margin: 0 auto;
}

p.error {
    margin: 0;
}

.standard-profile button {
    clear: both;
}

.free-profile {
    margin: 50px auto;
    min-height: 365px;
    display: flex;
}

.free-profile button {
    clear: both;
}

.temporary-nav {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    padding: 25px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.temporary-nav ul {
    margin: 0;
    padding: 0;
}

button.update-profile-sub-btn {
    font-size: 1.75rem;
    display: block;
    clear: both;
    margin-bottom: 20px;
}

.temporary-nav ul li {
    list-style: none;
}

.free-info-col {
    background: #d2d2d2 !important;
    display: block;
    /* height: 76px; */
    padding: 38px 0 38px 25px;
}

.temporary-nav ul li a {
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 26px;
}

.treatments-wrapp li a {
    background: #eee;
    border-color: #fff;
}

.spec-wrapp-items {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.spec-wrapp-items p
/*--------------------------------------------------------------
## Log in
--------------------------------------------------------------*/

.login,
.page-id-409 #main,
.page-id-411 #main {
    position: relative;
    text-align: center;
    padding-top: 162px;
    background: #375463;
    overflow: hidden;
}

.login::before,
.page-id-409 #main::before,
.page-id-411 #main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    opacity: .75;
    transform: translateX(-7%) translateY(-2%);
    background: url(/assets/2015medicaltourism.com/wp-content/uploads/2016/04/Medical_Tourism_2015_Front_Page_compress.jpg);
    background-size: cover;
    filter: blur(12px);
}

.page-id-409 #main {
    padding-top: 0;
}

.login {
    height: auto;
}

.login > div {
    text-align: center;
}

.login .login-title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #fff;
    display: inline-block;
    padding: 10px;
    margin-bottom: 80px;
}

.login .login-subtitle,
.pmpro-body-has-access .pmpro-has-access h1 {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 100px 0 0px;
}

.login .login-form,
.pmpro-body-has-access .pmpro-has-access {
    max-width: 355px;
    width: 100%;
    min-height: 545px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    display: inline-block;
    padding: 45px 50px;
    margin: 60px 10px;
}

.pmpro-body-has-access .pmpro-has-access {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: none;
}

.tax-specialties .cover-image-wrapp li.chat-button-wrapp {
    padding: 0 !important;
    margin: 0 0 0 5px;
}

.page-id-411 .post-411.page.type-page.status-publish.hentry.pmpro-has-access {
    width: 355px;
    height: 700px;
}

.acf-field {
    margin: 0 0 20px;
    display: none;
}

.login .login-provider,
.pmpro-body-has-access .pmpro-has-access {
    z-index: 9999;
    position: relative;
    background: #fff url(https://09d05f.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/images/user-img1.png) no-repeat center 45px;
}

.pmpro-body-has-access .pmpro-has-access {
    background-image: none;
}

.login .login-user {
    background: #fff url(https://98445e.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/images/user-img2.png) no-repeat center 45px;
}

.about-us-description,
.how-works-description {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.about-us-description p {
    color: #555;
}

.login input,
div#theme-my-login form#loginform input,
#registerform input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.pmpro-invoice .pmpro-has-access h1 {
    margin: 0px 0 0px;
}

#theme-my-login input#rememberme {
    width: 15px !important;
}

button.generate-invoice-btn {
    margin-bottom: 20px;
}

form.invoice-form {
    display: none;
}

ul.tml-action-links li {
    float: left;
    padding: 0;
    list-style: none;
}

ul.tml-action-links {
    margin: -10px 0 0 0;
}

ul.tml-action-links li:first-of-type {
    padding: 0 45px 0 0;
}

ul.tml-action-links {
    margin: 0;
}

input[type="checkbox"] {
    width: auto;
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    height: 10px;
}

.treatmants-ajax-load p {
    height: 5px;
    float: left;
    width: 100%;
    line-height: 26px;
}

.services p,
.food p,
.languages p {
    height: 5px !important;
}

.our-patient-services p {
    height: 5px;
}

ul.tml-action-links li:first-child {
    display: none !important;
}

ul.tml-action-links li:last-child {
    float: left;
    padding: 0;
    list-style: none;
    margin-left: 35px;
}

html body #primary #main ul.profile-dropdown li {
    float: none;
}

.login button,
div#theme-my-login input#wp-submit {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    width: 100%;
    background: #318ca5;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 0;
    font-size: 15px;
}

.wp-editor-area {
    height: 200px;
}

.profile-info .title-h5 {
    color: #fff;
}

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

.chat-button-wrapp,
.profile_email_btn-wrapp {
    float: right;
    position: relative;
    top: 0;
    width: 61px;
    text-align: center;
    right: 0;
    display: block !important;
}

.email-li,
.chat-li {
    color: #fff;
    font-size: 16px;
}

.chat-button-wrapp:before {
    content: none !important;
}

.profile_email_btn-wrapp:before {
    content: none !important;
}

.service-info-links ul {
    overflow: visible !important;
    margin-bottom: 7px !important;
}

/*--------------------------------------------------------------
## account page
--------------------------------------------------------------*/
.ms-account-wrapper {
    text-align: left;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.js .tmce-active .wp-editor-area {
    color: #333 !important;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.chat-button {
    color: #46af66 !important;
    margin: 5px !important;
}

.profile_email_btn-wrapp {
    background: #fff;
    padding: 1px 6px;
    border-radius: 5px;
    margin-bottom: 3px !important;
}

a.profile_email_btn {
    z-index: 9;
    color: #335463;
    position: relative;
}

.profile_email_btn {
    background: transparent !important;
    border: none !important;
    padding: 4px !important;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.biography-image {
    padding-bottom: 50px;
}

.biography-wrapp > h4 {
    text-align: center;
    font-size: 34px;
    padding-bottom: 40px;
}

.biography-wrapp p {
    font-size: 18px;
}

.taxonomy-description p {
    font-size: 16px;
}

.chat-button-wrapp::after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    width: 0px;
    height: 0px;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #fff;
}

.chat-button-wrapp {
    background: #fff;
    border-radius: 4px;
}

.m-t-small {
    display: none;
}

#update_files_form .location-p input {
    display: block;
    width: 60%;
    margin-bottom: 0;
    margin-top: -10px;
}

.accred-text {
    clear: both;
}

.col-md-7.title-profile-standard {
    width: 470px;
}

@media screen and (max-width: 768px) {
    .col-md-7.title-profile-standard {
        width: 100%;
    }
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.submit-wrapp {
    clear: both;
}

input.chat-chackbox {
    float: right;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

article#post-412 {
    margin: 0 auto;
    display: block;
    box-shadow: none;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.rotate-menu-arrow:before {
    top: 45% !important;
    -ms-transform: rotate(90deg) !important;
    /* IE 9 */
    -webkit-transform: rotate(90deg) !important;
    /* Chrome, Safari, Opera */
    transform: rotate(90deg) !important;
}

.profile-edit div#subnav,
.profile-edit.profile.edit div#object-nav,
.profile-edit h1 {
    display: none !important;
}

.fav-popup {
    position: absolute;
    background: #fff;
    width: 189px;
    height: 80px;
    padding: 10px;
    text-align: center;
    border: double 5px #ccc;
    top: 145px;
    right: 20px;
}

.popup-hide {
    display: none;
}

.loadTreatments {
    font-size: 15px;
}

.tax-hero-img {
    height: 500px;
    background-size: inherit;
}

.tax-specialties .profile-info {
    float: left;
}

.tax-specialties .service-info.service-info-links li {
    float: right;
    padding-left: 7px;
    margin-left: 15px;
    margin-bottom: 10px
}

.tax-spec-description-wrap h1 {
    /* background: #fa5050; */
    color: #404040;
    padding: 14px 0px;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.tax-spec-description-wrap h2,
.tax-spec-description-wrap h3 {
    /*background: #fa5050;*/
    color: #404040;
    padding: 14px 0px;
    font-size: 26px;
    font-weight: bold;
}

.tax-desctiption ul li {
    font-size: 13pt;
}

.tax-desctiption p {
    font-size: 18px;
}

a.tax-spec-profile-img {
    height: 130px;
    width: 130px;
    display: block;
}

h5.tax-spec.info-specialist {
    color: #333333;
}

.tax-spec-description-wrap h2.entry-title,
.tax-title {
    color: #555;
    position: relative;
    font-size: 22px;
}

.tax-spec-description-wrap article {
    padding-left: 80px;
}

p.spec-description {
    font-size: 18px;
}

.tax-specialties .profile-info {
    float: left;
    padding-top: 15px;
    width: 50%;
}

.footer-search label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 1070px;
}

.tax-spec-description-wrap h2.entry-title:before,
.tax-title:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #375463;
    border-bottom: 5px solid transparent;
    display: block;
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tax-spec-description-wrap span.edit-link,
.tax-spec-description-wrap span.comments-link {
    display: none;
}

.tax-spec-description-wrap span {
    text-decoration: none !important;
}

.tax-treatments-wrapp {
    background: #f5f5f5;
    margin-top: 120px;
    padding-bottom: 67px;

}

.tax-treatments-wrapp .middle-title-section {
    transform: translateY(-50%);
    margin-top: 0;
    max-width: 1170px;
    width: 100%;

}

ul.tml-user-links li:nth-child(1),
ul.tml-user-links li:nth-child(2) {
    display: none;
}

ul.tml-user-links li:nth-child(3) {
    text-shadow: none;
    color: #333;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 33.5px 0;
    text-transform: uppercase;
    list-style: none;
}

ul.tml-user-links {
    padding: 0;
    margin: 0;
}

img.avatar.user-1-avatar.avatar-50.photo {
    display: none;
}

.chat-name button {
    font-size: 15px;
    background: #375463;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}

.custom-select div a {
    font-size: 12px;
}

button#description_of_hospital-tmce,
button#description_of_hospital-html {
    display: none;
}

p.official_hospital_name {
    color: #999;
}

.profile-edit button#insert-media-button {
    display: none;
}

.first-time-popup.alert.alert-info.container {
    position: absolute;
    opacity: 0;
    text-align: center;
    max-width: 650px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 13;
    padding: 5px;
}

.delete-chat {
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer;
}

.delete-chat:hover {
    color: red;
}

.cookie-info-popup.alert.alert-info.container {
    position: absolute;
    text-align: center;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 0;
}

.cookie-info-popup.alert.alert-info.container .close-cookie-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7cc3d8;
    border-radius: 100%;
    color: #d9edf7;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

p.chat-email,
input.chat-email {
    margin-bottom: 10px;
}

.invoice-success {
    text-align: center;
    margin: 10px 0;
}

table.table {
    border: 1px solid #ccc;
}

.single-bank_invoice nav.navigation.post-navigation {
    display: none;
}

.single-bank_invoice div#comments {
    display: none;
}

html body.single-bank_invoice h1 {
    margin-top: 0 !important;
}

.profile-edit .wp-editor-tabs {
    display: none;
}

.profile-edit .spec-descriptions button.button.insert-media.add_media {
    display: none;
}

.footer-section ul.footer-links li {
    margin-bottom: 10px;
    width: 190px;
}

.tax-desctiption {
    padding: 40px;
    padding-bottom: 0;
}

.premium-profile .background-col,
.standard-info-col .background-col {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-page-text {
    padding: 70px 0 45px;
    background: #7cc3d8;
    color: #fff;
}

html body.page-id-2437 .site-main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

html body.page-id-2437 .pmpro-has-access {
    width: inherit;
    min-height: 545px;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 10px;
}

/*--------------------------------------------------------------
## Fixes
--------------------------------------------------------------*/
.home-title {
    /*display: none;*/
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    position: relative;
    letter-spacing: 4px;
}

.home-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #7cc3d8;
    padding: 8px 0;
}

#post-409 {
    max-width: 355px;
    display: inline-block;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1550px) {

    .about-us .about-us-description,
    .how-works .how-works-description {
        padding: 100px 140px;
    }

    .standard-profile {
        display: flex;
    }

}

@media screen and (max-width: 1300px) {

    li.header-search-wrapper {
        width: 17%;
    }

}

@media screen and (max-width: 1199px) {

    .site-branding {
        width: 100%;
    }

    .how-works .how-works-content {
        padding-right: 15px;
    }

    .about-us .about-us-description,
    .how-works .how-works-description {
        padding: 100px 15px;
    }

    section.container {
        max-width: 1170px;
        width: 100%;
    }

    .service-info {
        width: auto;
    }

    .service-info {
        background: transparent;
        position: absolute;
        right: 0;
    }

    div#item-header ul li {
        margin: 0 10px 5px;
    }

    .service-info {
        top: auto !important;
        bottom: 55px !important;
    }

    .service-info-links ul {
        margin-bottom: 3px !important;
    }

    a.main-link {
        font-size: 18px;
    }
}

@media(max-width: 1010px) {
    .account-link a {
        font-size: 15px !important;
    }

    .site-header .account-buttons .account-link a {
        padding: 30px 0;
        text-align: center;
    }
}

@media(max-width: 991px) {
    .navigation-wrapper .container {
        width: 100%;
        padding: 0;
    }

    button.header-search {
        padding: 10px 20px;
    }

    .title-profile {
        width: 50%;
        float: left;
    }

    .description-search {
        width: 100%;
        float: left;
        display: block;
        clear: none;
    }

    .premium-profile .premium-info-col {
        padding: 40px 0px 37px 40px;
        background-color: #375463;
        min-height: 260px;
    }

    .description-search + a {
        float: left;
        margin-left: 20px;
    }

    .standard-profile .background-col {
        height: 350px;
    }

    .standard-profile {
        height: 550px;
        display: block;
    }

    .title-profile-standard,
    .title-profile-free,
    .title-profile-standard + a,
    .title-profile-free + a {
        width: 50%;
        float: left;
    }

    .standard-profile .standard-info-col {
        padding-left: 25px;
        padding-top: 69px;
        background-color: #7cc3d8;
        padding-bottom: 39px;
        min-height: 260px;
    }

    .free-profile {
        margin: 20px auto;
        display: block;
    }

    .premium-profile .background-col {
        height: 260px;
    }

    .service-info {
        width: auto;
    }

    #buddypress .container {
        max-width: 1170px;
        width: 100%;
    }

    #buddypress #item-header-cover-image #item-header-avatar {
        margin-left: 50px;
    }

    .service-info {
        background: transparent;
        position: absolute;
        right: 0;
    }

    .custom-select .col-md-2 {
        flex-basis: 33.33%;
    }

    .free-info-col {
        background: #d2d2d2 !important;
        display: block;
        padding: 38px 25px 38px 25px;
        min-height: 260px;
    }

    .search-profile-pic {
        height: 350px;
    }

    .footer-section ul.footer-links li {
        width: 100%;
    }
}

@media(max-width: 924px) {
    .service-info {
        display: block;
        width: 100%;
        height: auto;
        bottom: -25px;
        background: #375463;
        z-index: -1;
    }

    #buddypress div#item-header ul li {
        text-align: right;
    }

    #buddypress div#item-header #item-header-cover-image #item-header-content {
        margin-left: 20px;
        width: 100%;
    }
}

@media(max-width: 864px) {
    html body .account-wrapper .account-buttons .account-link a {
        font-size: 12px !important;
    }

    .site-header .account-wrapper {
        top: 0;
    }

}

@media (max-width: 840px) {
    #primary-menu {
        flex-wrap: wrap;
    }

    #primary-menu li {
        flex-basis: 100%;
    }

    .header-search-wrapper form button.header-search {
        flex-basis: 100%;
    }

    a.main-link:before {
        right: 20px;
    }

    .footer-section ul.footer-links {
        column-count: 2;
    }
}

@media screen and (max-width: 833px) {
    .site-header .head-social {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    html body .account-wrapper .account-buttons .account-link a {
        font-size: 15px;
    }

    .site-header .head-social {
        display: inline-block;
        margin-top: 20px;
    }

    .site-header .head-social a.social-link:first-child {
        margin-left: 0;
    }

    .site-header .account-wrapper {
        top: 16px;
        right: 0;
    }

    .site-header .account-buttons .account-link a {
        padding: 9px 0px;
        color: #375463;
        text-align: right;
    }

    .site-header .account-buttons .account-link.sign-up-link,
    .site-header .account-buttons .account-link.log-in-link {
        background-color: transparent;
    }

    .site-header .account-wrapper {
        width: 22.3%;
    }

    .full-screen-image {
        height: 40vw;
    }
}

@media(max-width: 782px) {

    html body #buddypress #item-header-cover-image #item-header-avatar,
    .bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar {
        width: auto;
    }

    .cover-image-wrapp {
        height: 165px;
    }

    #buddypress div#item-header ul li {
        float: none;
        list-style: none;
    }

    .service-info-links ul,
    .service-info .service-info-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 0;
    }

    .profile-info {
        text-align: left;
    }

    .container.additional-information {
        padding: 0 0px 60px;
        font-size: 16px;
    }

    .specialties-list h2,
    .middle-title-section.container h2 {
        padding: 0 20px;
    }

    input[type="checkbox"] {
        height: 8px;
    }
}

@media(max-width: 768px) {
    .site-header .account-buttons .account-link a {
        padding: 9px 0px;
        color: #375463;
        text-align: right;
    }

    .main-navigation li {
        width: 25%;
    }

    .site-header .head-social {
        margin-top: 0;
        left: 15px;
        top: 10% !important;
        transform: translateY(0) !important;
        display: flex;
        justify-content: flex-start;
    }

    .site-branding {
        padding: 75px 15px 20px;
        position: relative;
    }

    .full-screen-image h3.full-screen-title {
        font-size: 55px;
    }

    ul.footer-links.col-md-2 {
        width: 33%;
        float: left;
        margin-bottom: 40px;
    }

    .site-header .account-wrapper {
        width: 250px;
        height: 50px;
    }

    .main-navigation li:before {
        right: 5px;
    }

    .container.additional-information {
        text-align: center;
    }

    .accre-wrapp.clearfix {
        width: 50%;
        margin: 0 auto;
    }

    .site-header .account-wrapper {
        top: -15px;
    }

    .specialties-items,
    .treatments-items {
        padding: 0 10px 0px;
    }

    .treatments-items {
        text-align: center;
    }

    .treatments-list .col-sm-4 p:last-child {
        margin-bottom: 20px;
    }

    .tax-spec-description-wrap h2,
    .tax-spec-description-wrap h3 {
        padding: 15px 35px;
        font-size: 24px;
    }

    .tax-desctiption ul {
        margin: 0;
    }

    #menu-footer-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 0 5px 0;
        padding: 0;
    }

    .footer-section ul.footer-links li {
        width: auto;
        text-align: center;
    }

    /**
    * About
    */
    .about-us {
        text-align: center;
    }

    .about-us .about-us-paragraph .about-us-content {
        max-width: unset;
        margin-right: auto;
    }

    .about-us input {
        width: 70%;
    }

    .about-us textarea {
        width: 70%;
    }

    /**
    * Favorites
    */
    .page-template-page-favorite h4 {
        padding: 0 35px;
    }

    .page-template-page-favorite ul {
        margin: 0;
    }
}

@media(max-width: 767px) {
    h4.services:before {
        display: none;
    }
}

@media (max-width: 699px) {
    .full-screen-image {
        height: 60vw;
    }
}

@media(max-width: 683px) {
    .service-info {
        right: 0;
        bottom: 20px;
    }

    #buddypress div#item-header ul li {
        float: right;
        margin: 10px 5px;
    }

    #buddypress #item-header-cover-image #item-header-avatar {
        margin-left: 5%;
    }
}

@media(max-width: 663px) {
    #buddypress div#item-header #item-header-cover-image #item-header-content {
        margin-left: 23px;
    }
}

@media(max-width: 648px) {
    #buddypress #item-header-cover-image #item-header-avatar {
        margin-left: 0;
    }

    .nav-tabs {
        margin: 0;
    }
}

@media(max-width: 620px) {
    .full-screen-image h3.full-screen-title {
        font-size: 45px;
    }

    .full-screen-image h3.full-screen-title:after {
        height: 5px;
    }

    #buddypress #item-header-cover-image #item-header-avatar {
        margin-top: -6px;
        height: 180px;
        width: 200px !important;
    }

    .service-info {
        right: 0;
        bottom: 0;
    }

    .main-navigation a,
    .site-header .account-buttons .account-link a {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 27.5px 0;
        text-align: center;
    }

    .custom-select .col-md-2 {
        flex-basis: 50%;
    }
}

@media screen and (max-width: 586px) {

    .site-branding {
        text-align: center;
    }

    .menu-header-container {
        display: block;
    }

    .site-branding h1.site-title {
        display: block;
    }

    .site-header ul#header-menu li:first-child {
        margin-left: 0;
    }

    .site-header ul#header-menu {
        margin: 20px 0 0;
    }

    .full-screen-image h3.full-screen-title {
        font-size: 43px;
    }

    .full-screen-image p.full-screen-caption {
        font-size: 14px;
    }

    .full-screen-image h3.full-screen-title:after {
        height: 5px;
    }

    button.header-search {
        padding: 29.5px 10px;
    }

    .site-header .head-social a.social-link {
        float: left;
    }

    .site-branding h1.site-title {
        display: block;
        width: 250px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .main-navigation li,
    li.header-search-wrapper {
        width: 50%;
    }

    #buddypress #cover-image-container,
    #buddypress #header-cover-image {
        height: 340px;
    }

    #buddypress #item-header-cover-image #item-header-avatar img {
        height: auto;
        width: 200px;
    }

    #buddypress #item-header-cover-image #item-header-avatar {
        margin-top: -7px;
        height: 182px;
        margin-left: 0;
    }

    #buddypress div#item-header #item-header-cover-image #item-header-content {
        margin-left: 20px;
    }

    .main-navigation li:before {
        right: 10px;
    }

    .full-screen-image {
        height: 60vw;
    }

    .container.profile-description {
        padding: 40px 70px 60px;
        font-size: 16px;
    }
}

@media (max-width: 586px) {
    .full-screen-image {
        height: 90vw;
    }
}

@media(max-width: 555px) {
    .description-search {
        width: 100%;
        float: none;
        display: block;
        clear: none;
    }

    .description-search + a {
        margin-left: 0;
        position: absolute;
        bottom: 5px;
        right: 0px;
        left: 0;
        margin: 0 auto;
        width: 143px;
    }

    .description-search + a button {
        margin: 0;
    }

    .tax-spec-description-wrap h2,
    .tax-spec-description-wrap h3 {
        padding: 15px 25px;
        font-size: 20px;
    }

    .tax-desctiption {
        padding: 25px;
    }

    .tax-desctiption ul {
        margin: 0;
    }

    /**
    * Favorites
    */
    .page-template-page-favorite h4 {
        padding: 0 5px;
    }

    .page-template-page-favorite ul {
        margin: 0;
        padding: 5px;
    }
}

@media(max-width: 547px) {
    .specialties-wrapp p {
        display: inline-block;
        width: 100%;
        height: 5px;
    }

    ul.footer-links.col-md-2 {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        text-align: center;
    }

    #chat-text {
        width: 100%;
    }

    .submit-chat {
        width: auto;
    }
}

@media(max-width: 514px) {
    #buddypress div#item-header ul li {
        float: right;
        list-style: none;
        display: block;
    }

    #buddypress div#item-header #item-header-cover-image #item-header-content {
        margin-left: 15px;
    }

    .cover-image-wrapp {
        height: 240px;
    }

    h4.info-title span {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .service-info {
        background: transparent;
        position: relative;
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    .container.profile-description {
        padding: 30px 70px 30px;
    }
}

@media (max-width: 510px) {
    .custom-select .col-md-2 {
        flex-basis: 100%;
    }
}

@media (max-width: 507px) {
    .menu-header-container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .menu-header-container ul {
        width: 100%;
        text-align: center;
    }

    .menu-header-container ul li {
        display: inline-block;
        float: none !important;
    }
}

@media(max-width: 500px) {
    .footer-section ul.footer-links {
        column-count: 1;
    }

    .container.profile-description {
        padding: 0 20px 40px;
    }

    .specialties-items.clearfix {
        position: relative;
        top: -55px;
        margin-bottom: 10px;
    }
}

@media(max-width: 479px) {
    .main-navigation li {
        width: 50%;
    }

    li.header-search-wrapper {
        width: 50%;
    }

    .full-screen-image h3.full-screen-title {
        font-size: 36px;
    }
}

@media(max-width: 466px) {
    #buddypress div#item-header #item-header-cover-image #item-header-content {
        margin-left: 8px;
    }

    #buddypress #cover-image-container,
    #buddypress #header-cover-image {
        height: 270px;
    }

    .chat-name {
        width: 92%;
    }
}

@media(max-width: 457px) {
    .site-branding {
        padding-top: 100px;
    }

    .site-header .head-social {
        top: 20px !important;
        left: 15px !important;
    }

    .site-header .account-wrapper {
        top: 10px !important;
        width: 50% !important;
    }

    button.header-search {
        padding: 29.5px 2px;
    }

    #buddypress #cover-image-container {
        height: 200px;
    }

    .site-header .account-buttons .account-link a {
        text-align: center;
    }

    .site-header ul#header-menu li a {
        margin: 0 15px;
    }

    .site-header ul#header-menu li {
        float: none;
    }

    #buddypress #header-cover-image {
        height: 100%;
    }

    .container.profile-description {
        padding: 40px 20px 40px;
    }

    .specialties-items.clearfix {
        top: -35px;
    }

    .site-header ul#header-menu li {
        margin-left: 0;
    }

    .site-header .account-wrapper .account-buttons ul {
        justify-content: center;
    }
}

@media(max-width: 442px) {

    .site-header ul#header-menu li,
    .site-header .account-buttons .account-link {
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 0;
    }

    .standard-profile .background-col {
        height: 235px;
    }

    .standard-profile {
        height: 445px;
    }
}

@media (max-width: 429px) {
    .full-screen-image h1.full-screen-title {
        margin-bottom: 20px;
        font-size: 46px;
    }
}

@media(max-width: 425px) {
    div#item-header-avatar {
        margin: -90px auto 0 !important;
        float: none !important;
        width: 200px;
        display: block;
        position: relative;
    }

    .service-info {
        right: 0;
        bottom: 20px;
    }

    .title-profile {
        width: 100%;
        float: left;
    }
}

@media(max-width: 418px) {

    .login .login-form,
    .pmpro-body-has-access .pmpro-has-access {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 410px) {
    .specialties-wrapp p {
        display: inline-block;
        width: 100%;
        height: 5px;
    }

    .full-screen-image {
        height: 120vw;
    }
}

@media(max-width: 383px) {

    .login .login-form,
    .pmpro-body-has-access .pmpro-has-access {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-info.service-info-links ul {
        max-width: 90%;
        float: left;
        width: 100%;
    }
}

@media(max-width: 380px) {
    .full-screen-image {
        height: 150vw;
    }
}

@media(max-width: 375px) {
    .premium-profile .premium-info-col {
        min-height: 320px;
    }

    .description-search + a {
        position: relative;
        top: 15px;
        margin: 0 auto;
        float: none;
        display: block;
        width: 140px;
    }

    .standard-profile .standard-info-col {
        padding-left: 0;
        padding-top: 15px;
    }

    .premium-profile button,
    .standard-profile button,
    .free-profile button {
        margin-right: 0;
    }

    .premium-profile .premium-info-col {
        padding: 20px 10px 37px 10px;
    }

    .premium-info-col p {
        padding-right: 0;
    }

    .standard-profile .background-col {
        height: 205px;
    }

    .standard-profile {
        height: 400px;
    }

    .premium-info-col .title-profile {
        padding-left: 0;
    }

    .standard-info-col .title-profile-standard + a {
        margin: 0 auto 0 !important;
        width: 143px;
        float: none;
        position: relative;
        display: block;
        clear: both;
        padding: 30px 0 0 0;
    }

    .title-profile-standard,
    .title-profile-free,
    .title-profile-standard + a,
    .title-profile-free + a {
        width: 100%;
        float: left;
    }

    .specialties-list h2,
    .middle-title-section.container h2 {
        padding: 0 10px;
    }

    h4.middle-title,
    .specialties-list h2,
    .middle-title-section.container h2 {
        color: #fff;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin: 10px 0;

    }

    .container.profile-description {
        padding: 0 20px 40px;
    }

    .accre-img-wrapp + p {
        float: right;
        padding: 0;
    }

    .edit-country small {
        float: none;
        font-size: 12px;
        padding: 0;
    }
}

@media (max-width: 360px) {
    .specialties-items.clearfix {
        top: -25px;
    }
}

@media (max-width: 354px) {
    .first-time-popup.alert.alert-info.container {
        top: 600px !important;
    }
}

@media(max-width: 320px) {
    .main-navigation li:before {
        right: 5px;
    }

    .service-info {
        background: transparent;
        position: relative;
        margin: 0 0 0 -15px;
        width: 320px;
        float: none;
        padding: 0;
        right: 0;
    }

}

@media(max-width: 240px) {
    #menu-footer-menu {
        flex-direction: column;
    }
}

/**
* JOVAN
*/
.chat-btn {
    color: #335463 !important;
}

.search-profile-pic {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
}

.uploaded-image {
    float: left;
    margin-bottom: 20px;
}

.remove-media {
    position: relative;
    top: -75px;
    right: 10px;
}

.upload-loading,
.upload-loading-hero,
.upload-loading-profile {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 200px;
}

.treat-row {
    position: relative;
}

.loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treat-loading {
    z-index: 1;
    width: 100px;
    display: none;
}

.site-header .account-wrapper {
    position: absolute;
    bottom: auto;
    height: 45px;
    top: 10%;
    right: 15px;
}

.site-header .account-wrapper .account-buttons ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}

.site-header .account-buttons .account-link.log-in-link {
    background: transparent;
    order: 2;
    flex-basis: auto;
    margin-left: 20px;
}

.site-header .account-buttons .account-link.sign-up-link {
    background: transparent;
    order: 1;
    flex-basis: auto;
}

.site-header .account-buttons .account-link a {
    display: block;
    color: #375463;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    text-align: right !important;
}

.site-header .head-social {
    position: absolute;
    right: 15px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-md-12.treat,
.col-md-12.cond,
.col-md-12.country-wrap,
.col-md-12.continent-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.custom-select .col-md-12 {
    flex-basis: 100%;
}

.custom-select .col-md-12.cond {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navigation-wrapper .col-md-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#resetpassform input#pass1 {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.user-stats {
    clear: both;
    padding: 44px 0 23px 0;
    text-align: center;
    color: #fff;
    background: #375463;
    margin: 0 0 -22px 0;
}

section.footer-section.footer-intro-wrapper {
    display: none;
}

.users-stats-home {
    text-align: center;
    color: #fff;
    padding: 14px 0 20px 0;
}

.users-stats-home-wrapp {
    background: #318ca5;
}

.page-id-695 span.pmpro_thead-msg {
    display: none;
}

.tax-treatments-wrapp h2.entry-title {
    background: none;
}

.middle-title-section.our-services.container > h2 {
    background: none;
}

html body.bp-user #item-header-content {
    width: 35% !important;
}

.page-id-695 .bank-invoice {
    padding-top: 40px;
}

@media (max-width: 1249px) {
    .site-header .account-wrapper {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .premium-info-col .title-profile {
        width: 80%;
    }

    .col-md-7.title-profile-standard {
        width: 545px;
    }
}


.first-time-popup.alert.alert-info {
    display: none !important;
}

.full-screen-image {
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-screen-image .full-screen-wrapper {
    display: none;
}

.home-main-nav {
    position: relative;
    width: 100% !important;
    max-width: 1000px !important;
    background: none;
}

.main-search-wrapper {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 10px;
}

.home-search {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .35);
}

#main-menu {
    position: relative;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

#main-menu .menu-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-basis: calc(28.25% - 3px);
    margin: 0;
    margin-right: 3px;
    float: left;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

#main-menu .menu-item a {
    font-size: 13px;
    text-transform: uppercase;
    color: #717171;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    padding: 13px 3px;
    border: 2px solid transparent;
    transition: color .5s, border .5s;
}

#main-menu .menu-item a.focused {
    border-color: #fa5050;
    color: #fa5050;
}

#main-menu .menu-item a.focused::after {
    border-color: transparent transparent transparent #fa5050 !important;
}

#main-menu .menu-item a span {
    display: block;
    width: 100%;
}

#main-menu .menu-item a:focus {
    color: #fa5050;
}

#main-menu .menu-item:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    flex-basis: 15%;
    background: #fa5050;
    transition: background .5s;
}

#main-menu .menu-item:nth-child(4) button {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
    transition: color .5s;
}

#main-menu .menu-item:nth-child(4) button:hover,
#main-menu .menu-item:nth-child(4) button:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

#main-menu .menu-item:nth-child(4):hover {
    background: #fff;
}

#main-menu .menu-item:nth-child(4):hover button {
    color: #fa5050;
}

#main-menu,
#main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-menu .chosen-value {
    width: 100%;
    font-weight: bold;
}

#main-menu .chosen-value::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7.5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .65);
    transform: translateY(-50%) rotate(0);
    transition: transform .5s, border .5s;
}

#main-menu .chosen-value:focus::after {
    transform: translateY(-50%) rotate(90deg);
    border-color: transparent transparent transparent #fa5050;
}

.main-search-wrapper .dropdowns {
    position: absolute;
    z-index: 9999999999;
    top: 50%;
    left: -100px;
    width: calc(100% + 200px);
    padding: 15px;
    transform: translateY(-50%) scaleY(0);
    transition: transform .5s;
    background: #375463;
    z-index: 3;
    overflow: hidden;
}

.main-search-wrapper .dropdowns::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, .75);
    transition: all .5s;
    transition-delay: .5s;
}

.main-search-wrapper .dropdowns.open {
    transform: translateY(20%) scaleY(1);
}

.main-search-wrapper .dropdowns.open::before {
    content: '';
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.main-search-wrapper.home-search .dropdowns.open {
    transform: translateY(-50%) scaleY(1);
}

.main-search-wrapper .dropdowns .value-list {
    display: none;
    padding: 0;
    margin: 0;
}

.main-search-wrapper .dropdowns .value-list li {
    flex-basis: 20%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
}

.main-search-wrapper .dropdowns .value-list li.list-heading {
    flex-basis: 100%;
}

.main-search-wrapper .dropdowns .value-list li,
.main-search-wrapper .dropdowns .value-list li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-search-wrapper .dropdowns .list-heading {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.main-search-wrapper .dropdowns #treatments-list,
.main-search-wrapper .dropdowns #continetns-list2 {
    padding-top: 20px;
}

.main-search-wrapper .dropdowns .value-list li a {
    font-size: 12px;
    letter-spacing: 1px;
    transform: scaleY(0.9);
    display: block;
    word-break: break-word;
    position: relative;
}

.main-search-wrapper .dropdowns .value-list li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .5s, left .5s;
}

.main-search-wrapper .dropdowns .value-list li a:hover::before {
    width: 100%;
    left: 0;
}

.main-search-wrapper .dropdowns .value-list ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-search-wrapper .dropdowns .value-list ul li {
    flex-basis: 25%;
}

.main-search-wrapper .dropdowns .value-list.open {
    display: list-item;
    flex-wrap: wrap;
    columns: 5;
    list-style: none;
    width: 100%;
}

.main-search-wrapper .dropdowns .treatments-list.open,
.main-search-wrapper .dropdowns .countries-and-continents-list.open {
    display: block;
    columns: unset;
    list-style: none;
    width: 100%;
}

.main-search-wrapper .dropdowns .value-list.countries-and-continents-list.open {
    columns: 1;
}

.main-search-wrapper .dropdowns .value-list li.treat-li a,
.main-search-wrapper .dropdowns .value-list li.treat-li,
.main-search-wrapper .dropdowns .value-list li.cond-li a,
.main-search-wrapper .dropdowns .value-list li.cond-li,
.main-search-wrapper .dropdowns .value-list li.continent-li a,
.main-search-wrapper .dropdowns .value-list li.continent-li,
.main-search-wrapper .dropdowns .value-list li.country-li a,
.main-search-wrapper .dropdowns .value-list li.country-li {
    display: none !important;
}


.main-search-wrapper .dropdowns .value-list li.treat-li.filter a,
.main-search-wrapper .dropdowns .value-list li.treat-li.filter,
.main-search-wrapper .dropdowns .value-list li.cond-li.filter a,
.main-search-wrapper .dropdowns .value-list li.cond-li.filter,
.main-search-wrapper .dropdowns .value-list li.continent-li.filter a,
.main-search-wrapper .dropdowns .value-list li.continent-li.filter,
.main-search-wrapper .dropdowns .value-list li.country-li.filter a,
.main-search-wrapper .dropdowns .value-list li.country-li.filter {
    display: flex !important;
}

.dropdown-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, .5);
    z-index: 2;
}

.search-notice {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(120%) translateX(-50%);
    padding: 5px 15px;
    background: #fff;
    opacity: 1;
    transition: opacity .5s, transform .5s;
}

.search-notice p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.search-notice p b {
    color: #fa5050;
    cursor: pointer;
}

.search-notice.inactive {
    opacity: 0;
    transform: translateY(0) translateX(-50%);
}

.cookie-info-popup.alert.alert-info.container {
    position: fixed !important;
    max-width: initial !important;
    border-radius: 0 !important;
    border-top: 1px solid #bce8f1;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: #fff !important;
    bottom: 0 !important;
    color: #717171;
    padding: 5px 10px;
}

.cookie-info-popup.alert.alert-info.container a {
    color: #fa5050;
    font-weight: bold;
}

.cookie-info-popup.alert.alert-info.container .close-cookie-popup {
    background: #fa5050;
    color: #fff;
    transition: color .5s, background .5s;
}

.cookie-info-popup.alert.alert-info.container .close-cookie-popup:hover {
    color: #fa5050;
    background: #fff;
}

#test-output {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    background: #f8f8f8;
}

#test-output li {
    flex-basis: 20%;
}

#test-output li a {
    font-size: 14px;
    color: #333;
}

#search-messages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #375463;
    z-index: 9;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transform: scaleY(0);
    transition: transform .5s;
}

#search-messages p {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #fa5050;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3.5px;
}

#search-messages.active {
    transform: scaleY(1);
}

@media (max-width: 1680px) {
    .main-search-wrapper {
        max-width: 750px;
    }
}

@media (max-width: 1400px) {
    .main-search-wrapper {
        max-width: 650px;
    }
}

@media (max-width: 1300px) {
    .main-search-wrapper .dropdowns.open {
        transform: translateY(-35%) scaleY(1);
    }
}

@media (max-width: 1192px) {
    .main-search-wrapper {
        max-width: 550px;
    }

    #main-menu .menu-item {
        flex-basis: calc(27.25% - 3px);
    }

    #main-menu .menu-item a {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .full-screen-image {
        align-items: flex-start;
        margin-top: 60px;
    }

    .home-main-nav {
        background: rgba(0, 0, 0, .25);
        transform: translateY(-52px);
        padding: 2px;
    }

    .main-search-wrapper {
        max-width: 750px;
        background: none;
        padding: 0;
        border-radius: 0;
    }

    #main-menu .menu-item {
        flex-basis: calc(28.25% - 3px);
    }
}

@media (max-width: 768px) {
    .home-main-nav {
        transform: translateY(-50px);
    }

    #main-menu .menu-item:nth-child(4) button,
    #main-menu .menu-item a {
        font-size: 11px;
    }
}

.send-email-error {
    color: #F00;
    font-weight: 700;
}




/* NEW SINGLE HOSPITAL TEMPLATE STYLE */

.department-bottom-content .flex-row-vertical-order {
    column-count: 4;
}

.single-hospital-info-wrapper {
    background-color: #375463;
    height: 297px;
    margin-bottom: 70px;
}

/*Nova Izmena 9/3/2019*/
.single-hospital-info-wrapper .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-hospital-info-wrapper .container::before,
.single-hospital-info-wrapper .container::after {
    content: none;
}

.single-hospital-img-holder {
    position: relative;
    max-width: 270px;
    height: 245px;
}

.single-hospital-img-holder img {
    border-radius: 50%;
    /*max-height: 250px;*/
    height: auto;
    max-height: 180px;
    object-fit: cover;
    object-position: top;
}

.personal-info {
    margin-top: 50px;
}

.personal-info--link {
    height: 245px;
    display: flex;
}

.single-hospital-info {
    position: relative;
    left: 0px;
    max-width: 505px;
    color: white;
}

.single-hospital-name {
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
    margin-bottom: 18px;
}

.single-hospital-place {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 27px;
}

.single-hospital-items {
    overflow: initial !important;
    margin: 0;
    padding: 0;
}

.single-hospital-items li {
    float: left !important;
    margin-right: 70px !important;
}

.single-hospital-items li:first-child {
    margin-left: 0 !important;
}

.single-hospital-items a {
    text-align: center;
    color: white;
}

.single-hospital-items i {
    display: block;
    color: #7cc3d8;
    font-size: 30px;
    margin-bottom: 10px;
}

.single-hospital-item:hover i {
    color: #15aa62;
}

/* Under main information section style */

.single-hospital-statistics {
    margin-bottom: 30px;
}

.single-hospital-statistics p {
    color: #555;
}

.single-hospital-statistics ul,
.single-hospital-ul {
    margin: 0;
    padding: 0;
}

.sh-statistics-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sh-statistics-inner::before,
.sh-statistics-inner::after {
    content: none;
}

.sh-statistics-middle {
    display: flex;
}

.single-hospital-ul-wrapper::after {
    content: "";
    background-color: #cbe7ef;
    position: absolute;
    width: 1px;
    min-height: 20px;
    height: calc(100% - 95px);
    top: 60px;
    right: 65px;
    display: block;
}

.display-flexy {
    display: flex;
}

.single-hospital-ul-wrapper:last-child:after {
    display: none;
}

.single-user-hospitals ul {
    list-style: initial;
    padding-left: 20px;
    color: #555;
}

.sh-insurance-ul {
    padding-left: 0 !important;
}

.sh-insurance-ul li {
    color: #555;
    margin: 0 !important;
    padding-bottom: 3px;
    list-style: none;
}

#sh-accreditation-headline {
    color: #555;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.sh-content-bottom-p {
    color: #8d8d8d;
    padding: 0 30px;
    margin-top: 57px;
    margin-bottom: 0;
}

.sh-statistic-info {
    margin-right: 50px;
    text-align: center;
    color: #555;
}

.sh-statistic-info i {
    font-size: 25px;
}

.sh-statistic-info h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px auto;
    width: 80%;
}

.sh-statistic-info span {
    color: #7cc3d8;
    font-weight: 500;
}

/* Hospital offers and information sections */

.sh-top-heading {
    margin: 0;
    background-color: #3b5463;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding: 17px 70px;
}

.single-hospital-ul li {
    float: none !important;
    margin: 0 !important;
    padding-bottom: 4px;
}

.single-hospital-ul i {
    font-size: 6px;
    color: #7cc3d8;
    vertical-align: middle;
    margin-right: 5px;
}

.sh-ul-wrapper {
    margin: 20px 145px;
}

.sh-ul-wrapper h3 {
    color: #7cc3d8;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
}

.hospital-information-section h3,
.hospital-offers-section,
.hospital-information-section {
    color: #969696;
}

.hospital-offers-section ul,
.hospital-information-section ul {
    padding-left: 0;
}

.sh-other-info-heading {
    background-color: #418ca5;
}

.hospital-information-section i {
    color: #418ca5;
}

.sh-map-wrapper {
    width: 100%;
    margin-bottom: 65px;
    position: relative;
}

.map-hospital-info-wrapper {
    text-align: center;
    background-color: #7cc3d8;
}

.map-hospital-info {}

.map-hospital-name {
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    margin-top: 0;
    margin-bottom: 13px;
    padding-top: 13px;
}

.map-hospital-info p {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: 500;
    color: white;
}

.sh-map-span-wrapper {
    margin-top: 13px;
}

.sh-map-span-wrapper span a {
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.sh-map-span-wrapper i {
    font-size: 18px;
    margin-right: 15px;
    vertical-align: middle;
    color: white;
}

.similar-hospitals-wrapper {
    margin-bottom: 100px;
}

.similar-hospital-heading {
    background-color: #7cc3d8;
    margin-bottom: 50px;
}

.similar-hospital-img-wrapper {
    text-align: center;
    height: 150px;
    width: 300px;
    margin: 0 auto;
}

.similar-hospital-img-wrapper h4 {
    background: #7cc3d8;
    margin: 0;
    color: white;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.similar-hospital-img {
    width: 100%;
    height: 100%;
}

.sh-departments {
    margin-bottom: 45px;
}

/* TABS STYLE */

.sh-tab-wrapper {
    display: flex;
    flex-flow: wrap;
}

.sh-single-tab {
    width: 25%;
}

.sh-single-tab-headline {
    background-color: #E4EBF5;
    text-align: center;
    font-size: 18px;
    color: #38344B;
    cursor: pointer;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
    height: 80px;
    transition: all 0.3s ease;
}

.sh-single-tab-headline p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*color: #38344B;*/
}

.sh-single-tab-headline:hover {
    background-color: #38344B;
    color: white !important;
}

.sh-inner-single-tab {
    position: relative;
    width: calc(100% * 4);
    max-height: 0;
    padding: 0;
    overflow: hidden;
    color: #8d8d8d;
    transition: all 0.4s ease;
}

.active-headline {
    background-color: white;
    color: #7cc3d8;
    border-bottom: 3px solid #7cc3d8;
}

.active1 {
    padding: 0 100px;
    margin: 40px 0;
}

.sh-single-tab:nth-child(4n + 2) .sh-inner-single-tab {
    left: -100%;
}

.sh-single-tab:nth-child(4n + 3) .sh-inner-single-tab {
    left: -200%;
}

.sh-single-tab:nth-child(4n + 4) .sh-inner-single-tab {
    left: -300%;
}

.department-blue-headline {
    text-transform: uppercase;
    font-size: 14px;
    color: #7cc3d8;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.deparmtent-img-wrapper {
    height: 130px;
    width: 130px;
    max-height: 130px;
    max-width: 130px;
    margin-bottom: 12px;
}

.deparment-image {
    height: auto;
    /*width: 100%*/
    ;
}

.deparmtent-dr-name {
    margin: 0;
}

.department-contact {
    margin-left: 40px;
}

.department-span {
    display: block;
    margin-bottom: 20px;
}

.department-span a {
    color: #7f7f7f;
}

.department-i {
    font-size: 20px;
    margin-right: 20px;
    font-weight: 600;
}

.department-bottom-single {
    margin-bottom: 10px;
}

.department-bottom-single p {
    margin: 0;
}

.department-bottom-information {
    margin-top: 25px;
    padding: 0 15px;
}

/* CUSTOM SCROOL */

/* width */
.dropdown::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.dropdown::-webkit-scrollbar-thumb {
    background: #15aa62;
    border-radius: 10px;
}

/* Navigation popup scroll down */

.nav-scroll-to-bottom {
    position: absolute;
    color: white;
    background-color: #375463;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999999;
    bottom: 0;
    transform: translate(-50%, 288px);
    left: 50%;
    width: 50px;
    text-align: center;
    display: none;
    transition: all 0.5s ease;
}

.nav-scroll-to-bottom2 {
    transform: translate(-50%, 620px);
}

/* CUSTOM SCROOL END */

/* accreditations style */

#sh-accreditation-headline {
    text-align: center;
}

.sh-accreditation-ul {
    display: flex;
    list-style: none !important;
    text-align: center;
    margin-bottom: 0 !important;
}

.sh-accreditation-ul li {
    margin-right: 17px;
    font-weight: 600;
    color: #8d8d8d;
}

.sh-accreditation-ul li:last-child {
    margin-right: 0 !important;
}

.sh-accreditation-ul img {
    display: block;
    max-height: 50px;
    max-width: 50px;
    margin: 7px auto 0;
}

.personal-info span {
    display: block;
}

.home-search-nav .dropdown {
    width: 950px !important;
}

/* New single hospital RESPONSIVE */

@media only screen and (max-width : 1200px) {
    .single-hospital-items li {
        margin-right: 10px !important;
    }

    .active1 {
        padding: 0 40px;
        margin: 45px 0;
    }

    .single-hospital-ul-wrapper::after {
        display: none;
    }

    .sh-ul-wrapper {
        margin: 40px 35px;
    }

    .sh-single-tab-headline p {
        width: 100% !important;
    }
}

@media only screen and (max-width : 992px) {
    .single-hospital-info {
        left: 0;
    }

    .single-hospital-img-holder {
        max-width: 240px;
        height: 223px;
        margin-right: 15px;
    }

    .deparmtent-dr-name {
        margin-bottom: 20px;
    }

    .single-hospital-ul li {
        text-align: left !important;
    }

    .similar-hospital-img-wrapper {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width : 767px) {
    .single-hospital-info-wrapper {
        height: inherit;
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .single-hospital-info-wrapper .container {
        display: flex;
        flex-direction: column;
    }

    .single-hospital-contatct-btns {
        order: -1;
    }

    .single-hospital-img-holder {
        display: block;
        margin: 0;
        text-align: center;
    }

    .single-hospital-info {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .single-hospital-item {
        text-align: center !important;
    }

    .single-hospital-items li {
        float: none !important;
        margin: 0 0 15px !important;
    }

    .personal-info {
        margin-top: 10px;
        color: white;
        text-align: center;
    }

    .sh-statistics-inner {
        display: block;
    }

    .sh-single-tab-headline {
        font-size: 16px;
    }

    .sh-insurance-ul li {
        text-align: center;
    }

    .sh-statistics-middle {
        margin: 20px 0;
        justify-content: space-around;
        display: block;
    }

    .sh-accreditation-ul {
        justify-content: space-evenly;
    }

    .department-contact {
        margin-left: 0;
        margin-top: 20px;
    }

    .active1 {
        padding: 0 25px;
        margin: 35px 0;
    }

    .department-bottom-single {
        border-right: 1px solid lightgray;
        padding-right: 3px;
        font-size: 13px;
    }

    .department-bottom-information {
        margin-top: 30px;
        padding: 0 15px;
    }

    .sh-departments {
        margin-bottom: 50px;
    }

    .single-hospital-img-holder {
        height: auto;
    }

    .sh-statistic-info {
        margin-right: 0px;
    }

    .single-user-hospitals ul {
        padding-left: 0px;
    }

    .personal-info--link {
        height: auto;
        display: flex;
        justify-content: center;
    }

}

@media only screen and (max-width : 576px) {
    .active1 {
        padding: 0;
    }

    .department-bottom-single {
        padding-right: 2px;
        font-size: 11px;
    }

    .department-bottom-single p {
        border-bottom: 1px solid lightgray;
    }

    .sh-map-wrapper {
        margin-bottom: 55px;
    }

    .sh-top-heading {
        padding: 17px 42px;
        font-size: 15px;
        text-align: center;
    }
}

@media only screen and (max-width : 480px) {
    .single-hospital-name {
        font-size: 24px;
    }

    .single-hospital-place {
        font-size: 17px;
    }

    .sh-single-tab-headline {
        font-size: 9px;
    }

    .similar-hospital-img-wrapper {
        width: initial;
    }

    .sh-statistic-info {
        margin-right: 10px;
    }

    .single-hospital-img-holder img {
        margin: 0 auto;
    }

    .sh-single-tab {
        width: 50%;
    }

    .department-information .col-sm-6 {
        width: 100%;
    }

    .department-bottom-content .flex-row-vertical-order {
        column-count: 1;
    }

    .sh-inner-single-tab {
        width: calc(100% * 2);
    }

    .sh-single-tab:nth-child(4n + 4) .sh-inner-single-tab {
        left: -100%;
    }

    .sh-single-tab:nth-child(4n + 3) .sh-inner-single-tab {
        left: 0;
    }
}

@media only screen and (max-height : 800px) {
    .nav-wrapper .home-search-nav .dropdown.openY {
        transform: translateX(-50%) translateY(-11%) scaleY(1) scaleX(1) !important;
    }

    .nav-scroll-to-bottom2 {
        transform: translate(-50%, 521px);
    }
}

/* New single hospital responsive end */


/* NEW SINGLE HOSPITAL TEMPLATE STYLE END */

.personal-info span {
    display: block;
    font-weight: 500;
}

/* 11.06.2018. */
.home-search-nav .search ul li:last-child {
    background: #15aa62 !important;
}

.home-search-nav .dropdown div ul li a {
    display: flex !important;
    align-items: center;
    height: 100%;
}

.home-search-nav .dropdown {
    height: 590px !important;
}

.gdpr-box {
    padding: 15px;
    border: 1px solid #f00;
}

.gdpr-box-mail {
    width: 80%;
    /*padding: 15px;*/ 
    /*border: 1px solid #f00;*/
    margin: 0 0 10px;
    display: block;
}

.gdpr-signup {
    display: flex;
    padding: 5px 0;
}

/* 13.08.2018 */

.page-template-default .entry-header .entry-title {
    margin: 10px 0 0px;
    font-size: 40px;
    font-weight: 600;
}

.single-hospital-contatct-btns {
    display: flex;
    flex-direction: column;
}

.single-hospital-contatct-btns a {
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #7cc3d8;
    padding: 16px;
    border-radius: 7px;
    transition: all 0.5s ease;
}

.single-hospital-contatct-btns a:hover {
    background: #15aa62;
}

.single-hospital-contatct-btns a:first-child {
    margin-bottom: 25px;
}

.update-profile-main-btn,
.update-treatment-main-btn {
    background-color: #15aa62 !important;
}

.department-cv {
    padding-left: 15px;
    margin-top: 15px;
}

/* flashing button style */
.tracking-hospital-header-email,
.tracking-hospital-header-chat {
    animation-name: flash;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    /* Firefox 1+ */
    -webkit-animation-name: flash;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    /* Safari 3-4 */
    -moz-animation-name: flash;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 1;
        background-color: #15aa62;
    }

    100% {
        opacity: 1.0;
    }
}

/* Firefox 1+ */
@-webkit-keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 1;
        background-color: #15aa62;
    }

    100% {
        opacity: 1.0;
    }
}

/* Safari 3-4 */
@-moz-keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 1;
        background-color: #15aa62;
    }

    100% {
        opacity: 1.0;
    }
}

/* flashing button style */

/* top banner edit */
.cont-nopadding {
    padding: 0;
}

.cont-nopadding-bckg {
    background: #375463;
}


/* 05.02.2019. */



/********************
COA
********************/

.premium-info-col--no-image,
.standard-info-col--no-image,
.free-info-col--no-image {
    min-height: 250px;
}

.premium-info-col--no-image .col-md-12,
.standard-info-col--no-image .col-md-12,
.free-info-col--no-image .col-md-12 {
    min-height: initial;
}

.premium-info-col--no-image .description-search,
.standard-info-col--no-image .description-search,
.free-info-col--no-image .description-search {
    padding: 0 15px;
    margin-top: 15px;
    min-height: initial;
    display: inline-block;
}

/* page 404 */
.error-404 {
    position: relative;
    padding: 23vh 0;
    background-image: url('https://b2d687.claudeassets.com/20260315023852im_/https://2015medicaltourism.com/wp-content/themes/direktorijum/images/Medical_Tourism_2015_Front_Page.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
}

.error-404::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.page-404-content {
    position: relative;
    z-index: 1;
}

.button-404 {
    display: inline-block;
    padding: 18px 90px;
    text-transform: uppercase;
    color: white;
    background-color: #15aa62;
    transition: 0.3s ease;
}

/* 03.04.2019. */

.checkout_text {
    text-align: center;
}

.paypall-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: center;
}

.paypall-wrapper button {
    position: absolute;
    top: -250px;
}

.col-sm-6.bank-invoice {
    padding-top: 0;
    text-align: center;
}


/* wpml edit 16.11.2019.*/
#google_translate_element {
    position: absolute;
    right: 100%;
    top: 50%;
}

@media (max-width: 1250px) {
    #google_translate_element {
        bottom: -120px;
        right: 0;
        top: initial;
        z-index: 1;
    }
}

@media (max-width: 769px) {
    #google_translate_element {
        bottom: -176px;
    }
}

@media (max-width: 508px) {
    #google_translate_element {
        bottom: -254px;
    }
}

#google_translate_element {
    position: relative;
    right: 0;
}

@media (max-width: 1250px) {
    #google_translate_element {
        bottom: 0;
    }
}

@media screen and (max-width: 833px) {
    .site-header .head-social {
        margin-top: 0;
    }
}

.social-link--footer {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background-color: #3C5A99;
    width: 90%;
    max-width: 192px;
    border-radius: 5px;
    margin-top: 25px;
}

.social-link--footer:hover {
    color: #fff;
}

.footer-social-wrap {
    text-align: center;
}

@media screen and (max-width: 400px) {
    .site-header .account-wrapper .account-buttons ul {
        flex-direction: column;
        align-items: flex-end;
    }

    .site-header .account-buttons .account-link.sign-up-link {
        margin-bottom: 5px;
    }
}

/* Conference page 05.08.2019. */
.conference-wrapper {
    margin: 100px auto;
}

.conference-wrapper .entry-title {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.conference-wrapper__inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 10px;
}

.single-conference {
    width: 31.5%;
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: #375463 0 0 5px;
    transition: 0.2s ease;
}

.single-conference:hover {
    box-shadow: #439ac7 0 0 5px;
}

.single-conference:hover .conference__text p {
    color: #439ac7;
}

.conference__text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}

.conference__text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #404040;
    transition: 0.2s ease;
}

.conference__image {
    display: flex;
    align-items: center;
    width: 35%;
}

.conference__image img {
    width: 100%;
    min-height: 80px;
}

@media screen and (max-width: 991px) {
    .single-conference {
        width: 47%;
    }
}

@media screen and (max-width: 600px) {
    .single-conference {
        width: 100%;
    }
}


/* Conference page 05.08.2019. end */


/* GDPR Start */
.btn {
    color: blue;
    transition: .3s ease-in;
}

.btn:hover {
    color: red;
    cursor: pointer;
}

.gdpr {
    position: fixed;
    display: none;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    transition: .3s ease;
    overflow: hidden;
}

.gdpr a {
    color: #2dd5f2;
}

.gdpr-btn {
    padding: 5px 15px;
    background-color: grey;
    transition: .3s ease;
}

.gdpr-btn:hover {
    cursor: pointer;
}

.btn-light {
    background-color: #2dd5f2;
    color: #fff;
    font-size: -webkit-calc(12px + 2 * ((100vw - 767px) / 673));
    font-size: calc(12px + 2 * ((100vw - 767px) / 673));
    width: 100px;
    height: 38px;
    border: 0;
    border-radius: 100px;
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in, background-color 0.3s ease-in-out;
    outline: none;
    text-align: center;
    display: block;
    line-height: 30px;
}

.container__copyright-flags {
    margin-left: auto !important;
}

/* last changes */

.iti {
    margin-bottom: 5px;
}

.phone-verification input[type="text"] {
    margin-bottom: 5px;
}

.facebook-input-field {
    height: 44px !important;
}



@media only screen and (max-width: 1250px) {
  .facebook-input-field {
    height: 65px !important;
    }
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-60px {
    margin-bottom: 60px;
}

.form-label-div {
    display: flex;
    width: 100%;
}

.option-select-def {
    width: 80%;
    margin: 0 0 30px;
    display: block;
    padding: 10px;
}

.form-label-group {
    width: 48%;
}

.tooltip-facebook {
    background-color: white;
    color: black;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0px 3px;
    border: 1px solid black;
    font-size: 10px;
    position: relative;
    top: -2px;
}

.tooltip-facebook .tooltiptext-facebook {
   visibility: hidden;
   width: 350px;
   background-color: white;
   color: black;
   text-align: center;
   position: absolute;
   z-index: 1;
   top: -8px;
   left: 160%;
   text-align: start;
   font-weight: 400;
   line-height: 1.2;
   font-size: 12px;
}

.tooltip-facebook:hover .tooltiptext-facebook {
  visibility: visible;
}

.gdrp-box-mail-imp {
    padding: 0px !important;
    border: none !important;
    display: flex;
}

.font-gray {
    font-weight: 400;
    color: gray;
}

@media only screen and (max-width: 450px) {
 .tooltip-facebook {
     display: none;
 }
}

@media only screen and (max-width: 1055px) {
 .form-label-div {
   flex-direction: column;
 }
 
 .width-100 {
     width: 100%;
 }
 
 .form-label-group {
    width: 100%;
     
 }
}

@media only screen and (max-width: 768px) {
    .max-width {
        width: 100% !important
    }
    
    .no-margin-left {
        margin-left: 0 !important;
    }
}

/* GDPR End */


/* Change hospital profile - 28.07.20 */

.single-hospital-info-wrapper--mobile{
  display:none!important;  
}

.single-hospital-contatct-btns{
    color:#fff;
}
.single-hospital-contatct-btns a{max-width:265px};
.personal-info--link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}

@media only screen and (max-width: 767px) {
     .single-hospital-info-wrapper--mobile {
      display:block!important;  
    }
    .single-hospital-info-wrapper--desktop {
      display:none!important;  
    }
}
/*
     FILE ARCHIVED ON 23:40:31 Aug 24, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:26:54 Jul 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.739
  exclusion.robots: 0.137
  exclusion.robots.policy: 0.123
  esindex: 0.01
  cdx.remote: 27.169
  LoadShardBlock: 175.816 (3)
  PetaboxLoader3.datanode: 460.312 (5)
  PetaboxLoader3.resolve: 73.853 (3)
  load_resource: 408.391
  loaddict: 316.263
*/