@import url(fonts/stylesheet.css);
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
body {
  font-family: 'DM Sans', sans-serif;
  color: #172B4D;
  /*padding-bottom: 140px;*/
  position: relative;
  counter-reset: my-sec-counter;
  min-height: 100vh;
  font-size: 20px;
  font-weight: 400;
}
/*body.sticky {
  overflow: hidden;
  height: 100%;
}*/
html {
  scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, video {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
blockquote, q {
  quotes: none;
}
table {
  border-spacing: 0;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
audio, canvas, video {
  display: block;
}
audio:not([controls]) {
  display: none;
}
.fixed{
  overflow: hidden;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0;
}
sub {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
small {
  font-size: smaller;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  padding: 0;
  margin: 0;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
input[disabled],
submit[disabled] {
  cursor: default;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="url"] {
  padding: 10px 24px;
  outline: none;
  font-size: 25px;
  width: 100%;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

select {
  outline: none;
  background: url(../images/select-arrow.png) no-repeat 95% center #ffffff;
  background-size: 50px;
  border-radius: 0;
  color: #000;
  border: 1px solid #000;
  height: 60px;
  width: 100%;
  padding: 10px 24px;
  font-size: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  color: #000;
  font-size: 25px;
  padding: 10px 24px;
  height: 200px;
  outline: none;
  border-radius: 0;
  width: 100%;
  display: block;
  /*resize: vertical;*/
  border: 1px solid #000;
  resize: none;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}
button, button[type="submit"], button[type="reset"], button[type="button"] {
  padding: 15px 45px;
  line-height: 1;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000;
  background-color: transparent;
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  padding: 15px 45px;
  line-height: 1;
  border: 1px solid #000;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  opacity: 0.6;
}
.error {
  color: #ed1c24;
}

.success {
  color: #04B800;
}

.leftalign {
  text-align: left;
}

.rightalign {
  text-align: right;
}

.centeralign {
  text-align: center;
}

.justifyalign {
  text-align: justify;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h2:empty {
  display: none;
}
p:empty {
  display: none;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1 {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 15px;
}
h2 {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 40px;
}
h3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}
p {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}
.pb-0 {
  padding-bottom: 0;
}
.mb-200 {
  margin-bottom: 200px;
}
.pb-20 {
  padding-bottom: 20px;
}
.content_body, header, footer {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.container-fluid {
  width: 1204px;
  max-width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
.menu_btn {
  border: 0;
  width: auto;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background-color: transparent !important;
  padding: 0;
  z-index: 1;
  transition: 0.3s;
  color: #000;
  position: relative;
  outline: none;
  /*display: none;*/
}
.menu_btn:focus {
  outline: none;
}
.menu_close {
  background: url(../images/menu-close.svg);
  border: .0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 32px;
  cursor: pointer;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0;
  background-position: center;
}
.menu_btn i {
  font-size: 48px;
  color: #51BEFB;
}

/* Menu animation design starts */

.menu_lines_holder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  margin:  auto;
  cursor: pointer;
}
.menu_lines_holder div {
  position: relative;
  top: 0;
  height: 3px;
  background-color: #000;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
.menu_lines_holder div:first-child {
  transform-origin: 0;
}
.menu_lines_holder div:last-child {
  margin-bottom: 0;
  transform-origin: 28px;
}
.menu_lines_holder div:nth-child(2) {
  right: 0;
  width: 28px;
}
header.menu_opened .menu_lines_holder div:first-child {
  top: -3px;
  right: -5px;
  transform: rotateZ(45deg);
}
header.menu_opened .menu_lines_holder div:last-child {
  top: 0px;
  right: 5px;
  transform: rotateZ(45deg);
}
header.menu_opened .menu_lines_holder div:nth-child(2) {
  width: 30px;
  top: -2px;
  right: 1px;
  transform: rotateZ(-45deg);
}
/* Menu animation design ends */

/*.main_menu {
  position: fixed;
  right: -100%;
  top: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  z-index: 3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  border-top: none;
}
.main_menu.show {
  width: 100%;
  background-color: #fff;
  right: 0;
  height: 100vh;
  overflow: auto;
}
.main_menu_holder {
  width: 100%;
  height: auto;
  top: 0;
  padding: 15px 0;
  z-index: 3;
  transition: 0.3s;
  height: 102px;
}
.menu_btn .closeMenu {
  display: none;
}
.menu_btn .closeMenu {
  color: #000;
}*/
.mt-60 {
  margin-top: 60px;
}
.pb-0 {
  padding-bottom: 0;
}
.lightBlueBkg {
  background-color: rgba(81, 190, 251, 0.2);
}
.p-40 {
  padding: 40px;
}
body.sticky {
  overflow: hidden;
  height: 100%;
}
/*.sticky .menu_btn .menu {
  display: none;
}
.sticky .menu_btn .closeMenu {
  display: block;
}*/
.flex_justify_between_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_justify_between_align_center_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_justify_center_align_center_div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.arrowBorderBtn {
  padding: 13px 20px;
  font-weight: 400;
  text-align: center;
  max-width: max-content;
  font-size: 21px;
  line-height: 1;
  border-radius: 27px;
  border: 1px solid #000;
  display: block;
  letter-spacing: -0.8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.arrowBorderBtn span {
  display: inline-block;
  height: 16px;
}
.arrowBorderBtn i {
  margin-right: 2px;
  font-size: 18px;
}
.arrowBorderBtn:hover {
  background-color: #000;
  color: #fff;
}
.errorSection {
  text-align: center;
  padding-bottom: 164px;
}
.errorSection h1 {
  margin-bottom: 0;
  margin-right: 50px;
}
.error_flex {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.termsConditionsSection {
  padding: 0 0 80px;
  text-align: center;
}
.termsConditionsSection h1 {
  margin-bottom: 30px;
}
.generalSection ul {
  margin-left: 50px;
  text-align: left;
  padding-left: 0;
  margin-top: 50px;
}
.generalSection ul li {
  list-style: outside;
  margin-bottom: 15px;
}
.generalSection ol li {
  margin-bottom: 15px;
}
.generalSection ul li::marker {
  color: #f04e98;
  font-size: 28px;
}
.generalSection ol {
  counter-reset: section;
  padding-left: 50px;
  list-style: none;
  text-align: left;
  margin-top: 50px;
  margin-left: 0;
}
.generalSection ol li:before {
  counter-increment: section;
  content: counter(section) "." "\00a0\00a0";
  color: #f04e98;
  width: 35px;
  margin-left: -35px;
  display: inline-block;
  text-align: right;
}
.generalSection ol li ol {
  counter-reset: subsection;
}
.generalSection ol li ol li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) "." "\00a0\00a0";
  width: 45px;
  margin-left: -45px;
}
.generalSection ol li ol li ol {
  counter-reset: ultrasection;
}
.generalSection ol li ol li ol li:before {
  counter-increment: ultrasection;
  content: counter(section) "." counter(subsection) "." counter(ultrasection) "." "\00a0\00a0";
  width: 75px;
  margin-left: -75px;
}
.generalSection ol li {
  margin-bottom: 15px;
  position: relative;
}
.generalSection ol li ol {
  margin-top: 10px;
}
.main_content_section .container-fluid {
  padding: 0;
  width: 100%;
  max-width: 1440px;
}
.scrollToTopSection {
  padding: 55px 0 90px;
}
.scrollToTopLink {
  display: table;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  color: #f04e98;
}
.scrollToTopLink i {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #f04e98;
  margin: 0 auto;
}
.scrollToTopLink:hover {
  color: #fff;
}
.scrollToTopLink:hover i {
  background-color: #f04e98;
}
.menu_btn {
  border: 0;
  width: auto;
  height: auto;
  cursor: pointer;
  background-color: transparent !important;
  padding: 0;
  z-index: 1;
  transition: 0.3s;
  color: #000;
  display: none;
}
/*.menu_close {
  background: url(../images/menu-close.svg);
  border: .0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 32px;
  cursor: pointer;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0;
  background-position: center;
}*/
.menu_btn {
  display: none;
}
.menu_btn i {
  font-size: 28px;
}
.content_body {
  padding-top: 154px;
}
body.maintenance_page .content_body {
  padding-top: 0;
}
header {
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  z-index: 5;
}
header .container-fluid {
  width: 100%;
}
.header_holder .container-fluid {
  padding: 0 42px;
}
.headerlogo {
  width: 290px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 70px;
  display: flex;
  align-items: center;
}
.headerlogo a {
  display: block;
  width: 100%;
}
.headerlogo a img {
  width: 100%;
}
.header_right {
  width: calc(100% - 290px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header_search {
  width: 25px;
  margin-left: 15px;
}
.header_search a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #51BEFB;
}
.header_search a:hover {
  color: #000;
}
.header_search a i {
  font-size: 20px;
}
.header_holder {
  /*position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;*/
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 1);
  /*z-index: 3;*/
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
ul.nav_menu {
  display: flex;
  flex-wrap: wrap;
}
ul.nav_menu li {
  margin-right: 15px;
  font-size: 20px;
  /*font-size: 15px;*/
  font-weight: 400;
}
ul.nav_menu li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #142C51 !important;
  position: relative;
  z-index: 4;
}
ul.nav_menu li a.tab_accordion_block {
  display: block;
}
ul.nav_menu li a img {
  margin-right: 7px;
}
ul.nav_menu li a:hover, ul.nav_menu li.active a, ul.nav_menu li:hover > a {
  color: #51BEFB !important;
}
ul.nav_menu li:last-child {
  margin-right: 0;
}
ul.header_static_mobile_links {
  display: none;
}
ul.header_static_buttons {
  display: none;
}
.header_top_holder {
  border-bottom: 1px solid #E8E8E8;
}
.header_top_holder .container-fluid {
  padding: 0;
  width: 100%;
}
.header_top_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;

}
ul.header_social_links {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
ul.header_social_links li {
  padding: 0 8px;
  font-size: 16px;
}
ul.header_social_links li a {
  display: block;
  line-height: 1;
}
ul.header_social_links li a:hover {
  color: #51BEFB;
}
ul.header_static_links li.ehc a {
  border-left: 1px solid #E8E8E8;
}
ul.header_static_links li.ehc a:hover {
  background-color: #E8E8E8;
  color: #000;
}
ul.header_static_links li.blue a {
  background-color: #19548C;
  color: #fff;
}
ul.header_static_links li.blue a:hover {
  background-color: #0e3559;
  color: #fff;
}
ul.header_static_links li.lightBlue a {
  background-color: #ECFCFF;
}
ul.header_static_links li.lightBlue a:hover {
  background-color: #c1d7db;
}
ul.header_static_links li.yellow a {
  background-color: #FFB931;
  color: #fff;
}
ul.header_static_links li.yellow a:hover {
  background-color: #d59926;
  color: #fff;
}
ul.header_static_links li.orange a {
  background-color: #FF5630;
  color: #fff;
}
ul.header_static_links li.orange a:hover {
  background-color: #c44224;
  color: #fff;
}
ul.header_static_links {
  display: flex;
  flex-wrap: wrap;
}
ul.header_static_links li {
  font-size: 16px;
  text-transform: uppercase;
}
ul.header_static_links li a {
  padding: 13px 12px;
  display: block;
  line-height: 1;
}
ul.header_static_links li a:hover {
  color: #fff;
}
.fixedHeader header {
  position: fixed;
  box-shadow: 0 0 10px #ccc;
}
/*header.fixedTop {
  margin-top: -40px;
}
.fixedHeader header.fixedTop {
  margin-top: 0;
}*/
/* .fixedHeader .header_holder {
  padding: 10px 0;
}
.fixedHeader .headerlogo {
  width: 150px;
}
.fixedHeader ul.nav_menu li {
  font-size: 17px;
}
.fixedHeader .header_search a i {
  font-size: 20px;
}
.fixedHeader ul.header_static_links li {
  font-size: 13px;
}
.fixedHeader ul.header_static_links li a {
  padding: 10px;
}
.fixedHeader ul.header_social_links li {
  font-size: 14px;
} */
.banner {
  position: relative;
  background-color: #19548c;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(../images/breadcrumb-banner.png);
  background-position: top center;
}
.banner figure {
  position: relative;
  height: calc(100vh - 182px);
  min-height: 580px;
  max-height: 800px;
}
.banner figure:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /*min-height: 600px;*/
  max-height: 800px;
}
.banner h1 strong {
  font-weight: 400;
  display: block;
}
.banner_holder {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  /*top: 176px;*/
  top: 116px;
  z-index: 1;
}
.banner_bottom_section {
  padding: 80px 0 100px;
}
.banner_bottom_section .content {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner_bottom_section p {
  font-size: 34px;
  line-height: 1.5;
}
.banner_search_form {
  width: 474px;
  max-width: 100%;
}
.banner_search_form .form_submit {
  width: 190px;
}
.banner_search_form .form_input {
  width: calc(100% - 190px);
}
.banner_search_form input {
  font-size: 24px;
}
.banner_search_form ::-webkit-input-placeholder {
  color: #51BEFB;
}
.banner_search_form :-moz-placeholder {
  color: #51BEFB;
}
.banner_search_form ::-moz-placeholder {
  color: #51BEFB;
}
.banner_search_form :-ms-input-placeholder {
  color: #51BEFB;
}
.banner_search_form {
  display: flex;
  flex-wrap: wrap;
}
.banner_search_form input[type="text"], .banner_search_form input[type="email"], .banner_search_form input[type="tel"], .banner_search_form input[type="password"], .banner_search_form input[type="url"] {
  height: 74px;
  line-height: 74px;
  background-color: #fff;
  border: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #172B4D;
}
.banner_search_form button, .banner_search_form button[type="submit"], .banner_search_form button[type="reset"], .banner_search_form button[type="button"] {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 0 25px;
  height: 74px;
  line-height: 74px;
  background-color: #51BEFB;
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.banner_search_form button img {
  margin-left: 7px;
}
.banner_caption {
  color: #fff;
}
.banner_search_form button:hover, .banner_search_form button[type="submit"]:hover, .banner_search_form button[type="reset"]:hover, .banner_search_form button[type="button"]:hover {
  background-color: #172B4D;
}
.four_box_section {
  position: relative;
  z-index: 2;
}
.banner + .four_box_section {
  margin-top: -144px;
}
.four_box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.box_holder {
  padding: 0 10px;
  width: 25%;
}
.box_block {
  width: 100%;
  height: 190px;
  color: #fff;
  background-color: #172B4D;
  text-align: center;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  overflow: hidden;
  text-transform: uppercase;
}
.box_block:hover {
  color: #fff;
}
.box_holder:first-child .box_block {
  background-color: #51BEFB;;
}
.box_holder:first-child .box_block:hover {
  background-color: #1f93d5;
}
.box_holder:nth-child(2) .box_block {
  background-color: #0065FF;;
}
.box_holder:nth-child(2) .box_block:hover {
  background-color: #054ab4;;
}
.box_holder:nth-child(3) .box_block {
  background-color: #19548C;;
}
.box_holder:nth-child(3) .box_block:hover {
  background-color: #12395d;;
}
.box_holder:nth-child(4) .box_block {
  padding: 0;
}
.box_holder:nth-child(4) .box_block:hover {
  background-color: #000;
}
.box_holder:nth-child(4) .box_block:hover .box_content {
  opacity: 0.8;
}
.box_block .icon {
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}
.box_block img {
  display: inline-block;
}
.box_block span {
  display: block;
  font-size: 18px;
  height: 54px;
}
.home_tab_section {
  padding: 100px 0;
}
.home_tab_section h2 {
  font-size: 24px;
  color: #172B4D;
}
.tab_menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}
.tab_menu_item_holder {
  width: 25%;
  padding: 0 10px;
}
.tab_menu_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
}
.tab_menu_item_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #172B4D;
  transition: 0.3s;
}
.tab_icon {
  background-color: #51BEFB;
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 15px;
}
.tab_icon img {
  max-width: 24px;
}
.tab_menu_item i {
  transition: 0.3s;
}
.tab_menu_item:hover, .tab_menu_item.active {
  background-color: #F5F5F5;
}
.tab_menu_item.active .tab_menu_item_head {
  color: #51BEFB;
}
.tab_menu_item.active i {
  transform: rotate(90deg);
}
.tab_details {
  background-color: #F5F5F5;
  padding: 40px 0 80px;
}
ul.tab_top_links {
  display: flex;
  flex-wrap: wrap;
  margin-right: 8px;
}
ul.tab_top_links li {
  margin-right: 36px;
  text-transform: uppercase;
}
ul.tab_top_links li:last-child {
  margin-right: 0;
}
ul.tab_top_links li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.tab_top_links li a i {
  margin-left: 4px;
  font-size: 18px;
}
ul.tab_view_type {
  display: flex;
  flex-wrap: wrap;
}
.tab_details_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
ul.tab_view_type li {
  margin-right: 4px;
}
ul.tab_view_type li:last-child {
  margin-right: 0;
}
ul.tab_view_type li a {
  display: block;
}
.icon_hvr {
  display: none;
}
ul.tab_view_type li.active a .icon {
  display: none;
}
ul.tab_view_type li.active a .icon_hvr {
  display: block;
}
.tab_details_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #51BEFB;
  margin-bottom: 15px;
}
.tab_details_head h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}
.tab_search_block {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
}
.tab_search_block ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.tab_search_block :-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.tab_search_block ::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.tab_search_block :-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.tab_search_block input[type="text"], .tab_search_block input[type="email"], .tab_search_block input[type="tel"], .tab_search_block input[type="password"], .tab_search_block input[type="url"] {
  width: calc(100% - 24px);
  padding: 16px 0;
  border:  none;
  height: auto;
  line-height: 1;
  font-size: 18px;
  color: #51BEFB;
}
.tab_search_block button, .tab_search_block button[type="submit"], .tab_search_block button[type="reset"], .tab_search_block button[type="button"] {
  padding: 0;
  width: 24px;
  color: #51BEFB;
}
.tab_search_block button:focus, .tab_search_block button[type="submit"]:focus, .tab_search_block button[type="reset"]:focus, .tab_search_block button[type="button"]:focus {
  outline: none;
}
.tab_accordion {
  border-bottom: 1px solid #51BEFB;
}
.tab_accordion_arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
}
.tab_accordion_arrow i {
  color: #51BEFB;
  font-size: 30px;
}
.tab_accordion_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 10px;
}
.tab_accordion_head h3 {
  font-size: 20px;
  color: #767676;
  margin-bottom: 5px;
}
.tab_accordion_head h3 strong {
  font-weight: 400;
  color: #191919;
}
.tab_accordion_head p {
  font-size: 16px;
}
.tab_accordion_head_text {
  width: calc(100% - 55px);
}
.tab_accordion_block_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.tab_accordion_details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5px;
  padding-bottom: 25px;
}
.tab_accordion_block_holder {
  width: 20%;
  padding: 8px 3.5px;
}
.tab_accordion_block {
  border: 0.5px solid #BCBCBC;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  height: 100%;
}
.tab_accordion_block h3 {
  height: 102px;
  margin-bottom: 0;
  /*background-color: rgba(155, 219, 255, 0.5);*/
  background-color: rgba(155, 219, 255, 0.5);
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 20px;
  transition: 0.3s;
  /*background-image: url(https://ehc-dev.jcloud-ver-jpc.ik-server.com/fileadmin/images/logo.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: #fff;
}
.tab_accordion_block h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background-color: rgba(25, 84, 140, 0.7);*/
  background-color: rgba(155, 219, 255, 0.7);
  width: 100%;
  height: 100%;
  filter: blur(60%);
  -webkit-filter: blur(60%);
  z-index: 2;
}
.tab_accordion_block h3 span {
  position: relative;
  z-index: 3;
  color: #000;
  transition: 0.3s;
}
.tab_accordion_block:hover h3 {
  color: #fff;
}
.tab_accordion_block:hover h3 span {
  color: #fff;
}
.tab_accordion_block_text p {
  font-size: 16px;
  color: #5E6C84;
}
.tab_accordion_block_content {
  padding: 22px 20px 15px;
  height: calc(100% - 102px);
}
.tab_accordion_block_text {
  min-height: 128px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 15px;
  height: calc(100% - 39px);
}
.tab_accordion_block_link {
  padding-top: 15px;
}
.tab_accordion_block_link span {
  font-size: 16px;
}
.tab_accordion_block:hover h3 {
  background-color: #51BEFB;
  color: #fff;
}
.tab_accordion_block_link_arrow img {
  filter: grayscale(100%);
}
.tab_accordion_block:hover .tab_accordion_block_link_arrow img {
  filter: grayscale(0%);
}
.tab_accordion.active .tab_accordion_arrow i {
  transform: rotate(180deg)
}
/*.home_tab_section .tab_accordion_block h3 {
  color: #000;
  font-size: 23px;
}
.home_tab_section .tab_accordion_block h3 span {
  color: #000;
}*/
/*.home_tab_section .tab_accordion_block h3:after {
  content: normal;
}*/
.middle_slider_section {
  padding-bottom: 80px;
  padding-top: 60px;
}
.middle_slider_top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #51BEFB;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.find_more {
  padding: 5px 5px 5px 10px;
  line-height: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  background-color: #51BEFB;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
}
.find_more i {
  font-size: 18px;
  margin-left: 5px;
}
.middle_slider_top h2 {
  max-width: calc(100% - 180px);
  width: 790px;
  font-size: 60px;
  color: #51BEFB;
  margin-bottom: 0;
}
.find_more:hover {
  background-color: #172B4D;
  color: #fff;
}
.middlie_slider_content {
  width: 790px;
  max-width: 100%;
}
.middlie_slider_content p {
  font-size: 18px;
}
.middlie_slider_content_holder {
  margin-bottom: 40px;
}
.middle_slider_block video {
  width: 100%;
}
.slider_video_block {
  position: relative;
  cursor: pointer;
}
.slider_image_block {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.slider_image_block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.play_btn {
  width: 125px;
  height: 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #191919;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  z-index: 2;
}
.play_btn i {
  color: #51BEFB;
  margin-right: 5px;
}
.videoImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.middle_slider_holder.owl-carousel .owl-nav button span {
  display: none;
}
.middle_slider_holder.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/left_arrow.png);
  margin-right: 1px;
}
.middle_slider_holder.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/right_arrow.png);
}
.middle_slider_holder.owl-carousel .owl-nav button {
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-color: #F5F5F5;
}
.middle_slider_holder {
    padding-bottom: 40px;
}
.middle_slider_holder .owl-nav {
  position: absolute;
  left: 0;
  /*bottom: 70px;*/
  bottom: 0;
}
.middle_slider_inside .slider_bottom_block {
  bottom: 24px;
}
.num {
  width: 129px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.num:after {
  content: '';
  background-color: #51BEFB;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.num > span {
  width: 30px;
  font-size: 18px;
  background-color: #fff;
  display: block;
  text-align: right;
}
.num .current {
  color: #51BEFB;
  text-align: left;
}
.num .total {
  color: #51BEFB;
}
.slider_bottom_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.slider_bottom_right_content {
  width: 558px;
  max-width: calc(100% - 330px);
  padding-top: 20px;
  min-height: 144px;
}
.slider_bottom_block {
  margin-left: 170px;
  position: absolute;
  bottom: 95px;
  background-color: #fff;
  z-index: 3;
  display: table;
}
.middle_slider_inside {
  position: relative;
}
/*.middle_slider_inside .owl-nav {
  bottom: 70px;
}*/
.tab_details {
  display: none;
}
.different_hospitals_section {
  background-color: #DEF2FF;
  padding: 80px 0;
}
.different_hospitals_top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.different_hospitals_top_left {
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;*/
  background-color: #fff;
  margin-right: 20px;
  /*padding-right: 10px;*/
  border-radius: 6px;
}
.different_hospitals_top_left ul {
  display: flex;
  flex-wrap: wrap;
  /*margin-right: 5px;*/
}
.different_hospitals_top_left ul li {
  font-size: 16px;
  text-transform: uppercase;
}
.different_hospitals_top_left ul li a {
  padding: 5px 10px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #51BEFB;
}
.different_hospitals_top_left ul li a img {
  margin-left: 5px;
}
.different_hospitals_top_left ul li a img.list_icon_hover {
  display: none;
}
.different_hospitals_top_left ul li.active img.list_icon_hover {
  display: inline-block;
}
.different_hospitals_top_left ul li.active img.list_icon {
  display: none;
}
.different_hospitals_top_left ul li.active a {
  background-color: #51BEFB;
  color: #fff;
}
.hospital_content {
  display: none;
}
.hospital_content:first-child {
  display: block;
}
.hospital_details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.hospitals_block {
  width: 25%;
  padding: 16px 10px 42px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.hospitals_box h3 {
  font-size: 20px;
  color: #172B4D;
}
.hospitals_block figure {
  width: 95px;
  height: 95px;
  position: relative;
  transition: 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
.hospitals_block figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hospitals_box {
  display: flex;
  flex-wrap: wrap;
}
.hospital_text {
  padding-left: 12px;
  width: calc(100% - 95px);
}
.hospitals_box figure:before {
  content: 'add';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-family: 'Material Icons';
  color: #fff;
  height: 26px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.hospitals_box figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-family: 'Material Icons';
  color: #fff;
  height: 100%;
  width: 100%;
  background-color: rgba(81, 190, 251, 0.5);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.hospitals_box:hover figure:after, .hospitals_box:hover figure:before {
  opacity: 1;
}
.hospitals_box:hover h3 {
  color: #51BEFB;
}
.different_hospitals_section h2 {
  color: #51BEFB;
}
.news_section {
  padding: 80px 0;
}
.news_top_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #51BEFB;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.news_top_content h2 {
  margin-bottom: 0;
}
.news_section h2 {
  color: #51BEFB;
}
.news_section h1 {
  font-size: 54px;
  line-height: 1;
  color: #51BEFB;
  margin-bottom: 0;
}
.news_top_content .tab_details_top {
  display: none;
}
/*.news_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.news_block {
  width: 25%;
  padding: 0 17px;
}*/
.news_block figure {
  overflow: hidden;
  width: 100%;
}
.news_block figure img {
  width: 100%;
  height: 172px;
  object-fit: cover;
}
.news_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: transparent;
  transition: 0.3s;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #DCDCDC;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  height: 100%;
}
.news_box:hover {
  text-decoration: none !important;
}
.news_figure {
  position: relative;
  width: 100%;
}
.news_category {
  font-size: 14px;
  color: #fff;
  background-color: #51BEFB;
  padding: 4px 6px;
  border-radius: 5px;
  position: absolute;
  left: 12px;
  top: 14px;
}
.news_text h3 {
  font-size: 16px;
  font-weight: 500;
  color: #767676;
  min-height: 19.19px;
}
.news_text p {
  font-size: 18px;
  color: #000;
  /*min-height: 88.38px;*/
}
.news_text ul {
  margin-top: 15px;
  margin-bottom: 25px;
}
.news_text ul li {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  padding-left: 40px;
  position: relative;
  /*min-height: 88.38px;*/
}
.news_text ul li:before {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.news_text p a {
  font-size: 18px;
  color: #51BEFB;
  min-height: 88.38px;
}
.news_text p a.find_more {
  height: 28px;
  padding: 0 8px;
  line-height: 28px;
  min-height: inherit;
  font-size: 16px;
}
.read_more_section .news_text p.bluecolor {
  margin-bottom: 15px;
}
.news_text {
  padding: 16px;
}
.news_block_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #191919;
  transition: 0.3s;
}
.news_box:hover {
  background-color: #F7FCFF;
}
.news_box:hover .news_block_link {
  color: #51BEFB;
}
.career_content {
  background-image: url(../images/career-img.png);
  background-position: left;
  background-repeat: no-repeat;
  background-color: #19548C;
  background-size: contain;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 125px 75px;
  border-radius: 6px;
}
.career_details {
  width: 490px;
  max-width: 100%;
}
.career_section h2 {
  font-size: 48px;
  line-height: 1.3;
}
.career_section p {
  font-size: 18px;
}
.career_content_link {
  display: flex;
  flex-wrap: wrap;
}
.career_content .find_more {
  background-color: #fff;
  color: #51BEFB !important;
}
.career_content .find_more:hover {
  background-color: #172B4D;
  color: #fff !important;
}
.career_section {
  padding-bottom: 80px;
}
footer {
  background-color: #19548C;
  color: #fff;
  position: relative;
  z-index: 0;
}
footer .container-fluid {
  width: 1404px;
}
.footer_logo a, .footer_right, .footer_bottom_flex {
  position: relative;
  z-index: 7;
}
.footer_logo a img {
  max-width: 229px;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.footer_social_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.footer_social_icons li {
  margin-right: 20px;
}
ul.footer_social_icons li:last-child {
  margin-right: 0;
}
ul.footer_social_icons li a {
  display: block;
  color: #fff;
}
ul.footer_social_icons li a i {
  font-size: 28px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transition: 0.3s;
}
ul.footer_social_icons li a:hover i {
  color: #19548C;
  background-color: #fff;
}
footer {
  position: relative;
}
footer:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.footer_right {
  width: calc(100% - 313px);
}
.footer_right_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 70px 80px;
  width: 863px;
  max-width: 100%;
}
.footer_right_block {
  padding: 0 0 0 20px;
}
.footer_right_block h3 {
  font-size: 16px;
  font-weight: 500;
}
.footer_bottom_content {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer_right_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 25px 100px;
  width: calc(100% - 313px);
}
.footer_right_block ul li {
  line-height: 1;
  margin-bottom: 7px;
}
.footer_right_block ul li:last-child {
  margin-bottom: 0;
}
.footer_right_block ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.footer_right_block ul li a:hover {
  color: #51BEFB;
}
.footer_right_bottom_left p {
  font-size: 20px;
  font-weight: 500;
}
.footer_logo {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 42px;
  z-index: 1;
}
.footer_logo a {
  display: block;
}
.footer_top_content {
  position: relative;
}
.footer_top_content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  width: 130px;
  max-width: 100%;
  z-index: 1;
}
.footer_bottom_flex {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  text-align: center;
  align-items: center;
}
.footer_bottom_flex p {
  font-weight: 500;
  font-size: 28px;
}
.footer_blank {
  width: 313px;
  background-color: #fff;
  height: 100px;
}
.footer_form {
  width: 55%;
  text-align: left;
}
.footer_bottom_right {
  width: 45%;
  padding: 0 30px;
}
.box_content {
  background-image: url(../images/news_box_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: left;
  padding: 14px;
  text-transform: initial;
  height: 100%;
  position: relative;
  z-index: 0;
}
.box_content:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.box_content > * {
  position: relative;
  z-index: 2;
}
.box_content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #51BEFB;
  margin-bottom: 10px;
}
.box_content p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.box_content .article_span {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  height: auto;
  line-height: 1;
}


/* etablissment */

.etablissmentRow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.etablissmentRow .banner_caption{
  width: calc(100% - 310px);
  padding-right: 20px;
}
.etablissmentRow .banner_right{
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  max-width: 310px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 245px;
}
.etablissmentRow .banner_right .top h4{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;  
  color: #191919;
  margin: 0 0 0;
}
.etablissmentRow .banner_right .top p{
  color: #8c8c8c;
  font-size: 18px;
}
.etablissmentRow .banner_right .bottom p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #51BEFB;
  margin: 0 0 12px;
}
.etablissmentRow .banner_right .bottom p a {
  color: #51BEFB;
}
.etablissmentRow .banner_right .bottom p a:hover {
  text-decoration: underline;
}
.etablissmentRow .banner_right .bottom a.read_btn {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #51BEFB;
  background: rgba(81, 190, 251, 0.2);
  border-radius: 6px;
}
.etablissmentRow .banner_right .bottom a.read_btn:hover{
  background-color: #172B4D;
  color: #fff;
}
.etablissmentCount{

}
.etablissmentCountRow{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.etablissmentCountRow .custCol{
  width: 25%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.etablissmentCountRow .custCol img{
  margin: 0 0 40px;
  width: 40px;
}
.news .etablissmentCountRow .custCol img {
  width: auto;
}
.etablissmentCountRow .custCol h4{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  color: #191919;
  margin: 0 0 25px;
}
.etablissmentCountRow .custCol p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #767676;
  margin: 0 0 0;
  width: 100%;
  max-width: 190px;
}

.aboutEstablishment{
  padding: 138px 0 80px;
}
.aboutEstablishmentRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.aboutEstablishmentRow .left{
  width: 100%;
  max-width: 443px;
}
.aboutEstablishmentRow .left h4{
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  /*text-transform: capitalize;*/
  color: #51BEFB;
  margin: 0 0 13px;
}
.aboutEstablishmentRow .left p{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #14243A;
  margin: 0 0 14px;
}
.aboutEstablishmentRow .left a{
  width: max-content;
}
.aboutEstablishmentRow .right{
  width: 100%;
  max-width: 444px;
}



/* End etablissment */

.ehcBreadcrumb{
  background-image: url(../images/breadcrumb-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  height: 450px;
}
.ehcBreadcrumb_video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ehcBreadcrumb_video_content nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 0;
}
.ehcBreadcrumbVideo {
  height: 450px;
  overflow: hidden;
  background-image: none;
}
.ehcBreadcrumb_banner_video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  margin: auto;
  transform: translateY(-50%);
}
.ehcBreadcrumb_banner_video video {
  width: 100%;
}
.ehcBreadcrumb .ehcBreadcrumb_video_content h3 {
  padding-bottom: 0;
}
.ehcBreadcrumb:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ehcBreadcrumb h3{
  padding: 90px 0 135px;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 155%;
  color: #FFFFFF;
  margin: 0 0 0;
  position: relative;
  z-index: 2;
  width: calc(100% - 395px);
  max-width: 100%;
}
.ehcBreadcrumb h1 {
  padding: 90px 0 135px;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 155%;
  color: #FFFFFF;
  margin: 0 0 0;
  position: relative;
  z-index: 2;
  width: calc(100% - 395px);
  max-width: 100%;
}
.breadcrumb {
  background: transparent;
  margin: 0;
  /*padding: 30px 0 0;*/
  padding: 0;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
}
/*.breadcrumb::before{
  content: "";
  background-image: url(../images/keyboard-back-arrow.svg);
  width: 17px;
  height: 14px;
  display: block;
  margin-right: 24px;
  background-repeat: no-repeat;
  top: 7px;
  position: relative;
  background-size: 100%;
}*/
.breadcrumb-item a{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  color: #BDBDBD;
}
.breadcrumb-item.active{
  color: #51BEFB;
}
.breadcrumb-item + .breadcrumb-item::before { 
  color: #BDBDBD; 
}
.vascularSurgeryAbout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 63px 0 80px;
  position: relative;
}
.vascularSurgeryAbout .left{
  width: calc(100% - 494px);
}
.vascularSurgeryAbout .left p{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #14243A;
  margin: 0 0 0;
}
.vascularSurgeryAbout .right{
  width: 100%;
  max-width: 365px;
  /*position: absolute;*/
  right: 0;
  margin-top: -180px;
}
.contactHelpCard{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 19px 17px 12px;
}
.contactHelpCard a{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #51BEFB;
}
.contactHelpCard a:hover {
  text-decoration: underline;
}
.contactHelpCard .hopitalPhone{
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  padding: 25px 0 12px;
}
.contactHelpCard .hopitalPhone h4, .contactHelpCard .hopitalAubonne h4{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: rgba(25, 25, 25, 0.7);
  margin: 0 0 0;
}
.contactHelpCard .hopitalPhone a, .contactHelpCard .hopitalAubonne a{
  color: #51BEFB;
}
.contactHelpCard .hopitalAubonne{
  padding: 12px 0 12px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  margin: 0 0 6px;
}
.contactHelpCardFooter{
  display: flex;
  flex-wrap: wrap;
}
.contactHelpCard h3 {
  font-size: 18px;
  font-weight: 500;
  color: #51BEFB;
  margin-bottom: 0;
}
.contactHelpCardFooter a{
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #51BEFB;
  margin: 4px 0;
}
.vascularSurgeryAbout .right .contactHelpCardFooter a {
  padding: 12px 10px;
  width: 100%;
}
.contactHelpCardFooter a:hover{
  background: #51BEFB;
  color: #fff;
  text-decoration: none;
}
/*.contactHelpCardFooter a:nth-child(2){
  margin-left: 13px;
}
.contactHelpCardFooter a:nth-child(3), .contactHelpCardFooter a:nth-child(4){
  width: 100%;
}
.contactHelpCardFooter a:nth-child(4):hover{
  background-color: #FF5630;
  color: #fff;
}*/
.contactHelpCardFooter a.urgence_btn_accordion {
  color: #FF5630;
}
.contactHelpCardFooter a.urgence_btn_accordion:hover {
  background-color: #FF5630;
  color: #fff;
}
.prestaPageAccordion .accordion {
  margin-top: 40px;
}
.prestaPageAccordion .accordion .card {
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #51BEFB !important;
}
.prestaPageAccordion .accordion .card:last-of-type {
  border-radius: 0;
}
.prestaPageAccordion .accordion .card .card-head{
  padding: 30px 0;
}
.prestaPageAccordion .accordion .card h2 {
  /*background: url(../images/down-arrow.png) no-repeat calc(100% - 10px) center;*/
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 155%;
  color: #172B4D;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 75px;
}
.prestaPageAccordion .accordion .card .card-body h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.prestaPageAccordion .accordion .card h2 .presta_accordion_arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #ddd;
}
.prestaPageAccordion .accordion .card h2 .presta_accordion_arrow i {
    color: #51BEFB;
    font-size: 30px;
}
.prestaPageAccordion .accordion .card h2 img{
  margin-right: 30px;
}
/*.prestaPageAccordion .accordion .card h2.collapsed {
  background-image: url(../images/up-arrow.png);
}*/
.prestaPageAccordion .accordion .card h2.collapsed .presta_accordion_arrow i {
    transform: rotate(180deg);
}
.prestaPageAccordion .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.establishmentsSpecialistsRow{
  padding: 40px 0 60px 74px;
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
  /*border-bottom: 1px solid #51BEFB;*/
}
.establishmentsSpecialistsRow:last-child{
  border-bottom: none;
}
.establishmentsSpecialistsCol{
  padding: 13px 13px;
  width: 25%;
}
.establishmentsSpecialistsCol:hover {
  text-decoration: none !important;
}
.establishmentsSpecialistsRow.establishmentsSpecialistsSlider  {
  padding: 40px 0 60px;
  margin: 0;
}
.establishmentsSpecialistsSlider.establishmentsSpecialistsRow {
  border-bottom: none;
}
.establishmentsSpecialistsSlider .establishmentsSpecialistsCol {
  width: auto;
  padding: 13px 0;
}
.establishmentsSpecialistsSlider .owl-nav button {
  position: absolute;
  top: calc(50% - 40px);
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.establishmentsSpecialistsSlider .owl-nav button.owl-prev {
  left: -45px;
}
.establishmentsSpecialistsSlider .owl-nav button.owl-next {
  right: -45px;
}
.establishmentsSpecialistsSlider .owl-nav button.disabled {
  opacity: 0.5;
}
.establishmentsSpecialistsSlider .owl-nav button span {
  display: none;
}
.establishmentsSpecialistsSlider .owl-nav button:after {
  position: absolute;
  font-size: 25px;
  font-family: 'Material Icons';
  color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 8px #b5b5b5;
  background-color: rgba(255, 255, 255, 0.9);
}
.establishmentsSpecialistsSlider .owl-nav button.owl-prev:after {
  content: 'chevron_left';
}
.establishmentsSpecialistsSlider .owl-nav button.owl-next:after {
  content: 'chevron_right';
}
.establishmentsSpecialistsColInner{
  position: relative;
  cursor: pointer;
  height: 100%;
  padding-bottom: 40px;
  display: block;
}
/*.establishmentsSpecialistsColInner > *:last-child {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}*/
.establishmentsSpecialistsColInner .imgBlock{
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.establishmentsSpecialistsColInner .imgBlock img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.establishmentsSpecialistsColInner .imgBlock > div{
  position: absolute;
  left: 11px;
  top: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  width: 32px;
  height: 32px;
  padding: 4px 6px;
  min-width: max-content;
}
.establishmentsSpecialistsColInner .imgBlock > div p{
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #51BEFB;
  margin: 0;
  position: relative;
}
.establishmentsSpecialistsColInner h4{
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #172B4D;
  margin: 0 0 8px;
  min-height: 58px;
}
.establishmentsSpecialistsColInner a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;  
  color: #51BEFB;
}
.establishmentsSpecialistsColInner a.site_link {
  background: rgba(81, 190, 251, 0.1);
  padding: 12px 25px;
  margin: 12px 0 0;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 16px;
  display: table;
}
.establishmentsSpecialistsColInner p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin: 70px 0 0px;
}
.establishmentsSpecialistsColInner p:last-child {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.establishmentsSpecialistsColInner:hover .imgBlock::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(81, 190, 251, 0.3), rgba(81, 190, 251, 0.3)), url(20190620-ehc_drherveprobst-57_carre.jpg), url(image.png);
  box-shadow: 0px 14px 14px -7px rgba(25, 84, 140, 0.2);
  background-size: 100% 100%;
}
.contactFormRow{
  display: flex;
  justify-content: space-between;
  padding: 0 174px 54px 0px;
  /*padding: 54px 174px 54px 74px;*/
}
.contactFormRow .left, .contactFormRow .right{
  width: 100%;
  max-width: 330px;
}
.contactFormRow .right {
  max-width: inherit;
  padding-left: 40px;
}
.contactFormRow .right #createContactForm {
  width: 450px;
}
.contactFormRow .left h6{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #51BEFB;
  margin: 0 0 19px;
}
.contactFormRow .left p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #14243A;
  margin: 0 0 20px;
  position: relative;
  padding-left: 40px;
}
.contactFormRow .left p::before{
  content: "";
  width: 15px;
  height: 16px;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.contactFormRow .left p:last-child{
  margin: 0 0 0;
}
.contactFormRow .right .form-control{
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.03em;
  color: #000000;
  height: 48px;
}
.contactFormRow .right .form-control:focus{
  border: 1px solid #51BEFB;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(81, 190, 251, 0.1);
}
.contactFormRow .right .formGroup{
  margin: 0 0 16px;
}
.contactFormRow .right select.form-control{
  background-image: url(../images/Polygon.png);
  background-position: calc(100% - 15px) calc(1em + 4px);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contactFormRow .right textarea.form-control{
  min-height: 232px;
}
.sendFrom button{
  width: 100%;
  max-width: 119px;
  height: 44px;
  background: #51BEFB;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  outline: none;
}

.bg-grey{
  background: rgba(196, 196, 196, 0.1);
  padding: 70px 0;
}

.doctorDetailsModal{
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  overflow: auto;
  z-index: 1050;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}
.doctorDetailsModal.show{
  right: 0;
}
.closedoctorDetailsModal{
  position: absolute;
  left: -40px;
  top: 100px;
  background: #51BEFB;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none !important;
}
.doctorDetailsModalInner{
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 157px rgba(0, 0, 0, 0.05);
  width: calc(100% - 165px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1051;
  padding: 120px 0;
}
.doctorDetailsModalMain{
  width: 100%;
  max-width: 975px;
  margin: auto;
}
.doctorProfileDetails{
  display: flex;
  flex-wrap: wrap;
}
.doctorProfileDetails .imgBlock{ 
  width: 100%;
  max-width: 295px;
  height: 295px;
}
.doctorProfileDetails .imgBlock img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.doctorProfileDetails .contentBlock{
  flex: 1;
}
.doctorProfileDetails .contentBlock .nameDegi{
  padding-left: 63px;
  padding-bottom: 25px;
}
.doctorProfileDetails .contentBlock .nameDegi .name{
  display: flex;
  /*align-items: center;*/
}
.doctorProfileDetails .contentBlock .nameDegi .name > div{
  background: rgba(81, 190, 251, 0.2);
  border-radius: 8.07692px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22.6154px;
  line-height: 29px;
  color: #51BEFB;
  margin-right: 17px;
  padding: 4px 6px;
  min-width: max-content;
  margin-top: 2px;
}
.doctorProfileDetails .contentBlock .nameDegi .name h2{
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 52px;
  color: #191919;
  margin: 0 0 0;
  padding-right: 0;
}
.doctorProfileDetails .contentBlock .nameDegi .name h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 52px;
  color: #191919;
  margin: 0 0 0;
  padding-right: 0;
}
.doctorProfileDetails .contentBlock .nameDegi a{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  color: #51BEFB;
}
.doctorProfileDetails .contentBlock .location{
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.doctorProfileDetails .contentBlock .location .locationInner{
  padding-left: 63px;
  display: flex;
  align-items: center;
}
.doctorProfileDetails .contentBlock .location .locationInner img{
  margin-right: 13px;
  width: 24px;
}
.doctorProfileDetails .contentBlock .location .locationInner p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: rgba(25, 25, 25, 0.6);
}
.consulteMain{
  padding: 28px 0px 0px 63px;
}
.consulteMain h4{
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  color: #191919;
  margin: 0 0 20px;
}
.consulteMainRow{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
} 
.consulteMainCol{
  width: 50%;
  padding: 8px 8px;
  box-sizing: border-box;
}
.consulteMainColInner{
  background: #19548C;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 14px;
}
.consulteMainColInner .phoneEmail{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #9BDBFF;
  display: block;
}
.consulteMainColInner .phoneEmail:hover {
  text-decoration: underline;
}
.consulteMainColInner h6{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;  
  color: #FFFFFF;
  margin: 0 0 5px;
}
.consulteMainColInner p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0 0 17px;
}
.consulteMainColInner .btn{
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 14px 0 0;
}
.consulteMainColInner .btn:hover {
  background: #12395d;
  text-decoration: none;
}
.consulteMainCol:nth-child(2) .consulteMainColInner {
  background: #0065FF;
}
.consulteMainCol:nth-child(2) .consulteMainColInner .btn:hover {
  background: #054ab4;
}
.consulteMainCol:nth-child(3) .consulteMainColInner {
  background: #009DF5;
}
.consulteMainCol:nth-child(3) .consulteMainColInner .btn:hover {
  background: #0084ce;
}
.consulteMainCol:nth-child(3) .consulteMainColInner .phoneEmail, .consulteMainCol:nth-child(4) .consulteMainColInner .phoneEmail{
  color: #19548C;
}
.consulteMainCol:nth-child(4) .consulteMainColInner{
  background: #51BEFB;
}
.consulteMainCol:nth-child(4) .consulteMainColInner .btn:hover {
  background: #1f93d5;
}
.doctorDetailsModalMain .tab_accordion_holder {
  padding: 70px 0 0;
}
.doctorDetailsModalMain .tab_accordion_head {
  padding: 10px 10px;
  align-items: center;
}
.doctorDetailsModalMain .tab_accordion_details {
  padding-left: 10px;
  padding-right: 10px;
}
.doctorDetailsModalMain .tab_accordion.active .tab_accordion_head.presta_tab_accordion_head .info_accordion_arrow i {
  transform: rotate(180deg);
}
.doctorDetailsModalMain .tab_accordion_head h3 {
  font-size: 25px;
  color: #191919;
  margin-bottom: 0;
}
.doctorDetailsModalMain .tab_accordion_block_holder {
  width: 25%;
}
.specialitesrow{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.doctorDetailsModalMain .specialitesrow {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.specialitesrow .left{
  width: 100%;
  max-width: 415px;
  margin-right: 46px;
}
.specialitesrow .left p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #14243A;
  position: relative;
  padding-left: 40px;
}
.specialitesrow .left p::before{
  content: "";
  width: 15px;
  height: 16px;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.specialitesrow .right{
  width: 100%;
  max-width: 268px;
}
.specialitesrow .right h5{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.specialitesrow .right a{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #51BEFB;
}
.doctorDetailsModalMain .tab_accordion_block_main{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news_section .owl-dots {
  text-align: center;
}
.news_section .owl-dots button {
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #ccc;
}
.news_section .owl-dots button.active {
  background-color: #ccc;
}
.news_section .owl-dots button:focus {
  border: 1px solid #d1d1d1;
  outline: none;
}
.news_page_section .news_top_content {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.news_content_section figure img {
  width: 100%;
}
.news_page_section .news_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.news_page_section .news_block {
  width: 25%;
  padding: 0 17px;
  margin-bottom: 35px;
  min-height: 470px;
}
.news_block.big {
  width: 50%;
}
.news_block.big .news_text p {
  font-size: 24px;
  margin-bottom: 24px;
}
.news_block.big figure img {
  height: 273px;
  object-fit: cover;
}
.news_page_section .news_text {
  padding: 26px 16px 40px;
  position: relative;
  min-height: 270px;
}
.news_page_section .news_block.big .news_text {
  min-height: 197px;
}
.news_page_section .news_block_link {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
}
.news_details_header {
  border-top: 1px solid #E8E8E8;
  margin-top: 1px;
  padding-bottom: 110px;
}
.news_details_header h2 {
  font-size: 48px;
  color: #14243A;
  margin-bottom: 15px;
}
.news_details_header h1 {
  margin-top: 60px;
  font-size: 48px;
  line-height: 1;
  color: #14243A;
  margin-bottom: 15px;
}
.news_details_header p {
  color: rgba(20, 36, 58, 0.7);
}
.news_details_header p a {
  display: inline-block;
  color: #51BEFB;
  font-size: 20px;
  font-weight: 500;
  padding: 4px 6px;
  background-color: rgba(81, 190, 251, 0.2);
  margin-left: 10px;
  border-radius: 5px;
}
.news_details_header .breadcrumb {
  margin-bottom: 60px;
}
.news_text_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_text_left {
  width: 684px;
  padding: 52px 0;
  max-width: calc(100% - 310px);
}
.news_text_right {
  /*margin-top: -130px;*/
  margin-top: 50px;
  padding-bottom: 52px;
}
.news_text_right_block {
  background-color: #fff;
  border-radius: 6px;
  padding: 22px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}
.news_text_right_block:last-child {
  margin-bottom: 0;
}
.news_text_right_block .more_icon {
  display: none;
}
.news_text_right_block p {
  color: #828282;
  font-weight: 500;
  font-size: 18px;
  min-height: auto;
}
.news_text_right_block p span {
  color: #51BEFB;
}
.news_text_right_block_first {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
ul.category_links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
ul.category_links li {
  margin-right: 13px;
}
ul.category_links li:last-child {
  margin-right: 0;
}
ul.category_links li a {
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(81, 190, 251, 0.2);
  color: #51BEFB;
  padding: 4px 6px;
  line-height: 1;
}
.news_details_top_btn {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 6px;
  color: #51BEFB;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.news_text_right_block a.news_details_top_btn:hover {
  background-color: #51BEFB;
  color: #fff;
  text-decoration: none;
}
.blue {
  color: #51BEFB !important;
}
.news_text_right_block:nth-child(3) p {
  color: #191919;
}
.video_content_section {
  background-color: rgba(81, 190, 251, 0.2);
  padding: 50px 0 60px;
}
.video_content_block {
  width: 684px;
  max-width: 100%;
}
.video_bottom_content {
  margin-top: 40px;
  color: #14243A;
}
.testimonials_section {
  padding: 100px 0 85px;
}
.testimonials_section h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 70px;
}
.testimonials_content {
  width: 684px;
  max-width: 100%;
  position: relative;
}
.testimonials_content:before {
  position: absolute;
  content: '';
  top: -45px;
  left: 0;
  background-image: url(../images/testimonial_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 31px;
}
.testimonials_section h2 span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #14243A;
  opacity: 0.5;
  margin-top: 24px;
}
.testimonials_section p {
  font-size: 18px;
  line-height: 1.5;
}
.blue_bg {
  background-color: rgba(81, 190, 251, 0.2);
}
.magazine_section {
  padding: 70px 0;
}
.magazine_section h2 {
  font-size: 36px;
  font-weight: 400;
  color: #191919;
  line-height: 1.2;
}
.magazine_section h2 strong {
  color: #51BEFB;
  font-weight: 400;
}
.magazine_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.magazine_content {
  width: 684px;
  max-width: 100%;
}
.magazine_figure {
  width: calc(100% - 754px);
  margin-left: 70px;
}
.magazine_figure figure {
  width: 60%;
}
.magazine_figure figure img {
  width: 100%;
}
.magazine_buttons {
  display: flex;
  flex-wrap: wrap;
}
.magazine_buttons a {
  padding: 11px 16px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  background-color: #51BEFB;
  color: #fff;
  border-radius: 6px;
  margin-right: 11px;
}
.magazine_buttons a:last-child {
  margin-right: 0;
  background-color: #fff;
  color: #51BEFB;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.magazine_buttons a:hover {
  background-color: #19548C;
}
.magazine_figure figure:last-child {
  margin-top: -40%;
  margin-left: 40%;
}
.news_text_right.top_blue .news_text_right_block {
  padding: 0;
}
.news_text_right_block {
  background-color: #fff;
  border-radius: 6px;
  padding: 22px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}
.news_text_right_block:last-child {
  margin-bottom: 0;
}
.news_text_right_block p {
  color: #828282;
  font-weight: 500;
}
.news_text_right_block p span {
  color: #51BEFB;
}
.news_text_right_block.sky_blue_bg {
  background-color: #51BEFB;
  color: #fff;
}
.patients_info_section .news_text_right_block p {
  color: #14243A;
  font-size: 18px;
}
.patients_info_section .news_text_right_block p strong {
  font-size: 500;
}
.patients_info_section .news_text_right_block.sky_blue_bg {
  background-color: #51BEFB;
  color: #fff;
  position: relative;
}
.news_text_right_block.sky_blue_bg p {
  color: #fff;
}
.news_text_right_block_holder {
  margin-bottom: 18px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-top: none;
}
.news_text_right_block_holder .news_text_right_block {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
.news_text_right_block.sky_blue_bg p:last-child {
  font-weight: 400;
}
.news_text_right_block p span.orange {
  color: #F2994A;
}
.patients_info_section .news_text_right {
  width: 320px;
  position: relative;
  margin-top: -350px;
  z-index: 3;
}
.patients_info_section .news_text_right_block p {
  font-weight: 400;
}
.patients_info_section .news_text_right_block p i {
  font-style: normal;
  width: 70px;
  display: inline-block;
  margin-right: 8px;
  color: #14243A;
  opacity: 0.6;
}
.blue a {
  color: #51BEFB !important;
}
.news_text_right_block a:hover {
  text-decoration: underline;
}
.more_icon i {
  background-color: #fff;
  width: 28px;
  height: 28px;
  color: #51BEFB;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.more_icon {
  display: inline-block;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 22px;
}
.info_accrordion_block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info_accordion_box_head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 32px 0;
}
.info_accordion_box_head h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 155%;
  color: #191919;
  margin-bottom: 0;
  max-width: calc(100% - 60px);
}
.info_accordion_arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  transform: rotate(180deg);
}
.info_accordion_arrow i {
    color: #51BEFB;
    font-size: 30px;
}
.info_accrordion_block.active .info_accordion_arrow i {
    transform: rotate(180deg);
}
.info_accordion_box_content {
  display: none;
  padding: 30px 0 40px;
  font-size: 18px;
  font-weight: 400;
}
.info_accordion_box_content a {
  color: #51BEFB;
}
.info_accrordion_block.active .info_accordion_box_content {
  display: block;
}
.info_accordion_box_content p {
  font-size: 18px;
  font-weight: 400;
}
.info_accordion_box_content ul {
  margin-bottom: 30px;
}
.info_accordion_box_content ul:last-child {
  margin-bottom: 0;
}
.info_accordion_box_content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.info_accordion_box_content ul li:before {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.patients_info_section .news_text_left {
  width: 800px;
  max-width: calc(100% - 340px);
}
.info_accordion_box_head h3.important {
  color: #EB5757;
}
.white_bg {
  background-color: #fff;
}
.apropos_content_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.apropos_content_right {
  width: 566px;
}
.apropos_content_left {
  max-width: calc(100% - 580px);
}
.apropos_content_section {
  padding-bottom: 60px;
}
.apropos_content_section h2 {
  color: #51BEFB;
  line-height: 1.3;
}
.apropos_content_section p {
  font-size: 18px;
}
.magazine_content.full_width {
  text-align: center;
}
.margin_auto {
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-center .magazine_buttons {
  justify-content: center;
}
.normal_content_section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.normal_content_section .container-fluid {
  width: 100%;
  padding: 0;
}
.normal_content_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 140px;
  padding-right: calc((100% - 1156px) / 2);
}
.normal_content_flex:last-child {
  margin-bottom: 0;
}
.normal_content_flex figure {
  width: 600px;
}
.normal_content_flex figure img {
  width: 100%;
}
.normal_content_flex .content {
  width: calc(100% - 600px);
  padding-left: 72px;
}
.normal_content_flex h2 {
  font-size: 32px;
  font-weight: 400;
  color: #14243A;
  line-height: 1.2;
}
.normal_content_flex h1 {
  margin-bottom: 40px;
}
.normal_content_flex p, .normal_content_flex ul {
  color: #14243A;
  font-size: 18px;
}
.normal_content_flex .find_more {
  display: inline-flex;
}
.normal_content_flex.reverse {
  flex-direction: row-reverse;
  padding-left: calc((100% - 1156px) / 2);
  padding-right: 0;
}
.normal_content_flex.reverse .content {
  padding-left: 0;
  padding-right: 72px;
}
.patients_info_slider_section {
  padding-bottom: 140px;
}
.patients_info_slider_section .middle_slider_inside .owl-nav {
  bottom: -72px;
}
.patients_info_slider_section .slider_bottom_block {
  bottom: -45px;
}
.page_corpo_content_section .normal_content_flex h2 {
  font-size: 48px;
}
.normal_content_flex h3 {
  color: #51BEFB;
  font-size: 32px;
  margin-bottom: 10px;
}
.normal_content {
  width: calc(50% - 30px);
  margin-right: 60px;
}
.normal_content:last-child {
  margin-right: 0;
}
.normal_content_section.double_content_section .container-fluid {
  padding: 0 24px;
  width: 1204px;
}
.normal_content_section.blue_bg {
  padding: 70px 0 85px;
  margin-top: 100px;
}
.page_corpo_accordion_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page_corpo_accordion_flex .info_accrordion_block {
  width: calc(50% - 22px);
  margin-right: 44px;
}
.page_corpo_accordion_flex .info_accrordion_block:nth-child(2n) {
  margin-right: 0;
}
.page_corpo_accordion_section {
  padding: 90px 0;
}
.page_corpo_accordion_section h2 {
  font-size: 48px;
  font-weight: 500;
  color: #191919;
  line-height: 1.2;
}
.info_accordion_box_content h4 {
  font-size: 20px;
  font-weight: 400;
  color: #51BEFB;
  margin-bottom: 30px;
}
.info_accordion_box_content .hospitalPhoneBlock h4 {
  color: #172B4D;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}
.info_accordion_box_content .establishmentsSpecialistsRow {
  padding-left: 0;
}
.info_accordion_box_content .establishmentsSpecialistsCol:first-child .establishmentsSpecialistsColInner a {
  background: transparent;
  padding: 0;
}
.specialitesrow .right h5 img {
  margin-right: 10px;
}
.carrier_top_section {
  padding: 80px 0 90px;
}
.news_block_link.no_space_between {
  justify-content: flex-start;
}
.news_block_link.no_space_between img {
  margin-right: 10px;
  width: auto;
}
.read_more_section {
  background-color: rgba(196, 196, 196, 0.2);
}
/*.read_more_section h2 {
  font-size: 48px;
}*/
.discover_btn {
  padding: 11px 16px;
  line-height: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  background-color: #51BEFB;
  color: #fff !important;
  border-radius: 6px;
  margin-right: 11px;
}
.discover_btn:hover {
  background-color: #19548C;
  color: #fff;
}
.carrier_head_section h1 {
  font-size: 48px;
}
.carrier_head_flex {
  display: flex;
  flex-wrap: wrap;
}
.carrier_head_flex .content {
  max-width: 685px;
}
.carrier_head_flex .heading {
  width: calc(100% - 750px);
  padding-right: 30px;
}
.carrier_head_flex .content {
  font-size: 20px;
  font-weight: 400;
}
.carrier_head_flex .content p {
  font-size: 20px;
  font-weight: 400;
}
.career_content.reverse {
  background-image: url(../images/career-img-reverse.png);
  background-position: right;
  justify-content: flex-start;
}
.professional_testimonial_section .aboutEstablishmentRow .left {
  position: relative;
}
.professional_testimonial_section .aboutEstablishmentRow .left:before {
  position: absolute;
  content: '';
  top: -45px;
  left: 0;
  background-image: url(../images/testimonial_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 31px;
}
.newsletter_section {
  padding: 180px 0 135px;
  background-color: rgba(81, 190, 251, 0.2);
}
.newsletter_top_content {
  max-width: 560px;
  font-size: 18px;
  font-weight: 400;
}
.newsletter_top_content h2 {
  font-size: 40px;
  font-weight: 400;
  color: #51BEFB;
}
.newsletter_top_content p {
  font-size: 18px;
  font-weight: 400;
}
.newsletter_form {
  margin-top: 45px;
}
.newsletter_form input[type="email"] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 125px 10px 0;
}
.newsletter_form ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.newsletter_form :-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.newsletter_form ::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.newsletter_form :-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.newsletter_form .form_content {
  position: relative;
}
.newsletter_form button.find_more {
  position: absolute;
  right: 0;
  bottom: 13px;
}
.search_results_section {
  padding: 100px 0 40px;
}
.search_results_form {
  position: relative;
  margin-bottom: 40px;
}
.search_results_form input[type="text"] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 60px;
  color: #51BEFB;
  padding: 10px 60px 10px 0;
  font-weight: 400;
}
.search_results_form button {
  position: absolute;
  right: 0;
  bottom: 1px;
  padding: 14px 10px;
  color: #51BEFB;
}
.search_results_form button i {
  font-size: 34px;
}
.search_results_section p {
  font-size: 20px;
  font-weight: 400;
}
.search_results_section p a {
  color: #51BEFB;
}
.search_results_form ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.search_results_form :-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.search_results_form ::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.search_results_form :-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.search_results_section p a:hover {
  text-decoration: underline;
}
.info_accordion_details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5px;
  padding-bottom: 25px;
}
.search_accordion_section {
  padding-bottom: 60px;
}
/*.search_accordion_section .info_accordion_box_head {
  padding-bottom: 0;
}*/
.search_accordion_section .establishmentsSpecialistsRow {
  padding-top: 0;
}
.nav_sub_menu_holder {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  top: 100%;
  transition: 0.3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  /*top: calc(100% - 35px);
  padding-top: 35px;*/
  z-index: 1;
  max-height: calc(100vh - 138px);
  overflow: auto;
}
.nav_sub_menu_holder > div {
  border-top: 1px solid #E8E8E8;
}
ul.nav_menu > li > i {
  display: none;
}
ul.nav_menu li:hover .nav_sub_menu_holder {
  height: inherit;
  opacity: 1;
  visibility: visible;
}
ul.nav_menu li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  top: calc(100% - 1px);
  height: 0;
}
ul.nav_menu li:hover a:after {
  height: 46px;
}
/*ul.nav_menu li:hover .nav_sub_menu_holder_show {
  padding-top: 60px;
}*/
.nav_sub_menu_holder h3 {
  font-size: 26px;
  width: 100%;
}
.nav_sub_menu_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nav_sub_menu_block ul li {
  margin-bottom: 5px;
}
.nav_sub_menu_block ul li:last-child {
  margin-bottom: 0;
}
.individual_hospital .nav_sub_menu_block {
  width: 33.33%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 60px;
}
.individual_hospital .nav_sub_menu_block:last-child {
  border-right: none;
}
.individual_hospital .nav_sub_menu_block:last-child h4{
  color: #51BEFB;
}
.individual_hospital .nav_sub_menu_block:last-child p{
  font-size: 20px;
}
.individual_hospital .nav_sub_menu_right_top figure {
  border-radius: 4px;
  overflow: hidden;
  display: table;
  margin-bottom: 16px;
  width: 120px;
  height: 120px;
}
.individual_hospital .nav_sub_menu_right_top p {
  font-size: 20px;
  color: rgba(25, 25, 25, 0.5);
}
.individual_hospital .nav_sub_menu_right_top p strong {
  color: rgba(25, 25, 25, 1);
  font-weight: 400;
}
.individual_hospital ul.nav_menu li .nav_sub_menu_content p a {
  color: #51BEFB;
}
.individual_hospital .nav_sub_menu_box p, .individual_hospital .nav_sub_menu_box ul li {
  font-size: 20px;
}
.individual_hospital .nav_sub_menu_right_bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.individual_hospital .nav_sub_menu_right_bottom h4 {
  font-size: 20px;
  font-weight: 500;
  color: #51BEFB;
}
.individual_hospital .nav_sub_menu_block.nav_sub_menu_diff_block {
  padding: 0;
}
.individual_hospital .nav_sub_menu_right_top, .nav_sub_menu_right_bottom {
  padding: 40px;
}
.individual_hospital ul.nav_menu li .nav_sub_menu_right_bottom a {
  font-size: 16px;
}
.individual_hospital ul.nav_menu li .nav_sub_menu_right_bottom a.arrow_link i {
  font-size: 14px;
  color: #51BEFB;
}
.individual_hospital ul.nav_menu li .nav_sub_menu_box a i {
  font-size: 14px;
  color: #51BEFB;
}
.prestations_nav_sub_menu_holder .nav_sub_menu_in p {
  font-size: 18px;
}
.prestations_nav_sub_menu_holder .heading_link strong {
  margin-left: 5px;
}
.prestations_nav_sub_menu_holder .nav_sub_menu_first_block {
  /*width: 70%;
  border-right: 1px solid #E8E8E8;
  padding: 32px 45px 45px 0;*/
  width: 100%;
  padding: 32px 0 45px;
}
.prestations_nav_sub_menu_holder .nav_sub_menu_block {
  width: 30%;
  padding: 32px 0 45px 32px;
}
.prestations_nav_sub_menu_holder .tab_accordion_block_holder {
  /*width: 25%;*/
  width: 20%;
  max-width: 225px;
}
.prestations_nav_sub_menu_holder .nav_sub_menu_block h3 {
  color: #000;
}
/*.prestations_nav_sub_menu_holder {
  border-top: 1px solid #E8E8E8;
}*/
.nav_sub_menu_hospitals_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #DEEBFF;
  padding: 15px;
  border-radius: 6px;
  width: 320px;
  cursor: pointer;
  transition: 0.3s;
}
.nav_sub_menu_hospitals_block:hover {
  border: 2px solid #1B4C98;
}
.nav_sub_menu_hospitals_block figure {
  width: 71px;
  height: 71px;
  border-radius: 4px;
  overflow: hidden;
}
.nav_sub_menu_hospitals_block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav_sub_menu_hospitals_block .content {
  width: calc(100% - 71px);
  padding-left: 12px;
}
.nav_sub_menu_hospitals_block h4 {
  font-size: 16px;
  font-weight: 400;
}
.nav_sub_menu_hospitals_block .name {
  font-size: 14px;
  font-weight: 400;
  color: #51BEFB;
  background-color: rgba(81, 190, 251, 0.2);
  padding: 4px 6px;
}
.nav_sub_menu_hospitals {
  padding: 32px 0 50px;
  position: relative;
}
.nav_sub_menu_hospitals_holder.owl-carousel .owl-nav button span {
  display: none;
}
.nav_sub_menu_hospitals_holder.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/left_arrow.png);
  margin-right: 1px;
}
.nav_sub_menu_hospitals_holder.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/right_arrow.png);
}
.nav_sub_menu_hospitals_holder.owl-carousel .owl-nav button {
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-color: #F5F5F5;
}
.nav_sub_menu_hospitals_holder .owl-nav {
  position: absolute;
  right: 0;
  bottom: -73px;
}
.nav_hospitals_bottom_block {
  position: absolute;
  bottom: 55px;
  background-color: #fff;
  z-index: 3;
}
.nav_sub_menu_hospitals_holder {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E4E4E4;
}
.nav_sub_menu_hospitals_inner {
  margin-bottom: 50px;
  position: relative;
}
.nav_sub_menu_hospitals_inner .nav_sub_menu_hospitals_holder {
  margin-bottom: 0;
}
.nav_sub_menu_hospitals_border {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1B4C98;
  height: 2px;
  width: 200px;
}
.visits_nav_sub_menu_holder .nav_sub_menu_in {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  padding: 65px 0 70px;
}
.nav_normal_sub_menu_block {
  padding: 0 30px;
}
ul.nav_menu li .nav_sub_menu_box ul li {
  font-size: 20px;
  color: #172B4D;
  margin-bottom: 7px;
  margin-right: 0;
}
ul.nav_menu li .nav_sub_menu_box ul li a {
  color: #172B4D;
}
ul.nav_menu li .nav_sub_menu_box ul li a:hover {
  color: #51BEFB;
}
ul.nav_menu li .nav_sub_menu_box ul li a i {
    font-size: 17px;
    margin-left: 5px;
    color: #51BEFB;
    margin-top: 5px;
}
.nav_normal_sub_menu_block h3 {
  font-size: 20px;
}
.visits_nav_sub_menu_holder .nav_sub_menu_content {
  justify-content: center;
}
.arrow_link {
  font-size: 16px;
}
.arrow_link i {
  font-size: 20px;
  color: #51BEFB;
}
/*ul.nav_menu li a .tab_accordion_block_link_arrow {
  display: none;
} */
.carrier_head_section {
  padding-top: 60px;
}
.patient_reference_content_section {
  padding-bottom: 100px;
}
.patient_reference_content_section .vascularSurgeryAbout {
  padding-top: 60px;
}
ul.nav_menu li .menu_head {
  font-size: 16px;
  font-weight: 400;
  color: #51BEFB;
}
.nav_sub_menu_top_block {
  padding: 18px 0;
  background-color: rgba(155, 219, 255, 0.1);
  display: none;
}
.nav_sub_menu_top_block_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#map {
    height: 720px;
    width: 100%;
}
.banner_caption p {
  font-size: 18px;
  margin-bottom: 20px;
}
.four_box_section.three_box_section {
  margin-top: -175px;
}
.three_box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.three_box_flex .box_holder {
  width: 33.33%;
}
.three_box_flex .box_holder .box_block {
  background-color: #fff !important;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
}
.three_box_flex .box_block span {
  color: #1B4C98;
}
.residents_section {
  padding: 60px 0 135px;
  /*border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-top: 80px;*/
}
.residents_top_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.residents_top_content h2 {
  margin-bottom: 0;
}
.residents_section h2 {
  color: #1B4C98;
}
/*.residents_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.residents_block {
  width: 25%;
  padding: 0 17px;
}*/
.residents_block figure {
  overflow: hidden;
  width: 100%;
}
.residents_block figure img {
  width: 100%;
  height: 200px;
}
.residents_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: transparent;
  transition: 0.3s;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #DCDCDC;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}
.residents_figure {
  position: relative;
  width: 100%;
}
.residents_category {
  font-size: 14px;
  color: #fff;
  background-color: #51BEFB;
  padding: 4px 6px;
  border-radius: 5px;
  position: absolute;
  left: 12px;
  top: 14px;
}
.residents_text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #191919;
}
.residents_text p {
  font-size: 12px;
  color: #A1A1A1;
}
.residents_text {
  padding: 32px 25px;
}
.residents_block_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  transition: 0.3s;
}
.residents_block_link strong {
  font-size: 20px;
  margin-left: 10px;
}
.residents_text_in {
  margin-bottom: 20px;
  min-height: 65px;
}
.residents_box:hover {
  background-color: #F7FCFF;
}
.residents_box:hover .residents_block_link {
  color: #51BEFB;
}
.residents_link {
  padding: 5px 5px 5px 10px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  background-color: transparent;
  color: #3C3C3C;
  border-radius: 6px;
}
.residents_link:hover {
  color: #51BEFB;
}
.establishments_section {
  padding-top: 60px;
}
.establishments_top_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.establishments_top_content h2 {
  margin-bottom: 0;
}
.establishments_section h2 {
  color: #51BEFB;
}
.hospital_map_section {
  position: relative;
  margin-bottom: 60px;
}
ul.hospital_map_tab_box li {
  margin-bottom: 30px;
  font-size: 14px;
}
ul.hospital_map_tab_box li:last-child {
  margin-bottom: 0;
}
ul.hospital_map_tab_box li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
ul.hospital_map_tab_box li a span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
ul.hospital_map_tab_box li a i {
  font-size: 15px;
}
ul.hospital_map_tab_box li a img {
  width: 18px;
  margin-right: 12px;
  object-fit: contain;
}
.hospital_map_tab_block {
  background: linear-gradient(208.13deg, #153D83 33.46%, #338ECF 140.78%);
  color: #fff;
  padding: 30px 20px;
  border-radius: 6px;
}
.hospital_map_tab_block {
  width: 335px;
  max-width: 100%;
}
.hospital_map_tab_block h3 {
  font-size: 18px;
  margin-bottom: 35px;
}
.hospital_map_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 115px;
  width: 100%;
}
.card-body-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-body, .card-body p {
  font-size: 20px;
}
.card-body a, .card-body p a {
  color: #51BEFB;
}
.card-body a:hover, .card-body p a:hover {
  text-decoration: underline;
}
.card-body a.tab_accordion_block {
  text-decoration: none;
}
.card-body a.tab_accordion_head {
  text-decoration: none;
}
}
.card-body h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.card-body .columns-3 h5 {
  min-height: 43px;
}
.columns-3 {
  width: calc(33.33% - 15px);
}
.columns-2 {
  width: calc(50% - 15px);
}
.card-body ul {
  margin-top: 15px;
  margin-bottom: 25px;
}
.card-body ul li {
  font-size: 18px;
  margin-bottom: 8px;
  padding-left: 40px;
  position: relative;
}
.card-body ul li:before {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.card-body ul.list_style_img li {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.card-body ul.list_style_img li:before {
  content: normal;
}
.card-body ul.list_style_img li i, .card-body ul.list_style_img li img {
  margin-right: 10px;
  font-size: 22px;
}
.card-body ul.list_style_img li a {
  color: #51BEFB;
}
.card-body ul.list_style_img li a:hover {
  text-decoration: underline;
}
.card-body ol {
  margin-top: 15px;
}
.card-body ol li {
  font-size: 18px;
  list-style: decimal;
  margin-left: 20px;
}
.card-body figure {
  width: 100%;
}
.card-body img {
  width: 100%;
}
.home_banner_video {
  width: 100%;  
  height: calc(100vh - 182px);
  min-height: 580px;
  max-height: 800px;
  overflow: hidden;
  position: relative;
}
.banner:has(.home_banner_video):after{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home_banner_video video {
  width: 100%;
}
.doctor_details_section {
  padding: 80px 0;
}
.prestaPageAccordion .accordion .card .career_details h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 400;
  padding-right: 0;
}
.prestaPageAccordion .accordion .card .apropos_content_flex h2 {
  color: #51BEFB;
  line-height: 1.3;
  font-size: 54px;
  font-weight: 400;
  padding-right: 0;
}
.find_more {
  color: #fff !important;
}
.card-body .normal_content_flex figure {
  width: 600px;
}
.prestaPageAccordion .accordion .card .normal_content_flex h2 {
  padding-right: 0;
  font-weight: 400;
  line-height: 1.2;
}
.card-body a.find_more, .card-body p a.find_more {
  color: #fff;
}
.card-body a.find_more:hover, .card-body p a.find_more:hover {
  text-decoration: none;
}
.prestaPageAccordion .accordion .card .magazine_content h2 {
  padding-right: 0;
  display: block;
  font-size: 36px;
  font-weight: 400;
}
.prestaPageAccordion .accordion .card .magazine_content h2 strong {
  color: #51BEFB;
  font-weight: 400;
}
.card-body .magazine_buttons a:first-child {
  color: #fff;
}
.card-body .magazine_buttons a:hover {
  text-decoration: none;
}
.prestaPageAccordion .accordion .card .normal_content_flex h2 {
  font-size: 48px;
}
.prestaPageAccordion .accordion .card .big_heading_block h2 {
  font-size: 40px;
}
.contact_btn_accordion {
  padding: 0 !important;
}
.contact_btn_accordion span {
  padding: 12px 10px;
  width: 100%;
  display: block;
}
/*------ Map css ------*/

#map .map-thumb {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
#map .map-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#map #content {
  display: flex;
  flex-wrap: wrap;
}
#map #content > p {
  width: 100%;
  border-top: 1px solid #DCDCDC;
  font-size: 17px;
  padding-top: 10px;
  margin-bottom: 15px;
}
#map .map-content {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-bottom: 20px;
  /*height: 120px;*/
}
#map .map-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  min-height: 50px;
}
#map .map-content p a {
  font-size: 17px;
  color: #51BEFB;
}
#map .map-content p a:hover {
  text-decoration: underline;
}
#map .map-content p {
  margin-bottom: 3px;
  line-height: 1;
}
#map .find_more {
  padding: 11px 15px;
  width: 100%;
  justify-content: center;
}
#map button {
  top: 0 !important;
  right: 0 !important;
}

/*============== Map section ===============*/
.hospitals_map_sec {
  overflow-x: auto;
}
.hospitals_map_block_holder {
  width: 1176px;
  height: 545.48px;
  position: relative;
}
/*.hospitals_map_block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}*/
.hospitals_map_marker_block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.hospitals_map_marker {
  position: absolute;
  width: 170px;
  height: 25px;
  cursor: pointer;
}
.hospitals_map_marker.active {
  z-index: 4;
}
.hospitals_map_icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.hospitals_map_content {
  position: absolute;
  width: 440px;
  background-color: #fff;
  border-radius: 8px;
  left: 11px;
  transform: translateX(-50%);
  bottom: calc(100% + 15px);
  padding: 8px 9px;
  z-index: 2;
  box-shadow: 0 0 14px #ccc;
  display: none;
}
.hospitals_map_content:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hospitals_map_content_top {
  display: flex;
  flex-wrap: wrap;
  padding: 0 26px 15px 0;
  border-bottom: 1px solid #DCDCDC;
}
.hospitals_map_content_top figure {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}
.hospitals_map_content_top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hospitals_map_content_top .hospitals_map_info {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.hospitals_map_content_bottom {
  padding: 10px 0 0;
}
.hospitals_map_info h4 {
  font-size: 22px;
}
.hospitals_map_content p {
  font-size: 17px;
}
.hospitals_map_content address {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hospitals_map_info p {
  margin-bottom: 3px;
  line-height: 1;
}
.hospitals_map_info p:last-child {
  margin-bottom: 0;
}
.hospitals_map_info p a {
  color: #51BEFB;
}
.hospitals_map_info p a:hover {
  color: #172B4D;
}
.hospitals_map_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.hospitals_map_content_bottom .find_more {
  padding: 11px 15px;
  width: 100%;
  justify-content: center;
}
.close_map {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  border-radius: 50%;
}
.close_map i {
  font-size: 14px;
  color: #51BEFB;
}
.hospitals_map_marker_1 {
  width: 152px;
  left: 72px;
  bottom: 54px;
}
.hospitals_map_marker_2 {
  width: 212px;
  left: 157px;
  bottom: 27px;
}
.hospitals_map_marker_3 {
  width: 173px;
  left: 312px;
  bottom: 163px;
}
.hospitals_map_marker_4 {
  width: 225px;
  left: 393px;
  bottom: 288px;
  z-index: 1;
}
.hospitals_map_marker_5 {
  width: 242px;
  left: 749px;
  bottom: 386px;
}
/*.hospitals_map_marker_6 {
  width: 230px;
  left: 566px;
  bottom: 310px;
}*/
.hospitals_map_marker_6 {
  width: 340px;
  left: 480px;
  bottom: 314px;
} 
.hospitals_map_marker_7 {
  width: 212px;
  left: 656px;
  bottom: 516px;
}
.hospitals_map_marker_8 {
  width: 245px;
  left: 790px;
  bottom: 274px;
}
.hospitals_map_marker_9 {
  width: 233px;
  left: 874px;
  bottom: 434px;
}
.hospitals_map_marker_10 {
  width: 245px;
  left: 815px;
  bottom: 300px;
}
.hospitals_map_marker_11 {
  width: 140px;
  left: 609px;
  bottom: 386px;
}
.hospitals_map_marker_12 {
  width: 158px;
  left: 165px;
  bottom: 136px;
}
.hospitals_map_marker_13 {
  bottom: 163px;
  left: 84px;
  width: 226px;
}
.hospitals_map_marker_14 {
  width: 215px;
  left: 820px;
  bottom: 322px;
}
.hospitals_map_marker_15 {
  width: 247px;
  left: 484px;
  bottom: 108px;
}
.hospitals_map_marker_16 {
  width: 230px;
  left: 256px;
  bottom: 106px;
}
.hospitals_map_marker_17 {
  width: 220px;
  left: 602px;
  bottom: 347px;
}
.hospitals_map_marker_18 {
  width: 195px;
  left: 823px;
  bottom: 347px;
}
.hospitals_map_marker_morges {
  left: 573px;
  bottom: 223px;
  width: 250px;
  height: 35px;
}
.hospitals_map_marker_morges .hospitals_map_icon {
  width: 35px;
  height: 35px;
}
.hospitals_map_marker_1 .hospitals_map_content {
  left: 150px;
}
.hospitals_map_marker_2 .hospitals_map_content {
  left: 70px;
}
.hospitals_map_marker_4 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
  left: 212px;
}
.hospitals_map_marker_4 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_4 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.hospitals_map_marker_4 .hospitals_map_icon {
  margin-left: 15px;
  margin-right: 0;
}
.hospitals_map_marker_5 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.hospitals_map_marker_5 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_6 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.hospitals_map_marker_6 .hospitals_map_icon {
  margin-right: 0;
  margin-left: 15px;
}
.hospitals_map_marker_6 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
  left: 217px;
}
.hospitals_map_marker_6 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_7 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.hospitals_map_marker_7 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_8 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.hospitals_map_marker_8 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_9 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.hospitals_map_marker_9 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_10 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.hospitals_map_marker_10 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_11 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.hospitals_map_marker_11 .hospitals_map_icon {
  margin-right: 0;
  margin-left: 15px;
}
.hospitals_map_marker_11 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
  left: 127px;
}
.hospitals_map_marker_11 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_12 .hospitals_map_content {
  left: 213px;
}
.hospitals_map_marker_12 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.hospitals_map_marker_12 .hospitals_map_icon {
  margin-right: 0;
  margin-left: 15px;
}
.hospitals_map_marker_13 .hospitals_map_content {
  left: 213px;
}
.hospitals_map_marker_13 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.hospitals_map_marker_13 .hospitals_map_icon {
  margin-right: 0;
  margin-left: 15px;
}
.hospitals_map_marker_14 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 13px);
  left: 12px;
}
.hospitals_map_marker_14 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_marker_16 .hospitals_map_content {
  left: 213px;
}
.hospitals_map_marker_16 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.hospitals_map_marker_16 .hospitals_map_icon {
  margin-right: 0;
  margin-left: 15px;
}
.hospitals_map_marker_17 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.hospitals_map_marker_17 .hospitals_map_icon {
  margin-right: 0;
  margin-left: 15px;
}
.hospitals_map_marker_17 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
  left: 217px;
}
.hospitals_map_marker_18 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 13px);
  left: 12px;
}
.hospitals_map_marker_18 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.hospitals_map_icon_holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #ccc;
}
.hospitals_map_icon_holder span {
  font-size: 14px;
  line-height: 1;
}
.banner_slider.owl-carousel .owl-nav {
  position: absolute;
  left: calc(((100% - 1204px) / 2) + 24px);
  top: 90px;
}
.banner_slider.owl-carousel .owl-nav button {
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-color: #F5F5F5;
  margin-right: 1px;
  /*border-radius: 50%;*/
}
.banner_slider.owl-carousel .owl-nav button.disabled {
  opacity: 0.7;
}
.banner_slider.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background-image: url(../images/left_arrow.png);
}
.banner_slider.owl-carousel .owl-nav button.owl-next {
  right: 0;
  background-image: url(../images/right_arrow.png);
}
.banner_slider.owl-carousel .owl-nav button span {
  display: none;
}
.hospitalPhoneBlock {
  margin-bottom: 25px;
}
.hospitalPhoneBlock p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #14243A;
  margin: 15px 0 0;
}
.contactHelpCard .hopitalPhone .hospitalPhoneBlock h4 {
  margin-bottom: 4px;
}
.hospitalPhoneBlock a {
  display: table;
  margin-bottom: 4px;
  line-height: 1;
}
.hospitalPhoneBlock a.find_more {
  padding: 5px 10px;
  line-height: 1;
}
.hospitalPhoneBlock a.find_more.email {
  text-transform: initial;
}
.hospitalPhoneBlock a.find_more:hover {
  text-decoration: none;
}
.hospitalAccordion .info_accordion_box_head h3 {
  font-size: 18px;
}
.hospitalAccordion .info_accordion_arrow {
  width: 25px;
  height: 25px;
}
.hospitalAccordion .info_accordion_arrow i {
  font-size: 20px;
}
.hospitalAccordion .info_accordion_box_head {
  padding: 10px 0;
}
.hospitalAccordion .info_accordion_box_content {
  padding: 10px 0;
}
.vascularSurgeryAboutAccordion.vascularSurgeryAbout .right {
  /*position: relative;*/
  top: 0;
  margin-top: -180px;
}
.vascularSurgeryAboutAccordion.vascularSurgeryAbout .info_accrordion_block {
  margin-bottom: 5px;
}
.content ul {
  margin-bottom: 30px;
}
.content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.content ul li:before { 
  /*content: '-';*/
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 16px;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  display: block;
} 
.content a {
  color: #51BEFB;
}
.card .middle_slider_inside {
  padding-bottom: 60px;
}
.card .middle_slider_inside .owl-nav {
  bottom: -72px;
}
.card .middle_slider_inside .slider_bottom_block {
  bottom: 15px;
}
.card .middle_slider_section {
  margin-top: 50px;
}
.card .middle_slider_section .container-fluid {
  padding: 0;
}
.morges_hospitals_map_block {
  display: none;
}
.morges_map_marker_1 {
  width: 205px;
  left: 283px;
  bottom: 142px;
}
.morges_map_marker_2 {
  left: 482px;
  bottom: 158px;
  width: 220px;
}
.morges_map_marker_3 {
  left: 274px;
  bottom: 114px;
  width: 243px;
}
.morges_map_marker_4 {
  left: 522px;
  bottom: 114px;
  width: 213px;
}
.morges_map_marker_5 {
  left: 524px;
  bottom: 280px;
  width: 206px;
}
.morges_map_marker_6 {
  left: 400px;
  bottom: 438px;
  width: 176px;
}
.morges_map_marker_7 {
  left: 572px;
  bottom: 424px;
}
.morges_map_marker_8{
  left: 549px;
  bottom: 335px;
  width: 190px;
}
.morges_map_marker_1 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.morges_map_marker_1 .hospitals_map_icon {
  margin-left: 15px;
  margin-right: 0;
}
.morges_map_marker_3 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.morges_map_marker_3 .hospitals_map_icon {
  margin-left: 15px;
  margin-right: 0;
}
.morges_map_marker_3 .hospitals_map_content {
  left: 201px;
}
.morges_map_marker_5 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.morges_map_marker_5 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.morges_map_marker_6 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
  left: 164px;
}
.morges_map_marker_6 .hospitals_map_icon_holder {
  flex-direction: row-reverse;
}
.morges_map_marker_6 .hospitals_map_icon {
  margin-left: 15px;
  margin-right: 0;
}
.morges_map_marker_6 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.morges_map_marker_7 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.morges_map_marker_7 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.morges_map_marker_8 .hospitals_map_content {
  bottom: auto;
  top: calc(100% + 15px);
}
.morges_map_marker_8 .hospitals_map_content:after {
  top: -12px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.morges_hospitals_back {
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
  background-color: #fff;
  color: #51BEFB;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  z-index: 3;
}
.morges_hospitals_back:hover {
  background-color: #fff;
}
.morges_hospitals_back i {
  font-size: 20px;
}
.header_popup {
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 0;
  background-color: #fff;
  transition: 0.3s;
  width: 100%;
  z-index: 5;
}
.header_popup .container-fluid {
  width: 100%;
  padding: 0 42px;
}
.header_popup_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_popup_flex figure {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.header_popup_left {
  display: flex;
  flex-wrap: wrap;
  padding-right: 25px;
  width: calc(100% - 191px);
}
.header_popup_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 191px;
}
.header_popup_button {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}
.read_more_btn {
  height: 44px;
  line-height: 44px;
  background-color: #51BEFB;
  border-radius: 6px;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 30px;
  display: block;
  border: 1px solid #51BEFB;
  transition: 0.3s;
}
.read_brdr_btn {
  height: 44px;
  line-height: 44px;
  background-color: #FFFFFF;
  border-radius: 6px;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #51BEFB;
  padding: 0 30px;
  display: block;
  border: 1px solid #d3d3d3;
  transition: 0.3s;
}
.header_popup_content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3px;
}
.header_popup_content p {
  font-size: 15px;
}
.header_popup_button a {
  margin-right: 10px;
}
.header_popup_button a:last-child {
  margin-right: 0;
}
.header_popup_button .read_brdr_btn:hover, .header_popup_button .read_more_btn:hover {
  background-color: #142C51;
  color: #fff;
}
.popup_close_btn {
  color: #51BEFB;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.3s;
}
.popup_close_btn i {
  font-size: 24px;
}
body.vaccination_popup .content_body {
  padding-top: 218px;
}
.orangeBG {
  background-color: #ff5630;
}
.header_popup.orangeBG {
  color: #fff;
}
.header_popup.orangeBG .read_brdr_btn {
  color: #fff;
  border-color: #fff;
  background-color: #ff5630;
}
.header_popup.orangeBG .read_more_btn {
  color: #ff5630;
  background-color: #fff;
  border-color: #ff5630;
}
.header_popup.orangeBG .popup_close_btn i {
  color: #fff;
}
.header_popup.lightBlueBkg {
  /*background-color: rgba(81, 190, 251, 0.2);*/
  background-color: rgba(81, 190, 251, 0.9);
}
.header_popup.orangeBG .read_more_btn:hover {
  background-color: #142C51;
  color: #fff;
}
.header_popup.orangeBG .read_brdr_btn:hover {
  background-color: #142C51;
  color: #fff;
}
.header_popup.orangeBG .popup_close_btn:hover i {
  color: #142C51;
}
.tx-ehc {
  padding: 0 0 70px;
}
.tx-ehc h1 {
  margin-bottom: 40px;
}
.tx-ehc h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 700;
}
.tx-ehc th {
  font-weight: 700;
  font-size: 16px;
  padding: 10px 7px;
}
.tx-ehc td {
  padding: 8px 7px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 500;
}
.tx-ehc td:first-child {
  min-width: 270px;
}
.tx-ehc td:last-child {
  min-width: 180px;
}
.tx-ehc td img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tx-ehc td a {
  display: inline-block;
  vertical-align: middle;
  color: #51BEFB;
}
.tx-ehc td a:hover {
  text-decoration: underline;
}
.news-single .normal_content_flex figure img {
  width: auto;
  margin: 0 auto;
}
.news-backlink-wrap {
  padding: 0 0 60px;
  text-align: center;
}
.news-backlink-wrap .find_more {
  padding: 10px 30px;
}
.page-navigation {
  text-align: center;
  margin-top: 40px;
}
.page-navigation p {
  font-size: 20px;
  display: none;
}
.page-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-navigation ul li {
  margin-right: 10px;
}
.page-navigation ul li:last-child {
  margin-right: 0;
}
.page-navigation ul li a {
  padding: 5px 9px;
  background-color: #eae7e7;
  border-radius: 5px;
}
.page-navigation ul li.current {
  padding: 5px 9px;
}
a.email {
  word-break: break-word;
}
#c992, #c952 {
  padding-top: 0;
}
.page_corpo_header {
  margin-bottom: 40px;
}
.general_section {
  padding: 60px 0;
}
.page_corpo_accordion_section h2 {
  font-size: 48px;
  font-weight: 400;
}
.page_corpo_accordion_section {
  padding-top: 0;
}
.news_content.blocks {
  display: flex;
  flex-wrap: wrap;
}
.news_content.blocks .news_block {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.news_content.blocks {
  margin: 0 -10px;
}
.nav_sub_menu_block .arrow_link {
  font-size: 20px;
}
.nav_sub_menu_holder .tab_accordion_block h3 {
  font-size: 20px;
}
.nav_sub_menu_hospitals_block h4 {
  font-size: 20px;
}
.section_padding {
  padding: 60px 0;
}


/* Ayan CSS */

.nosValeursMain .news_text{
  background-color: #fff;
}
.nosValeursMain .news_text h3, .nosValeursMain .news_text p{
  color: #000;
}

.nosValeursMain.news_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.nosValeursMain.news_content .nosValeursBlock{
  width: 25%;
  padding: 10px 10px;
}
.nosvaleursModal {
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  overflow: auto;
  z-index: 1050;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}
.nosvaleursModal.show{
  right: 0%;
}
.closenosvaleursModal {
  position: absolute;
  left: -40px;
  top: 100px;
  background: #51BEFB;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none !important;
}

.read_more_section .news_text p {  
  min-height: auto; 
}
#c866.ehcBreadcrumb{
  background-position: center bottom;
}
.maintenance_section h1 {
  color: #14243A;
  font-weight: 500;
  margin-bottom: 40px;
}
.maintenance_section p {
  font-size: 23px;
}
.maintenance_section .normal_content_flex {
  padding-right: calc((100% - 1256px) / 2);
}
.maintenance_section .normal_content_flex.reverse {
  padding-left: calc((100% - 1256px) / 2);
  padding-right: 0;
}
.maintenance_section .normal_content_flex figure {
  width: 660px;
}
.maintenance_section .normal_content_flex .content {
  width: calc(100% - 660px);
  padding-left: 72px;
}
.maintenance_section .normal_content_flex.reverse .content {
  padding-left: 0;
  padding-right: 72px;
}
footer.maintenance_footer:after {
  border: none;
}
footer.maintenance_footer .footer_blank {
  background-color: #19548C;
}
footer.maintenance_footer:before {
  background-color: #19548C;
}
footer.maintenance_footer .footer_bottom_content {
  background-color: transparent;
}


body.maintenance_page footer:after {
  border: none;
}
body.maintenance_page footer .footer_blank {
  background-color: #19548C;
}
body.maintenance_page footer:before {
  background-color: #19548C;
}
body.maintenance_page footer .footer_bottom_content {
  background-color: transparent;
}
body.maintenance_page footer .footer_top_content {
  display: none;
}

.maintenance_section .normal_content_flex .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.maintenanceLogo {
  margin-bottom: 60px;
  max-width: 300px;
}
.general_section h2 {
  font-size: 52px;
  line-height: 1;
  font-weight: 400;
}
.maintenance_section {
  min-height: calc(100vh - 100px);
}
.prestaPageAccordion .accordion .card-body {
  margin-bottom: 20px;
}
.prestaPageAccordion .accordion .card-body:last-child {
  margin-bottom: 0;
}
.prestaPageAccordion .accordion .card-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
#c1174 .middle_slider_holder {
  padding-bottom: 0;
  max-width: 950px;
  margin: 0 auto;
}
.info_accordion_box_content table {
  max-width: 100%;
  margin-bottom: 40px;
}
table td {
  padding: 7px;
}
.force-footer {
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
.force-footer figure {
  display: none;
}

.news_slider.owl-carousel .owl-nav button span {
  display: none;
}
.news_slider.owl-carousel .owl-nav button {
  background-color: #fff !important;
}
.news_slider.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/left_arrow.png);
  margin-right: 1px;
}
.news_slider.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/right_arrow.png);
}
.news_slider.owl-carousel .owl-nav button {
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-color: #F5F5F5;
}
.news_slider {
    padding-bottom: 80px;
}
.news_slider .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.card .middle_slider_inside .slider_bottom_block {
  margin-left: 0;
  left: 270px;
}

.page_corpo_header nav, .ehcBreadcrumb nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 0;
}
.breadcrumb_back_btn {
  width: 20px;
  height: 12px;
  display: block;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.breadcrumb_back_btn img {
  width: 100%;
}
.breadcrumb {
  padding: 0;
}
.page_corpo_header .breadcrumb, .ehcBreadcrumb .breadcrumb {
  width: calc(100% - 35px);
}
#c1334 iframe {
  display: none;
}
.header_popup.lightBlueBkg .popup_close_btn {
  color: #fff;
}
.info_accordion_box_content table td {
  border-bottom: 1px solid #ccc;
  padding: 8px 12px; 
}
.info_accordion_box_content table tr:first-child td {
  border-bottom: none;
  padding: 20px 12px;
}
.info_accordion_box_content table {
  margin-top: 40px;
}
#c1334 iframe{
  opacity:0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px !important;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: 500ms;
}
#c1334.popup-show iframe{
  opacity:1;
  visibility: visible;
}
.magazine_iframe_overlay{
  display:block;
  position: fixed;
  opacity:0;
  visibility: hidden;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index:8;
  transition: 500ms;
  background-color: rgba(0, 0, 0, 0.6);
}
.magazine_iframe_overlay.show-overlay{
  opacity:1;
  visibility: visible;
}


/* CSS New 28-02-2022 */

.establishmentsSpecialistsTopContent {
  padding: 0 0 0 74px;
}
.establishmentsSpecialistsTopContent h3 {
  padding-top: 50px;
  border-top: 1px solid #d6d6d6;
}
.establishmentsSpecialistsTopContent p {
  color: #a1a1a1;
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol .establishmentsSpecialistsColInner {
  border: 2px solid #51BEFB;
  border-radius: 10px;
  padding-bottom: 60px;
  overflow: hidden;
  transition: 0.3s;
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol .establishmentsSpecialistsColInner:hover {
  background-color: rgba(81, 190, 251, 0.1);
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol .establishmentsSpecialistsColInner > * {
  padding: 0 10px;
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol .establishmentsSpecialistsColInner > p:last-child {
  bottom: 20px;
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol .establishmentsSpecialistsColInner .imgBlock {
  padding: 0;
  border: 2px solid #fff;
  border-radius: 10px;
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol .establishmentsSpecialistsColInner:hover .imgBlock::before {
  content: normal;
}
.special-doctors .establishmentsSpecialistsCol {
  width: 20%;
}
.special-doctors .establishmentsSpecialistsColInner .imgBlock {
  height: 190px;
}
.establishmentsSpecialistsRow.special-doctors {
  position: relative;
}
.establishmentsSpecialistsRow.special-doctors:after {
  content: '';
  position: absolute;
  left: 87px;
  right: 13px;
  bottom: 0;
  width: calc(100% - 100px);
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-color: #d6d6d6;
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol.no-border .establishmentsSpecialistsColInner {
  border: none;
}
.establishmentsSpecialistsRow:not(.special-doctors) div.establishmentsSpecialistsCol.no-border .establishmentsSpecialistsColInner:hover {
  background-color: transparent;
}
input[type="text"].form-control, input[type="email"].form-control, input[type="tel"].form-control, input[type="password"].form-control, input[type="url"].form-control {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.03em;
  color: #000000;
  height: 48px;
}
input[type="text"].form-control:focus, input[type="email"].form-control:focus, input[type="tel"].form-control:focus, input[type="password"].form-control:focus, input[type="url"].form-control:focus {
  border: 1px solid #51BEFB;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(81, 190, 251, 0.1);
}
.formGroup {
  margin: 0 0 16px;
}
.form-group {
  max-width: 520px;
}
.form-control {
  background: #FFFFFF;
  height: 48px;
}
select.form-control{
  background-image: url(../images/Polygon.png);
  background-position: calc(100% - 15px) calc(1em + 4px);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea.form-control{
  min-height: 232px;
}
.control-label {
  font-size: 18px;
}
.form-navigation button {
  width: 100%;
  max-width: 119px;
  height: 44px;
  background: #51BEFB;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  outline: none;
}

/* CSS New 03-01-2023 */

header {
  transition: 0.3s;
  position: fixed;
}
.header_top_holder .container-fluid {
  padding: 0 0 0 42px;
}
.headerlogo a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.headerlogo a img {
  max-height: 100%;
  object-fit: contain;
}
.header_right {
  width: calc(100% - 325px);
}
.fixedSmallHeader .headerlogo a img {
  height: 35px;
  transition: 0.3s;
}
/*.fixedSmallHeader header {
  box-shadow: 0 0 10px #ccc;
}*/
.fixedHeader header {
  box-shadow: none;
}
.header_top_holder, .header_holder, .headerlogo {
  transition: 0.3s;
}
.fixedSmallHeader .header_top_holder {
  height: 0;
  overflow: hidden;
  border-bottom: none;
}
.fixedSmallHeader .header_holder {
  padding: 0;
  /*border-bottom: none;*/
}
.fixedSmallHeader .headerlogo {
  height: 35px;
  width: 220px;
  margin-left: 42px;
}
.header_holder ul.header_static_links {
  width: 0;
  transition: 0.3s;
  overflow: hidden;
}
.fixedSmallHeader .header_holder .container-fluid {
  padding: 0;
}
.fixedSmallHeader .header_holder ul.header_static_links  {
  width: auto;
  margin-left: 10px;
}
.header_holder ul.header_static_links li a {
  padding: 16px 12px;
  line-height: 1;
  background-color: #FF5630;
  color: #fff !important;
}
.header_top_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.header_ehc_block {
  width: 162px;
}
.header_ehc_block a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #142C51;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}
.header_ehc_block a span {
  /*width: 0;
  height: 0;*/
  display: none;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
  line-height: 1.1;
  margin-left: -20px;
}
.header_holder .header_ehc_block:hover a span {
  display: flex;
  margin-left: 0;
}
.header_ehc_block a i {
  font-size: 19px;
  font-weight: 600;
}
.header_top_block {
  width: calc(100% - 162px);
}
.header_left_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_left_block .header_ehc_block {
  display: none;
  width: auto;
  padding-left: 10px;
}
.fixedSmallHeader .header_left_block {
  position: relative;
}
.fixedSmallHeader .header_left_block .header_ehc_block {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.fixedSmallHeader .header_left_block .header_ehc_block:hover + .headerlogo {
  margin-left: 152px;
}
.fixedSmallHeader .header_left_block .header_ehc_block a i {
  font-size: 30px;
}
.fixedSmallHeader .header_right {
  width: calc(100% - 380px);
}

.news .mediaelement-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.news .mediaelement-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.content_body ul li a:hover
{
  text-decoration: underline;
}
.normal_content_section.one_columntext h1 {
  margin-bottom: 40px !important;
}
.normal_content_section.one_columntext p, .normal_content_section.one_columntext ul {
  font-size: 18px;
  color: #14243A;
}
.news_details_header.with_image {
  padding-bottom: 68px;
}
.news_details_header.without_image {
  padding-bottom: 10px;
}
.news_content_section figure img {
  width: 1204px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.news_content_section figure {
  padding: 0 16px;
}
.news-share-box {
  width: 285px;
  margin: 0 auto;
  padding-bottom: 52px;
}
.news-single .news_text_left {
  width: 100%;
  max-width: 100%;
}



.reset-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.06707 5.56049C3.90083 4.12153 5.22912 3.03461 6.80462 2.50212C8.38013 1.96962 10.0955 2.02785 11.6312 2.66595C13.167 3.30405 14.4185 4.47853 15.1528 5.97072C15.8871 7.4629 16.054 9.17108 15.6226 10.7772C15.1911 12.3833 14.1907 13.7779 12.8075 14.7013C11.4244 15.6247 9.75278 16.0139 8.10399 15.7966C6.4552 15.5792 4.94159 14.7701 3.84499 13.5198C2.74839 12.2695 2.14354 10.6633 2.14307 9.00021' stroke='black' stroke-width='0.857143' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.42857 5.57164H3V2.14307' stroke='black' stroke-width='0.857143' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.news-filter .news-filter__reset {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  flex: auto;
  padding: 0;
  color: #172b4d;
}

.news-filter {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #172b4d;
  line-height: 1.2;
  margin-bottom: 32px;
}

.news-filter--field {
  width: 240px;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  position: relative;
  padding: 5px 16px 4px;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.95487L1.44422 0.5L-5.56255e-08 1.77256L6.5 7.5L13 1.77256L11.5558 0.5L6.5 4.95487Z' fill='%2351BEFB'/%3E%3C/svg%3E%0A")
    no-repeat calc(100% - 14px) center / 14px auto;
  transition: border 0.3s ease;
  cursor: pointer;
}

.news-datepicker__placeholder.news-filter--field {
  width: 166px;
}

.news-filter__item.is-open .news-filter--field {
  border-color: #51befb;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3.04513L11.5558 7.5L13 6.22744L6.5 0.5L1.51752e-08 6.22744L1.44422 7.5L6.5 3.04513Z' fill='%2351BEFB'/%3E%3C/svg%3E%0A")
    no-repeat calc(100% - 14px) center / 14px auto;
}

.news-datepicker {
  width: 100%;
  position: relative;
}

.news-datepicker__popup {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  left: 0;
  border: 1px solid #51befb;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  z-index: 9;
  line-height: 21.7px;
  color: #172b4d;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.news-filter__item.is-open .news-datepicker__popup {
  visibility: visible;
  opacity: 1;
}

.news-datepicker__popup-body {
  display: grid;
  text-align: center;
  padding-top: 8px;
  grid-gap: 8px;
}

.news-datepicker__popup-top {
  position: relative;
}

.news-datepicker__popup-middle {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-datepicker__month {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  transition: color 0.3s ease;
  color: #172b4d;
}

.news-datepicker__month:hover,
.news-datepicker__month.active {
  color: #51befb;
}

.news-datepicker__popup-btn {
  display: flex;
  min-height: 32px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  background-color: rgba(155, 219, 255, 0.5);
  color: #172b4d;
}

.news-datepicker__popup-btn:hover {
  background-color: rgba(155, 219, 255, 1);
}

.swiper-slide {
  background-color: #ffffff;
}

.news-datepicker .news-datepicker__slider-nav-arrow {
  padding: 2px 14px;
  position: absolute;
  top: 0;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.news-datepicker .news-datepicker__slider-nav-arrow[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}

.news-datepicker__slider-nav-arrow.arrow-prev {
  left: 0;
}

.news-datepicker__slider-nav-arrow.arrow-next {
  right: 0;
}

.news-datepicker__slider-nav-arrow svg {
  pointer-events: none;
}
.news-datepicker__popup-body input, .news-datepicker__popup-bottom input {
  display: none;
}
@media (max-width: 992px) {
  .news-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    grid-gap: 20px;
  }

  .news-datepicker__placeholder.news-filter--field,
  .news-filter--field {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news-filter {
    grid-gap: 8px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .news_page_section .news_top_content {
    padding-right: 120px;
  }

  .news_top_content {
    margin-bottom: 16px;
  }

  .news-filter .news-filter__reset {
    position: absolute;
    right: 0;
    top: -62px;
    white-space: nowrap;
  }

  .news_section {
    padding: 10px 0 60px;
  }
}

@media (max-width: 380px) {
  .content_body .news_section h1 {
    font-size: 26px;
  }

  .news-filter .news-filter__reset {
    top: -56px;
  }
}
