@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover
}

#search-results .item,
.sm,
.sm li,
.sm ul,
.topmenu li>a,
ul.sm a,
ul.sm:after {
    display: block
}

#error-page,
#scrollUp,
.topmenu li>a {
    text-align: center
}

body,
html {
    font-size: 15px
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #142B51;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    background-color: white;
    overflow-x: hidden
}

a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0
}

a.inverted {
    color: inherit;
}

a.white {
    color: #fff
}

a.hover,
a:focus,
a:hover {
    color: inherit;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .35s ease;
    transition: all .55s ease;
    outline: 0;
    text-decoration: none
}

a.inverted:focus,
a.inverted:hover {
    color: inherit;
}

a.white:focus,
a.white:hover {
    color: inherit;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0
}

.sk-content {
    padding: 1em
}

.sk-content-full {
    padding: 2em 0em
}

.sk-content-half {
    padding: .5em 1em
}

header {
    position: relative;
    z-index: 1;
    background-color: white;
}

header .top-bar {
    background-color: white;
    color: black;
    background-attachment: scroll;
    background-position: center center;
    padding: 1em 0;
}

header .top-bar .doSearch {
    float: right;
    min-width: 300px
}

header .middle-bar {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
}

header .logo {
    padding: 0.25em 0;
}

.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100
}

.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: .5em
}

.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    padding: .5em 1.2em;
    text-transform: capitalize;
    width: auto
}

.topmenu li ul li a,
.topmenu li>a strong {
    text-transform: uppercase;
}

.subheader .sk.breadcrumb a.section {
    color: #fff
}

.subheader .sk.breadcrumb a:hover {
    text-decoration: underline
}

.subheader .sk.breadcrumb .section {
    font-size: .876em;
    color: #fff
}

.subheader .sk.inverted.input {
    width: 300px
}

#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100
}

ul.sm a,
ul.sm li {
    position: relative
}

#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #FFF
}

.topmenu ul {
    background-color: white;
}

#pagination {
    margin-top: 1em
}

.sm,
.sm li,
.sm ul {
    list-style: none;
    margin: 0;
    direction: ltr;
}

ul.sm li {
    float: left
}

ul.sm a {
    white-space: nowrap
}

ul.sm a.disabled {
    cursor: default
}

ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}

.top-menu,
.topmenu li>a i,
.topmenu li>a small,
.topmenu li>a strong {
    position: relative
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li,
ul.sm-vertical li {
    float: none
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal
}

* html ul.sm-vertical li {
    float: left;
    width: 100%
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}


* html ul.sm {
    height: 1px
}

ul.sm li *,
ul.sm li:after,
ul.sm li:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ul.sm {
    -webkit-tap-highlight-color: transparent
}

.topmenu li>a {
    text-decoration: none;
    padding: .85em 0;
    color: #22376f;
}

.topmenu li a>i {
    display: none;
    font-size: 2em
}

.topmenu li>a strong {
    display: block;
    font-size: 16px;
}

.topmenu li>a small {
    display: none;
    font-size: .85em
}

.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover>a i {
    opacity: 1
}

.topmenu a>small {
    display: block
}

.topmenu a.highlighted,
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
    color: #2AACE2;
}

.topmenu li>a.active {
    color: #2AACE2;
}

.topmenu li.nav-submenu-item i.icon {
    margin-right: .5em
}

.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em
}

.topmenu li ul li a {
    padding: .85em;
    text-align: left;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .2);
    font-size: .778em
}

.topmenu li ul li a:hover {
    color: #394147
}

.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 .5em 0 0
}

#menu ul.two.cols {
    width: 380px!important
}

#menu ul.three.cols {
    width: 500px!important
}

#menu ul.three.cols li {
    width: 33.33%
}

#menu ul.four.cols li {
    width: 25%
}

#menu ul.four.cols {
    width: 680px!important
}

#menu ul.cols li {
    display: block;
    float: left;
    width: 50%
}

#menu ul.cols li:first-child {
    box-shadow: none
}

#menu ul.cols {
    clear: both
}
#menu {
    display: flex;
    justify-content: space-between;
    border-bottom: 0 solid #2aace2;
    padding-left: 0px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.topmenu ul.menu-submenu {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1)
}

.topmenu a span.sub-arrow {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -12px;
    width: 1em;
    height: 1em;
    line-height: 1em
}

.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
    right: 1em;
    top: 1.4em;
    left: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.nav-item:first-child {
    padding-left: 0px;
}
.topmenu li:first-child,
.topmenu ul li,
.topmenu-vertical li {
    border-left: 0
}

.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0
}

.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px
}

.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555
}

#botwidget,
.loader {
    position: relative
}

.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent
}

#topwidget {
    background-color: #fff
}

#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff
}

#topwidget .static-image>h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100
}

#leftwidget aside,
#rightwidget aside {
    margin-bottom: 1.5em
}

#leftwidget aside h3,
#rightwidget aside h3 {
    font-weight: 400;
    color: #333
}

#botwidget {
}

#botwidget h3 {
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    visibility: visible;
    z-index: 5000
}

footer {
    color: #144f85;
}

footer .logo {
    max-width: 130px;
    margin: 1em auto 0
}

footer .ficons {
    margin-bottom: 1em
}

footer .ficons i.icon {
    margin: 0 .25em
}
footer > .sk-grid {
    display: flex;
    justify-content: space-between;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #2AACE2;
    border-radius: 30px;
    line-height: 55px;
    opacity: .8;
    color: #000;
}

#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
}

#error-page {
    background-image: url(../images/404_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative
}

#error-page .logo {
    padding-top: 2em
}

#error-page h1 {
    padding-top: .5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3 {
    color: #7F7F7F;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3.primary {
    margin-top: 2em
}

#error-page #but.button {
    font-size: 2em;
    border-radius: 500em
}

#error-page #but.button i.icon {
    font-size: 4em
}

.section1 {
    background: #f4f6f8;
    position: relative;
    padding: 3em 1em
}

.section1:after,
.section1:before,
.section2:after {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.section1:before {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    top: 1px
}

.section1:after {
    background: #e1e1e1;
    border-bottom: 1px solid #fefefe;
    bottom: 5px
}

.section2:after {
    background: #fefefe;
    top: 0;
    transition: all .3s ease 0s
}

.section2,
.section3,
.section4 {
    padding: 3em 1em;
    position: relative
}

.section2 {
    background: #f4f6f8;
    border-top: 1px solid #e3e3e3
}

.section3 {
    background: #fff;
    border-top: 1px solid #dadada
}

.section4 {
    background: #e3e8ee;
    border-bottom: 1px solid #f4f6f8
}

.menu.lang_menu {
    display: none;
}

.menu.lang_menu.show {
    display: block;
    position: absolute;
    background: white;
    z-index: 10000;
    width: auto;
    top: 46px;
}

.sk.menu {
    font-size: 20px;
}

.headerlanguage {
    cursor: pointer;
}

#langmenu .item {
    width: 100%;
}

.lazyload {
    display: block;
    min-height: 1px;
}

.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}

/*All*/
b {
    font-weight: 900;
}
input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}
.underline, a.underline:hover, a.underline:focus {
    text-decoration: underline;
}
.row {
    margin-left:-15px;
    margin-right:-15px;
}
.col {
    padding-left:15px;
    padding-right:15px;
}
.row-2 {
    margin-left:-2px;
    margin-right:-2px;
}
.col-2 {
    padding-left:2px;
    padding-right:2px;
}
.row-5 {
    margin-left:-5px;
    margin-right:-5px;
}
.col-5 {
    padding-left:5px;
    padding-right:5px;
}
.row-7 {
    margin-left:-7px;
    margin-right:-7px;
}
.col-7 {
    padding-left:7px;
    padding-right:7px;
}
.row-10 {
    margin-left:-10px;
    margin-right:-10px;
}
.col-10 {
    padding-left:10px;
    padding-right:10px;
}
.row-20 {
    margin-left:-20px;
    margin-right:-20px;
}
.col-20 {
    padding-left:20px;
    padding-right:20px;
}
.row-25 {
    margin-left:-25px;
    margin-right:-25px;
}
.col-25 {
    padding-left:25px;
    padding-right:25px;
}
.row-30 {
    margin-left:-30px;
    margin-right:-30px;
}
.col-30 {
    padding-left:30px;
    padding-right:30px;
}
.row-35 {
    margin-left:-35px;
    margin-right:-35px;
}
.col-35 {
    padding-left:35px;
    padding-right:35px;
}
.row-40 {
    margin-left:-40px;
    margin-right:-40px;
}
.col-40 {
    padding-left:40px;
    padding-right:40px;
}
.row-50 {
    margin-left:-50px;
    margin-right:-50px;
}
.col-50 {
    padding-left:50px;
    padding-right:50px;
}
.row-100 {
    margin-left:-100px;
    margin-right:-100px;
}
.col-100 {
    padding-left:100px;
    padding-right:100px;
}
.v-align-middle {
    vertical-align:middle;
}
.visibility-hidden {
    visibility:hidden;
}
.uppercase {
    text-transform:uppercase;
}
.bold {
    font-weight:bold;
}
.block {
    display:block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display:flex;
}
.flex-wrap {
    display:flex;
    flex-wrap:wrap;
}
.flex-between {
    display:flex;
    justify-content: space-between;
}
.flex-wrap-between {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex-center {
    display:flex;
    justify-content: center;
}
.flex-wrap-center {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.flex-right {
    display:flex;
    justify-content: flex-end;
}
.flex-wrap-right {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.flex-all-center {
    display:flex;
    justify-content: center;
    align-items:center;
}
.flow-column {
    flex-flow:column;
}
.flex-vertical-center {
    display:flex;
    align-items:center;
}
.flex-bottom {
    display:flex;
    align-items:flex-end;
}
.image-link img.over, .image-link:hover img.normal {
    display:none;
}
.image-link:hover img.over {
    display:inline-block;
}
.visible-phone {
    display:none !important;
}
.photo-landscape img, img.photo-landscape {
    width: 100%;
    height: auto;
}
.photo-portrait img, img.photo-portrait {
    width: auto;
    height: 100%;
}
.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-title {
    color: #142b51;
    font-size: 28px;
    font-weight: bold;
}
.page-title small {
    font-size: 15px;
    font-weight: 400;
}
.page-description {
    color: #425E7F;
    font-size: 17px;
}
.blue-hor-line {
    border-bottom: 1px solid #22376f;
    margin: 2em 0;
}
.white-hr-line {
    margin: 2em 0;
    border-bottom: 1px solid white;
}
.white-color {
    color: #fff;
}
.lightblue-color {
    color: #2aace2;
}
/*Header*/
.top-header-info {
    font-size: 12px;
    color: #22376f;
    border-left: 2px solid #2aace2;
    font-weight: 500;
}
.top-header-info:last-child {
    border-right: 2px solid #2aace2;
}
.top-info-image {
    width: 40px;
}
.top-info-text {
    width: calc(100% - 40px);
}
.top-info-text {
    font-size: 11px;
    line-height: 1.75;
}
.header-right {
    justify-content: flex-end;
}
.header-button {
    background: #22376f;
    padding: 0.5em;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: 14px;
    margin-left: 1em;
    font-weight: 300;
    display: inline-block;
}
.header-button:first-child {
    margin-left: 0;
}
.header-button:hover {
    background: #2aace2;
    color: white;
}
.header-button:focus {
    color: white;
}
.logo-scroll {
    display: none;
}
.header-phone-infos {
    display: none;
    font-size: 13px;
    text-align: right;
    margin: 1em 0 0.5em;
    font-weight: 500;
}
.header-phone-infos a {
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.header-phone-infos a:last-child {
    margin-bottom: 0;
}
.header-phone-infos img {
    height: 20px;
    vertical-align: middle;
}
header.scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header.scroll .top-bar, header.scroll .main-logo {
    display: none;
}
header.scroll .logo-scroll {
    display: inherit;
}
header.scroll #menu {
    border-bottom: 0.5em solid #2aace2;
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    float: right;
    cursor: pointer;
    z-index: 2;
    display: none;
    margin-bottom: 0.25em;
}
.menu-icon {
    position: relative;
    color: #22376f;
    float: right;
    height: 26px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon-create {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #22376f;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #22376f;
}
.menu-icon-create::before {
    top: -8px;
}
.menu-icon-create::after {
    top: 8px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
}
.menu-icon.opened .menu-icon-create::before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px,0);
    -moz-transform: rotate(-48deg) translate(2px,0);
    -ms-transform: rotate(-48deg) translate(2px,0);
    -o-transform: rotate(-48deg) translate(2px,0);
    transform: rotate(-48deg) translate(2px,0);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
/*Team of Doctors - Banner*/
#team-of-doctors-hm {
    background-image: url(https://www.savecolarnaca.com/uploads/images/team-of-doctors.jpg);
    background-size: cover;
    color: white;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    margin-top: 0.75em;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(4,51,119,0.5);
    -moz-box-shadow: 0px 0px 4px 3px rgba(4,51,119,0.5);
    box-shadow: 0px 0px 4px 3px rgba(4,51,119,0.5);
    padding: 2em 0;
}
#team-of-doctors-hm h1 {
    text-shadow: 1px -1px black;
    color: white;
    font-size: 52px;
    margin: 0;
}
/*Cases - Homepage*/
#homecases {
    margin: 3em 0;
    position: relative;
    z-index: 1;
}
.cases-res-wrap {
    position: relative;
    height: 100%;
}
.collapsible {
    background-color: #4a97c6;
    color: white;
    cursor: pointer;
    padding: 1.2em;
    padding-right: 2em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    position: relative;
    letter-spacing: 0.03em;
    height: 100%;
}
.clickable-space:nth-child(4n+1) .collapsible,
.clickable-space:nth-child(4n+1) .collaps-paragraph,
.map-item:nth-child(4n+1) .collapsible,
.map-item:nth-child(4n+1) .collaps-paragraph {
    background-color: #4a97c6;
}
.clickable-space:nth-child(4n+2) .collapsible,
.clickable-space:nth-child(4n+2) .collaps-paragraph,
.map-item:nth-child(4n+2) .collapsible,
.map-item:nth-child(4n+2) .collaps-paragraph {
    background-color: #549CD1;
}
.clickable-space:nth-child(4n+3) .collapsible,
.clickable-space:nth-child(4n+3) .collaps-paragraph,
.map-item:nth-child(4n+3) .collapsible,
.map-item:nth-child(4n+3) .collaps-paragraph {
    background-color: #549CD1;
}
.clickable-space:nth-child(4n+4) .collapsible,
.clickable-space:nth-child(4n+4) .collaps-paragraph ,
.map-item:nth-child(4n+4) .collapsible,
.map-item:nth-child(4n+4) .collaps-paragraph {
    background-color: #6DBAE8;
}
.collapsible::after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5em;
    font-size: 25px;
}
.collapsible.active::after {
    content: "-";
}
.collaps-paragraph {
    padding: 0em 1em 1em;
    display: none;
    overflow: hidden;
    color: white;
    background-color: #4a97c6;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}
/*Welcome - Homepage*/
#welcome-saveco {
    margin: 2em 0;
}
.each-health-wrap {
    position: relative;
    cursor: pointer;
}
.each-health-front {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.each-health-frontwrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}
.welcome-inner-headings {
    color: #142b51;
    font-size: 20px;
    text-align: center;
    padding: 1em 0 0 0;
    font-weight: 400;
}
.welcome-inner-headings:last-child {
    margin-bottom: 0;
}
.each-health-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #347cbf;
    color: white;
    text-align: center;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    padding: 10px;
}
.title-health-hover {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
}
.parag-hover-welc {
    font-size: 13px;
    line-height: 1.25;
}
.each-health-wrap:hover .each-health-over {
    opacity: 1;
}
/*24 Hours*/
#general-practinioner {
    background-image: url(https://www.savecolarnaca.com/uploads/images/general-services.jpg);
    background-size: cover;
    background-position: center;
    padding: 3em 0;
    margin: 3em 0;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(4,51,119,0.35);
    -moz-box-shadow: 0px 0px 15px 3px rgba(4,51,119,0.35);
    box-shadow: 0px 0px 15px 3px rgba(4,51,119,0.35);
}
#general-practi-title {
    font-size: 41px;
    color: #22376f;
    font-weight: 600;
    border-bottom: 1px solid rgba(42,172,226,0.5);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#general-practi-title span {
    text-shadow: -4px 0px #22376f;
}
#general-call-us {
    font-size: 34px;
    color: #22376f;
    font-weight: 300;
    border-bottom: 1px solid rgba(42,172,226,0.5);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#general-tel {
    font-size: 43px;
}
.call-us-general {
    text-align: center;
    max-width: 840px;
    letter-spacing: 0.05em;
}
.general-call-cont {
    max-width: 600px;
    margin: auto;
}
.general-pract-parag {
    color: #22376f;
    font-size: 20px;
    text-align: left;
    margin: 0;
}
#call-us-now {
    display: inline-block;
    background-color: #2aace2;
    color: white;
    font-size: 22px;
    font-weight: 600;
    padding: 0.5em 2em;
    margin-top: 1.5em;
}
#call-us-now:hover {
    background-color: #22376f;
}
/*Why Choosing Us*/
#why-choosing-us {
    margin-top: 3em;
}
.each-item-why-choosing {
    margin-bottom: 5em;
}
.why-choosing-heading-l, .why-choosing-heading-r {
    font-size: 18px;
    color: #142b51;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-choosing-heading-l {
    text-align: right;
}
.why-choosing-p-left, .why-choosing-p-right {
    font-size: 13px;
    line-height: 1.25;
}
.why-choosing-p-left {
    text-align: right;
}
/*Common Illnesses*/
#common-illnesses {
    background-color: #2aace2;
    padding: 1em 0 2em 0;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(42,172,226,1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(42,172,226,1);
    box-shadow: 0px 0px 3px 3px rgba(42,172,226,1);
    position: relative;
    color: white;
}
#common-ill-title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}
.each-common-illnesses {
    margin-bottom: 40px;
}
.each-common-ill-wrap {
    border: 1px solid white;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    padding-top: 100%;
    position: relative;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.each-common-ill-wrap a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 1em;
}
.each-common-ill-wrap:hover, .each-common-illnesses.active .each-common-ill-wrap {
    background-color: #142b51;
    border: 1px solid #142b51;
}
.common-illnesses-p {
    text-align: center;
    display: block;
    margin-top: 10px;
}
.common-ill-par {
    font-size: 18px;
    text-align: center;
}
.single-paragraph-illn {
    display: none;
    text-align: justify;
}
.single-paragraph-illn.active {
    display: block;
}
.single-paragraph-illn h4 {
    font-size: 22px;
    margin-top: 0;
}
.single-paragraph-illn p {
    line-height: 1.75;
}
.common-ill-button {
    text-decoration: underline;
    font-size: 18px;
}
/*Our Team*/
#our-team {
    margin-top: 4em;
}
.our-team-doctors {
    margin: 2em 0;
}
.team-of-doctors-col {
    padding-top: 2em;
}
.each-doctor-hm {
    margin-bottom: 80px;
}
.each-doctor-wrap {
    position: relative;
    box-shadow: 1px 1px 9px 2px #888;
    background-color: #edf2f4;
    cursor: pointer;
    padding-top: 100%;
    overflow: hidden;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.each-doctor-front,.each-doctor-over  {
    padding: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.each-doctor-over {
    background-color: #22376f;
    color: white;
    text-align: center;
    box-shadow: 1px 1px 9px 2px #888;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.each-doctor-over h4 {
    margin-top: 0;
}
.doctor-name {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.each-doctor-wrap:hover {
    background-color: #142b51;
}
.each-doctor-wrap:hover .each-doctor-over {
    opacity: 1;
}
/*3 Health Centers*/
#health-centres {
    margin: 2em 0;
}
.healthcen-rel-wrap {
    padding-top: 35%;
    position: relative;
    overflow: hidden;
}
.healthcen-rel-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*Articles*/
.article-image {
    position: relative;
}
.article-image img {
    width: 100%;
}
.image-border:before {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 40px);
    background-color: #2AACE2;
    z-index: -1;
    top: -5px;
    right: -5px;
}
.article-page ul {
    padding-left: 15px;
    line-height: 1.5;
}
/*Carousel*/
.owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: .2em .1em;
    border: 1px solid rgba(34,55,111,0.5);
    background-color: rgba(0,0,0,0);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #2AACE2;
    border: 1px solid #2AACE2;
}
/*Common Illness*/
.illn-page {
    color: #606060;
    line-height: 1.5;
    text-align: justify;
}
.illn-page .push-right {
    padding-left: 40px;
}
.illn-page .push-right img {
    width: 100%;
}
.illn-page-heading, .illn-page h2 {
    font-size: 22px;
    color: #142b51;
    font-weight: 600;
    margin-bottom: 0.25em;
    text-align: left;
}
.illn-page ul {
    list-style: none;
    padding-left: 30px;
    line-height: 1.5;
}
.illn-page ul li {
    position: relative;
    margin-bottom: 0.5em;
}
.illn-page ul li:before {
    content: "\2022";
    position: absolute;
    left: -30px;
    color: #2aace2;
    font-size: 30px;
    top: -10px;
}
/*Why Choose Us*/
#why-choose-us {
    background-image: url(https://www.savecolarnaca.com/uploads/images/why-choose-us-bc.jpg);
    background-size: cover;
    background-position: center;
    padding: 2em 0;
    box-shadow: 0 -5px 10px -5px #142b51;
    margin-top: 3em;
}
.why-choose-us-left {
    color: white;
    font-size: 16px;
}
#bullet-why-choose-us {
    line-height: 2;
    padding-top: 1em;
}
.img-why-choose-us {
    float: left;
    width: 30px;
}
.why-choose-us-par {
    float: left;
    width: calc(100% - 30px);
}
.why-choose-us-rightwrap {
    background-color: #ebf0f2;
    /*padding: 2.5em;*/
    margin-top: -3em;
    -webkit-box-shadow: 2px 1px 11px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 1px 11px 3px rgba(0,0,0,0.4);
    box-shadow: 2px 1px 11px 3px rgba(0,0,0,0.4);
}
.why-choose-us-rightwrap > img {
    width: 100%;
}
.why-choose-us-rightwrap h4 {
    color: #4a4b4c;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}
#opening-days {
    padding: 2em 0;
}
.days-opening {
    font-size: 20px;
    color: #6d6d6d;
    font-weight: bold;
    letter-spacing: 1px;
}
.dashed-lines {
    border-top: 1.5pt dashed #C6CACC;
    margin: 1em 0;
}
.why-choose-us-right .sk.button {
    padding: 13px 25px;
}
/*How we Treat*/
.treat-text {
    padding-top: 2em;
}
#all-about-treat {
    background-color: #fcfcfc;
    box-shadow: 2px 10px 13px -10px #22376f;
    padding: 3em 0;
}
#all-about-treat-title {
    color: #22376f;
    font-size: 35px;
    font-weight: 300;
}
#all-about-treat-heading {
    color: #2aace2;
    font-size: 26px;
}
.should-be-line {
    margin-left: -13px;
    margin-top: 4px;
}
#more-about-our-serv, #button-team-about {
    display: inline-block;
    background-color: #2aace2;
    color: white;
    font-size: 22px;
    font-weight: 500;
    padding: 9px 22px;
    border-radius: 10px;
}
#more-about-our-serv:hover, #button-team-about:hover {
    background-color: #22376f;
}
.treat-ic-tem {
    margin-bottom: 20px;
}
/*Doctor Specialities*/
#doctors-specialities {
    margin: 3em 0;
}
/*Our Services*/
#our-services, #our-team {
    position: relative;
}
.services-backgrounds {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}
.services-back-item {
    background-size: cover;
    background-position: center center;
    display: none;
    height: 100%;
}
.services-back-item.active {
    display: block;
}
.dynamic-service {
    padding-right: calc((100% - 1200px) / 2);
    background-color: rgba(218,231,239,0.87);
    padding-left: 2em;
    text-align: justify;
    opacity: 0.9;
}
.service-res-text h2 {
    text-align: left;
}
.service-categories {
    display: flex;
    justify-content: space-between;
    margin-top: -1.3em;
}
.each-service, .each-doctor {
    max-width: 100px;
    cursor: pointer;
}
.each-service-wrap, .each-serdoctor-wrap {
    padding: 0.5em;
    background-color: #edf2f4;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    height: 100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.each-service-image, .each-doctor-image {
    padding-top: 75px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.each-service-image img, .each-doctor-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.services-name, .doctor-name-dynamic {
    color: #142b51;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.single-paragraph-servi, .single-paragraph-doctor {
    display: none;
    color: #142b51;
    font-size: 16px;
    padding: 1.5em 0;
}
.single-paragraph-servi.active, .single-paragraph-doctor.active {
    display: block;
}
.service-res-text ul {
    padding-left: 15px;
}
.service-res-text ul li {
    margin-bottom: 1em;
}
.book-an-appointment-serv {
    display: inline-block;
    background-color: #2aace2;
    color: white;
    font-size: 22px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 10px;
    margin-top: 0.5em;
    text-align: center;
}
.book-an-appointment-serv:hover {
    background-color: #2b4062;
    color: white;
}
.each-service:hover .each-service-wrap,
.each-service.active .each-service-wrap,
.each-doctor:hover .each-serdoctor-wrap,
.each-doctor.active .each-serdoctor-wrap {
    background-color: #142b51;
}
.each-service:hover img,
.each-service.active img,
.each-doctor:hover .each-serdoctor-wrap img,
.each-doctor.active .each-serdoctor-wrap img {
    filter: brightness(0) invert(1);
}
.each-service:hover .services-name,
.each-service.active .services-name,
.each-doctor:hover .doctor-name-dynamic,
.each-doctor.active .doctor-name-dynamic,
.each-doctor:hover .doctor-name {
    color: white;
}
/*Services - Doctors*/
#patient-care {
    padding: 2em 0;
}
#patient-care > .sk-grid {
    position: relative;
}
#patient-care > .sk-grid:before, #patient-care > .sk-grid:after {
    content: "";
    position: absolute;
    display: block;
}
#patient-care > .sk-grid:before {
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    border-top: 1px solid rgba(42,172,226,0.9);
    border-left: 1px solid rgba(42,172,226,0.9);
}
#patient-care > .sk-grid:after {
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border-bottom: 1px solid rgba(42,172,226,0.9);
    border-right: 1px solid rgba(42,172,226,0.9);
}
.specialize-care {
    padding: 2em 0;
}
#head-patient-care {
    font-size: 37px;
    color: #2aace2;
    text-align: right;
}
#head-doctors-care {
    font-size: 35px;
    color: #606060;
    text-align: right;
}
#twenty-four-hours {
    text-align: center;
}
.patient-care-btn {
    display: inline-block;
    background-color: #2aace2;
    color: white;
    font-size: 22px;
    font-weight: 500;
    padding: 0.5em 1em;
    border-radius: 10px;
    margin-top: 0.5em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.patient-care-btn:hover {
    color: white;
    background-color: #2b4062;
}
/*Contact Us*/
#our-contact-form {
    background-image: url(https://www.savecolarnaca.com/uploads/images/contact-form-bck.jpg);
    background-size: cover;
    background-position: center;
    padding: 1.5em 0;
    margin-top: 2em;
}
#book-an-appointment-form {
    background-color: rgba(247,248,249,0.96);
    padding: 2em 3em;
    margin: 1em 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(3,48,68,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(3,48,68,0.2);
    box-shadow: 0px 0px 15px 0px rgba(3,48,68,0.2);
}
.contact-page {
    color: #3F3F3F;
    font-size: 17px;
}
.select-field {
    display: flex;
    flex-direction: column-reverse;
}
.sk.form .three.fields > .field {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.sk.form .fields .field:first-child {
    padding-left: 0;
}
.sk.form .fields .field:last-child {
    padding-right: 0;
}
.sk .icon-append,
.sk .icon-prepend,
.sk .captcha-append {
    color: #22376F;
    font-size: 1.15em;
}
.sk.form .field label {
    white-space: normal;
}
.sk.form select,
.sk.form .field label,
.sk.form .field label.radio,
.sk.form .field label.checkbox,
.sk.form .field label,
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input,
.sk.button,
.sk.message .header,
select {
    font-family: 'Roboto', sans-serif;
}
.sk.form select,
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input,
select {
    padding: 13px 15px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.64);
    border: none;
    font-weight: 300;
    color: #22376F;
    border-radius: .2125em;
}
.sk.form input[type="text"]:focus,
.sk.form input[type="email"]:focus,
.sk.form input[type="date"]:focus,
.sk.form input[type="password"]:focus,
.sk.form input[type="number"]:focus,
.sk.form input[type="url"]:focus,
.sk.form input[type="tel"]:focus,
.sk.form textarea:focus {
    border: none;
    box-shadow: none;
    border-radius: .2125em;
    background-color: rgba(255,255,255,0.92);
    color: #22376F;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
#book-an-appointment-form .sk.form textarea,
#book-an-appointment-form .sk.form input[type="text"],
#book-an-appointment-form .sk.form input[type="email"],
#book-an-appointment-form .sk.form input[type="date"],
#book-an-appointment-form .sk.form input[type="password"],
#book-an-appointment-form .sk.form input[type="number"],
#book-an-appointment-form .sk.form input[type="tel"],
#book-an-appointment-form .sk.form .fileinput > input,
#book-an-appointment-form .sk.form select {
    padding: 10px;
    border: 2px solid #dae3ea;
}
#book-an-appointment-form .sk.form input[type="text"]:focus,
#book-an-appointment-form .sk.form input[type="email"]:focus,
#book-an-appointment-form .sk.form input[type="date"]:focus,
#book-an-appointment-form .sk.form input[type="password"]:focus,
#book-an-appointment-form .sk.form input[type="number"]:focus,
#book-an-appointment-form .sk.form input[type="url"]:focus,
#book-an-appointment-form .sk.form input[type="tel"]:focus,
#book-an-appointment-form .sk.form textarea:focus,
#book-an-appointment-form .sk.form select:focus {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(3,48,68,0.44);
    -moz-box-shadow: 3px 3px 5px 0px rgba(3,48,68,0.44);
    box-shadow: 3px 3px 5px 0px rgba(3,48,68,0.44);
}
#book-an-appointment-form .sk.form input[type="date"]:before {
    content: attr(placeholder) !important;
}
#book-an-appointment-form .sk.form input[type="date"]:focus:before,
#book-an-appointment-form .sk.form input[type="date"]:valid:before {
    content: "";
}
#book-an-appointment-form .sk.form textarea {
    min-height: 5em;
    height: 5em;
}
.sk.form ::-webkit-input-placeholder {
    font-weight: 300;
    color: #22376F;
}
.sk.form ::-moz-placeholder {
    font-weight: 300;
    color: #22376F;
}
.sk.form :-ms-input-placeholder {
    font-weight: 300;
    color: #22376F;
}
.sk.form :-moz-placeholder {
    font-weight: 300;
    color: #22376F;
}
.radio, .checkbox {
    display: block;
    padding-left: 0;
    line-height: 1.5;
}
.radio i, .checkbox i {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
}
.radio input + i::after,
.checkbox input + i::after,
.checkbox input:checked + i::after {
    font-size: 1.5em;
    color: inherit;
}
.chosen-container-single .chosen-single {
    border: 2px solid #dae3ea;
    color: #3e568c;
    background-color: rgba(255,255,255,0.72);
    padding: 13px 15px;
    font-size: 18px;
    font-weight: 300;
}
.chosen-single {
    border: 2px solid #dae3ea !important;
}
.chosen-container-single .chosen-single {
    color: #22376f;
}
.chosen-container-single .chosen-single div {
    display: flex;
    align-items: center;
    width: 30px;
}
.chosen-container-single .chosen-single div b::before {
    line-height: 1em;
    content: "\f107";
    color: rgba(19,95,170,0.75);
}
.chosen-container .chosen-drop {
    border: 2px solid #dae3ea;
    border-top: 0;
}
.chosen-container .chosen-results {
    font-weight: 300;
}
.chosen-container .chosen-results li.active-result.highlighted {
    background-color: #2AACE2;
}
#book-an-appointment-form .chosen-container-single .chosen-single {
    padding: 10px;
}
.sk.button {
    background-color: #2AACE2;
    color: #fff;
    padding: 0.75em;
    font-size: 22px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.sk.button.dark-blue {
    background-color: #22376f;
}
.sk.white.button {
    background-color: white;
    color: #4a97c6;
}
.sk.button:hover {
    background-color: #142B51;
    color: white;
}
#our-contact-form .sk.button {
    padding: 0.65em 2em;
    border-radius: 5px;
}
#book-an-appointment-form .sk.button {
    padding: 10px 25px;
    border-radius: 2px;
    margin-top: 0.85em;
    font-weight: bold;
    letter-spacing: 2px;
}
.sk.message {
    padding: 2em 1em;
    border-radius: 0;
    text-align: center;
}
.sk.success.message, .sk.positive.message {
    background-color: #b0fc78;
    color: black;
}
.sk.warning.message {
    background-color: #f38b64;
    color: black;
}
.sk.icon.message i {
    display: none !important;
}
.sk.icon.message > .icon + .content {
    padding-left: 0;
}
.sk.message .header {
    font-size: 1.5em;
    font-weight: bold;
}
/*Locate Us*/
#locate-us {
    margin-top: 1em;
    margin-bottom: 5em;
    position: relative;
    z-index: 2;
}
.map-item-wrap {
    position: relative;
    padding-top: 100%;
    margin-bottom: -3em;
}
.map-item-wrap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    height: 100%;
}
.contact-res-item {
    margin-bottom: 15px;
}
.contact-res-item:last-child {
    margin-bottom: 0;
}
.contact-res-text {
    float: left;
    width: calc(100% - 30px);
}
.contact-res-image {
    float: left;
    width: 30px;
}
.collaps-paragraph .sk.white.button {
    font-size: 17px;
    margin-top: 15px;
}
/*Book - Contact*/
#always-be-there {
    background-image: url(https://www.savecolarnaca.com/uploads/images/contact-us-alway-there.jpg);
    background-size: cover;
    background-position: center;
    padding: 3em 0;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(35,85,144,0.45);
    -moz-box-shadow: 0px 0px 7px 2px rgba(35,85,144,0.45);
    box-shadow: 0px 0px 7px 2px rgba(35,85,144,0.45);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#always-be-there .push-right {
    position: relative;
}
#always-be-there .push-right::before {
    content: "";
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: -3em;
    right: 0;
    left: -5em;
    bottom: -3em;
    z-index: -1;
}
#always-be-there .push-right::after {
    content: "";
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: -3em;
    right: -1000px;
    bottom: -3em;
    z-index: -1;
    width: 1000px;
}
#always-be-there h3 {
    font-size: 36px;
    color: #22376f;
    margin-bottom: 0;
    line-height: 1;
}
#always-be-there h3 span {
    font-size: 49px;
    color: #22376f;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
}
#always-be-there h1 {
    font-size: 73px;
    color: #2aace2;
    font-weight: 900;
    text-decoration: underline;
    line-height: 1;
}
#always-be-there p {
    font-size: 17px;
    color: #22376f;
}
#always-be-there .sk.button {
    margin-top: 15px;
}
/*Book Appointment*/
#book-an-appointment {
    color: #22376F;
    font-size: 19px
}
#book-an-appointment .page-title {
    color: #22376F;
}
.appointment-form.sk.form {
    display: block !important;
}
#doctorInfo, #timeInfo {
    color: #D95C5C;
}
.sk.message.success.pop-up-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.51);
    box-shadow: none;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #22376F;
    z-index: 10000;
}
.sk.message.pop-up-message > .content {
    background-color: white;
    max-width: 490px;
    width: 100%;
    display: block;
    padding: 2em;
    position: relative;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(10,5,73,0.35);
    -moz-box-shadow: 7px 7px 10px 0px rgba(10,5,73,0.35);
    box-shadow: 7px 7px 10px 0px rgba(10,5,73,0.35);
    min-height: 315px;
}
.sk.message.pop-up-message > .content > .icon.close {
    background-color: rgba(96,96,96,0.73);
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.sk.message.pop-up-message > .content .content-logo {
    margin-bottom: 4em;
}
.sk.message.pop-up-message > .content .content-logo img {
    max-height: 75px;
}
.sk.message.pop-up-message .content-text p {
    margin: 0;
    font-size: 19px;
}
.sk.message.pop-up-message .content-icon-left {
    width: 60px;
    text-align: left;
    float: left;
}
.sk.message.pop-up-message .content-text-right {
    float: left;
    width: calc(100% - 60px);
    text-align: left;
}
/*Book Banners*/
#two-banners {
    margin-top: 5em;
}
.banner-res-wrap img {
    width: 100%;
}
/*Footer*/
footer a:hover {
    color: #2aace2;
}
.upper-footer {
    background-image: url(https://www.savecolarnaca.com/uploads/images/footer-up.jpg);
    background-size: cover;
    background-position: center;
    color: #202b7a;
    font-weight: 300;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}
.footer-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2em;
}
.footer-text-up {
    color: white;
    font-size: 12px;
    line-height: 2em;
}
.footer-text-up img, .term-text img {
    image-rendering: pixelated;
}
.footer-map {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
.footer-bottom {
    padding: 0.75em 0;
}

/*Others*/
.team-light {
    text-shadow: none;
}
#team-bold-1 {
    text-shadow: none;
    font-weight: bolder;
}
#team-bold {
    text-shadow: none;
    font-weight: bolder;
    border-bottom: 1.8px solid;
}
.blue-hr-line {
    border-bottom: 1px solid #2aace2;
    margin: 2em 0 1em 0;
}
.blue-hr-line-botm {
    border-bottom: 1px solid #2aace2;
    margin: 2em 0 1em 0;
}
.title-center {
    text-align: center;
    font-size: 28px;
    color: #142b51;
    font-weight: 600;
}
.line-space-title {
    padding-bottom: 1em;
}
.book-left-line {
    border-bottom: 2px solid #203e70;
    margin: 2em 0 1em 0;
}
#left-ad-title-b {
    font-size: 42px;
    color: #2aace2;
}
#left-ad-head-b {
    font-size: 51px;
    color: #193160;
    font-weight: 700;
}
.ads-booking-para {
    font-size: 19px;
    color: #193160;
}
.left-ad-book {
    padding-right: 2em;
    text-align: right;
}
#more-about-services {
    display: inline-block;
    background-color: #203e70;
    color: white;
    font-size: 21px;
    font-weight: 500;
    padding: 0.5em 1em;
    border-radius: 10px;
}
.book-right-line {
    border-bottom: 2px solid white;
    margin: 2em 0 1em 0;
}
#right-ad-title-b {
    font-size: 35px;
    color: #22376f;
}
#big-heading-b {
    color: #2aace2;
    font-size: 50px;
}
#right-ad-head-b {
    color: #2595b7;
    font-size: 25px;
}
#more-our-doctors {
    display: inline-block;
    background-color: #2aace2;
    color: white;
    font-size: 21px;
    font-weight: 500;
    padding: 0.5em 1em;
    border-radius: 10px;
}
.right-ad-book {
    padding-left: 3em;
    padding-top: 2em;
}
.footer-socialmedia {
    position: relative;
}
.footer-bef {
    padding: 2em 0;
}
.footer-socialmedia::before {
    content: "";
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3000px;
    left: -3014px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-box-shadow: inset 0px -10px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px -10px 8px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px -10px 8px 0px rgba(0,0,0,0.15);
}
.footer-socialmedia::after {
    content: "";
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3000px;
    right: -3014px;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-box-shadow: inset 0px -10px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px -10px 8px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px -10px 8px 0px rgba(0,0,0,0.15);
}
#social-media-title {
    color: white;
    padding-left: 1em;
    padding-right: 4em;
    padding-top: 1em;
}
.socialmedia-footer a {
    padding-right: 2em;
}
#pcr-travel {
    margin-top: 3em;
}
.pcr-content {
    margin-top: 8em;
}
/*Responsive */
@media only screen and (max-width:1260px) {
    /*All*/
    .sk-grid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .sk-grid .sk-grid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    /*Header*/
    .topmenu li > a strong {
        font-size: 14px;
    }
    /*Our Services*/
    .dynamic-service {
        width: 100%;
        padding: 0 15px;
    }
    /*Services - Doctors*/
    #patient-care > .sk-grid::before {
        left: 7px;
    }
    #patient-care > .sk-grid::after {
        right: 7px;
    }
}
@media only screen and (max-width:1024px) {
    /*All*/
    body, html {
        overflow-x: hidden;
    }
    /*Header*/
    .header-left {
        justify-content: center;
    }
    .header-right {
        justify-content: center;
        margin-top: 1em;
    }
    /*Team of Doctors - Banner*/
    #team-of-doctors-hm h1 {
        font-size: 40px;
    }
    /*Cases - Homepage*/
    .clickable-space {
        margin-bottom:2em;
    }
    /*Our Team*/
    .team-of-doctors-col {
        margin-left: -20px;
        margin-right: -20px;
    }
    .each-doctor-hm {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }
    /*Our Services*/
    .service-categories {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .each-service, .each-doctor {
        max-width: none;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    /*Services - Doctors*/
    #head-patient-care {
        font-size: 30px;
    }
    #head-doctors-care {
        font-size: 25px;
    }
}
@media only screen and (min-width:770px) and (max-width:1024px) {
    /*Welcome - Homepage*/
    .welcome-inner-headings {
        color: #142b51;
        font-size: 17px;
    }
    .title-health-hover {
        font-size: 13px;
    }
    .parag-hover-welc {
        font-size: 11px;
    }
}
@media only screen and (max-width:959px) {
    ul.topmenu>li {
        float: none
    }
    ul.topmenu {
        width: auto
    }
    ul.topmenu ul {
        display: none;
        position: static;
        top: auto!important;
        left: auto!important;
        margin-left: 0!important;
        margin-top: 0!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important
    }
    ul.topmenu ul.sm-nowrap>li>a,
    ul.topmenu>li>a {
        white-space: normal
    }
    ul.topmenu iframe {
        display: none
    }
    .topmenu ul.menu-submenu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .topmenu li>a {
        display: block;
        text-decoration: none;
        padding: 1em;
        text-align: left;
        font-weight: 400;
        color: #fff;
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .2)
    }
    .topmenu li>a strong {
        display: inline-block;
        font-weight: 400;
        padding: 0
    }
    .topmenu a span.sub-arrow {
        left: auto;
        right: 1em;
        bottom: 1em;
        width: 1em;
        height: 1em;
        line-height: 1em
    }
    .topmenu ul a span.sub-arrow,
    .topmenu-vertical a span.sub-arrow {
        left: auto;
        right: 1em
    }
    #menu ul.four.cols,
    #menu ul.three.cols,
    #menu ul.two.cols {
        width: 100%!important
    }
    #menu ul.cols li {
        float: none;
        width: auto;
        box-shadow: none
    }
    .topmenu li:hover a small,
    .topmenu li:hover>a i {
        opacity: 1;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none
    }
    .topmenu a.highlighted span.sub-arrow {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .topmenu li {
        border-left: 0
    }
    .topmenu li:first-child {
        border-top: 0
    }
    /*Header*/
    header {
        position: relative;
        background-color: white;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-bar {
        webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .middle-bar {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .header-bottom {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    header .logo img {
        max-height: 100px;
    }
    header.scroll #menu {
        border-bottom: none;
    }
    header .top-bar {
        display: none;
    }
    .header-right {
        margin-top: 0;
    }
    .header-phone-infos .header-button {
        width: 50%;
        margin: 0 0 5px;
        font-size: 10px;
    }
    .header-button:last-child {
        margin-bottom: 0;
    }
    .middle-bar > .sk-grid > .flex-bottom {
        align-items: center;
    }
    header .logo img {
        max-height: 70px;
    }
    .header-phone-infos {
        display: flex;
        justify-content: space-between;
    }
    /*Menou*/
    .menu-icons-inside {
        display: block;
    }
    #menu {
        display:none;
        padding: 0 15px;
        width: 250px;
        position:absolute;
        right: 0;
        z-index: 1000;
        padding: 0;
        margin-top: 30px;
        background-color: #024E96;
        overflow: auto;
    }
    .showmenu #menu {
        display: block;
    }
}

@media only screen and (max-width:769px) {
    .logo {
    }
    #footer .links {
        float: none!important
    }
    .sk.tabs li {
        float: none
    }
    .sk.tabs li a.active,
    .sk.tabs li a.active:hover {
        border-color: #F4BF1E
    }
    /*All*/
    .hidden-phone {
        display: none !important;
    }
    .visible-phone {
        display: block !important;
    }
    .page-title {
        font-size: 22px;
    }
    .page-description {
        font-size: 14px;
    }
    /*Header*/
    header {
        position: relative;
        background-color: white;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-bar {
        webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .middle-bar {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .header-bottom {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    header .logo img {
        max-height: 100px;
    }
    header.scroll #menu {
        border-bottom: none;
    }
    header .top-bar {
        display: none;
    }
    .header-right {
        margin-top: 0;
    }
    .header-phone-infos .header-button {
        width: 100%;
        margin: 0 0 5px;
        font-size: 10px;
    }
    .header-button:last-child {
        margin-bottom: 0;
    }
    .middle-bar > .sk-grid > .flex-bottom {
        align-items: center;
    }
    header .logo img {
        max-height: 70px;
    }
    .header-phone-infos {
        display: flex;
        justify-content: space-between;
    }
    /*Menou*/
    .menu-icons-inside {
        display: block;
    }
    #menu {
        display:none;
        padding: 0 15px;
        width: 250px;
        position:absolute;
        right: 0;
        z-index: 1000;
        padding: 0;
        margin-top: 30px;
        background-color: #024E96;
        overflow: auto;
    }
    .showmenu #menu {
        display: block;
    }
    /*Team of Doctors - Banner*/
    #team-of-doctors-hm {
        padding: 1em 0;
    }
    #team-of-doctors-hm h1 {
        font-size: 30px;
    }
    /*Cases - Homepage*/
    #homecases {
        margin: 2em 0;
    }
    /*Welcome - Homepage*/
    .each-health-over {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
    /*24 Hours*/
    #general-practinioner {
        padding: 2em 0;
    }
    #general-practi-title {
        font-size: 2em;
    }
    #general-call-us {
        font-size: 1.5em;
    }
    #general-tel {
        font-size: 1.5em;
    }
    .general-pract-parag {
        font-size: 16px;
    }
    /*Why Choosing Us*/
    #why-choosing-us {
        margin-top: 2em;
    }
    .each-item-why-choosing {
        margin-bottom: 2em;
    }
    .middle-choosing {
        border-bottom: 1px solid #22376f;
        margin-bottom: 2em;
    }
    /*Our Team*/
    .each-doctor-hm:last-child {
        margin-bottom: 0;
    }
    /*Articles*/
    .article-image {
        margin: 1.5em 0;
    }
    /*Common Illness*/
    .illn-page .push-right {
        padding-left: 0;
    }
    .illn-page-heading, .illn-page h2 {
        font-size: 20px;
    }
    /*Why Choose Us*/
    #why-choose-us {
        margin-top: 0;
    }
    /*How we Treat*/
    #all-about-treat {
        padding: 2em 0;
    }
    .treat-text {
        padding-top: 0;
        margin-bottom: 2em;
    }
    .should-be-line {
        margin-left: 0;
    }
    .treat-ic-tem {
        text-align: center;
    }
    /*Doctor Specialities*/
    #doctors-specialities {
        margin: 2em 0;
    }
    #doctors-specialities .page-description {
        margin-bottom: 2em;
    }
    #button-team-about {
        margin-top: 1.5em;
    }
    /*Our Services*/
    .service-res-text h2,.title-each-dyn-serv {
        font-size: 22px;
    }
    /*Services - Doctors*/
    #head-patient-care, #head-doctors-care {
        text-align: center;
    }
    /*Book Appointment*/
    #book-an-appointment {
        font-size: 15px;
    }
    #book-an-appointment-form {
        padding: 1.5em;
        margin: 0;
    }
    /*Two Banners*/
    #two-banners {
        margin-top: 3em;
    }
    .banner-res-item {
        margin-bottom: 1em;
    }
    .banner-res-item:last-child {
        margin-bottom: 0;
    }
    /*Our Team*/
    #our-team {
        margin-top: 1em;
    }
    /*Contact Us*/
    .sk.message.pop-up-message > .content {
        min-height: 240px;
        padding: 1em;
    }
    .sk.message.pop-up-message > .content .content-logo {
        margin-bottom: 2em;
    }
    .sk.message.pop-up-message .content-text p {
        font-size: 14px;
    }
    /*Locate Us*/
    #locate-us {
        margin-bottom: 3em;
    }
    .map-item {
        margin-bottom: 2em;
    }
    .map-item:last-child {
        margin-bottom: 0;
    }
    /*Book - Contact*/
    #always-be-there {
        padding: 2em 0;
    }
    #always-be-there h3 {
        font-size: 25px;
    }
    #always-be-there h3 span {
        font-size: 35px;
    }
    #always-be-there h1 {
        font-size: 50px;
    }
    #always-be-there p {
        margin: 0;
    }
    /*Footer*/
    .upper-footer {
        text-align: center;
    }
    .footer-col-item {
        margin-bottom: 2em;
    }
    .footer-col-item:last-child {
        margin-bottom: 0;
    }
    .footer-title {
        margin-bottom: 0.5em;
    }
    footer .flex-between {
        display: block;
        text-align: center;
    }
    .footer-text {
        margin-bottom: 0.5em;
    }
    #why-choosing-doctor {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
    }

    .why-choose-us-rightwrap {
        margin-top: 2em;
    }
    .team-of-doctors-col {
        padding: 0;
    }
}
@media only screen and (min-width:501px) and (max-width:769px) {
    #homecases .clickable-space, .each-doctor-hm {
        width: 50%;
        float: left;
        clear: none;
    }
}
@media only screen and (max-width:500px) {
    /*Team of Doctors - Banner*/
    #team-of-doctors-hm h1 {
        font-size: 25px;
    }
    /*Cases - Homepage*/
    .clickable-space {
        margin-bottom:1em;
    }
    .clickable-space:last-child {
        margin-bottom:0;
    }
    /*24 Hours*/
    #general-practi-title {
        font-size: 1.5em;
    }
    #general-call-us {
        font-size: 1em;
    }
    #general-tel {
        font-size: 1.5em;
    }
    /*Common Illnesses*/
    .common-illnesses-p {
        font-size: 11px;
    }
    /*How we Treat*/
    #more-about-our-serv {
        font-size: 17px;
    }
    #all-about-treat-title {
        font-size: 27px;
    }
    #all-about-treat-heading {
        font-size: 20px;
    }

    .each-news-res {
        width: 100%;
    }
}
@media only screen and (max-width:414px) {
    .saveco-services-w {
        width: 100%;
    }
}