@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.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 {
    text-align: center;
}
body,
html {
    font-size: 18px;
    overflow-x: hidden;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: rgba(10,27,34,0.8);
    text-rendering: optimizeLegibility;
    font-weight: 400;
}
a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    outline: 0;
}
a.white {
    color: #fff;
}
a.hover,
a:focus,
a:hover {
    color: inherit;
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.55s ease;
    outline: 0;
    text-decoration: none;
}
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, 0.1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #2d343e;
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1em;
    font-size: 16px;
}
p:last-child {
    margin-bottom: 0;
}
.sk-content {
    padding: 1em;
}
.sk-content-full {
    padding: 2em 0;
}
.sk-content-half {
    padding: 0.5em 1em;
}
header {
    position: relative;
    z-index: 10000;
    padding-top: 20px;
    padding-bottom: 22px;
}
header .top-bar {
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    padding: 0.5em 0;
}
header .top-bar .doSearch {
    float: right;
    min-width: 300px;
}
.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100;
}
.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: 0.5em;
}
.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.5em 1.2em;
    text-transform: capitalize;
    width: auto;
}
.topmenu li ul li a,
.topmenu li > a strong {
    text-transform: uppercase;
    font-weight: 400;
}
.subheader .sk.breadcrumb a.section {
    color: #fff;
}
.subheader .sk.breadcrumb a:hover {
    text-decoration: underline;
}
.subheader .sk.breadcrumb .section {
    font-size: 0.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, 0.08);
    background-color: #fff;
}
/*.topmenu li > a.active,
.topmenu ul {
    background-color: white;
    border: 1px solid #E8E8E8;
}*/
#pagination {
    margin-top: 1em;
}
.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    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;
}
ul.sm:after {
    content: "\00a0";
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
* 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;
}
.sk-grid {
    width: auto;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}
ul.sm {
    -webkit-tap-highlight-color: transparent;
}
.topmenu li > a {
    text-decoration: none;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}
.topmenu li.nav-item {
    margin-right: 3em;
}
.topmenu li.nav-item:last-child {
    margin-right:0;
}
.topmenu li a > i {
    display: none;
    font-size: 2em;
}
.topmenu li > a strong {
    display: block;
}
.topmenu li > a small {
    display: none;
    font-size: 0.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: #47B4E5;
}
.topmenu li.nav-submenu-item i.icon {
    margin-right: 0.5em;
}
.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em;
}
.topmenu li ul li a {
    padding: 0.85em;
    text-align: left;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.25);
    font-size: 14px;
}
.topmenu li ul li:last-child a {
    box-shadow: none;
}
.topmenu li ul li a:hover {
    color: #47B4E5;
}
.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 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;
}
.topmenu ul.menu-submenu {
    background-color: white;
    border: 1px solid rgba(0,0,0,0.25);
}
.sub-arrow {
    display: none;
}
.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;
}
.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, 0.8);
    visibility: visible;
    z-index: 5000;
}
footer {
    background-color: rgba(45,77,91,0.9);
    padding: 1.5em 0;
    color: #fff;
}
footer .logo {
    max-width: 130px;
    margin: 1em auto 0;
}
footer .ficons {
    margin-bottom: 1em;
}
footer .ficons i.icon {
    margin: 0 0.25em;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #85959a;
    border-radius: 30px;
    line-height: 55px;
    opacity: 0.8;
    color: #455c6a;
}
#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
    color: #455c6a;
}
#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: 0.5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
    color: #7f7f7f;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 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 0.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;
}
.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-15 {
    margin-left:-15px;
    margin-right:-15px;
}
.col-15 {
    padding-left:15px;
    padding-right:15px;
}
.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-45 {
    margin-left:-45px;
    margin-right:-45px;
}
.col-45 {
    padding-left:45px;
    padding-right:45px;
}
.row-50 {
    margin-left:-50px;
    margin-right:-50px;
}
.col-50 {
    padding-left:50px;
    padding-right:50px;
}
.row-60 {
    margin-left:-60px;
    margin-right:-60px;
}
.col-60 {
    padding-left:60px;
    padding-right:60px;
}
.row-65 {
    margin-left:-65px;
    margin-right:-65px;
}
.col-65 {
    padding-left:65px;
    padding-right:65px;
}
.row-70 {
    margin-left:-70px;
    margin-right:-70px;
}
.col-70 {
    padding-left:70px;
    padding-right:70px;
}
.row-80 {
    margin-left:-80px;
    margin-right:-80px;
}
.col-80 {
    padding-left:80px;
    padding-right:80px;
}
.row-100 {
    margin-left:-100px;
    margin-right:-100px;
}
.col-100 {
    padding-left:100px;
    padding-right:100px;
}
.row-140 {
    margin-left:-140px;
    margin-right:-140px;
}
.col-140 {
    padding-left:140px;
    padding-right:140px;
}
.row-150 {
    margin-left:-150px;
    margin-right:-150px;
}
.col-150 {
    padding-left:150px;
    padding-right:150px;
}
.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;
}
.flex-wrap-bottom {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}
.social-media a {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.3;
    margin-right: 5px;
}
.social-media a:last-child {
    margin-right: 0;
}
.social-media a:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.social-media img {
    width: 17px;
}
.social-media {
    margin-right: 1em;
    line-height: 1;
}
#menu {
    font-size: 18px;
}
#langmenu {
    display: flex;
}
#langmenu .item {
    color: #b3b3b3;
    display: inline-block;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 13px;
}
.dropdown #langmenu .item:hover {
    color: #47B4E5;
}
#langmenu .item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.dropdown #langmenu .item.active {
    color: #47b4e5;
    font-weight: bold;
}
#langmenu .item::after {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid #b3b3b3;
    height: 12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#langmenu .item:last-child::after {
    border: none;
}
.sk.menu {
    font-size: 20px;
}
.headerlanguage {
    cursor: pointer;
}
.lazyload {
    display: block;
    min-height: 1px;
}
.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}
.header-language {
    margin-bottom: 2em;
}
.services-contact {
    background-image: url(https://www.ledraclinic.com/uploads/images/home-services.jpg);
    background-size: cover;
    background-position: center;
    padding-left: calc((100vw - 1515px) / 2);
    padding-top: 14em;
    padding-bottom: 17em;
    padding-right: 5em;
}
.services-contact h1 {
    margin-top: 15px;
}
.small-title {
    color: #47B4E5;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid;
}
.contact-btn {
    margin-top: 4em;
}
.contact-btn a {
    font-size: 16px;
    color: white;
    background-color: #47B4E5;
    padding: 1.5em 5em;
    border-radius: 35px;
    border: 1px solid #47B4E5;
}
.big-title {
    font-size: 60px;
    color: #2D4D5B;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    line-height: 1.2;
}
.each-service img {
    width: 114px;
}
.each-service h2 {
    font-size: 17px;
    color: #47B4E5;
    text-align: center;
    font-weight: 400;
    max-width: 220px;
    display: block;
    margin: 10px auto 11px;
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 2.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.each-service p {
    text-align: center;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    max-width: 220px;
    display: block;
    margin: auto;
}
.first-column-serv {
    position: relative;
    padding-bottom: 1.5em;
    padding-left: 50px;
    padding-right: 30px;
}

.each-service-2 {
    position: relative;
    padding-top: 3em;
    text-align: center;
    min-height: 100%;
}
.each-service-2::after {
    content: "";
    border-right: 2px solid rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: -15px;
}
.each-service-2 img {
    width: 114px;
}
.each-service-1 {
    position: relative;
    padding-top: 3em;
    text-align: center;
    min-height: 100%;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    padding-bottom: 32px;
}
.each-service-1::after {
    content: "";
    border-right: 2px solid rgba(0,0,0,0.2);
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
}
.each-service-1 img {
    width: 114px;
}
.each-service-title {
    font-size: 17px;
    color: #47B4E5;
    text-align: center;
    font-weight: 400;
    max-width: 160px;
    display: block;
    margin: 10px auto 11px;
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 2.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.each-service-p {
    text-align: center;
    font-size: 16px;
    color: rgba(10,27,34,0.8);
    max-width: 220px;
    display: block;
    margin: auto;
}
.contact-btn a:hover {
    color: #47B4E5;
    background-color: rgba(255,255,255,0);
    border: 1px solid #47B4E5;
}
.first-column-serv > .phone-50:nth-child(3n) .each-service-1::after {
    display: none;
}
.first-column-serv > .phone-50:nth-child(3n) .each-service-2::after {
    display: none;
}
.service-categories {
    margin-top: 7em;
}
.home-aboutus {
    margin-top: 9em;
    margin-bottom: 6em;
}
.left-about {
    padding-top: 3em;
    max-width: 570px;
}
.ledra-buttons {
    margin-top: 3em;
}
.ledra-buttons a {
    font-size: 16px;
    color: #47B4E5;
    padding: 1.5em 2.5em;
    border-radius: 35px;
    border: 1px solid #47B4E5;
    display: inline-block;
}
.ledra-buttons a:hover {
    color: white;
    background-color: #47B4E5;
}
.shadow-img {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
}
.home-team {
    background-color: #F0EFEF;
    padding: 7em 0;
}
.our-team-home {
    max-width: 565px;
    margin-top: 3em;
}
.together-every-step {
    padding-left: 11em;
    margin-top: 2em;
}
.footer-logo {
    position: absolute;
    bottom: 1em;
    left: 11em;
    right: 0;
}
#footer-par {
    margin-bottom: 2em;
}
.home-footer {
    margin-top: 12em;
}
.ledra-footer {
    margin-top: 14em;
}
.footer-bg-img {
    background-image: url(https://www.ledraclinic.com/uploads/images/fotoer-image.jpg);
    background-size: cover;
    background-position: center;
    padding: 3em 0;
    min-height: 620px;
}
.footer-social-media {
    position: absolute;
    bottom: 13px;
    right: 11em;
}
.footer-social-media img {
    width: 25px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    opacity: 0.3;
    margin-left: 7px;
}
.footer-social-media a:hover img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}
#footer-tel {
    background-color: #2D4D5B;
    padding: 1em;
    color: white;
    font-size: 17px;
    margin-left: 1em;
}
.footer-contact-button a {
    font-size: 18px;
    color: #47B4E5;
    padding: 1.5em 3em;
    border-radius: 45px;
    border: 2px solid #47B4E5;
}
.footer-contact-button a:hover {
    color: white;
    background-color: #47B4E5;
}
.each-activities a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-contact-button {
    margin-top: 5em;
}
.footer-terms {
    text-align: left;
}
.footer-skw {
    text-align: right;
}
footer a {
    color: white;
}
footer a:hover {
    color: #47B4E5;
}
.about-us-content {
    max-width: 755px;
    margin-top: 3em;
}
.places-image-3 img {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
}
.places-images-left {
    margin-top: 90px;
}
.left-le-place {
    background-color: #E0E2E2;
    padding-left: calc((100% - 1500px) / 2);
    padding-right: 9em;
    padding-top: 190px;
    margin-top: -112px;
    position: relative;
}
.small-places-image-1 {
    margin-right: 2em;
    z-index: 1;
}
.left-le-place::before {
    position: absolute;
    top: 0;
    right: -150px;
    bottom: 0;
    background-color: #E0E2E2;
    content: "";
    width: 150px;
    z-index: -1;
}
.clinic-img {
    position: relative;
    z-index: 1;
}
.small-places-image-1 img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    position: relative;
}
.places-images-2s {
    position: relative;
}
.places-images-2s::before {
    content: "";
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #E0E2E2;
    z-index: -1;
}
.places-image-2 {
    margin-top: -3em;
    position: relative;
    left: 150px;
}
.places-image-2 img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
}
.places-image-3 {
    margin-left: -2em;
    right: 124px;
    position: relative;
    z-index: -1;
    margin-top: 0em;
}
.our-places-button {
    margin-top: 3em;
}
.our-places-button a {
    font-size: 16px;
    color: #47B4E5;
    padding: 1.5em 3.5em;
    border-radius: 35px;
    border: 1px solid #47B4E5;
    display: inline-block;
}
.our-places-button a:hover {
    background-color: #47B4E5;
    color: white;
}
.science {
    margin-top: 8em;
    height: 800px;
}
.science-right-inner {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    padding: 3em 4em;
    width: 840px;
    margin-left: -20em;
    background-color: white;
    margin-top: 4.5em;
}
.each-activities {
    background-size: cover;
    background-position: center;
    position: relative;
    border-right: 15px solid white;
    overflow: hidden;
}
.each-activities:last-child {
    border-right: none;
}
.screen-33.act-maternity {
    height: calc(65vw / 3);
}
.screen-33.act-gynaecology {
    height: calc(65vw / 3);
}
.screen-33.act-general-surgery {
    height: calc(65vw / 3);
}
.screen-50.act-plastic {
    height: calc(45vw / 2);
}
.act-service {
    border-right: 0;
}
.screen-50.act-service {
    height: calc(45vw / 2);
}
.screen-100.ivf-service {
    height: calc(25vw / 1);
}
.ivf-service {
    border-top: 15px solid white;
}
.our-activities {
    margin-top: 6em;
}
.our-activities p {
    max-width: 1060px;
    line-height: 2;
}
.all-activities {
    margin-top: 2em;
}
.activities-heading {
    top: 50%;
    position: absolute;
    left: 0;
    max-width: 571px;
    background: rgba(255,255,255,0.6);
    padding: 2em;
}
.activities-heading p {
    font-size: 25px;
    color: #2E4D5B;
    font-family: 'Noto Serif', serif;
}
.all-activities-2 {
    margin-top: 15px;
}
.each-department {
    text-align: center;
}
.each-department img {
    width: 25%;
}
.activities-title {
    font-size: 25px;
    color: #2E4D5B;
    font-family: 'Noto Serif', serif;
}
.each-department-title {
    font-size: 16px;
    color: #47B4E5;
    text-align: center;
    margin-top: 2em;
    font-weight: 400;
}
.our-team {
    margin-top: 6em;
}
.all-departments {
    margin-top: 5em;
    margin-bottom: 5em;
}
.contact-info-res-item {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
}
.contact-info-res-image {
    width: 35px;
    float: left;
}
.contact-info-res-text {
    width: calc(100% - 35px);
    float: left;
    font-size: 16px;
    color: #2D4D5B;
}
.contact-us {
    margin-top: 6em;
}
.contact-info-inner {
    margin-top: 1em;
}
.contact-left {
    background-color: #EDEDED;
    padding-top: 7em;
    position: relative;
    padding-bottom: 9em;
}
.contact-left::before {
    content: "";
    position: absolute;
    left: -206px;
    right: 0;
    top: 0;
    background-color: #EDEDED;
    bottom: 0;
    z-index: -1;
}
.find-us {
    margin-top: 6em;
}
.find-us iframe {
    margin-top: 1em;
}
.gynaecology {
    margin-top: 6em;
    margin-bottom: 3em;
}
.gynaecology p {
    max-width: 820px;
}
.gynaecology-services {
    background-color: #E8E8E8;
    padding: 3em;
}
.three-gyn-serv {
    padding: 3em 0;
}
.each-gyn-service h4 {
    font-size: 17px;
    color: #47B4E5;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid;
    font-weight: 400;
}
.each-gyn-service img {
    display: block;
}
.each-gyn-service p {
    color: rgba(10,27,34,0.8);
    font-size: 16px;
    max-width: 400px;
    line-height: 2;
}
.gynaecology-services h3 {
    font-size: 21px;
    color: #2D4D5B;
    font-family: 'Noto Serif', serif;
}
.other-interventions {
    margin-top: 8em;
}
.other-interventions h1 {
    font-size: 60px;
    color: #2d4d5b;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    line-height: 1.2;
}
.other-interventions {
    margin-top: 8em;
    margin-bottom: 8em;
}
.other-interventions ul {
    padding-left: 18px;
    padding-top: 15px;
}
.other-interventions ul li {
    line-height: 2;
    font-size: 16px;
    color: rgba(10,27,34,0.8);
    list-style-type: square;
}
.left-interventions {
    padding-top: 3em;
    max-width: 620px;
}
.all-services-col img {
    width: 114px;
}
.all-services-col {
    text-align: center;
}
.all-services {
    margin-top: 12em;
}
.all-services-col h2 {
    color: #47B4E5;
    font-size: 17px;
    margin-top: 1em;
    font-weight: 400;
    font-weight: 400;
    text-align: center;
}
.maternity-pg {
    margin-top: 3em;
}
.maternity-pg h1 {
    margin-bottom: 30px;
}
.painless-childbirth {
    background-image: url(https://www.ledraclinic.com/uploads/images/maternity-family.jpg);
    background-size: cover;
    background-position: center;
    max-height: 95vh;
    position: relative;
    height: 30vw;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    margin-top: 2em;
}
.painless-inner {
    position: absolute;
    background-color: rgba(255,255,255,0.73);
    padding: 4em;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
}
.painless-inner h6 {
    color: #47B4E5;
    font-size: 20px;
}
.plastic-service1 {
    margin-top: 7em;
}
.each-plastic-service h1 {
    font-size: 40px;
    color: #2D4D5B;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
}
.plastic-service2 {
    margin-top: 16em;
}
.plastic-service3 {
    margin-top: 16em;
}
.fertility-plug {
    background-color: #E8E8E8;
    padding: 6em 0;
    margin-top: 1em;
}
.fertility-unit-ivf {
    margin-top: 4em;
}
.fertility-unit-ivf h1 {
    margin-bottom: 30px;
}
#ivf-li {
    line-height: 2;
    margin-top: 40px;
    list-style-type: square;
    padding-left: 18px;
}
.ivf-methods {
    background-image: url(https://www.ledraclinic.com/uploads/images/fertility-background.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 3em;
    margin-top: 4em;
}
.fertily-methods {
    max-width: 1260px;
    margin-top: 5em;
}
.each-ivf-method {
    margin-bottom: 3em;
}
.each-ivf-method h3 {
    color: #47B4E5;
    font-size: 22px;
    margin-bottom: 0;
}
.each-ivf-method p {
    color: #0A1B22;
}
.last-two-methods {
    margin-bottom: 0;
}
.andrology-plug {
    margin-top: 16em;
    margin-bottom: 12em;
}
.clinic-profil {
    margin-top: 5em;
}
.our-places {
    margin-top: 5em;
}
/*Header Manager*/
#header-manager {
    position: relative;
}
.header-item-background {
    height: 23vw;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#fix-header-slogan {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: 10000;
    max-width: 355px;
    background-color: #47B4E5;
    padding: 1.55em 1em 1em;
    text-align: center;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
}
#fix-header-slogan:hover {
    background-color: #4d7282;
}
.fix-header-slogan-title {
    font-size: 30px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.75em;
}
#fix-header-slogan-inner img {
    margin-top: 7px;
    margin-left: 7px;
}
.fix-header-slogan-par {
    font-size: 18px;
    color: white;
    letter-spacing: 0.5px;
}
.header-heading {
    position: absolute;
    bottom: 40px;
    background-color: rgba(255,255,255,0.5);
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: calc((100% - 1500px) / 2);
    padding-right: calc((100% - 1500px) / 2);
    min-width: 500px;
}
.header-heading h1 {
    font-size: 40px;
    color: #2D4D5B;
    font-family: 'Noto Serif', serif;
    margin: 0;
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 200000;
    display: none;
    height: 32px;
}
.menu-icon {
    position: relative;
    margin-right: 0;
    display: inline-block;
    height: 30px;
}
.menu-icon.menu-icon-main.opened {
    position: fixed;
    top: 5px;
    right: 10px;
    height: 35px;
    width: 35px;
}
.menu-icon-create {
    display: inline-block;
    width: 25px;
    height: 2px;
    position: relative;
    vertical-align: bottom;
    background: #2c4d5b;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
    top: 14px;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 25px;
    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: #2c4d5b;
}
.menu-icon-create::before {
    top: -8px;
}
.menu-icon-create::after {
    top: 8px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
    top: 17px;
    left: 4px;
}
.menu-icon.opened .menu-icon-create::before {
    top: 1px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    top: 10px;
    left: -2px;
}
.image-link img.over, .image-link:hover img.normal {
    display: none;
}
.image-link:hover img.over {
    display: inline-block;
}
.image-link img.over, .image-link:hover img.normal {
    display: none;
}
.psycology-page {
    margin-top: 4em;
}
.psycology-page ul {
    padding-left: 18px;
}
.psycology-page ul li {
    line-height: 2;
    list-style-type: square;
}
#psyc-img {
    margin-top: 3em;
}
/*Contact*/
.contact-form h3 {
    margin-bottom: 4em;
}
.sk.form {
    font-size: 16px;
}
.sk.form .field {
    margin: 0 0 20px;
}
.sk.form .small-field .field {
    margin: 0 0 10px;
}
.label-container {
    position: relative;
}
.sk.form .field label {
    margin: 0 0 .9em;
    font-size: 1em;
}
.sk.form .field label.input-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1em 30px;
    line-height: 1.5;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.sk.form .field label.input-label.focused {
    font-size: calc(1em - 2px);
    color: rgba(45,77,91,0.5);
    font-weight: bold;
    padding: 0.25em 30px;
}
.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.textarea,
.sk.form textarea,
.sk.form .field label.radio,
.sk.form .field label.checkbox {
    font-family: 'Roboto', sans-serif;
}
.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 {
    border: 1px solid rgba(52,45,47,0.3);
    border-radius: 35px;
    padding: 1.5em 30px 0.5em !important;
}
.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 {
    color: rgba(0,0,0,0.85);
    border-color: #47B4E5;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sk.textarea,
.sk.form textarea {
    resize: none;
}
.sk.form ::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form ::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form :-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error ::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error ::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error :-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error :-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :hover::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form :hover::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :hover:-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form :hover:-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :focus::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form :focus::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :focus:-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form :focus:-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus:-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus:-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .fields.error .field textarea, .sk.form .fields.error .field input[type="text"], .sk.form .fields.error .field input[type="email"], .sk.form .fields.error .field input[type="date"], .sk.form .fields.error .field input[type="password"], .sk.form .fields.error .field input[type="number"], .sk.form .fields.error .field input[type="url"], .sk.form .fields.error .field input[type="tel"], .sk.form .field.error textarea, .sk.form .field.error input[type="text"], .sk.form .field.error input[type="email"], .sk.form .field.error input[type="date"], .sk.form .field.error input[type="password"], .sk.form .field.error input[type="number"], .sk.form .field.error input[type="url"], .sk.form .field.error input[type="tel"] {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    -webkit-box-shadow: .2em 0 0 0 #D95C5C inset;
    box-shadow: 0.2em 0 0 0 #D95C5C inset;
    background-color: transparent;
}
.radio,
.checkbox {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1;
}
.sk.form .field.error label div,
.sk.form #agreeInfo {
    font-size: 11px;
    color: #D95C5C;
    padding-left: 24px;
    padding-top: 7px;
}
.sk.form .fields.error .field label, .sk.form .field.error label, .sk.form .fields.error .field .input, .sk.form .field.error .input, .sk.form #agreeInfo {
    font-size: 15px;
}
.sk.form .fields.error .field label, .sk.form .field.error label, .sk.form .fields.error .field .input, .sk.form .field.error .input, .sk.form {
    font-size: 16px;
}
.sk.form .field label.checkbox {
    color: rgba(45,77,91,0.5);
    font-size: calc(1em - 2px);
}
.legal-item {
    color: #47B4E5;
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
    font-weight: 500;
    margin-top: 3em;
    margin-bottom: 7em;
}
#legal_title_text {
    font-size: 60px;
    color: #2D4D5B;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.radio i,
.checkbox i {
    position: relative;
    display: inline-block;
}
.checkbox i {
    width: 0.9em;
    height: 0.9em;
    border: 1px solid rgba(52,45,47,0.3);
    margin-right: 10px;
}
.checkbox input + i::after {
    content: "";
    color: #49b4e3;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1em;
}
.checkbox input:checked + i::after {
    content: "\f00c";
    color: #49b4e3;
}
.sk.button {
    background-color: #49b4e3;
    color: #fff;
    padding: 20px 35px;
    font-size: 18px;
    border-radius: 35px;
    min-width: 200px;
    border: 1px solid #47B4E5;
}
.sk.button:hover {
    color: #47B4E5;
    background-color: white;
    border: 1px solid #47B4E5;
}
.fertility-ivf-heade-img {
    background-image: url(https://www.ledraclinic.com/uploads/images/ivf-header.jpg);
    background-size: cover;
    background-position: center;
    min-height: 439px;
    position: relative;
}
.fertility-ivf-heade-img p {
    font-size: 40px;
    color: #2D4D5B;
    font-family: 'Noto Serif', serif;
    margin: 0;
}
.contact-social-media img {
    width: 25px;
    margin-top: 1.5em;
}
#insta-contact {
    margin-left: 25px;
}
#fb-contact {
    margin-left: 2.3em;
}
.team-founders-res-item {
    width: 25%;
}
.team-embryology-res-item {
    width: 25%;
}
.team-maternity-res-item {
    width: 25%;
}
.team-nursing-res-item {
    width: 25%;
}
.team-surgical-res-item {
    width: 25%;
}
.footer-logo {
    position: absolute;
    bottom: 1em;
}
.social-media-footer img {
    width: 25px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    opacity: 0.3;
    margin-left: 7px;
}
.social-media-footer a:hover img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}
.footer-pages {
    padding-left: calc((100vw - 1515px) / 2);
    padding-right: calc((100vw - 1515px) / 2);
    margin-top: 10em;
}
.footer-left {
    position: relative;
}
.social-media-footer {
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 56px;
}
.copyright {
    text-align: center;
}
.cc-color-override--1188423109 .cc-btn {
    background-color: #4d7282 !important;
    border: 1px solid rgb(77, 114, 130) !important;
}
.cc-color-override--1188423109 .cc-btn:hover, .cc-color-override--1188423109 .cc-btn:focus {
    color: white !important;
    border: 1px solid white !important;
    border-radius: 30px !important;
    background-color: rgba(255,255,255,0) !important;
}
.cc-link:hover {
    color: #4d7282;
}
.home-services {
    margin-top: -10px;
}
.each-activity-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.each-activities:hover .each-activity-inner {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#ledra-logo-f {
    padding-bottom: 12px;
}
.sk.success.message, .sk.positive.message {
    background-color: #47B4E5;
    color: white;
}
.sk.message .header {
    font-family: 'Roboto', sans-serif;
}
i.icon.flag::before {
    display: none;
}
.sk.success.message, .sk.positive.message {
    background-color: white;
    color: rgba(10,27,34,0.8);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    padding: 2em 1em;
}
.sk.message .header {
    font-family: 'Noto Serif', serif;
    color: #2D4D5B;
    font-weight: 600;
    font-size: 30px;
}
.style-roman-li {
    list-style-type: lower-roman;
}
.legal-title {
    color: #47B4E5;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #47B4E5;
}
.owl-theme .owl-controls {
    text-align: center;
    margin-bottom: 0;
    margin-top: 2.5em;
}
/*Responsive*/
@media only screen and (max-width: 1700px) {
    .places-images-left {
        margin-top: 110px;
    }
}
@media only screen and (max-width: 1600px) {
    /*All*/
    .sk-grid {
        max-width: 1300px;
    }
    .big-title {
        font-size: 50px;
    }
    /*Header Manager*/
    .header-heading {
        padding-left: calc((100% - 1300px) / 2);
    }
    .together-every-step {
        padding-left: 3em;
    }
    .footer-pages {
        padding-left: calc((100vw - 1300px) / 2);
        padding-right: calc((100vw - 1300px) / 2);
        margin-top: 14em;
    }
}
@media only screen and (max-width: 1500px) {
    .left-le-place {
        padding-left: 25px;
    }
    .places-images-left {
        margin-top: 200px;
    }
}
@media only screen and (max-width: 1420px) {
    .places-images-left {
        margin-top: 230px;
    }
}
@media only screen and (max-width: 1400px) {
    .science-right-inner {
        -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
        padding: 2em 3em;
        width: 844px;
        margin-left: -25em;
        background-color: white;
        margin-top: 4.5em;
    }
}

@media only screen and (max-width: 1300px) {
    /*All*/
    .sk-grid {
        max-width: 1120px;
    }
    /*Header Manager*/
    .header-heading {
        padding-left: calc((100% - 950px) / 2);
    }
    /*Services*/
    .services-contact {
        padding: 17em 3em;
    }
    .each-service-p {
        max-width: 190px;
        font-size: 15px;
    }
    .left-about {
        padding-top: 0;
    }
    .big-title {
        font-size: 40px;
    }
    .ledra-buttons a {
        font-size: 15px;
        padding: 1.5em 2em;
    }
    .ledra-buttons {
        margin-top: 2em;
    }
    .our-team-home {
        margin-top: 0;
    }
    .activities-title {
        font-size: 22px;
    }
    .footer-pages {
        padding-left: calc((100vw - 1120px) / 2);
        padding-right: calc((100vw - 1120px) / 2);
        margin-top: 6em;
    }
}
@media only screen and (max-width: 1200px) {
    .plastic-service3 {
        margin-top: 6em;
    }
    .plastic-service2 {
        margin-top: 6em;
    }
}
@media only screen and (max-width: 1150px) {
    .sk-grid {
        max-width: 1000px;
    }
    .footer-pages {
        padding-left: calc((100vw - 1000px) / 2);
        padding-right: calc((100vw - 1000px) / 2);
    }
    .science-image {
        width: 100%;
    }
    .science-right {
        width: 100%;
    }
    .science-right-inner {
        padding: 3em 4em;
        max-width: 875px;
        margin-left: 0;
        margin-top: -395px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 1024px) {
    /*All*/
    .sk-grid {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .sk-grid .sk-grid {
        padding-left: 0;
        padding-right: 0;
    }
    /*Header*/
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .middle-bar > .sk-grid > .columns {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    header .logo {
        max-width: 100px;
    }
    .header-language {
        margin-bottom: 0;
        align-items: center;
    }
    .menu-icons-inside {
        display: block;
        margin-left: 20px;
    }
    #menu-wrap {
        display: none;
        position: fixed;
        z-index: 100000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #menu-wrap.showmenu {
        display: block;
    }
    #menu {
        display: block;
        max-width: 430px;
        margin: 75px auto;
        padding: 0 25px;
        color: rgba(0,0,0,0.6);
    }
    .topmenu a.highlighted, .topmenu a:active, .topmenu a:focus, .topmenu a:hover {
        color: rgba(0,0,0,0.6);
    }
    .topmenu li.nav-item {
        margin-right: 0;
    }
    ul.topmenu li {
        float: none;
    }
    .topmenu > li.nav-item::after {
        display: none;
    }
    .topmenu > li.nav-item > a {
        display: block;
        padding: 15px 0;
    }
    .topmenu > li.nav-item > a.has-submenu {
        padding-right: 30px;
    }
    .topmenu > li.nav-item > a.has-submenu::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        height: 1em;
        bottom: 0;
        margin: auto;
    }
    .topmenu > li.nav-item > a.has-submenu.highlighted::after {
        content: "-";
    }
    .topmenu li ul li a {
        padding: 5px 15px;
        box-shadow: none;
    }
    .sk.tabs li,
    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;
        border-top: 1px solid rgba(0,0,0,0.5);
        border-bottom: 1px solid rgba(0,0,0,0.5);
        padding: 5px 0;
    }
    #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 li {
        border-left: 0;
    }
    .topmenu li:first-child {
        border-top: 0;
    }
    /*Header Manager*/
    .header-heading {
        padding-left: 25px;
    }
    /*Service*/
    .each-service-p {
        display: none;
    }
    .services-contact {
        padding: 11em 3em;
    }
    .each-service-1 img {
        width: 100px;
    }
    .each-service-2 img {
        width: 100px;
    }
    .big-title {
        font-size: 40px;
    }
    .team-founders-res-item {
        width: 100%;
    }
    .team-embryology-res-item {
        width: 100%;
    }
    .team-maternity-res-item {
        width: 100%;
    }
    .team-nursing-res-item {
        width: 100%;
    }
    .team-surgical-res-item {
        width: 100%;
    }
    .painless-inner {
        padding: 2em 2em;
        width: 90%;
        bottom: 0;
        top: auto;
        transform: none;
    }
    .gynaecology-services {
        padding: 2em 0em;
    }
    .other-interventions h1 {
        font-size: 50px;
    }
    .footer-bg-img {
        display: none;
    }
    .science-right-inner {
        max-width: 715px;
    }
    .each-activities {
        margin-bottom: 0.5em;
    }
    .all-activities-2 {
        margin-top: 0;
    }
    .each-activities {
        border-right: 0;
    }
    .ivf-service {
        border-top: 0;
    }
    .activities-title {
        font-size: 20px;
    }
    .activities-heading {
        max-width: 560px;
        padding: 1em;
    }
    .screen-33.act-maternity {
        height: calc(100vw / 3);
    }
    .screen-33.act-gynaecology {
        height: calc(100vw / 3);
    }
    .screen-33.act-general-surgery {
        height: calc(100vw / 3);
    }
    .screen-50.act-plastic {
        height: calc(67vw / 2);
    }
    .screen-50.act-service {
        height: calc(67vw / 2);
    }
    .screen-100.ivf-service {
        height: calc(33vw / 1);
    }
    .footer-terms {
        text-align: right;
    }
    footer {
        text-align: right;
    }
    .footer-pages {
        padding-left: calc((100vw - 795px) / 2);
        padding-right: calc((100vw - 795px) / 2);
    }
    .copyright {
        text-align: right;
    }
    .all-team-respons-container {
        position: relative;
    }
    .all-team-respons-container::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -30px;
        width: 150px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        height: 100%;
        z-index: 10000;
    }
}

@media only screen and (max-width: 769px) {
    /*All*/
    .sk-grid {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*Header*/
    .social-media {
        display: none;
    }
    #langmenu .item {
        padding-right: 5px;
        margin-right: 5px;
        font-size: 10px;
    }
    .other-interventions h1 {
        font-size: 40px;
    }
    .services-contact {
        padding: 4em 2em;
    }
    .home-aboutus {
        margin-top: 0;
        margin-bottom: 2em;
    }
    .left-about {
        padding-top: 2em;
        max-width: 100%;
        margin-bottom: 3em;
    }
    .first-column-serv > .phone-50:nth-child(3n) .each-service-2::after {
        display: block;
        top: 0;
    }
    .first-column-serv > .phone-50:nth-child(3n) .each-service-1::after {
        display: block;
        top: 0;
    }
    .first-column-serv > .phone-50:nth-child(2n) .each-service-2::after {
        display: none;
    }
    .first-column-serv > .phone-50:nth-child(2n) .each-service-1::after {
        display: none;
    }
    .home-team > .sk-grid > .columns {
        display: flex;
        flex-flow: column-reverse;
    }
    .each-service-2 {
        border-bottom: 2px solid rgba(0,0,0,0.2);
    }
    .our-team-home {
        margin-top: 0;
    }
    .our-team-home .ledra-buttons {
        margin-bottom: 3em;
    }
    .home-team {
        padding: 3em 0em;
    }
    .home-space-gallery-carousel-container {
        margin-top: 2em;
    }
    .home-footer {
        margin-top: 5em;
    }
    .together-every-step {
        padding-left: 1em;
    }
    .footer-contact-button a {
        font-size: 17px;
        padding: 1em 2em;
    }
    .footer-contact-button {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    footer {
        text-align: right;
    }
    .footer-terms {
        text-align: right;
    }
    /*Header Manager*/
    .header-heading {
        padding-left: 20px;
    }
    #fix-header-slogan {
        top: 0;
        bottom: auto;
        max-width: 285px;
    }
    .fix-header-slogan-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    #fix-header-slogan-inner img {
        margin-top: 4px;
        margin-left: 5px;
    }
    .fix-header-slogan-par {
        font-size: 16px;
    }
    .header-heading {
        min-width: auto;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .our-team {
        margin-top: 0em;
    }
    #team-founders-members {
        padding-top: 2em;
        padding-bottom: 0em;
    }
    #team-maternity-members {
        padding-top: 2em;
        padding-bottom: 0em;
    }
    #team-nursing-members {
        padding-top: 2em;
        padding-bottom: 0;
    }
    #team-surgical-members {
        padding-top: 2em;
        padding-bottom: 0;
    }
    #team-embryology-members {
        padding-top: 2em;
        padding-bottom: 0;
    }
    .our-places {
        margin-top: 0;
    }
    #space-gallery .sk-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .gynaecology {
        margin-top: 0;
        margin-bottom: 2em;
    }

    .each-gyn-service {
        margin-top: 2em;
    }
    .three-gyn-serv {
        padding: 0em 0;
    }
    .other-interventions {
        margin-top: 0;
        margin-bottom: 0;
    }
    .left-interventions {
        padding-top: 2em;
        padding-bottom: 1em;
    }
    .maternity-pg {
        margin-top: 0;
    }
    .painless-banner .sk-grid {
        padding: 0;
    }
    .painless-childbirth {
        height: 45vw;
    }
    .painless-inner {
        padding: 1em 2em;
        width: 90%;
        bottom: 0;
        top: auto;
        transform: none;
    }
    .all-services {
        margin-top: 8em;
    }
    .fertility-unit-ivf {
        margin-top: 0;
    }
    .fertility-plug {
        padding: 0em 0 3em 0;
        margin-top: 0em;
    }
    #ivf-li {
        padding-left: 20px;
    }
    .ivf-methods {
        padding-top: 0em;
        margin-top: 3em;
    }
    .fertily-methods {
        margin-top: 2em;
    }
    .each-ivf-method {
        margin-bottom: 1em;
    }
    .andrology-plug {
        margin-top: 2em;
        margin-bottom: 0;
    }
    .plastic-service1 {
        margin-top: 0;
    }
    .plastic-service1 img {
        margin-top: 1.5em;
    }
    .plastic-service2 {
        margin-top: 3em;
    }
    .plastic-service2 img {
        margin-top: 1.5em;
    }
    .plastic-service3 {
        margin-top: 3em;
    }
    .plastic-service3 img {
        margin-top: 1.5em;
    }
    .psycology-page {
        margin-top: 0;
    }
    .header-heading h1 {
        font-size: 30px;
    }
    .clinic-profil {
        margin-top: 0;
    }
    .about-us-content {
        margin-top: 2em;
    }
    .left-le-place {
        padding-left: calc((100% - 700px) / 2);
        padding-right: 0;
        padding-top: 50px;
        margin-top: 0;
    }
    .left-le-place .ledra-buttons {
        margin-bottom: 3em;
    }
    .science-right-inner {
        margin-top: -165px;
    }
    .science {
        margin-top: 6em;
    }
    .our-activities {
        margin-top: 5em;
    }
    .social-media-footer {
        top: -38px;
    }
    .footer-pages {
        padding-left: calc((100vw - 495px) / 2);
        padding-right: calc((100vw - 495px) / 2);
        margin-top: 4em;
    }
}
@media only screen and (max-width: 550px) {
    .header-item-background {
        min-height: 300px;
    }
    #fix-header-slogan {
        max-width: 235px;
    }
    .activities-heading {
        top: 40%;
        max-width: 395px;
    }
    .activities-title {
        font-size: 16px;
    }
    .screen-33.act-maternity {
        height: calc(120vw / 3);
    }
    .screen-33.act-gynaecology {
        height: calc(120vw/ 3);
    }
    .screen-33.act-general-surgery {
        height: calc(120vw / 3);
    }
    .screen-50.act-plastic {
        height: calc(80vw / 2);
    }
    .screen-50.act-service {
        height: calc(80vw / 2);
    }
    .screen-100.ivf-service {
        height: calc(40vw / 1);
    }
    .all-team-respons-container .row-25 {
        margin-right: -60%;
    }
}
@media only screen and (max-width: 500px) {
    .contact-btn {
        margin-top: 3em;
    }
    .contact-btn a {
        font-size: 15px;
        padding: 1em 2em;
    }
    .big-title {
        font-size: 33px;
    }
    .left-about .ledra-buttons {
        margin-top: 2em;
    }
    .left-about {
        margin-bottom: 2em;
    }
    .our-team-home .ledra-buttons {
        margin-bottom: 2em;
    }
    .painless-childbirth {
        height: 65vw;
    }
    #ledra-logo-f {
        display: none;
    }
}
@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 360px) {
    .painless-childbirth {
        height: 95vw;
    }
}
