@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: FFDushaArabic;
  src: url(../fonts/FFDushaArabic/regular.otf);
}

body {
  font-family: FFDushaArabic;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--mainColor);
  color: #fff;
}

*::selection {
  background-color: var(--mainColor);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background: var(--mainColor);
  border-radius: 8px;
}

*,
* button:focus {
  outline: 0;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
  height: 5px;
}

.mainColor {
  color: var(--mainColor) !important;
}

.subColor {
  color: var(--subColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

/* ==================== global style ============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

a {
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #999;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p,
.p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  -webkit-box-shadow: 15px 15px 30px #0001;
          box-shadow: 15px 15px 30px #0001;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--mainColor) !important;
}

form input,
form select {
  height: 55px !important;
}

form .form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.container,
.container-fluid,
.zi_5 {
  position: relative;
  z-index: 5;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.icon18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #0001;
          box-shadow: inset 0 0 0 2px #0001;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**********************************************
   Start Loader
**********************************************/
/**********************************************
    Start Public Style
**********************************************/
.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--mainColor);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .7;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--mainColor);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--mainColor);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 1%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f0da';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 1%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f0d9';
}

.butn {
  position: relative;
  padding: .6rem 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 30px;
  font-weight: bold;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--mainColor);
  color: #fff;
}

.butn.primary_border_butn {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  background-color: transparent;
}

.butn.secondary_butn {
  background-color: var(--subColor);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--subColor);
  color: var(--subColor);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.white_border_butn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #333;
}

.butn:hover {
  background-color: #202020;
  border-color: #202020;
  color: #fff !important;
}

.bg_icon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
}

.bg_icon::before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/vector-1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.zr_navs_health_st2.home_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.zr_navs_health_st2 .navbar .logo {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_navs_health_st2 .navbar .nav-link {
  font-size: 18px;
  margin: 0 1vw;
}

.zr_navs_health_st2 .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.zr_navs_health_st2 .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.zr_navs_health_st2 .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.zr_navs_health_st2 .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.zr_navs_health_st2 .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.zr_navs_health_st2 .navbar .navbar-toggler .navbar-toggler-icon::after, .zr_navs_health_st2 .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--mainColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.zr_navs_health_st2 .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.zr_navs_health_st2 .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.zr_footer_health_st2 {
  background-color: #F6F6F6;
  padding: 40px 0;
}

.zr_footer_health_st2 .logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_footer_health_st2 .links a {
  margin: 0 1vw;
  font-size: 17px;
}

.zr_footer_health_st2 .social_links a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 14px;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
/* --------------- zr_header_health_st2 --------------- */
.zr_header_health_st2 {
  padding: 200px 0 100px 0;
}

.zr_header_health_st2 .txt_box .title {
  font-size: 60px;
  line-height: 1.7;
}

.zr_header_health_st2 .txt_box .p {
  font-size: 20px;
}

.zr_header_health_st2 .img_box {
  position: relative;
  margin: 10px 0;
}

.zr_header_health_st2 .img_box .img_cover {
  width: 310px;
  border-radius: 0 0 37% 35%;
  display: block;
  margin: auto;
  -o-object-position: top;
     object-position: top;
  position: relative;
  z-index: 5;
}

.zr_header_health_st2 .img_box .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 #0002;
          box-shadow: 0 0 20px 0 #0002;
  z-index: 2;
  position: absolute;
}

.zr_header_health_st2 .img_box .icon.icon1 {
  top: 0;
  right: 18%;
}

.zr_header_health_st2 .img_box .icon.icon2 {
  top: 2%;
  left: 15%;
}

.zr_header_health_st2 .img_box .icon.icon3 {
  bottom: -5%;
  left: 20%;
}

.zr_header_health_st2 .img_box .icon.icon4 {
  width: auto;
  height: 70px;
  right: 3%;
  bottom: 26%;
  border-radius: 20px;
}

.zr_header_health_st2 .img_box::before {
  content: '';
  width: 500px;
  height: 500px;
  background-color: #F2F2F2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.zr_header_health_st2 .img_box::after {
  content: '';
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.zr_header_health_st2 .vector {
  position: absolute;
  top: 30%;
  right: 10%;
  z-index: 1;
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------- zr_services_health_st2 --------------- */
.zr_services_health_st2 .serv_card {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 15px;
  padding: 20px 20px 0 20px;
  margin-bottom: 30px;
}

.zr_services_health_st2 .serv_card .p {
  color: #666;
  font-size: 16px;
}

.zr_services_health_st2 .serv_card .icon {
  -o-object-position: left bottom;
     object-position: left bottom;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}

.zr_services_health_st2 .img_cover {
  width: 100%;
  height: 100%;
}

/* --------------- zr_clinics_health_st2 --------------- */
.zr_clinics_health_st2 .txt_box .title {
  font-size: 44px;
}

.zr_clinics_health_st2 .img_cover {
  height: 620px;
}

.zr_clinics_health_st2 .cards_bottom {
  margin-top: -258px;
  position: relative;
  z-index: 5;
}

.zr_clinics_health_st2 .cards_bottom .card1 {
  overflow: hidden;
  height: 345px;
  border-radius: 15px;
  position: relative;
}

.zr_clinics_health_st2 .cards_bottom .card1 .txt {
  position: absolute;
  z-index: 6;
  top: 70px;
  right: 30px;
}

.zr_clinics_health_st2 .cards_bottom .primary_card {
  background-color: var(--mainColor);
  padding: 40px 30px;
  border-radius: 15px 0 0 0;
  text-align: center;
}

.zr_clinics_health_st2 .cards_bottom .primary_card h3 {
  font-size: 28px;
}

.zr_clinics_health_st2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(245, 245, 245, 0.8);
  z-index: 1;
}

.zr_clinics_health_st2 .bg, .zr_clinics_health_st2::after {
  height: 690px;
}

/* --------------- zr_team_health_st2 --------------- */
.zr_team_health_st2 .team_card {
  position: relative;
}

.zr_team_health_st2 .team_card .img_box {
  position: relative;
}

.zr_team_health_st2 .team_card .img_box .img_cover {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.zr_team_health_st2 .team_card .img_box::before {
  content: '';
  background: url(../images/team_border.svg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 410px;
  z-index: -1;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
}

.zr_team_health_st2 .team_card .card-body {
  text-align: center;
  padding: 2rem 1rem;
}

.zr_team_health_st2 .team_card .card-body .name {
  font-size: 24px;
  position: relative;
}

.zr_team_health_st2 .team_card .card-body .name::after {
  content: '';
  width: 65px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--subColor);
  display: block;
  margin: 10px auto;
}

.zr_team_health_st2 .team_card .card-body .name::before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 45%;
}

.zr_team_health_st2 .team_card .card-body .job {
  font-size: 18px;
}

.zr_team_health_st2 .team_swiper {
  overflow: hidden;
}

.zr_team_health_st2 .swiper_right,
.zr_team_health_st2 .swiper_left {
  position: absolute;
  z-index: 9;
  top: 50%;
  display: block;
}

.zr_team_health_st2 .swiper_right img,
.zr_team_health_st2 .swiper_left img {
  width: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_team_health_st2 .swiper_right {
  right: 0;
}

.zr_team_health_st2 .swiper_left {
  left: 0;
}

.zr_team_health_st2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#fff), to(#ffffffe0));
  background-image: linear-gradient(to right, #fff, #fff, #ffffffe0);
}

/* --------------- zr_manager_health_st2 --------------- */
.zr_manager_health_st2 .inner {
  position: relative;
  height: 460px;
}

.zr_manager_health_st2 .inner .managerImg {
  position: absolute;
  width: calc(50% + 65px);
  border-radius: 15px 15px 15px 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zr_manager_health_st2 .inner .txt_box {
  background-color: var(--mainColor);
  padding: 40px 4vw;
  border-radius: 15px 15px 0  15px;
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}

.zr_manager_health_st2 .inner .txt_box .p {
  font-size: 16px;
  height: 109px;
  color: #fff;
  overflow: hidden;
}

.zr_manager_health_st2 .inner .txt_box::after {
  content: '';
  display: block;
  width: 65px;
  height: 50px;
  background-color: var(--mainColor);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  bottom: -49px;
  right: 0;
}

/* --------------- zr_contact_health_st2 --------------- */
.zr_contact_health_st2 {
  background-color: #F6F6F6;
}

.zr_contact_health_st2 .inner {
  position: relative;
  padding: 40px 2vw 0 2vw;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid var(--mainColor);
  text-align: center;
}

.zr_contact_health_st2 .inner .dentalIcon {
  width: 55px;
  height: 40px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.zr_contact_health_st2 .inner .butn {
  border-radius: 15px;
  width: 160px;
  height: 50px;
  display: block;
  margin: 40px auto -25px auto;
}

.zr_contact_health_st2 .inner .bg {
  border-radius: 15px;
}

/* --------------- Section_Name --------------- */
/* --------------- Section_Name --------------- */
/* --------------- Section_Name --------------- */
/**********************************************
    Start Edit pg_header
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit Media screens 
**********************************************/
@media screen and (max-width: 991px) {
  .zr_navs_health_st2.home_nav {
    position: relative;
  }
  .zr_header_health_st2 {
    padding: 70px 0;
  }
  .zr_header_health_st2 .txt_box .title {
    font-size: 40px;
  }
  .zr_header_health_st2 .img_box {
    margin-top: 40px;
  }
  .zr_header_health_st2 .img_box .img_cover {
    width: 180px;
  }
  .zr_header_health_st2 .img_box::before {
    width: 300px;
    height: 300px;
  }
  .zr_header_health_st2 .img_box::after {
    width: 200px;
    height: 200px;
  }
  .zr_clinics_health_st2 .txt_box .title {
    font-size: 30px;
  }
  .zr_clinics_health_st2 .img_cover {
    height: 320px;
  }
  .zr_clinics_health_st2 .cards_bottom {
    margin-top: 0;
  }
  .zr_clinics_health_st2 .cards_bottom .primary_card {
    border-radius: 15px;
    -webkit-margin-start: 18px;
            margin-inline-start: 18px;
    margin-top: -25px;
    position: relative;
    z-index: 5;
  }
  .zr_team_health_st2 .team_card {
    width: 75%;
    display: block;
    margin: auto;
  }
  .zr_team_health_st2 .team_card .img_box .img_cover {
    height: 350px;
  }
  .zr_team_health_st2 .team_card .img_box::before {
    height: 318px;
  }
  .zr_team_health_st2 .swiper_right img,
  .zr_team_health_st2 .swiper_left img {
    width: 55px;
  }
  .zr_manager_health_st2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .zr_manager_health_st2 .inner .managerImg {
    position: relative;
    width: 100%;
    border-radius: 15px;
    height: 300px;
    margin-bottom: 25px;
  }
  .zr_manager_health_st2 .inner .txt_box {
    border-radius: 15px;
    margin-bottom: 0;
  }
  .zr_manager_health_st2 .inner .txt_box::after {
    display: none;
  }
  .zr_footer_health_st2 .logo {
    margin: 0 auto 15px auto;
    display: block;
  }
  .zr_footer_health_st2 .social_links {
    margin-top: 15px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/**********************************************
    Start Edit EN direction 
**********************************************/
html[dir="ltr"] {
}

html[dir="ltr"] body {
  direction: ltr;
  font-family: 'Poppins', sans-serif;
}
/*# sourceMappingURL=style.css.map */