* {
  box-sizing: border-box;
}
body {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: -0.36px;
  font-family: ars-maquette-web, sans-serif;
  color: var(--black-color);
}
:root {
  --blue-color:#242474;
  --blue-light-color:#1D70BC;
  --sky-blue-color:#51A3D9;
  --orange-color:#E37F3A;
}
h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  letter-spacing: -1.2px;
  font-family: ars-maquette-web, sans-serif;
  color: var(--blue-color);
}
h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: ars-maquette-web, sans-serif;
  color: var(--blue-color);
}
h3 {
  font-family: ars-maquette-web, sans-serif;
}
h4 {
  font-family: ars-maquette-web, sans-serif;
}
h5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.46px;
  color: var(--blue-color);
  font-family: ars-maquette-web, sans-serif;
}
h6 {
  font-family: ars-maquette-web, sans-serif;
}
p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: -0.36px;
  font-family: ars-maquette-web, sans-serif;
  color: var(--blue-color);
}
.h-animation, .header .header_search, .header .header_search .form-control, .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after, .accordion .card .card-header:before, .media_filter .media_filter_inner .select_box .ui-selectmenu-button .ui-selectmenu-icon, .header_wak .header_search_wak, .header_wak .header_search_wak .form-control, .media_filter_wak .media_filter_inner_wak .select_box_wak .ui-selectmenu-button .ui-selectmenu-icon, .leader-nav .slick-slide, h1, .heading_1, h2, h3, h4, h5, h6, p, a, button, img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  font-size: 16px;
  padding: 9px 62px 12px;
  font-weight: 300;
  line-height: inherit;
  font-family: ars-maquette-web, sans-serif;
  border: 1px solid transparent;
  letter-spacing: -0.32px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  box-shadow: none !important;
}
.btn.btn-lg {
  padding: 15px 30px 12px;
}
.btn.btn-sm {
  padding: 8px 30px 11px;
}
.btn.btn-primary {
  background-color: var(--blue-light-color);
  border-color: var(--blue-light-color);
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #4A8CC9 !important;
  border-color: #4A8CC9 !important;
}
.btn.btn-secondary {
  background-color: var(--blue-light-color);
  border-color: var(--blue-light-color);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: #1d70bc !important;
  border-color: #1d70bc !important;
}
.btn.btn-purple {
  background-color: #914099;
  border-color: #914099;
  color: #fff;
}
.btn.btn-light-purple {
  background-color: #D8ABDD;
  border-color: #D8ABDD;
  color: #fff;
}
.btn.btn-light-blue {
  background-color: #9FD1F0;
  border-color: #9FD1F0;
  color: #fff;
}
.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0px;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .header .top_head {
    display: none;
  }
}
.header .top_head .top_inner {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.header.inner_header {
  background: transparent linear-gradient(248deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
}
.header .header_search {
  position: relative;
  max-width: 354px;
  width: 100%;
  float: right;
  justify-content: flex-end;
}
.header .header_search .form-control {
  width: 110px;
  background-color: transparent;
  border: 0px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-left: 15px;
  padding-right: 40px;
  box-shadow: none;
}
.header .header_search .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.header .header_search .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.header .header_search .form-control::placeholder {
  color: #fff;
}
.header .header_search:hover .form-control, .header .header_search:focus .form-control {
  width: 100%;
  background-color: rgba(248, 248, 250, 0.2);
}
.header .header_search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .head_link ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.header .head_link ul li {
  padding: 0px 10px;
  position: relative;
}
.header .head_link ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 9px;
}
.header .head_link ul li:last-child:before {
  display: none;
}
.header .head_link ul li:first-child {
  padding-left: 0px;
}
.header .head_link ul li a {
  color: #E2E2E3;
  font-size: 14px;
}
.header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-brand img {
    max-width: 150px;
  }
}
.header .navbar .navbar-nav .nav-item {
  position: relative;
}
.header .navbar .navbar-nav .nav-item.show .nav-link.dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header .navbar .navbar-nav .nav-item:hover .dropdown-menu, .header .navbar .navbar-nav .nav-item:focus .dropdown-menu {
  display: block;
}
.header .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after, .header .navbar .navbar-nav .nav-item:focus .dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  margin: 0;
  border: 0px;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: var(--blue-light-color);
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-family: ars-maquette-web, sans-serif;
  font-weight: 300;
  padding-left: 18px;
  padding-right: 18px;
}
.header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  border: 0;
  width: 10px;
  height: 10px;
  background: url("../images/arrow-down-white.svg") no-repeat;
  background-size: 10px;
  background-position: center;
  top: 5px;
  position: relative;
}
.header .navbar-toggler {
  border: 0px;
  outline: none;
}
.header .navbar-toggler .navbar-togglers {
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 7px;
  display: block;
}
.header .navbar-toggler .navbar-togglers:last-child {
  margin-bottom: 0px;
}
.header .navbar-collapse.collapse.show, .header .navbar-collapse.collapsing {
  display: none !important;
}
.home_slider {
  padding-top: 200px;
  padding-bottom: 130px;
  overflow: hidden;
  background: transparent linear-gradient(-116deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
  position: relative;
  height: 714px;
  /*&:after{
		content:'';
		width:100%;
		height:200px;
		background:url('../images/curve_1.svg') no-repeat;
		background-position: bottom center;
    	background-size: 100%;
		position:absolute;
		left:0;
		bottom:0;
	}*/
}
@media screen and (max-width: 767px) {
  .home_slider {
    padding-top: 144px;
    padding-bottom: 144px;
    min-height: 546px;
  }
}
.home_slider .hm_layer {
  position: absolute;
  width: 104%;
  bottom: 0;
  left: -2%;
}
.home_slider:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
}
.home_slider .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: left;
}
.home_slider .carousel-caption h1 {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home_slider .carousel-caption h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
.home_slider .carousel-caption p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home_slider .carousel-caption p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
  }
}
.home_slider .carousel-indicators {
  bottom: 65px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .home_slider .carousel-indicators {
    bottom: 30px;
  }
}
.home_slider .carousel-indicators li {
  width: 11px;
  height: 11px;
  opacity: 0.16;
  border: 2px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: transparent;
  margin-left: 5px;
  margin-right: 5px;
}
.home_slider .carousel-indicators li.active {
  background-color: #fff;
  opacity: 0.75;
}
.home_slider .carousel_img {
  position: absolute;
  right: -200px;
  bottom: -150px;
}
@media screen and (max-width: 991px) {
  .home_slider .carousel_img {
    right: -40%;
  }
}
@media screen and (max-width: 767px) {
  .home_slider .carousel_img {
    right: -150px;
    width: 300px;
    height: 300px;
    bottom: -24px;
  }
}
.banner_video_inner {
  position: relative;
  background: #183b47;
  background: linear-gradient(90deg, #183b47 0%, #0069a9 50%, #183b47 100%);
}
.banner_video_inner:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #183b47;
  background: linear-gradient(0deg, rgba(24, 59, 71, 0) 0%, rgba(24, 59, 71, 0.4) 100%);
}
.banner_video_inner.text {
  overflow: hidden;
}
.banner_video_inner.text:before {
  height: 100%;
  background: #183b47;
  background: linear-gradient(0deg, rgba(24, 59, 71, 0.4) 0%, rgba(24, 59, 71, 0.4) 100%);
}
.home_banner_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
}
@media screen and (min-width: 1600px) {
  .home_banner_video {
    width: 1600px;
    margin: 0 auto;
    padding-bottom: 900px;
  }
}
.home_banner_video:after {
  content: "";
  width: 101vw;
  height: 100%;
  background: url(../images/curve_3.svg) no-repeat;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background-position: bottom center;
  background-size: 100%;
}
.home_banner_video a.scroll-down-button {
  position: absolute;
  bottom: 30px;
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.4;
  left: 50%;
  translate: -50%;
  border-radius: 100%;
  border: none;
  display: flex;
  cursor: pointer;
  transition: all 0.4s;
}
.home_banner_video a.scroll-down-button:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .home_banner_video a.scroll-down-button {
    width: 40px;
    height: 40px;
    bottom: 12px;
  }
}
.home_banner_video a.scroll-down-button img {
  width: 30%;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
  top: 2px;
  position: relative;
}
.home_banner_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_banner_video .home_video_caption {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  z-index: 1;
}
.home_banner_video .home_video_caption h1 {
  margin-bottom: 50px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .home_banner_video .home_video_caption h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home_banner_video .home_video_caption h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .text .home_banner_video {
    max-width: none;
    width: 250%;
    left: -75%;
    padding-bottom: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .text .home_banner_video {
    width: 100%;
    padding-bottom: 800px;
  }
}
.news_media {
  position: relative;
  overflow: hidden;
}
.news_media .news_media_inner {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news_media .news_media_inner {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.news_media.white_media .news_media_inner {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .news_media.white_media .news_media_inner {
    padding-top: 50px;
  }
}
.news_media.blue_media {
  padding-top: 110px;
}
@media screen and (max-width: 575px) {
  .news_media.blue_media {
    padding-top: 70px;
  }
}
.news_media.blue_media:before {
  content: "";
  width: 200%;
  height: 600px;
  position: absolute;
  background-color: #e2f1f7;
  top: 0;
  left: -36%;
  border-radius: 130% 100% 0 0;
  -webkit-border-radius: 130% 100% 0 0;
  -moz-border-radius: 130% 100% 0 0;
  -ms-border-radius: 130% 100% 0 0;
  -o-border-radius: 130% 100% 0 0;
}
@media screen and (max-width: 575px) {
  .news_media.blue_media:before {
    width: 220%;
    left: -50%;
    border-radius: 120% 120% 0 0;
    -webkit-border-radius: 120% 120% 0 0;
    -moz-border-radius: 120% 120% 0 0;
    -ms-border-radius: 120% 120% 0 0;
    -o-border-radius: 120% 120% 0 0;
  }
}
.news_media.blue_media .news_media_inner {
  background-color: #e2f1f7;
  position: relative;
}
.news_media.blue_media .news_media_inner .media_card {
  background-color: #fff;
}
.media_slider {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 35px;
}
.media_slider .slick-slide {
  padding: 0px 8px;
}
.hgroup {
  border-bottom: 1px solid var(--blue-color);
  padding-bottom: 30px;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hgroup {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.hgroup h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .hgroup h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.media_card {
  border: 0px;
  border-radius: 0px;
  background-color: rgba(226, 226, 227, 0.2);
}
.media_card .card_img img {
  height: 170px;
  object-fit: cover;
}
.media_card .card-body {
  padding: 13px 15px 15px 15px;
}
.media_card .card-body h5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  font-weight: 400;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.media_card .card-body p {
  color: #85868A;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  font-weight: 400;
}
.media_card .card-body p.days {
  font-size: 14px;
  font-weight: 500;
  color: #273343;
}
a.btn_read {
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
a.btn_read:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: center;
  right: 0;
  top: 6px;
  background-size: 7px;
}
.our_purpose {
  padding-top: 104px;
  padding-bottom: 420px;
  background-color: #E2F1F7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our_purpose {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 575px) {
  .our_purpose {
    padding-bottom: 120px;
  }
}
.our_purpose:after {
  content: "";
  width: 100%;
  height: 200px;
  background: url("../images/curve_2.svg") no-repeat;
  background-position: center top;
  background-size: 130%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .our_purpose:after {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .our_purpose:after {
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .our_purpose:after {
    height: 70px;
  }
}
.our_purpose:before {
  content: "";
  width: 780px;
  height: 780px;
  position: absolute;
  left: 40%;
  top: 20px;
  background: url(../images/swirls.svg) no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .our_purpose:before {
    width: 354px;
    height: 354px;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
  }
}
.purpose_gray {
  padding-top: 146px;
  padding-bottom: 146px;
  background-color: #f8f8fa;
  position: relative;
  min-height: 790px;
}
@media screen and (max-width: 767px) {
  .purpose_gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .purpose_gray {
    padding-bottom: 480px;
    overflow: hidden;
  }
}
.purpose_gray .purpose_img {
  position: absolute;
  width: 733px;
  height: 778px;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  background: url("../images/swirl-2.svg") no-repeat;
  background-position: center;
  background-size: 120%;
}
@media screen and (max-width: 1366px) {
  .purpose_gray .purpose_img {
    left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .purpose_gray .purpose_img {
    width: 533px;
    height: 533px;
  }
}
@media screen and (max-width: 767px) {
  .purpose_gray .purpose_img {
    position: relative;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 575px) {
  .purpose_gray .purpose_img {
    position: absolute;
    bottom: 0;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.purpose_gray .purpose_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 432px;
  height: 432px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .purpose_gray .purpose_img img {
    width: 300px;
    height: 300px;
  }
}
.purpose_gray.right_side_img .purpose_img {
  left: initial;
  right: 100px;
}
@media screen and (max-width: 1366px) {
  .purpose_gray.right_side_img .purpose_img {
    left: initial;
    right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .purpose_gray.right_side_img .purpose_img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.purpose_img img {
  width: 497px;
  height: 497px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .purpose_img img {
    width: 397px;
    height: 397px;
  }
}
@media screen and (max-width: 767px) {
  .purpose_img img {
    width: 226px;
    height: 226px;
    margin: 0px auto 84px;
  }
}
.our_purpose_content h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .our_purpose_content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.our_purpose_content h3 {
  color: var(--blue-color);
}
.our_purpose_content p {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .our_purpose_content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.our_group {
  background-color: #f8f8fa;
}
.hgroup_1 {
  margin-bottom: 15px;
}
.hgroup_1 h2 {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .hgroup_1 h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.group_card {
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 10px;
}
.group_card a {
  text-decoration: none;
}
.group_card .card_img {
  overflow: hidden;
}
.group_card .card_img img {
  height: 257px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .group_card .card_img img {
    height: 145px;
  }
}
.group_card .card-body {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .group_card .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.group_card .card-body h5 {
  margin-bottom: 4px;
  font-size: 23px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .group_card .card-body h5 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 2px;
  }
}
.group_card .card-body p {
  font-size: 15px;
  line-height: 18px;
  color: var(--blue-color);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .group_card .card-body p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
  }
}
.group_card:hover .card_img img {
  transform: scale(1.1);
}
.group_card:hover .card-body a h5 {
  text-decoration: underline;
}
.contacts {
  padding-top: 60px;
  background-color: #f8f8fa;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .contacts {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.conts_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.conts_list ul li {
  display: flex;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .conts_list ul li {
    margin-bottom: 20px;
  }
}
.conts_list ul li .conts_icon {
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
}
.conts_list ul li .conts_content {
  padding-left: 17px;
}
.conts_list ul li .conts_content p {
  margin-bottom: 0px;
  color: var(--sky-blue-color);
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.36px;
  font-weight: 500;
  word-break: break-all;
}
.conts_list ul li .conts_content p small {
  color: #85868A;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-weight: 400;
}
.conts_list ul li .conts_content p a {
  word-break: break-all;
  color: var(--sky-blue-color);
  text-decoration: none;
  font-weight: 400;
}
.footer {
  padding-top: 90px;
  padding-bottom: 72px;
  background: transparent linear-gradient(116deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .footer_logo {
  margin-bottom: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    max-width: 188px;
  }
}
.footer_link h5 {
  font-size: 24px;
  line-height: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 300;
  padding-bottom: 14px;
  margin-bottom: 17px;
}
.footer_link ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer_link ul li a {
  font-family: ars-maquette-web, sans-serif;
  color: #fff;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.28px;
}
.social_footer {
  padding-bottom: 20px;
}
.social_footer ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.social_footer ul li {
  padding-right: 15px;
}
.copyright {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright p {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.28px;
  margin-bottom: 0px;
}
.footer_bt_link {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .footer_bt_link {
    border-top: 0px;
    padding-top: 8px;
  }
}
.footer_bt_link ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer_bt_link ul {
    justify-content: flex-start;
  }
}
.footer_bt_link ul li {
  padding: 0px 15px;
  position: relative;
}
.footer_bt_link ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 8px;
  background-color: #fff;
}
.footer_bt_link ul li:last-child {
  padding-right: 0px;
}
.footer_bt_link ul li:last-child:before {
  display: none;
}
.footer_bt_link ul li:first-child {
  padding-left: 0px;
}
.footer_bt_link ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer_bt_link ul li a {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
.inner_slider {
  margin-top: 175px;
  margin-bottom: -60px;
  border-radius: 0px;
  position: relative;
  padding-top: 174px;
  padding-bottom: 296px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inner_slider {
    margin-top: 80px;
    padding-bottom: 90px;
  }
}
.inner_slider:after {
  content: "";
  min-width: 1400px;
  width: 200%;
  height: 800px;
  background-color: #f8f8fa;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .inner_slider:after {
    width: 180%;
    height: 740px;
  }
}
@media screen and (max-width: 420px) {
  .inner_slider:after {
    width: 220%;
    height: 720px;
  }
}
.inner_slider.inner_white_curve:after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .inner_slider h1 {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -0.9px;
  }
}
.inner_slider .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .inner_slider .breadcrumb {
    margin-bottom: 10px;
  }
}
.inner_slider .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.28px;
}
.inner_slider .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.inner_slider .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.inner_slider .container {
  position: relative;
}
.inner_slider .container h1 {
  color: #fff;
}
.inner_slider .container p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 36px;
}
.inner_slider.history_banner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 235px;
  padding-bottom: 160px;
  background: transparent linear-gradient(-116deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inner_slider.history_banner {
    padding-top: 222px;
    padding-bottom: 80px;
  }
}
.inner_slider.history_banner .hs_layer {
  position: absolute;
  width: 104%;
  bottom: 0;
  left: -2%;
}
.inner_slider.history_banner:after {
  /* content: '';
			width: 101%;
		    width: 100vw;
		    height: 100%;
		    background: url(../images/curve_1.svg) no-repeat;
		    bottom: 0;
		    border-radius: 0;
		    background-position: bottom center;
		    background-size: 100%;
		    @media screen and (max-width: $break-medium) {
		    	height:50px;
		    }*/
  display: none;
}
.inner_slider.history_banner:before {
  background: url(../images/evolution_healthcare.svg) no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 500px;
  height: 500px;
  bottom: -150px;
  right: 100px;
  opacity: 1;
  left: inherit;
  top: inherit;
}
@media screen and (max-width: 1200px) {
  .inner_slider.history_banner:before {
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .inner_slider.history_banner:before {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .inner_slider.history_banner:before {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -150px;
  }
}
.inner_slider.history_banner .jumbr:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.inner_slider.history_banner p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.4px;
  font-weight: 500;
}
.core_value {
  maring-top: 60px;
}
@media screen and (max-width: 767px) {
  .core_value {
    margin-top: 50px;
  }
}
.core_value.core_gray {
  background-color: #f8f8fa;
}
.value_col {
  padding-top: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .value_col {
    margin-bottom: 34px;
  }
}
.value_col .value_icon {
  margin-bottom: 30px;
}
.value_col .value_content h5 {
  color: var(--sky-blue-color);
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .value_col .value_content h5 {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.36px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .value_col .value_content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.value_col.glance_col p {
  font-weight: 500;
}
.glance {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .glance {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .glance .value_col .value_content h5 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.44px;
  }
}
@media screen and (max-width: 767px) {
  .glance .value_col .value_content p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.strategic_theme {
  padding-top: 66px;
  padding-bottom: 116px;
}
@media screen and (max-width: 767px) {
  .strategic_theme {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.strategic_theme h2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .strategic_theme h2 {
    margin-bottom: 30px;
  }
}
.strategic_theme h5 {
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .strategic_theme h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 767px) {
  .strategic_theme p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.our_team {
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our_team {
    padding-top: 70px;
  }
}
.our_team:before {
  content: "";
  width: 200%;
  height: 600px;
  position: absolute;
  background-color: #e2f1f7;
  top: 0;
  left: -36%;
  border-radius: 130% 100% 0 0;
  -webkit-border-radius: 130% 100% 0 0;
  -moz-border-radius: 130% 100% 0 0;
  -ms-border-radius: 130% 100% 0 0;
  -o-border-radius: 130% 100% 0 0;
}
@media screen and (max-width: 767px) {
  .our_team:before {
    width: 220%;
    left: -50%;
    border-radius: 120% 120% 0 0;
    -webkit-border-radius: 120% 120% 0 0;
    -moz-border-radius: 120% 120% 0 0;
    -ms-border-radius: 120% 120% 0 0;
    -o-border-radius: 120% 120% 0 0;
  }
}
.our_team .our_team_inner {
  padding-top: 20px;
  padding-bottom: 108px;
  background-color: #E2F1F7;
}
@media screen and (max-width: 767px) {
  .our_team .our_team_inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .our_team .our_team_inner p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.team_img img {
  width: 498px;
  height: 498px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .team_img img {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .team_img img {
    width: 330px;
    height: 330px;
  }
}
.board_directors {
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}
.board_directors .hgroup {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .board_directors .hgroup {
    margin-bottom: 20px;
  }
}
.team_leaderpic {
  width: 270px;
  height: 270px;
  display: flex;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .team_leaderpic {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 420px) {
  .team_leaderpic {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 375px) {
  .team_leaderpic {
    width: 140px;
    height: 140px;
  }
}
.team_leaderpic img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  margin: auto;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .team_leaderpic img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 420px) {
  .team_leaderpic img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 375px) {
  .team_leaderpic img {
    width: 100px;
    height: 100px;
  }
}
.slick-current .team_leaderpic img {
  width: 270px;
  height: 270px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .slick-current .team_leaderpic img {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 420px) {
  .slick-current .team_leaderpic img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 375px) {
  .slick-current .team_leaderpic img {
    width: 140px;
    height: 140px;
  }
}
.leader-nav {
  min-height: 270px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .leader-nav {
    min-height: 230px;
  }
}
@media screen and (max-width: 420px) {
  .leader-nav {
    min-height: 180px;
  }
}
@media screen and (max-width: 420px) {
  .leader-nav {
    min-height: 140px;
  }
}
.leader-nav .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 1;
  margin: auto;
}
.team_col {
  margin-bottom: 20px;
}
.team_col .team_icon {
  margin-bottom: 42px;
}
.team_col .team_icon img {
  width: 267px;
  height: 267px;
  object-fit: cover;
}
.team_col .team_content h4 {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
  font-weight: 700;
  color: var(--blue-color);
}
.team_col .team_content p {
  margin-bottom: 23px;
}
.team_col .team_content p.subtitle {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--sky-blue-color);
}
.team-social_icon ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.team-social_icon ul li {
  padding-right: 15px;
}
.history_time {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .history_time {
    margin-top: 60px;
  }
}
.history_time .hgroup_1 {
  margin-bottom: 0px;
}
.page_found {
  padding-top: 80px;
  padding-bottom: 205px;
}
@media screen and (max-width: 767px) {
  .page_found {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}
.page_found h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page_found h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.develp_inner {
  padding: 0px 30px 130px 30px;
  border-bottom: 1px solid #242474;
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .develp_inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .develp_inner {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
.develp_content h4 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
  color: var(--blue-color);
  font-weight: 500;
}
.develp_content p {
  color: #85868A;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 47px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .develp_content p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }
}
.comun_develop {
  padding-top: 50px;
}
.comun_develop .hgroup_1 {
  padding-bottom: 76px;
  border-bottom: 1px solid var(--blue-color);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .comun_develop .hgroup_1 {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.events {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .events {
    padding-top: 140px;
  }
}
.events h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .events h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.events_content h4 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.48px;
  color: var(--sky-blue-color);
  font-weight: 400;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .events_content h4 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    margin-bottom: 36px;
  }
}
.events_content p {
  color: #85868A;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 767px) {
  .events_content p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 767px) {
  .event_side {
    margin-bottom: 50px;
  }
}
.event_side .event_inner {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .event_side .event_inner {
    padding-bottom: 0px;
  }
}
.event_side .event_inner h4 {
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 30px;
  color: var(--blue-color);
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--blue-color);
}
@media screen and (max-width: 767px) {
  .event_side .event_inner h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.event_side .event_inner p {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: -0.44px;
  color: var(--sky-blue-color);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .event_side .event_inner p {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
  }
}
.event_side .event_inner p a {
  color: var(--sky-blue-color);
  text-decoration: none;
}
.faq {
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 20px;
  }
}
.faq h2 {
  color: var(--orange-color);
}
@media screen and (max-width: 767px) {
  .faq h2 {
    border-bottom: 1px solid #85868A;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
  }
}
.accordion .card {
  border-radius: 0px;
  border: 0px solid;
  border-bottom: 1px solid #85868A !important;
}
.accordion .card .card-header {
  cursor: pointer;
  background-color: transparent;
  border-color: #85868A;
  color: var(--blue-color);
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.46px;
  font-weight: 500;
  padding: 36px 25px 36px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion .card .card-header {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    padding: 20px 25px 20px 0px;
  }
}
.accordion .card .card-header:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-down.svg") no-repeat;
  background-position: center;
  right: 0;
  top: 40px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .accordion .card .card-header:before {
    top: 33px;
  }
}
.accordion .card .card-header.collapsed:before {
  transform: rotate(0deg);
}
.accordion .card .card-body {
  padding: 40px 0px;
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .accordion .card .card-body {
    padding: 20px 0px;
  }
}
.resource_download {
  padding-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .resource_download {
    padding-bottom: 50px;
  }
}
.resource_download h2 {
  color: var(--orange-color);
}
@media screen and (max-width: 767px) {
  .resource_download h2 {
    border-bottom: 1px solid #85868A;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
  }
}
.resource_download .resource_inner {
  position: relative;
  border-bottom: 1px solid #85868A;
}
.resource_download .resource_inner a {
  position: absolute;
  right: 0;
  top: 36px;
}
@media screen and (max-width: 767px) {
  .resource_download .resource_inner a {
    top: 27px;
  }
}
.resource_download .resource_inner p {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.46px;
  font-weight: 500;
  padding: 36px 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .resource_download .resource_inner p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    padding: 20px 25px 20px 0px;
  }
}
.search_res {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .search_res {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.search_inner {
  position: relative;
}
.search_inner .form-control {
  border: 1px solid #E2E2E3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 68px;
  padding: 23px 22px;
  color: var(--blue-color);
  font-weight: 500;
  font-size: 18px;
  box-shadow: none;
}
.search_inner .form-control::-webkit-input-placeholder {
  /* Edge */
  color: var(--blue-color);
}
.search_inner .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--blue-color);
}
.search_inner .form-control::placeholder {
  color: var(--blue-color);
}
.search_inner .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  padding: 0px;
}
.search_results .search_cad {
  display: flex;
  margin-bottom: 30px;
}
.search_results .search_cad .search_img {
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .search_results .search_cad .search_img {
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    max-width: 68px;
  }
}
.search_results .search_cad .search_img img {
  height: 130px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .search_results .search_cad .search_img img {
    height: 68px;
  }
}
.search_results .search_cad .search_content {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .search_results .search_cad .search_content {
    padding-left: 10px;
  }
}
.search_results .search_cad .search_content h5 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .search_results .search_cad .search_content h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 767px) {
  .search_results .search_cad .search_content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.search_bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .search_bottom {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.custom_pagination .page-item .page-link {
  border: 0px;
  font-size: 15px;
  color: var(--blue-color);
  letter-spacing: -0.3px;
  font-weight: 700;
  padding: 0px 5px;
  box-shadow: none;
}
.custom_pagination .page-item .page-link:hover, .custom_pagination .page-item .page-link:focus {
  background-color: transparent;
}
.btn_f {
  font-size: 15px;
  color: var(--blue-color);
  letter-spacing: -0.3px;
  font-weight: 500;
  position: relative;
}
.btn_f.back_btn {
  padding-left: 37px;
}
.btn_f.back_btn:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/arrow-right-orange.svg) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.btn_f.next_btn {
  padding-right: 37px;
}
.btn_f.next_btn:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/arrow-right-orange.svg) no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
.media_filter {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .media_filter {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.media_filter h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .media_filter h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.media_filter .media_filter_inner {
  background-color: rgba(226, 241, 247, 0.25);
  border: 1px solid rgba(226, 226, 227, 0.25);
  padding: 20px 20px 5px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.media_filter .media_filter_inner .form-control {
  opacity: 0.5;
  background-color: transparent;
}
.media_filter .media_filter_inner label {
  font-weight: 500;
  color: var(--blue-color);
}
.media_filter .media_filter_inner label a {
  color: #85868A;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: -0.28px;
}
.media_filter .media_filter_inner .alm-filter--search .btn {
  width: 48px;
  height: 36px;
}
.media_filter .media_filter_inner .select_box .ui-selectmenu-button {
  border: 1px solid #E2E2E3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 36px;
  background-color: transparent;
  font-size: 16px;
  color: var(--blue-color);
  font-weight: 500;
  font-family: ars-maquette-web, sans-serif;
  outline: none;
  width: 100%;
}
.media_filter .media_filter_inner .select_box .ui-selectmenu-button .ui-selectmenu-icon {
  background: url("../images/arrow-down.svg") no-repeat;
  background-position: center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  top: 2px;
}
.media_filter .media_filter_inner .select_box .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  transform: rotate(180deg);
}
.ui-widget.ui-widget-content {
  border: 1px solid #E2E2E3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}
.intro_video {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .intro_video {
    padding-bottom: 50px;
  }
}
.intro_video h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .intro_video h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.intro_video .video_inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  height: 440px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner {
    height: 340px;
  }
}
@media screen and (max-width: 420px) {
  .intro_video .video_inner {
    height: 190px;
  }
}
.intro_video .video_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, #0069A921 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
  opacity: 0.3;
}
.intro_video .video_inner .video_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}
.intro_video .video_inner .video_caption .video_icon {
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
  max-width: 82px;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_icon {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
  }
}
.intro_video .video_inner .video_caption .video_content {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_content {
    padding-left: 10px;
  }
}
.intro_video .video_inner .video_caption .video_content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_content h5 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
    margin-bottom: 5px;
  }
}
.intro_video .video_inner .video_caption .video_content p {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_content p {
    font-size: 12px;
    line-height: 14px;
  }
}
.hospital_tab {
  padding-bottom: 16px;
}
.hospital_tab .nav {
  position: relative;
  z-index: 1;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 575px) {
  .hospital_tab .nav {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.hospital_tab .nav .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 575px) {
  .hospital_tab .nav .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.hospital_tab .nav .nav-item .nav-link {
  background-color: rgba(226, 226, 227, 0.2);
  padding: 56px 22px 5px 22px;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .hospital_tab .nav .nav-item .nav-link {
    padding: 30px 10px 15px 10px;
  }
}
.hospital_tab .nav .nav-item .nav-link.active {
  background-color: #E2F1F7;
}
.hospital_tab .nav .nav-item .nav-link.active:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -45px;
}
.hospital_tab .nav .nav-item .nav-link.active:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 22px solid #E2F1F7;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -32px;
}
.hospital_tab .nav .nav-item .nav-link .ho_logo {
  margin-bottom: 38px;
}
.hospital_tab .nav .nav-item .nav-link .ho_content p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .hospital_tab .nav .nav-item .nav-link .ho_content p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
  }
}
.hospital_tab .tab-content {
  padding-top: 10px;
}
.hospital_tab .tab-content .tab-pane {
  background-color: #F8F8FA;
  padding: 46px 20px 40px 30px;
}
@media screen and (max-width: 991px) {
  .hospital_tab .tab-content .tab-pane {
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hospital_tab .tab-content .tab-pane {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.hospital_tab .tab-content .tab-pane .hp_content h5 {
  color: #3A6EB2;
  font-weight: 700;
  margin-bottom: 0px;
}
.hospital_tab .tab-content .tab-pane .hp_content .conts_list ul li {
  width: 100%;
  padding-bottom: 13px;
  padding-top: 13px;
  margin-bottom: 0px;
  border-bottom: 1px solid #E2E2E3;
}
@media screen and (max-width: 767px) {
  .hospital_tab .tab-content .tab-pane .hp_content .conts_list ul li {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.hospital_tab .tab-content .tab-pane .hp_content .conts_list ul li:last-child {
  border-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .hospital_tab .tab-content .tab-pane .hp_content .conts_list ul li .conts_content p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.24px;
  }
}
@media screen and (max-width: 767px) {
  .hospital_tab .tab-content .tab-pane .hp_content .conts_list ul li .conts_content p small {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
.client_log {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .client_log {
    padding-bottom: 0px;
  }
}
.client_log .row {
  margin-right: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  .client_log .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.client_log .row [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .client_log .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.client_col {
  background-color: #F9F9FA;
  padding: 40px 25px 5px 25px;
}
@media screen and (max-width: 767px) {
  .client_col {
    padding: 30px 10px 15px 10px;
  }
}
.client_col .client_logo {
  margin-bottom: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .client_col .client_logo {
    margin-bottom: 30px;
  }
}
.client_col .client_content p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .client_col .client_content p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
  }
}
.special_urg {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .special_urg {
    padding-bottom: 15px;
  }
}
.special_urg .special_urg_inner {
  padding-bottom: 35px;
}
.special_urg .special_urg_inner h5 {
  font-weight: 700;
  color: var(--blue-light-color);
}
.special_urg .special_urg_inner h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.28px;
  color: var(--blue-color);
  margin-bottom: 5px;
}
.special_urg .special_urg_inner .special_side h6 {
  font-weight: 500;
}
.special_urg .special_urg_inner .special_side a {
  color: var(--blue-color);
  font-weight: 500;
  text-decoration: underline;
}
.history_timeline {
  padding-bottom: 130px;
}
.history_timeline .history_inner:first-child ul li:first-child:before {
  content: "";
  width: 2px;
  height: 20px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background-color: #fff;
  position: absolute;
  left: 210px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .history_timeline .history_inner:first-child ul li:first-child:before {
    left: 8px;
  }
}
.history_inner {
  position: relative;
  padding-bottom: 20px;
}
.history_inner:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--blue-color);
  position: absolute;
  left: 210px;
}
@media screen and (max-width: 767px) {
  .history_inner:before {
    left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .history_inner .history_img {
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .history_inner:last-child .history_img {
    margin-bottom: 0px;
  }
}
.history_inner h6 {
  color: var(--sky-blue-color);
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.36px;
  padding-right: 10px;
}
.history_inner ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.history_inner ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .history_inner ul li {
    padding-left: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .history_inner ul li:last-child {
    padding-bottom: 0px;
  }
}
.history_inner ul li:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background-color: var(--blue-color);
  position: absolute;
  left: 210px;
  top: 5px;
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .history_inner ul li:after {
    left: 8px;
  }
}
.history_inner ul li p {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .history_inner ul li p {
    padding-left: 0px;
  }
}
.history_inner ul li .history_times {
  display: flex;
}
@media screen and (max-width: 767px) {
  .history_inner ul li .history_times {
    flex-wrap: wrap;
  }
}
.history_inner ul li .history_times .history_years {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .history_inner ul li .history_times .history_years {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
/* Resets */
.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* -------------------------------- 
  
  Main Components 
  
  -------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .cd-events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--blue-color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .cd-events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .cd-events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .cd-eventsa:hover::after {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}
.cd-horizontal-timeline .cd-events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .cd-events a.selected::after {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}
.cd-horizontal-timeline .cd-events a.older-event::after {
  border-color: var(--blue-color);
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/arrow-right.svg) no-repeat 0 0;
  background-size: contain;
  background-position: 5px 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: var(--blue-color);
  background-position: -5px 0px;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  opacity: 0.5;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content li img {
  display: block;
  width: 800px;
  height: 500px;
  object-fit: cover;
  margin: 0 auto 20px;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.current_currency {
  padding-top: 102px;
  padding-bottom: 60px;
  background-color: rgba(226, 226, 227, 0.5);
}
@media screen and (max-width: 767px) {
  .current_currency {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.current_currency h2 {
  padding-top: 38px;
}
@media screen and (max-width: 767px) {
  .current_currency h2 {
    padding-top: 0px;
    font-size: 30px;
    letter-spacing: -0.6px;
  }
}
.current_currency .select_box label {
  color: var(--blue-color);
  font-weight: 500;
  padding-left: 10px;
}
.current_currency .select_box .ui-selectmenu-button {
  background-color: #fff;
  height: 68px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  padding: 23px 32px;
  color: var(--blue-color);
  font-weight: 500;
  border: 0px;
  font-family: ars-maquette-web, sans-serif;
  outline: none;
}
.current_currency .select_box .ui-selectmenu-button .ui-selectmenu-icon {
  background: url("../images/arrow-down.svg") no-repeat;
  width: 18px;
  height: 22px;
  background-position: center !important;
}
.vacancies_inner {
  border-bottom: 1px solid #85868A;
  padding-top: 28px;
  padding-bottom: 28px;
}
.vacancies_inner:first-child {
  border-top: 1px solid #85868A;
}
.vacancies_inner h5 {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.46px;
}
.vacancies_inner p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: var(--blue-color);
}
.vacancies_inner p strong {
  font-weight: 700;
}
.vacancies_inner a.view {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: var(--orange-color);
  padding-right: 20px;
  position: relative;
}
.vacancies_inner a.view:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url("../images/arrow-right-orange.svg") no-repeat;
  background-position: center;
  right: 0;
  top: -1px;
  position: absolute;
}
.vacancies_regester {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .vacancies_regester {
    padding-top: 54px;
    padding-bottom: 50px;
  }
}
.people_cols {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .people_cols {
    flex-wrap: wrap;
  }
}
.people_cols .people_cols_img {
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.people_cols .people_cols_img img {
  height: 190px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_img img {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .people_cols .people_cols_img img {
    height: 145px;
  }
}
.people_cols .people_cols_content {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_content {
    padding-left: 0px;
  }
}
.people_cols .people_cols_content h5 {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.46px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_content h5 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.32px;
    font-weight: 500;
    margin-bottom: 2px;
  }
}
.people_cols .people_cols_content p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.3px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_content p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
    margin-bottom: 30px;
  }
}
.people_saying {
  padding-bottom: 60px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .people_saying {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.people_saying .hgroup_1 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .people_saying .hgroup_1 {
    margin-bottom: 30px;
  }
}
.people_saying .hgroup_1 h2 {
  border-bottom: 1px solid var(--blue-color);
  padding-bottom: 30px;
  margin-bottom: 28px;
}
.make_enquiry {
  background-color: #E2F1F7;
  padding-top: 125px;
  padding-bottom: 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .make_enquiry {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.make_enquiry:before {
  content: "";
  width: 100%;
  height: 200px;
  background: url(../images/curve_1.svg) no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.make_enquiry .hgroup {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .make_enquiry .hgroup {
    margin-bottom: 20px;
  }
}
.make_enquiry .form-group {
  margin-bottom: 27px;
}
.make_enquiry .form-group label {
  font-weight: 500 !important;
  color: var(--blue-color);
}
.make_enquiry .form-group .form-control {
  opacity: 0.5;
  height: 60px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.make_enquiry .form-group textarea.form-control {
  height: 180px;
}
.make_enquiry .ginput_container_fileupload .form-control {
  padding-top: 15px;
}
.single_media {
  padding-top: 40px;
}
.single_media .single_media_img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single_media .single_media_img {
    margin-bottom: 10px;
  }
}
.single_media .single_media_img img {
  height: 400px;
  object-fit: cover;
}
.single_media_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single_media_head {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .single_media_head h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.single_media_head p {
  color: var(--blue-light-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.28px;
}
.single_media_head .team-social_icon ul {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .single_media_head .team-social_icon ul {
    justify-content: flex-start;
  }
}
.single_media_head .team-social_icon ul li {
  padding-right: 0px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .single_media_head .team-social_icon ul li {
    padding-left: 0px;
    padding-right: 15px;
  }
}
.single_media_head .team-social_icon ul li img {
  width: 46px;
}
.single_media_content p {
  padding: 0px 6%;
  color: #85868A;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .single_media_content p {
    padding: 0px;
    font-size: 16px;
    line-height: 22px;
  }
}
.single_media_content blockquote {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  color: #3A6EB2;
  font-weight: 400;
  font-style: italic;
  padding: 25px 0px;
}
@media screen and (max-width: 767px) {
  .single_media_content blockquote {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}
.hospital_se {
  background-color: #e2f1f7;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  /*&:before{
		content: '';
	    width: 100%;
	    height: 200px;
	    background: url(../images/curve_1.svg) no-repeat;
	    background-position: bottom center;
	    background-size: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    transform: rotate(180deg);
    }*/
}
@media screen and (max-width: 767px) {
  .hospital_se {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .hospital_se {
    padding-bottom: 480px;
    overflow: hidden;
  }
}
.hospital_se .hp_layer {
  position: absolute;
  width: 104%;
  top: -2px;
  left: -2%;
  transform: rotate(180deg);
}
.hospital_se h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hospital_se h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
  }
}
.hospital_se .purpose_img {
  position: absolute;
  width: 733px;
  height: 778px;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  background: url(../images/swirl-3.svg) no-repeat;
  background-position: center;
  background-size: 120%;
}
@media screen and (max-width: 1366px) {
  .hospital_se .purpose_img {
    left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .hospital_se .purpose_img {
    width: 533px;
    height: 533px;
  }
}
@media screen and (max-width: 767px) {
  .hospital_se .purpose_img {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .hospital_se .purpose_img {
    position: absolute;
    bottom: 0;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hospital_se .purpose_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 432px;
  height: 432px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .hospital_se .purpose_img img {
    width: 300px;
    height: 300px;
  }
}
.register_modal .modal-content {
  border: 0;
  border-radius: 0;
}
.register_modal .modal-body {
  padding: 50px;
}
.register_modal .modal-body button.close {
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: 300;
  font-size: 36px;
  opacity: 1;
  outline: none;
}
.register_modal .modal-body label {
  font-weight: 500;
  color: var(--blue-color);
}
.register_modal .modal-body .form-control {
  opacity: 0.5;
  height: 48px;
  border-radius: 0px;
  border: 1px solid #E2E2E3;
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
}
.ie-notice {
  display: none;
  background: #e37f3a;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  left: 20px;
  padding: 20px 30px;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-weight: 500;
  max-width: 400px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-notice {
    display: block;
  }
}
/*wakfield start*/
/*header start*/
.header_wak {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .header_wak {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .header_wak .top_head_wak {
    display: none;
  }
}
.header_wak .top_head_wak .top_inner_wak {
  border-bottom: 1px solid var(--blue-color);
  padding-bottom: 6px;
}
.header_wak .top_head_wak .top_inner_wak .btn {
  font-size: 12px;
  letter-spacing: -0.24px;
  padding: 2px 20px 2px;
}
.header_wak.inner_header_wak {
  background: transparent linear-gradient(248deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
}
.header_wak .header_search_wak {
  position: relative;
  width: 100px;
  float: right;
  justify-content: flex-end;
}
.header_wak .header_search_wak:hover, .header_wak .header_search_wak:focus {
  width: 354px;
}
@media screen and (max-width: 991px) {
  .header_wak .header_search_wak:hover, .header_wak .header_search_wak:focus {
    width: 280px;
  }
}
.header_wak .header_search_wak .form-control {
  width: 100px;
  background-color: transparent;
  border: 0px;
  height: 44px;
  line-height: 44px;
  color: var(--blue-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-left: 15px;
  padding-right: 30px;
  box-shadow: none;
}
.header_wak .header_search_wak .form-control::-webkit-input-placeholder {
  /* Edge */
  color: var(--blue-color);
}
.header_wak .header_search_wak .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--blue-color);
}
.header_wak .header_search_wak .form-control::placeholder {
  color: var(--blue-color);
}
.header_wak .header_search_wak:hover .form-control, .header_wak .header_search_wak:focus .form-control {
  width: 100%;
  background-color: rgba(248, 248, 250, 0.2);
}
.header_wak .header_search_wak .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_wak .header_search_wak .btn img {
  width: 12px;
}
.header_wak .head_link_wak ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.header_wak .head_link_wak ul li {
  padding: 0px 10px;
  position: relative;
}
.header_wak .head_link_wak ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--blue-color);
  position: absolute;
  right: 0;
  top: 9px;
}
.header_wak .head_link_wak ul li:last-child:before {
  display: none;
}
.header_wak .head_link_wak ul li:first-child {
  padding-left: 0px;
}
.header_wak .head_link_wak ul li a {
  color: var(--blue-color);
  font-size: 16px;
}
.header_wak .navbar {
  padding-top: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .header_wak .navbar {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.header_wak .navbar .navbar-brand img {
  max-width: 180px;
  height: 100px;
}
@media screen and (max-width: 991px) {
  .header_wak .navbar .navbar-brand img {
    max-width: 150px;
  }
}
.header_wak .navbar .navbar-nav .nav-item .nav-link {
  color: var(--blue-color);
  font-size: 20px;
  letter-spacing: -0.4px;
  font-family: ars-maquette-web, sans-serif;
  font-weight: 300;
  padding-left: 13px;
  padding-right: 13px;
}
.header_wak .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  border: 0;
  width: 10px;
  height: 10px;
  background: url("../images/arrow-down-blue.svg") no-repeat;
  background-size: 10px;
  top: 7px;
  position: relative;
}
.header_wak .navbar-toggler {
  border: 0px;
  outline: none;
  padding: 0px;
}
.header_wak .navbar-toggler .navbar-togglers {
  width: 28px;
  height: 2px;
  background-color: var(--blue-color);
  margin-bottom: 5px;
  display: block;
}
.header_wak .navbar-toggler .navbar-togglers:last-child {
  margin-bottom: 0px;
}
.header_wak .navbar-collapse.collapse.show, .header_wak .navbar-collapse.collapsing {
  display: none !important;
}
/*header end*/
.home_slider_wak {
  padding-top: 230px;
  padding-bottom: 230px;
  overflow: hidden;
  background: transparent linear-gradient(-116deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_slider_wak {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}
.home_slider_wak:after {
  content: "";
  width: 101%;
  height: 200px;
  background: url("../images/curve_1.svg") no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin-right: -10px;
  margin-left: -2px;
}
.home_slider_wak:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.home_slider_wak .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: left;
}
.home_slider_wak .carousel-caption h1 {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home_slider_wak .carousel-caption h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
.home_slider_wak .carousel-caption p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home_slider_wak .carousel-caption p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
}
.home_slider_wak .carousel-indicators {
  bottom: 40px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .home_slider_wak .carousel-indicators {
    bottom: 30px;
  }
}
.home_slider_wak .carousel-indicators li {
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: transparent;
  margin-left: 3px;
  margin-right: 3px;
}
.home_slider_wak .carousel-indicators li.active {
  background-color: #fff;
  opacity: 1;
}
.home_slider_wak .carousel_img {
  position: absolute;
  right: -200px;
  bottom: -150px;
}
@media screen and (max-width: 991px) {
  .home_slider_wak .carousel_img {
    right: -40%;
  }
}
@media screen and (max-width: 767px) {
  .home_slider_wak .carousel_img {
    right: -150px;
    width: 300px;
    height: 300px;
    bottom: -24px;
  }
}
.ligh_blue_wak {
  background-color: #E2F1F7;
}
.welcome {
  padding-top: 128px;
  padding-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .welcome {
    padding-top: 70px;
    padding-bottom: 44px;
  }
}
.welcome h2 {
  margin-bottom: 44px;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .welcome h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
}
.welcome p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .welcome p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.welcome .btns {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .welcome .btns {
    padding-top: 30px;
  }
}
.welcome .btns .btn {
  margin: 0px 20px 30px 20px;
}
@media screen and (max-width: 767px) {
  .welcome .btns .btn {
    font-size: 20px;
    letter-spacing: -0.4px;
    padding: 16px 30px 16px;
  }
}
.news_media_wak {
  position: relative;
  overflow: hidden;
}
.news_media_wak .news_media_inner_wak {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news_media_wak .news_media_inner_wak {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.news_media_wak.white_media_wak .news_media_inner_wak {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .news_media_wak.white_media_wak .news_media_inner_wak {
    padding-top: 50px;
  }
}
.news_media_wak.blue_media_wak {
  padding-top: 110px;
}
@media screen and (max-width: 575px) {
  .news_media_wak.blue_media_wak {
    padding-top: 70px;
  }
}
.news_media_wak.blue_media_wak:before {
  content: "";
  width: 200%;
  height: 600px;
  position: absolute;
  background-color: #e2f1f7;
  top: 0;
  right: -17%;
  border-radius: 130% 100% 0 0;
  -webkit-border-radius: 130% 100% 0 0;
  -moz-border-radius: 130% 100% 0 0;
  -ms-border-radius: 130% 100% 0 0;
  -o-border-radius: 130% 100% 0 0;
}
@media screen and (max-width: 575px) {
  .news_media_wak.blue_media_wak:before {
    width: 220%;
    left: -50%;
    border-radius: 120% 120% 0 0;
    -webkit-border-radius: 120% 120% 0 0;
    -moz-border-radius: 120% 120% 0 0;
    -ms-border-radius: 120% 120% 0 0;
    -o-border-radius: 120% 120% 0 0;
  }
}
.news_media_wak.blue_media_wak .news_media_inner_wak {
  background-color: #e2f1f7;
  position: relative;
}
.news_media_wak.blue_media_wak .news_media_inner_wak .media_card_wak {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news_media_wak.blue_media_wak .news_media_inner_wak .hgroup_wak {
    border: 0px;
  }
}
.news_media_wak.blue_media_wak .news_media_inner_wak a.btn_read_wak {
  font-size: 20px;
  letter-spacing: -0.4px;
  padding-right: 20px;
}
.news_media_wak.blue_media_wak .news_media_inner_wak a.btn_read_wak:before {
  top: 5px;
  background-size: 7px;
}
.media_slider_wak {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 35px;
}
.media_slider_wak .slick-slide {
  padding: 0px 8px;
}
.hgroup_wak {
  border-bottom: 1px solid var(--blue-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hgroup_wak {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.hgroup_wak h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .hgroup_wak h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.hgroup_wak a.btn_read_wak {
  font-size: 20px;
  letter-spacing: -0.4px;
  position: relative;
  padding-right: 20px;
}
.hgroup_wak a.btn_read_wak:before {
  top: 6px;
  background-size: 7px;
}
.media_card_wak {
  border: 0px;
  border-radius: 0px;
  background-color: #F9F9FA;
}
.media_card_wak .card_img_wak img {
  height: 170px;
  object-fit: cover;
}
.media_card_wak .card-body {
  padding: 13px 15px 20px 15px;
}
.media_card_wak .card-body h5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.media_card_wak .card-body h6 {
  color: var(--blue-color);
  font-size: 17px;
  letter-spacing: -0.34px;
  line-height: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .media_card_wak .card-body h6 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.44px;
  }
}
@media screen and (max-width: 767px) {
  .media_card_wak .card-body a.btn_read {
    font-size: 19px;
    letter-spacing: -0.5px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .media_card_wak .card-body a.btn_read:before {
    width: 15px;
    height: 16px;
    background-size: 6px;
    top: 6px;
  }
}
.media_card_wak .card-body p {
  color: var(--blue-color);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .media_card_wak .card-body p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
  }
}
.media_card_wak .card-body p.days {
  font-size: 14px;
  font-weight: 500;
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .media_card_wak .card-body p.days {
    margin-bottom: 10px;
  }
}
a.btn_read_wak {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
  position: relative;
  padding-right: 12px;
  border-bottom: 1px solid var(--blue-color);
}
a.btn_read_wak:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: center;
  right: 0;
  top: 3px;
  background-size: 5px;
}
.our_purpose_wak {
  padding-top: 104px;
  padding-bottom: 420px;
  background-color: #E2F1F7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our_purpose_wak {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 575px) {
  .our_purpose_wak {
    padding-bottom: 120px;
  }
}
.our_purpose_wak:after {
  content: "";
  width: 100%;
  height: 200px;
  background: url("../images/curve_2.svg") no-repeat;
  background-position: center top;
  background-size: 130%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .our_purpose_wak:after {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .our_purpose_wak:after {
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .our_purpose_wak:after {
    height: 70px;
  }
}
.our_purpose_wak:before {
  content: "";
  width: 780px;
  height: 780px;
  position: absolute;
  left: 40%;
  top: 20px;
  background: url(../images/swirls.svg) no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .our_purpose_wak:before {
    width: 354px;
    height: 354px;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
  }
}
.purpose_gray_wak {
  padding-top: 146px;
  padding-bottom: 146px;
  background-color: #f8f8fa;
  position: relative;
  min-height: 790px;
}
@media screen and (max-width: 767px) {
  .purpose_gray_wak {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .purpose_gray_wak {
    padding-bottom: 480px;
    overflow: hidden;
  }
}
.purpose_gray_wak .purpose_img {
  position: absolute;
  width: 733px;
  height: 778px;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  background: url("../images/swirl-2.svg") no-repeat;
  background-position: center;
  background-size: 120%;
}
@media screen and (max-width: 1366px) {
  .purpose_gray_wak .purpose_img {
    left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .purpose_gray_wak .purpose_img {
    width: 533px;
    height: 533px;
  }
}
@media screen and (max-width: 767px) {
  .purpose_gray_wak .purpose_img {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .purpose_gray_wak .purpose_img {
    position: absolute;
    bottom: 0;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.purpose_gray_wak .purpose_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 432px;
  height: 432px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .purpose_gray_wak .purpose_img img {
    width: 300px;
    height: 300px;
  }
}
.purpose_img_wak img {
  width: 497px;
  height: 497px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .purpose_img_wak img {
    width: 397px;
    height: 397px;
  }
}
@media screen and (max-width: 767px) {
  .purpose_img_wak img {
    width: 226px;
    height: 226px;
    margin: 0px auto 84px;
  }
}
.our_purpose_content_wak h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .our_purpose_content_wak h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.our_purpose_content_wak h3 {
  color: var(--blue-color);
}
.our_purpose_content_wak p {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .our_purpose_content_wak p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
a.find_btn_wak {
  font-size: 20px;
  letter-spacing: -0.4px;
  position: relative;
  padding-right: 20px;
  color: var(--blue-color);
  font-weight: 500;
  border-bottom: 1px solid var(--blue-color);
  text-decoration: none;
}
a.find_btn_wak:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: center;
  right: 0;
  top: 6px;
  background-size: 7px;
}
.our_group_wak {
  background-color: rgba(226, 241, 247, 0.74);
  padding-top: 118px;
  padding-bottom: 178px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our_group_wak {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
.our_group_wak:before {
  content: "";
  width: 140%;
  height: 800px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .our_group_wak:before {
    width: 180%;
    height: 740px;
  }
}
.our_group_wak .hgroup_wak_1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .our_group_wak .hgroup_wak_1 h2 {
    margin-bottom: 10px;
  }
}
.our_group_wak .hgroup_wak_1 h2.black {
  color: #000000;
}
.hgroup_wak_1 {
  margin-bottom: 15px;
}
.hgroup_wak_1 h2 {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .hgroup_wak_1 h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.group_card_wak {
  border: 0px;
  border-radius: 0px;
  background-color: #fff;
}
.group_card_wak a {
  text-decoration: none;
}
.group_card_wak .card_img_wak img {
  height: 214px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .group_card_wak .card_img_wak img {
    height: 145px;
  }
}
@media screen and (max-width: 375px) {
  .group_card_wak .card_img_wak img {
    height: 92px;
  }
}
.group_card_wak .card-body {
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .group_card_wak .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.group_card_wak .card-body h5 {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .group_card_wak .card-body h5 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 2px;
  }
}
.group_card_wak .card-body p {
  font-size: 15px;
  line-height: 18px;
  color: var(--blue-color);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .group_card_wak .card-body p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
  }
}
.contacts_wak {
  padding-top: 60px;
  background-color: #f8f8fa;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .contacts_wak {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacts_wak .hgroup_wak {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 66px;
    text-align: center;
  }
}
.map_g_wak iframe {
  width: 100%;
  height: 243px;
}
.conts_list_wak .conts_ma_wak {
  display: flex;
  margin-bottom: 35px;
  /*padding-right:20px;*/
}
@media screen and (max-width: 767px) {
  .conts_list_wak .conts_ma_wak {
    margin-bottom: 30px;
  }
}
.conts_list_wak .conts_ma_wak .conts_icon_wak {
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
}
.conts_list_wak .conts_ma_wak .conts_content_wak {
  padding-left: 17px;
}
.conts_list_wak .conts_ma_wak .conts_content_wak p {
  margin-bottom: 0px;
  color: var(--blue-color);
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.36px;
  font-weight: 500;
  word-break: break-all;
  /*@media screen and (max-width: $break-medium) {
					font-size:24px;
					line-height:29px;
					letter-spacing:-0.48px;
				}*/
}
.conts_list_wak .conts_ma_wak .conts_content_wak p small {
  color: var(--blue-color);
  font-size: 14px;
  letter-spacing: -0.28px;
  font-weight: 400;
  /*@media screen and (max-width: $break-medium) {
						font-size:24px;
						line-height:29px;
						letter-spacing:-0.48px;
					}*/
}
.conts_list_wak .conts_ma_wak .conts_content_wak p a {
  word-break: break-all;
  color: var(--blue-color);
  text-decoration: none;
}
/*footer start*/
.footer_wak {
  padding-top: 60px;
  padding-bottom: 40px;
  background: transparent linear-gradient(116deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
}
.footer_wak .footer_logo_wak {
  margin-bottom: 35px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_wak .footer_logo_wak {
    max-width: 188px;
  }
}
.footer_wak .footer_logo_wak img {
  width: 150px;
}
.footer_link_wak h5 {
  font-size: 18px;
  line-height: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: -0.36px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 16px;
}
.footer_link_wak ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer_link_wak ul li a {
  font-family: ars-maquette-web, sans-serif;
  color: #fff;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.28px;
}
.footer_link_wak .conts_ma_wak {
  margin-bottom: 15px;
}
.footer_link_wak .conts_ma_wak .conts_icon_wak {
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
}
.footer_link_wak .conts_ma_wak .conts_icon_wak img {
  width: 25px;
}
.footer_link_wak .conts_ma_wak .conts_content_wak {
  padding-left: 13px;
}
.footer_link_wak .conts_ma_wak .conts_content_wak p {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.24px;
  word-break: initial;
}
.social_footer_wak {
  padding-bottom: 15px;
}
.social_footer_wak .evo_logo {
  background-color: #fff;
  border-radius: 18px;
  display: inline-block;
  padding: 6px 18px;
  max-width: 180px;
}
.social_footer_wak ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.social_footer_wak ul li {
  padding-right: 15px;
}
.copyright_wak {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright_wak p {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.28px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .copyright_wak p {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 24px;
  }
}
.footer_bt_link_wak {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .footer_bt_link_wak {
    border-top: 0px;
    padding-top: 8px;
  }
}
.footer_bt_link_wak ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer_bt_link_wak ul {
    justify-content: flex-start;
  }
}
.footer_bt_link_wak ul li {
  padding: 0px 15px;
  position: relative;
}
.footer_bt_link_wak ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 8px;
  background-color: #fff;
}
.footer_bt_link_wak ul li:last-child {
  padding-right: 0px;
}
.footer_bt_link_wak ul li:last-child:before {
  display: none;
}
.footer_bt_link_wak ul li:first-child {
  padding-left: 0px;
}
.footer_bt_link_wak ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer_bt_link_wak ul li a {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
/*footer end*/
.inner_slider_wak {
  margin-bottom: 0px;
  border-radius: 0px;
  position: relative;
  padding-top: 174px;
  padding-bottom: 296px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inner_slider_wak {
    padding-bottom: 120px;
    padding-top: 332px;
  }
}
.inner_slider_wak:after {
  content: "";
  width: 140%;
  height: 800px;
  background-color: #f8f8fa;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .inner_slider_wak:after {
    width: 180%;
    height: 740px;
  }
}
@media screen and (max-width: 420px) {
  .inner_slider_wak:after {
    width: 220%;
    height: 720px;
  }
}
@media screen and (max-width: 767px) {
  .inner_slider_wak.bottom_revers_wak {
    margin-top: 0px;
  }
}
.inner_slider_wak.bottom_revers_wak:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0px;
  z-index: 1;
  border-radius: 0;
}
.inner_slider_wak.bottom_revers_wak .in_layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
}
.inner_slider_wak.inner_white_curve_wak:after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .inner_slider_wak h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
}
.inner_slider_wak .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .inner_slider_wak .breadcrumb {
    margin-bottom: 10px;
  }
}
.inner_slider_wak .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.28px;
}
.inner_slider_wak .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.inner_slider_wak .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.inner_slider_wak .container {
  position: relative;
}
.inner_slider_wak .container h1 {
  color: #fff;
}
.inner_slider_wak .container h2 {
  color: #fff;
  font-weight: 300;
}
.inner_slider_wak .container p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 36px;
}
.inner_slider_wak.history_banner_wak {
  margin-top: 0px;
  padding-top: 220px;
  padding-bottom: 280px;
  background: transparent linear-gradient(-116deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .inner_slider_wak.history_banner_wak {
    padding-top: 222px;
    padding-bottom: 80px;
  }
}
.inner_slider_wak.history_banner_wak:after {
  content: "";
  width: 140%;
  height: 800px;
  background-color: #f8f8fa;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .inner_slider_wak.history_banner_wak:after {
    width: 180%;
    height: 740px;
  }
}
@media screen and (max-width: 420px) {
  .inner_slider_wak.history_banner_wak:after {
    width: 220%;
    height: 720px;
  }
}
.inner_slider_wak.history_banner_wak.inner_white_curve_wak:after {
  background-color: #fff;
}
.inner_slider_wak.history_banner_wak:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(-116deg, #0069A9 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
  opacity: 0.3;
}
.inner_slider_wak.history_banner_wak p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.4px;
  font-weight: 500;
}
.core_value {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .core_value {
    padding-top: 50px;
  }
}
.core_value.core_gray {
  background-color: #f8f8fa;
}
.value_col {
  padding-top: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .value_col {
    margin-bottom: 34px;
  }
}
.value_col .value_icon {
  margin-bottom: 30px;
}
.value_col .value_content h5 {
  color: var(--sky-blue-color);
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .value_col .value_content h5 {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.36px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .value_col .value_content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.value_col.glance_col p {
  font-weight: 500;
}
.glance {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .glance {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .glance .value_col .value_content h5 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.44px;
  }
}
@media screen and (max-width: 767px) {
  .glance .value_col .value_content p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.strategic_theme {
  padding-top: 66px;
  padding-bottom: 116px;
}
@media screen and (max-width: 767px) {
  .strategic_theme {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.strategic_theme h2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .strategic_theme h2 {
    margin-bottom: 30px;
  }
}
.strategic_theme h5 {
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .strategic_theme h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 767px) {
  .strategic_theme p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.our_team {
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our_team {
    padding-top: 70px;
  }
}
.our_team:before {
  content: "";
  width: 200%;
  height: 600px;
  position: absolute;
  background-color: #e2f1f7;
  top: 0;
  left: -36%;
  border-radius: 130% 100% 0 0;
  -webkit-border-radius: 130% 100% 0 0;
  -moz-border-radius: 130% 100% 0 0;
  -ms-border-radius: 130% 100% 0 0;
  -o-border-radius: 130% 100% 0 0;
}
@media screen and (max-width: 767px) {
  .our_team:before {
    width: 220%;
    left: -50%;
    border-radius: 120% 120% 0 0;
    -webkit-border-radius: 120% 120% 0 0;
    -moz-border-radius: 120% 120% 0 0;
    -ms-border-radius: 120% 120% 0 0;
    -o-border-radius: 120% 120% 0 0;
  }
}
.our_team .our_team_inner {
  padding-top: 20px;
  padding-bottom: 108px;
  background-color: #E2F1F7;
}
@media screen and (max-width: 767px) {
  .our_team .our_team_inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .our_team .our_team_inner p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.team_img img {
  width: 498px;
  height: 498px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .team_img img {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .team_img img {
    width: 330px;
    height: 330px;
  }
}
.board_directors_wak {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .board_directors_wak {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .board_directors_wak .media_filter_wak {
    padding-bottom: 0px;
  }
}
.board_directors_wak.current_bord_wak {
  padding-bottom: 0px;
}
.board_directors_wak.current_bord_wak .media_filter_inner_wak {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .board_directors_wak.current_bord_wak .media_filter_inner_wak h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
  }
}
.board_directors_wak .hgroup_wak {
  margin-bottom: 110px;
  border-bottom: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .board_directors_wak .hgroup_wak {
    margin-bottom: 20px;
  }
}
.board_directors_wak .hgroup_wak h2 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .board_directors_wak .hgroup_wak h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
}
.team_col_wak {
  background-color: #fff;
  padding: 20px 30px 37px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.team_col_wak .team_icon_wak {
  margin-bottom: 28px;
}
.team_col_wak .team_icon_wak img {
  max-width: 170px;
  Orange Brand Circleeight: 170px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border: #f7f7f7 1px solid;
}
@media screen and (max-width: 575px) {
  .team_col_wak .team_icon_wak img {
    max-width: 243px;
    Orange Brand Circleeight: 243px;
  }
}
.team_col_wak .team_content_wak h4 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.4px;
  margin-bottom: 13px;
  font-weight: 500;
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .team_col_wak .team_content_wak h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.team_col_wak .team_content_wak p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .team_col_wak .team_content_wak p {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 40px;
  }
}
.team_col_wak .team_content_wak p.subtitle {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--sky-blue-color);
}
.team-social_icon_wak ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.team-social_icon_wak ul li {
  padding-right: 15px;
}
.history_time_wak {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .history_time_wak {
    padding-top: 72px;
  }
}
.history_time_wak .hgroup_wak_1 {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .history_time_wak .hgroup_wak_1 {
    margin-bottom: 20px;
  }
}
.history_time_wak .hgroup_wak_1 p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  .history_time_wak .hgroup_wak_1 p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.page_found {
  padding-top: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_found {
    padding-top: 60px;
    padding-bottom: 78px;
  }
}
.page_found h2 {
  margin-bottom: 50px;
}
.develp_inner_wak {
  padding: 110px 0px 110px 0px;
}
@media screen and (max-width: 767px) {
  .develp_inner_wak {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
.develp_inner_wak.devlop_faq {
  padding-bottom: 0px;
  padding-top: 50px;
}
.curve_bottom_wak {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .curve_bottom_wak {
    padding-bottom: 20px;
  }
}
.curve_bottom_wak:before {
  content: "";
  width: 140%;
  height: 800px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .curve_bottom_wak:before {
    width: 180%;
    height: 740px;
  }
}
.light_blue_wak {
  background-color: rgba(226, 241, 247, 0.74);
}
.light_gray_wak {
  background-color: rgba(248, 248, 250, 0.74);
}
.circle_img_wak img {
  width: 376px;
  height: 376px;
  object-fit: cover;
}
.wake_team_wak {
  background-color: #eaf5f9;
  padding-top: 96px;
  padding-bottom: 50px;
}
.wake_team_wak h2 {
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .wake_team_wak h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.subs {
  margin-bottom: 70px;
}
.develp_content_wak .btn.btn-lg {
  font-size: 16px;
  padding: 22px 38px 22px;
}
@media screen and (max-width: 575px) {
  .develp_content_wak .btn.btn-lg {
    padding: 12px 38px 12px;
  }
}
.develp_content_wak h4 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
  color: var(--blue-color);
  font-weight: 500;
}
.develp_content_wak h3 {
  font-size: 30px;
  line-height: 36px;
  color: var(--blue-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--blue-color);
}
.develp_content_wak h2 {
  margin-bottom: 60px;
}
.develp_content_wak h2.border_bottom {
  border-bottom: 1px solid var(--blue-color);
  padding-bottom: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .develp_content_wak h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 40px;
  }
}
.develp_content_wak p {
  color: var(--blue-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 55px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .develp_content_wak p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
    margin-bottom: 40px;
  }
}
.events {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .events {
    padding-top: 140px;
  }
}
.events h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .events h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.events_content h4 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.48px;
  color: var(--sky-blue-color);
  font-weight: 400;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .events_content h4 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    margin-bottom: 36px;
  }
}
.events_content p {
  color: #85868A;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 767px) {
  .events_content p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 767px) {
  .event_side {
    margin-bottom: 50px;
  }
}
.event_side .event_inner {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .event_side .event_inner {
    padding-bottom: 0px;
  }
}
.event_side .event_inner h4 {
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 30px;
  color: var(--blue-color);
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--blue-color);
}
@media screen and (max-width: 767px) {
  .event_side .event_inner h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.event_side .event_inner p {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: -0.44px;
  color: var(--sky-blue-color);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .event_side .event_inner p {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
  }
}
.event_side .event_inner p a {
  color: var(--sky-blue-color);
  text-decoration: none;
}
.faq {
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 20px;
  }
}
.faq h2 {
  color: var(--orange-color);
}
@media screen and (max-width: 767px) {
  .faq h2 {
    border-bottom: 1px solid #85868A;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
  }
}
.accredition {
  padding-top: 88px;
  padding-bottom: 60px;
}
.accredition .accordion .card .card-header {
  color: var(--blue-color);
}
.accredition .accordion .card .card-body {
  color: var(--blue-color);
}
.accordion_wak h2 {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .accordion_wak h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 28px;
  }
}
.accordion_wak.faq_p_wak {
  padding-top: 20px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .accordion_wak.faq_p_wak {
    padding-bottom: 54px;
  }
}
.accordion_wak.faq_p_wak h2 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--blue-color);
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .accordion_wak.faq_p_wak h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    padding-bottom: 22px;
  }
}
.accordion_wak .card {
  border-radius: 0px;
  border: 0px solid;
  border-bottom: 1px solid #FAFAFA !important;
  background-color: #FAFAFA;
  margin-bottom: 22px;
}
.accordion_wak .card .card-header {
  cursor: pointer;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  font-weight: 500;
  padding: 25px 52px 25px 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion_wak .card .card-header {
    padding-left: 20px;
  }
}
.accordion_wak .card .card-header .btn_plus {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 30px;
  position: absolute;
  top: 24px;
  right: 18px;
}
.accordion_wak .card .card-header .btn_plus:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accordion_wak .card .card-header.collapsed .btn_plus:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accordion_wak .card .card-body {
  padding: 0px 36px 40px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  .accordion_wak .card .card-body {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.resource_download {
  padding-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .resource_download {
    padding-bottom: 50px;
  }
}
.resource_download h2 {
  color: var(--orange-color);
}
@media screen and (max-width: 767px) {
  .resource_download h2 {
    border-bottom: 1px solid #85868A;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
  }
}
.resource_download .resource_inner {
  position: relative;
  border-bottom: 1px solid #85868A;
}
.resource_download .resource_inner a {
  position: absolute;
  right: 0;
  top: 36px;
}
@media screen and (max-width: 767px) {
  .resource_download .resource_inner a {
    top: 27px;
  }
}
.resource_download .resource_inner p {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.46px;
  font-weight: 500;
  padding: 36px 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .resource_download .resource_inner p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    padding: 20px 25px 20px 0px;
  }
}
.search_res_wak {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .search_res_wak {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .search_res_wak h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
  }
}
.search_inner_wak {
  position: relative;
}
.search_inner_wak .form-control {
  border: 1px solid #E2E2E3 !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 68px !important;
  padding: 23px 22px !important;
  color: var(--blue-color);
  font-weight: 500;
  font-size: 18px !important;
  box-shadow: none;
}
.search_inner_wak .form-control::-webkit-input-placeholder {
  /* Edge */
  color: var(--blue-color);
}
.search_inner_wak .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--blue-color);
}
.search_inner_wak .form-control::placeholder {
  color: var(--blue-color);
}
.search_inner_wak .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_results_wak .search_cad_wak {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .search_results_wak .search_cad_wak {
    margin-bottom: 75px;
  }
}
.search_results_wak .search_cad_wak:last-child {
  margin-bottom: 50px;
}
.search_results_wak .search_cad_wak .search_content_wak h3 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .search_results_wak .search_cad_wak .search_content_wak h3 {
    margin-bottom: 24px;
  }
}
.search_results_wak .search_cad_wak .search_content_wak p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .search_results_wak .search_cad_wak .search_content_wak p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.search_results_wak .search_cad_wak .search_content_wak a.see_btn_wak {
  color: var(--blue-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.4px;
  border-bottom: 1px solid var(--blue-color);
}
@media screen and (max-width: 767px) {
  .search_results_wak .search_cad_wak .search_content_wak a.see_btn_wak {
    font-size: 30px;
    letter-spacing: -0.6px;
  }
}
.search_bottom_wak {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .search_bottom_wak {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.custom_pagination_wak .page-item .page-link {
  border: 0px;
  font-size: 15px;
  color: var(--blue-color);
  letter-spacing: -0.3px;
  font-weight: 700;
  padding: 0px 5px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .custom_pagination_wak .page-item .page-link {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.custom_pagination_wak .page-item .page-link:hover, .custom_pagination_wak .page-item .page-link:focus {
  background-color: transparent;
}
.btn_f_wak {
  font-size: 15px;
  color: var(--blue-color);
  letter-spacing: -0.3px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_f_wak {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.btn_f_wak.back_btn_wak {
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .btn_f_wak.back_btn_wak {
    padding-left: 27px;
  }
}
.btn_f_wak.back_btn_wak:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .btn_f_wak.back_btn_wak:before {
    top: 2px;
  }
}
.btn_f_wak.next_btn_wak {
  padding-right: 37px;
}
@media screen and (max-width: 767px) {
  .btn_f_wak.next_btn_wak {
    padding-right: 27px;
  }
}
.btn_f_wak.next_btn_wak:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .btn_f_wak.next_btn_wak:before {
    top: 2px;
  }
}
.media_filter_wak {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .media_filter_wak {
    padding-bottom: 50px;
  }
}
.media_filter_wak .media_filter_inner_wak {
  padding: 20px 0px 5px 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.media_filter_wak .media_filter_inner_wak .form-control {
  background-color: #F8F8FA;
  border-color: #F8F8FA;
  color: #000000;
}
.media_filter_wak .media_filter_inner_wak label {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.36px;
  padding-left: 10px;
}
.media_filter_wak .media_filter_inner_wak label a {
  color: #85868A;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: -0.28px;
}
.media_filter_wak .media_filter_inner_wak .select_box_wak .ui-selectmenu-button {
  border: 1px solid #F8F8FA;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 68px;
  background-color: #F8F8FA;
  font-size: 18px;
  color: var(--blue-color);
  font-weight: 500;
  font-family: ars-maquette-web, sans-serif;
  outline: none;
  width: 100%;
  padding: 23px 22px;
}
.media_filter_wak .media_filter_inner_wak .select_box_wak .ui-selectmenu-button .ui-selectmenu-icon {
  background: url("../images/arrow-down-blue_dark.svg") no-repeat;
  background-position: center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  top: 2px;
}
.media_filter_wak .media_filter_inner_wak .select_box_wak .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  transform: rotate(180deg);
}
.ui-widget.ui-widget-content {
  border: 1px solid #E2E2E3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}
.intro_video {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .intro_video {
    padding-bottom: 50px;
  }
}
.intro_video h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .intro_video h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.intro_video .video_inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  height: 440px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner {
    height: 340px;
  }
}
@media screen and (max-width: 420px) {
  .intro_video .video_inner {
    height: 190px;
  }
}
.intro_video .video_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, #0069A921 0%, #0069A9 10%, #0069A9 20%, #0063A1 30%, #00538C 40%, #004477 50%, #023562 60%, #05284F 70%, #071B3C 80%, #08102B 90%, #09071C 100%) 0% 0% no-repeat padding-box;
  opacity: 0.3;
}
.intro_video .video_inner .video_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}
.intro_video .video_inner .video_caption .video_icon {
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
  max-width: 82px;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_icon {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
  }
}
.intro_video .video_inner .video_caption .video_content {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_content {
    padding-left: 10px;
  }
}
.intro_video .video_inner .video_caption .video_content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_content h5 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
    margin-bottom: 5px;
  }
}
.intro_video .video_inner .video_caption .video_content p {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .intro_video .video_inner .video_caption .video_content p {
    font-size: 12px;
    line-height: 14px;
  }
}
.hospital_wak {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .hospital_wak {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
.hospital_wak .hgroup_wak_1 {
  margin-bottom: 50px;
}
.hospital_wak .hgroup_wak_1 h2 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .hospital_wak .hgroup_wak_1 h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
}
.hospital_wak .hgroup_wak_1 p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  .hospital_wak .hgroup_wak_1 p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.hospital_tab_wak {
  padding-bottom: 66px;
}
.hospital_tab_wak h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hospital_tab_wak h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 60px;
  }
}
.hospital_tab_wak .nav {
  position: relative;
  z-index: 1;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 575px) {
  .hospital_tab_wak .nav {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.hospital_tab_wak .nav .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 575px) {
  .hospital_tab_wak .nav .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.hospital_tab_wak .nav .nav-item .nav-link {
  background-color: rgba(226, 226, 227, 0.2);
  padding: 46px 22px 30px 22px;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .hospital_tab_wak .nav .nav-item .nav-link {
    padding: 23px;
  }
}
.hospital_tab_wak .nav .nav-item .nav-link.active {
  background-color: #E2F1F7;
}
.hospital_tab_wak .nav .nav-item .nav-link.active:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -60px;
}
.hospital_tab_wak .nav .nav-item .nav-link.active:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 22px solid #E2F1F7;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -32px;
}
.hospital_tab_wak .nav .nav-item .nav-link .ho_logo_wak {
  margin-bottom: 38px;
}
.hospital_tab_wak .nav .nav-item .nav-link .ho_content_wak h3 {
  color: #000000;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .hospital_tab_wak .nav .nav-item .nav-link .ho_content_wak h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    margin-bottom: 0px;
  }
}
.hospital_tab_wak .nav .nav-item .nav-link .ho_content_wak p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.36px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 575px) {
  .hospital_tab_wak .nav .nav-item .nav-link .ho_content_wak p {
    /*font-size:12px;
			    			line-height:14px;
			    			letter-spacing:-0.24px;*/
    display: none;
  }
}
.hospital_tab_wak .tab-content {
  padding-top: 15px;
}
.hospital_tab_wak .tab-content .tab-pane {
  background-color: #F8F8FA;
  padding: 30px 44px 30px 70px;
}
@media screen and (max-width: 991px) {
  .hospital_tab_wak .tab-content .tab-pane {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hospital_tab_wak .tab-content .tab-pane {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.hp_content_wak h5 {
  color: #3A6EB2;
  font-weight: 700;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .hp_content_wak .conts_list_wak .conts_ma_wak .conts_content_wak p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.48px;
  }
  .hp_content_wak .conts_list_wak .conts_ma_wak .conts_content_wak p small {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.48px;
    font-weight: 300;
  }
}
.client_log_wak {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .client_log_wak {
    padding-bottom: 60px;
  }
}
.client_log_wak .row {
  margin-right: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  .client_log_wak .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.client_log_wak .row [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .client_log_wak .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.client_col_wak {
  background-color: #F9F9FA;
  padding: 46px 22px 30px 22px;
}
@media screen and (max-width: 767px) {
  .client_col_wak {
    padding: 27px 7px 27px 7px;
  }
}
.client_col_wak h3 {
  color: #000000;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .client_col_wak h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.36px;
    margin-bottom: 0px;
    word-break: break-all;
  }
}
.client_col_wak .client_logo_wak {
  margin-bottom: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .client_col_wak .client_logo_wak {
    margin-bottom: 30px;
  }
}
.client_col_wak .client_content_wak p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .client_col_wak .client_content_wak p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
  }
}
.special_urg {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .special_urg {
    padding-bottom: 15px;
  }
}
.special_urg .special_urg_inner {
  padding-bottom: 35px;
}
.special_urg .special_urg_inner h5 {
  font-weight: 700;
  color: var(--blue-light-color);
}
.special_urg .special_urg_inner h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.28px;
  color: var(--blue-color);
  margin-bottom: 5px;
}
.special_urg .special_urg_inner .special_side h6 {
  font-weight: 500;
}
.special_urg .special_urg_inner .special_side a {
  color: var(--blue-color);
  font-weight: 500;
  text-decoration: underline;
}
.history_timeline_wak {
  padding-bottom: 76px;
}
.history_timeline_wak.blue_timeline_wak {
  background-color: rgba(226, 241, 247, 0.74);
  padding-top: 102px;
}
@media screen and (max-width: 767px) {
  .history_timeline_wak.blue_timeline_wak {
    padding-top: 55px;
  }
}
.history_timeline_wak.blue_timeline_wak .history_inner_wak:first-child ul li:first-child:before {
  background-color: #eaf5f9;
}
.history_timeline_wak.blue_timeline_wak .history_inner_wak .history_content_wak .history_in_wak {
  background-color: #eaf5f9;
}
@media screen and (max-width: 767px) {
  .history_timeline_wak.blue_timeline_wak .history_inner_wak .history_content_wak .history_in_wak {
    background-color: rgba(248, 248, 250, 0.74);
  }
}
.history_timeline_wak.blue_timeline_wak .history_inner_wak .history_content_wak .history_in_wak .history_para_wak {
  padding-left: 0px;
}
.history_timeline_wak .history_inner_wak:first-child ul li:first-child:before {
  content: "";
  width: 3px;
  height: 38px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background-color: #fff;
  position: absolute;
  left: 210px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .history_timeline_wak .history_inner_wak:first-child ul li:first-child:before {
    left: 8px;
  }
}
.history_inner_wak {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak {
    padding-bottom: 0px;
  }
}
.history_inner_wak:before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--blue-color);
  position: absolute;
  left: 210px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak:before {
    left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .history_inner_wak .history_img_wak {
    margin-bottom: 30px;
  }
}
.history_inner_wak h3 {
  font-size: 30px;
  line-height: 36px;
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .history_inner_wak h3 {
    margin-bottom: 20px;
  }
}
.history_inner_wak ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.history_inner_wak ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li {
    padding-left: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li:last-child {
    padding-bottom: 0px;
  }
}
.history_inner_wak ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 3px solid var(--blue-color);
  background-color: #fff;
  position: absolute;
  left: 210px;
  top: 36px;
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li:after {
    left: 8px;
  }
}
.history_inner_wak ul li .history_times_wak {
  display: flex;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li .history_times_wak {
    flex-wrap: wrap;
  }
}
.history_inner_wak ul li .history_times_wak .history_years_wak {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li .history_times_wak .history_years_wak {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
.history_inner_wak ul li .history_times_wak .history_content_wak {
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li .history_times_wak .history_content_wak {
    padding-left: 0px;
    margin-left: -28px;
  }
}
.history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak {
  display: flex;
  background-color: rgba(248, 248, 250, 0.74);
  padding: 16px 60px 32px 32px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak {
    flex-wrap: wrap;
    padding-right: 32px;
    padding-left: 40px;
    padding-top: 25px;
  }
}
.history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak .history_img_wak {
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
  max-width: 78px;
  padding-top: 8px;
}
.history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak .history_img_wak img {
  height: 78px;
  object-fit: cover;
  border-radius: 10px;
}
.history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak .history_para_wak {
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak .history_para_wak {
    width: 100%;
    padding-left: 0px;
  }
}
.history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak .history_para_wak p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .history_inner_wak ul li .history_times_wak .history_content_wak .history_in_wak .history_para_wak p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.current_currency {
  padding-top: 102px;
  padding-bottom: 60px;
  background-color: rgba(226, 226, 227, 0.5);
}
@media screen and (max-width: 767px) {
  .current_currency {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.current_currency h2 {
  padding-top: 38px;
}
@media screen and (max-width: 767px) {
  .current_currency h2 {
    padding-top: 0px;
    font-size: 30px;
    letter-spacing: -0.6px;
  }
}
.current_currency .select_box_wak label {
  color: var(--blue-color);
  font-weight: 500;
  padding-left: 10px;
}
.current_currency .select_box_wak .ui-selectmenu-button {
  background-color: #fff;
  height: 68px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  padding: 23px 32px;
  color: var(--blue-color);
  font-weight: 500;
  border: 0px;
  font-family: ars-maquette-web, sans-serif;
  outline: none;
}
.current_currency .select_box_wak .ui-selectmenu-button .ui-selectmenu-icon {
  background: url("../images/arrow-down.svg") no-repeat;
  width: 18px;
  height: 22px;
  background-position: center !important;
}
.vacancies_inner_wak {
  background-color: #F7F7F7;
  padding: 23px 64px 23px 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vacancies_inner_wak {
    padding: 30px 30px 36px 30px;
  }
}
.vacancies_inner_wak.light_blue_wak {
  background-color: rgba(226, 241, 247, 0.5);
}
.vacancies_inner_wak.light_blue_wak .btn-purple {
  background-color: #652791;
}
.vacancies_inner_wak h5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .vacancies_inner_wak h5 {
    margin-bottom: 26px;
  }
}
.vacancies_inner_wak p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .vacancies_inner_wak p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
    margin-bottom: 36px;
  }
}
.vacancies_inner_wak .va_head h4 {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.46px;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
  .vacancies_inner_wak .va_head h4 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: -0.54px;
  }
}
.vacancies_inner_wak .va_head p {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .vacancies_inner_wak .va_head p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.36px;
  }
}
.vacancies_inner_wak .va_content p {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  .vacancies_inner_wak .va_content p {
    font-size: 24px;
    line-height: 31px;
  }
}
.vacancies_inner_wak .va_content p strong {
  font-weight: 700;
}
.vacancies_inner_wak a.view {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: var(--orange-color);
  padding-right: 20px;
  position: relative;
}
.vacancies_inner_wak a.view:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url("../images/arrow-right-orange.svg") no-repeat;
  background-position: center;
  right: 0;
  top: -1px;
  position: absolute;
}
.vacancies_regester_wak {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .vacancies_regester_wak {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.vacancies_regester_wak h2 {
  border-bottom: 1px solid var(--blue-color);
  padding-bottom: 30px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .vacancies_regester_wak h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 52px;
  }
}
.people_cols {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .people_cols {
    flex-wrap: wrap;
  }
}
.people_cols .people_cols_img {
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.people_cols .people_cols_img img {
  height: 190px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_img img {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .people_cols .people_cols_img img {
    height: 145px;
  }
}
.people_cols .people_cols_content {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_content {
    padding-left: 0px;
  }
}
.people_cols .people_cols_content h5 {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.46px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_content h5 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.32px;
    font-weight: 500;
    margin-bottom: 2px;
  }
}
.people_cols .people_cols_content p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.3px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .people_cols .people_cols_content p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
    margin-bottom: 30px;
  }
}
.people_saying {
  padding-bottom: 60px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .people_saying {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.people_saying .hgroup_wak_1 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .people_saying .hgroup_wak_1 {
    margin-bottom: 30px;
  }
}
.people_saying .hgroup_wak_1 h2 {
  border-bottom: 1px solid var(--blue-color);
  padding-bottom: 30px;
  margin-bottom: 28px;
}
.make_enquiry_wak {
  background-color: rgba(226, 241, 247, 0.7);
  padding-top: 125px;
  padding-bottom: 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .make_enquiry_wak {
    padding-top: 54px;
    padding-bottom: 72px;
  }
}
.make_enquiry_wak .hgroup_wak {
  margin-bottom: 90px;
  padding-bottom: 0px;
  border: 0px;
}
@media screen and (max-width: 767px) {
  .make_enquiry_wak .hgroup_wak {
    margin-bottom: 54px;
  }
}
.make_enquiry_wak .hgroup_wak h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .make_enquiry_wak .hgroup_wak h2 {
    letter-spacing: -0.6px;
  }
}
.make_enquiry_wak .hgroup_wak p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.make_enquiry_wak .form-group {
  margin-bottom: 27px;
}
.make_enquiry_wak .form-group label {
  font-weight: 500;
  color: #000000;
}
.make_enquiry_wak .form-group .form-control {
  opacity: 0.5;
  height: 60px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .make_enquiry_wak .form-group .form-control {
    background-color: #fff;
    opacity: 1;
    height: 43px;
  }
}
.make_enquiry_wak .form-group textarea.form-control {
  height: 180px;
}
.make_enquiry_wak .form-group textarea.form-control.text_3 {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .make_enquiry_wak .form-group textarea.form-control.text_3 {
    height: 154px;
  }
}
@media screen and (max-width: 767px) {
  .doctor_na_wak {
    margin-bottom: 60px;
  }
}
.doctor_na_wak .doctor_img_wak {
  margin-bottom: 38px;
}
.doctor_na_wak .doctor_img_wak img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 170px;
}
.doctor_na_wak .doctor_content_wak h6 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .doctor_na_wak .doctor_content_wak h6 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.48px;
    margin-bottom: 25px;
  }
}
.doctor_na_wak .doctor_content_wak ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.doctor_na_wak .doctor_content_wak ul li {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .doctor_na_wak .doctor_content_wak ul li {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.48px;
    margin-bottom: 25px;
  }
}
.doctor_na_wak .doctor_content_wak ul li img {
  margin-right: 5px;
}
.single_media_wak {
  padding-top: 40px;
  padding-bottom: 50px;
}
.single_media_wak .single_media_img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single_media_wak .single_media_img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .single_media_wak .team-social_icon {
    padding-top: 30px;
  }
}
.single_media_wak .team-social_icon ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .single_media_wak .team-social_icon ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .single_media_wak .team-social_icon ul li {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .single_media_wak .team-social_icon ul img {
    width: 73px;
    height: 73px;
  }
}
.single_media_head_wak {
  margin-bottom: 30px;
}
.single_media_head_wak h2 {
  margin-bottom: 26px;
}
.single_media_head_wak p {
  color: var(--blue-color);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.single_media_head_wak .team-social_icon_wak ul {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .single_media_head_wak .team-social_icon_wak ul {
    justify-content: flex-start;
  }
}
.single_media_head_wak .team-social_icon_wak ul li {
  padding-right: 0px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .single_media_head_wak .team-social_icon_wak ul li {
    padding-left: 0px;
    padding-right: 15px;
  }
}
.single_media_head_wak .team-social_icon_wak ul li img {
  width: 46px;
}
.single_media_content_wak {
  padding-bottom: 40px;
}
.single_media_content_wak h3 {
  margin-bottom: 25px;
}
.single_media_content_wak h6 {
  color: var(--blue-color);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 30px;
  margin-bottom: 25px;
}
.single_media_content_wak h4 {
  color: var(--blue-color);
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.single_media_content_wak p {
  color: var(--blue-color);
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single_media_content_wak p {
    padding: 0px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.single_media_content_wak p a {
  font-weight: 500;
  color: var(--blue-color);
  text-decoration: none;
  border-bottom: 1px solid var(--blue-color);
}
.single_media_content_wak blockquote {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  color: #3A6EB2;
  font-weight: 400;
  font-style: italic;
  padding: 25px 0px;
}
@media screen and (max-width: 767px) {
  .single_media_content_wak blockquote {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single_media_content_wak.mobile_cont h6 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.48px;
  }
  .single_media_content_wak.mobile_cont p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.48px;
  }
}
.hospital_se_wak {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 250px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hospital_se_wak {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hospital_se_wak {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .hospital_se_wak {
    padding-bottom: 480px;
    overflow: hidden;
  }
}
.hospital_se_wak h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hospital_se_wak h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
  }
}
.hospital_se_wak .purpose_img_wak {
  position: absolute;
  width: 654px;
  height: 654px;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  background: url(../images/swirls.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  /*@media screen and (max-width: $break-small) {
		    position: absolute;
		    bottom: 0;
		    top: initial;
		    left: 50%;
		    transform: translateX(-50%);
    	}*/
}
@media screen and (max-width: 1920px) {
  .hospital_se_wak .purpose_img_wak {
    left: 10%;
  }
}
@media screen and (max-width: 1366px) {
  .hospital_se_wak .purpose_img_wak {
    left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .hospital_se_wak .purpose_img_wak {
    width: 533px;
    height: 533px;
  }
}
@media screen and (max-width: 767px) {
  .hospital_se_wak .purpose_img_wak {
    position: relative;
    top: 0;
    transform: inherit;
  }
}
@media screen and (max-width: 991px) {
  .hospital_se_wak .purpose_img_wak {
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 375px) {
  .hospital_se_wak .purpose_img_wak {
    width: 290px;
    height: 290px;
  }
}
.hospital_se_wak .purpose_img_wak img {
  position: absolute;
  top: 14%;
  left: 14%;
  width: 418px;
  height: 418px;
}
@media screen and (max-width: 991px) {
  .hospital_se_wak .purpose_img_wak img {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 375px) {
  .hospital_se_wak .purpose_img_wak img {
    width: 190px;
    height: 190px;
    top: 13%;
    left: 12%;
  }
}
.hospital_se_wak .purpose_img_wak.right {
  right: 20%;
  left: initial;
}
@media screen and (max-width: 1920px) {
  .hospital_se_wak .purpose_img_wak.right {
    right: 10%;
  }
}
@media screen and (max-width: 1366px) {
  .hospital_se_wak .purpose_img_wak.right {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .hospital_se_wak .purpose_img_wak.right {
    right: initial;
  }
}
.hospital_se_wak.our_difference_wak {
  background-color: #fff;
  padding-bottom: 250px;
}
@media screen and (max-width: 991px) {
  .hospital_se_wak.our_difference_wak {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hospital_se_wak.our_difference_wak {
    padding-bottom: 32px;
  }
}
.hospital_se_wak.our_difference_wak:before {
  display: block;
}
.hospital_se_wak.our_difference_wak.blue_bg_wak {
  background-color: #E2F1F7;
}
.hospital_se_wak.our_difference_wak.blue_bg_wak.curve_bot_wak {
  overflow: hidden;
  padding-bottom: 360px;
}
@media screen and (max-width: 991px) {
  .hospital_se_wak.our_difference_wak.blue_bg_wak.curve_bot_wak {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .hospital_se_wak.our_difference_wak.blue_bg_wak.curve_bot_wak {
    padding-bottom: 100px;
  }
}
.hospital_se_wak.our_difference_wak.blue_bg_wak.curve_bot_wak:before {
  display: none;
}
.hospital_se_wak.our_difference_wak.blue_bg_wak.curve_bot_wak:after {
  content: "";
  width: 140%;
  height: 800px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hospital_se_wak.our_difference_wak.blue_bg_wak.curve_bot_wak:after {
    width: 180%;
    height: 740px;
  }
}
.hospital_se_wak.our_difference_wak .our_purpose_content_wak p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.4px;
}
.leader-nav .slick-slide {
  opacity: 0.5;
  transform: translate(10%, 0) scale(1);
}
.leader-nav .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1.2);
}
.team_leaderpic {
  transition: all 0.4s ease;
}
.team_leaderpic img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .team_leaderpic img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 420px) {
  .team_leaderpic img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 375px) {
  .team_leaderpic img {
    width: 100px;
    height: 100px;
  }
}
.slick-current .team_leaderpic img {
  /* width: 270px;
		    height: 270px;	*/
  /*@media screen and (max-width: $break-xtlarge) {
        	    width: 230px;
    			height: 230px;
	        }
	        @media screen and (max-width: 420px) {
	        	width: 180px;
    			height: 180px;  
	        }
	        @media screen and (max-width: 375px) {
	        	width: 140px;
    			height: 140px;  
	        }*/
}
.form_resource_wak {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_resource_wak {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form_resource_wak.bottom_cure_wak {
  overflow: hidden;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .form_resource_wak.bottom_cure_wak {
    padding-top: 46px;
    padding-bottom: 80px;
  }
}
.form_resource_wak.bottom_cure_wak:after {
  content: "";
  width: 160%;
  height: 800px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .form_resource_wak.bottom_cure_wak:after {
    width: 180%;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  .form_resource_wak.bottom_cure_wak:after {
    width: 260%;
    bottom: -675px;
  }
}
@media screen and (max-width: 767px) {
  .form_resource_wak.ligh_blue_wak .hgroup {
    border-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .form_resource_wak.ligh_blue_wak .hgroup h2 {
    border-bottom: 1px solid var(--blue-color);
    padding-bottom: 18px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .form_resource_wak.white_bg_wak .hgroup {
    border-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .form_resource_wak.white_bg_wak .hgroup h2 {
    border-bottom: 1px solid var(--blue-color);
    padding-bottom: 18px;
    margin-bottom: 26px;
  }
}
.privacy_policy_wak {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .privacy_policy_wak {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.privacy_policy_wak h2 {
  margin-bottom: 63px;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .privacy_policy_wak h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.8px;
    margin-bottom: 50px;
  }
}
.privacy_policy_wak h3 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .privacy_policy_wak h3 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 49px;
  }
}
.privacy_policy_wak h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .privacy_policy_wak h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
.privacy_policy_wak p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .privacy_policy_wak p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin-bottom: 25px;
  }
}
.privacy_policy_wak p a {
  color: var(--blue-color);
  text-decoration: none;
  border-bottom: 1px solid var(--blue-color);
}
.privacy_policy_wak ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.privacy_policy_wak ul li {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .privacy_policy_wak ul li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.img-round_wak img {
  width: 418px !important;
  height: 418px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .img-round_wak img {
    width: 330px !important;
    height: 330px;
  }
}
@media screen and (max-width: 991px) {
  .img-round_wak img {
    width: 284px !important;
    height: 284px;
  }
}
.how_performed {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .how_performed {
    padding-bottom: 0px;
  }
}
.how_performed h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .how_performed h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
  }
}
.perform_col {
  margin-bottom: 80px;
}
.perform_col .perform_img {
  width: 120px;
  margin: 0px auto 26px;
}
@media screen and (max-width: 767px) {
  .perform_col .perform_img {
    width: 105px;
  }
}
.perform_col .perform_content h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .perform_col .perform_content h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.36px;
  }
}
.safety_se_wak {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .safety_se_wak {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.safety_se_wak.safety_top_wak {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .safety_se_wak.safety_top_wak {
    padding-top: 65px;
  }
}
.safety_se_wak .group_card_wak {
  background-color: #F8F8FA;
}
.safety_se_wak .group_card_wak .card_img_wak img {
  height: 254px;
}
@media screen and (max-width: 480px) {
  .safety_se_wak .group_card_wak .card_img_wak img {
    height: 145px;
  }
}
.safety_se_wak .group_card_wak .card-body h5 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .safety_se_wak .group_card_wak .card-body h5 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.36px;
  }
}
.journey_wak {
  padding-top: 50px;
  padding-bottom: 65px;
  overflow: hidden;
}
.journey_wak .hgroup_wak_1 {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .journey_wak .hgroup_wak_1 {
    margin-bottom: 75px;
  }
}
.journey_wak .hgroup_wak_1 h2 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .journey_wak .hgroup_wak_1 h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.8px;
    margin-bottom: 40px;
  }
}
.journey_wak .hgroup_wak_1 p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  .journey_wak .hgroup_wak_1 p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.journey_wak .group_card_wak {
  background-color: #FAFAFA;
}
@media screen and (max-width: 480px) {
  .journey_wak .group_card_wak .card_img_wak img {
    height: 224px;
  }
}
.journey_wak .group_card_wak .card-body {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .journey_wak .group_card_wak .card-body {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .journey_wak .group_card_wak .card-body h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
}
.journey_slider .slick-arrow {
  width: 20px;
  height: 30px;
}
.journey_slider .slick-arrow:before {
  content: "";
  width: 20px;
  height: 30px;
  left: 0;
  top: 0;
  position: absolute;
  background: url("../images/arrow-right.svg") no-repeat;
  background-position: center;
  background-size: 16px;
}
.journey_slider .slick-arrow.slick-next {
  right: -72px;
  left: initial;
}
@media screen and (max-width: 1360px) {
  .journey_slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.journey_slider .slick-arrow.slick-prev {
  left: -72px;
}
.journey_slider .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1360px) {
  .journey_slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.journey_slider .slick-track {
  display: flex;
}
.journey_slider .slick-track .slick-slide {
  padding: 0px 15px;
  height: initial;
}
.anual_header_wak {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .anual_header_wak {
    padding-top: 40px;
  }
}
.anual_header_wak h2 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .anual_header_wak h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
}
.anual_header_wak p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  .anual_header_wak p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
.video_co_wak iframe {
  width: 100%;
  height: 404px;
}
@media screen and (max-width: 480px) {
  .video_co_wak iframe {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .video_co_wak iframe {
    height: 250px;
  }
}
.construct {
  padding-top: 93px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .construct {
    padding-bottom: 20px;
  }
}
.construct h2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .construct h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 45px;
  }
}
.construct.desgin_team {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .construct.desgin_team {
    padding-top: 20px;
  }
}
.construction_col .construc_icon {
  margin-bottom: 45px;
}
.construction_col p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  .construction_col p {
    font-size: 18px;
    line-height: 25px;
  }
}
.online_feed {
  background-color: #E2F1F7;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .online_feed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.online_feed h3 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--blue-color);
}
@media screen and (max-width: 767px) {
  .online_feed h3 {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.online_feed .form-control {
  height: 43px;
  background-color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  border: 0px;
  border-radius: 0px;
  color: var(--blue-color);
  padding: 6px 20px;
  box-shadow: none;
  font-weight: 300;
}
.online_feed .form-control::-webkit-input-placeholder {
  /* Edge */
  color: var(--blue-color);
  opacity: 0.7;
}
.online_feed .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--blue-color);
  opacity: 0.7;
}
.online_feed .form-control::placeholder {
  color: var(--blue-color);
  opacity: 0.7;
}
.online_feed textarea.form-control {
  height: 415px;
}
.net_promoter {
  padding-top: 40px;
  padding-bottom: 70px;
}
.net_promoter h2 {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .net_promoter h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 50px;
  }
}
.net_score {
  width: 160px;
  height: 160px;
  background-color: #E2F1F7;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  line-height: 70px;
  color: var(--blue-color);
  font-weight: 700;
}
.our_patients {
  background-color: #E2F1F7;
  padding-top: 92px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}
.our_patients:before {
  content: "";
  width: 140%;
  height: 800px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -675px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .our_patients:before {
    width: 180%;
    height: 740px;
  }
}
@media screen and (max-width: 767px) {
  .our_patients {
    padding-top: 74px;
    padding-bottom: 140px;
  }
}
.our_patients h2 {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .our_patients h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 57px;
  }
}
.patient_slider {
  padding: 0px 110px;
}
@media screen and (max-width: 767px) {
  .patient_slider {
    padding: 0px 0px 110px 0px;
  }
}
.patient_slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .patient_slider .slick-arrow {
    top: initial;
    transform: initial;
    bottom: 0;
  }
}
.patient_slider .slick-arrow:before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/arrow-right-black.svg") no-repeat;
  background-position: center;
  background-size: 12px;
}
.patient_slider .slick-arrow.slick-prev {
  left: 0;
}
.patient_slider .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
  left: -2px;
}
.patient_slider .slick-arrow.slick-next {
  right: 0;
}
.patient_slider .slick-arrow.slick-next:before {
  left: 2px;
}
.patient_co {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .patient_co {
    flex-wrap: wrap;
  }
}
.patient_co .patient_img {
  -ms-flex: 0 0 153px;
  flex: 0 0 153px;
  max-width: 153px;
}
@media screen and (max-width: 767px) {
  .patient_co .patient_img {
    -ms-flex: 0 0 284px;
    flex: 0 0 284px;
    max-width: 284px;
    margin: 0px auto 40px;
  }
}
.patient_co .patient_img img {
  width: 153px;
  height: 153px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .patient_co .patient_img img {
    width: 284px;
    height: 284px;
  }
}
.patient_co .patient_content {
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  .patient_co .patient_content {
    padding-left: 0px;
  }
}
.patient_co .patient_content p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: var(--blue-color);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .patient_co .patient_content p {
    font-size: 24px;
    line-height: 32px;
  }
}
.patient_co .patient_content h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--blue-color);
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .patient_co .patient_content h6 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
  }
}
.cost_estimate {
  background-color: #F8F8FA;
  padding-bottom: 126px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cost_estimate {
    padding-bottom: 66px;
  }
}
.cost_estimate.cost_curve {
  padding-top: 176px;
}
@media screen and (max-width: 767px) {
  .cost_estimate.cost_curve {
    padding-top: 82px;
  }
}
.cost_estimate.cost_curve:before {
  content: "";
  width: 100%;
  height: 200px;
  background: url(../images/curve_1.svg) no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.cost_content h2 {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .cost_content h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
  }
}
.cost_content p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .cost_content p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.36px;
    margin-bottom: 65px;
  }
}
.cost_tb {
  border: 1px solid var(--blue-color);
  border-bottom: 0px;
  background-color: #fff;
}
.cost_tb .row {
  margin: 0px;
}
.cost_tb [class*="col-"] {
  border-right: 1px solid var(--blue-color);
  border-bottom: 1px solid var(--blue-color);
  padding: 30px;
}
@media screen and (min-width: 991px) {
  .cost_tb [class*="col-"]:nth-child(4n+4) {
    border-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .cost_tb [class*="col-"]:nth-child(3n+3) {
    border-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .cost_tb [class*="col-"]:nth-child(3n+3) {
    border-right: 1px solid var(--blue-color);
  }
}
@media screen and (max-width: 767px) {
  .cost_tb [class*="col-"]:nth-child(2n+2) {
    border-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .cost_tb [class*="col-"]:nth-child(2n+2) {
    border-right: 1px solid var(--blue-color);
  }
}
@media screen and (max-width: 575px) {
  .cost_tb [class*="col-"]:nth-child(1n+1) {
    border-right: 0px;
  }
}
.cost_tb [class*="col-"] p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 0px;
}
.online_register {
  background-color: rgba(226, 241, 247, 0.73);
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .online_register {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
.online_register.curve_online {
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .online_register.curve_online {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 360px) {
  .online_register.curve_online {
    padding-bottom: 140px;
  }
}
.online_register.curve_online:before {
  content: "";
  width: 200%;
  height: 600px;
  position: absolute;
  background-color: #fff;
  bottom: -480px;
  right: -17%;
  border-radius: 130% 100% 0 0;
  -webkit-border-radius: 130% 100% 0 0;
  -moz-border-radius: 130% 100% 0 0;
  -ms-border-radius: 130% 100% 0 0;
  -o-border-radius: 130% 100% 0 0;
}
@media screen and (max-width: 767px) {
  .online_register.curve_online:before {
    width: 220%;
    right: -50%;
    border-radius: 120% 120% 0 0;
    -webkit-border-radius: 120% 120% 0 0;
    -moz-border-radius: 120% 120% 0 0;
    -ms-border-radius: 120% 120% 0 0;
    -o-border-radius: 120% 120% 0 0;
  }
}
@media screen and (max-width: 360px) {
  .online_register.curve_online:before {
    bottom: -540px;
  }
}
.online_register h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .online_register h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 44px;
  }
}
.online_register .form-group {
  margin-bottom: 25px;
}
.online_register .form-control {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 43px;
  border-radius: 0px;
  border: 0px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  padding-left: 18px;
  padding-right: 18px;
}
.online_register .form-control::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.9);
}
.online_register .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.9);
}
.online_register .form-control::placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.online_register .btn {
  padding: 6px 36px 9px;
}
.arrive_section {
  background-color: #a6dbf2;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .arrive_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.arrive_section:before {
  content: "";
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
}
.arrive_section:after {
  content: "";
  width: 140%;
  height: 800px;
  background-color: #a6dbf2;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .arrive_section:after {
    width: 180%;
    height: 740px;
  }
}
@media screen and (max-width: 767px) {
  .arrive_section:after {
    width: 220%;
    height: 720px;
  }
}
.arrive_section h3 {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .arrive_section h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.arrive_section .container {
  position: relative;
  z-index: 1;
}
.arrive_section a img {
  display: inline-block;
  width: 29px;
}
/*wakfield end*/
/*# sourceMappingURL=style.css.map */