html {
  scroll-behavior: smooth; }

html,
body {
  height: 100%; }

body {
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: "Titillium Web", sans-serif; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

*:focus,
button:focus,
a:focus {
  outline: none !important;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem transparent !important; }

ul, li, p {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

b, strong {
  font-weight: 500; }

a {
  text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px; }

.p-l0 {
  padding-left: 0px !important; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px !important; } }

.section {
  padding-bottom: 6.25rem; }
  @media (max-width: 47.9375em) {
    .section {
      /*mx-width:767px*/
      padding-bottom: 2.9375rem; } }

.main {
  position: relative; }

.breadcrumb {
  background: transparent;
  padding: 0.75rem 0rem !important; }

.inner-banner-image {
  position: relative;
  height: 480px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  color: #fff; }

.inner-banner-overlay {
  background-color: #191919;
  opacity: 0.5;
  position: absolute;
  min-height: 479px;
  width: 100%; }

.inner-banner-text {
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.breadcrumb-last {
  display: none; }

.breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none; }

li.breadcrumb-item a {
  color: #8C8F97 !important;
  text-decoration: none; }

.form-control {
  height: calc(1.5em + 1.2rem + 2px); }

.form-control:active {
  color: #343941 !important;
  border: 1px solid #B3B5B9 !important; }

.form-control:focus {
  color: #343941 !important;
  background-color: #fff;
  border-color: #00929D;
  outline: 0;
  box-shadow: none !important; }

.form-control::placeholder {
  color: #B3B5B9;
  opacity: 1; }

.modal-header {
  border-bottom: none !important; }

.department-details-grid label {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #8C8F97;
  text-align: left; }

.department-details-grid .form-control {
  font-weight: 400;
  font-size: 14px;
  color: #B3B5B9; }

@media (min-width: 62em) {
  /*mi-width:992px*/
  .modal-lg, .modal-xl {
    max-width: 1171px; } }

.modal-header {
  padding: 1.625rem 3.5625rem 1rem; }
  .modal-header .close {
    opacity: 1 !important; }

.modal-body {
  padding: 1rem 3.5625rem; }

.modal-content {
  text-align: left;
  border-radius: 10px; }

.modal-header-title h5 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #343941; }

.modal-header-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #535862;
  margin-top: 5px; }

.modal-header-title h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #535862;
  margin-top: 20px; }

.modal-header-title b {
  font-weight: 600;
  color: #343941 !important; }

.modal-btn-wrapper {
  margin-top: 40px;
  margin-bottom: 26px; }

.department-details-grid p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #00929D; }

.department-details-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.department-details-captcha {
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #343941; }

.modal-btn-wrapper {
  margin-top: 40px;
  margin-bottom: 26px; }

@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px); }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px); }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px); } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

@keyframes bounce {
  from {
    transform: translate3d(0px, 0px, 0px); }
  to {
    transform: translate3d(0px, 30px, 0px); } }

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #00929D #ffffff; }

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px; }

*::-webkit-scrollbar-track {
  background: transparent; }

*::-webkit-scrollbar-thumb {
  background-color: #00929D;
  border-radius: 8px;
  border: 2px solid transparent; }

.heading-1 {
  font-size: 2.625rem;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif; }
  @media (max-width: 61.9375em) {
    .heading-1 {
      /*mx-width:991px*/
      font-size: 1.5rem !important;
      line-height: 35px; } }

.heading-2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 24px; }
  @media (max-width: 61.9375em) {
    .heading-2 {
      /*mx-width:991px*/
      font-size: 1.75rem;
      text-align: left;
      margin-bottom: 1.0625rem; } }

.heading-3 {
  font-size: 1.75rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600; }
  @media (max-width: 61.9375em) {
    .heading-3 {
      /*mx-width:991px*/
      font-size: 1.5rem; } }

.heading-4 {
  font-size: 1.375rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600; }
  @media (max-width: 61.9375em) {
    .heading-4 {
      /*mx-width:991px*/
      font-size: 1.5rem; } }
@media (max-width: 61.9375em) {
  h1 {
    /*mx-width:991px*/
    font-size: 1.75rem; } }
      

.height-100pct {
  height: 100%; }

.h1-100 {
  height: 100vh; }

.p-l0 {
  padding-left: 0px !important; }

.p-r0 {
  padding-right: 0px; }

.p-r10 {
  padding-right: 10px; }

@media (max-width: 47.9375em) {
  .m-t22 {
    /*mx-width:767px*/
    margin-top: 22px; } }

.float-L {
  float: left; }

.float-R {
  float: right; }

.img-cover {
  width: 100%;
  object-fit: contain; }

.img-fluid-contain {
  width: 100%;
  height: auto; }

.flex-main {
  display: flex;
  flex-wrap: wrap; }

.flex-main-child {
  display: flex;
  flex-direction: column; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes slide {
  100% {
    left: 0; } }

@keyframes slide {
  100% {
    left: 0; } }

.btn-theme {
  padding: 0.9375rem 1.375rem;
  background: #00929D;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  text-decoration: none; }

.btn {
  border-radius: 8px;
  position: relative;
  outline: none;
  cursor: pointer; }

.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #00B0BD; }

.btn-line {
  background: transparent;
  border: none;
  display: block;
  outline: none;
  position: relative !important;
  transition: 0.3s;
  padding-bottom: 6px; }

.btn-line:before {
  content: '';
  border-bottom: 2px solid #00929D;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: 0.3s; }

.btn-line:hover:before {
  width: 18%;
  padding: 0; }

.btn-line-lg {
  background: transparent;
  border: none;
  display: block;
  outline: none;
  position: relative !important;
  transition: 0.3s;
  padding-bottom: 6px; }

.btn-line-lg:before {
  content: '';
  border-bottom: 2px solid #00929D;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: 0.3s; }

.btn-line-lg:hover:before {
  width: 44%;
  padding: 0; }

.btn-line-sm {
  background: transparent;
  border: none;
  display: block;
  outline: none;
  position: relative !important;
  transition: 0.3s;
  padding-bottom: 6px; }

.btn-line-sm:before {
  content: '';
  border-bottom: 2px solid #00929D;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: 0.3s; }

.btn-line-sm:hover:before {
  width: 7%;
  padding: 0; }

.footer {
  width: 100%;
  background-color: #F8FAF5; }
  .footer p {
    font-size: 1rem;
    color: #535862;
    padding-bottom: 0px;
    margin-bottom: 8px;
    font-weight: 400; }
  .footer .pdt-5 {
    padding: 0px 5px; }
  .footer-title {
    font-size: 1.25rem;
    color: #343941;
    font-weight: 600; }
  .footer .footer-top {
    padding-bottom: 40px; }
  .footer-copyright {
    display: flex; }
    .footer-copyright ul {
      display: flex;
      padding-left: 15px;
      font-size: 1rem;
      color: #535862;
      font-weight: 400; }
      .footer-copyright ul li {
        padding-right: 10px;
        text-decoration: underline; }
    .footer-copyright li:hover {
      color: #00929D;
      cursor: pointer; }

.footer-copyright ul li::before {
  content: "|";
  padding-right: 10px;
  color: #B3B5B9;
  cursor: pointer; }

.pt2 {
  padding-top: 50px;
  margin-bottom: 14px; }

.mb10 {
  padding-bottom: 15px; }
  .mb10 b {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #535862; }

.footer-ul-list {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px; }

.footer-ul-list li {
  line-height: 40px;
  font-size: 1rem;
  line-height: 24px;
  padding-bottom: 18px;
  color: #535862; }

.footer-ul-list li a {
  color: #535862;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none !important; }
  .footer-ul-list li a:hover{
    color: #00929D;

  }

.footer .col p {
  line-height: 40px;
  font-size: 1rem;
  color: #535862; }

.footer-info-span {
  min-width: 62px;
  display: inline-block; }

.footer .col b {
  font-weight: 600; }

.fleft {
  float: left; }

.padding-right {
  padding-right: 10px; }

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px; }

.footer_ul2_amrc li p {
  display: table; }

.footer_ul2_amrc li a:hover {
  
  text-decoration: none; }

.footer_ul2_amrc li i {
  margin-top: 5px; }

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto; }

.foote_bottom_ul_amrc li {
  display: inline; }

.social_footer_ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-top: 27px; }
  .social_footer_ul .i-fb:hover path {
    stroke: #FF4B9A;
    fill: #FF4B9A;
    stroke-width: 0; }
  .social_footer_ul .i-insta:hover path {
    stroke: #FF4B9A;
    fill: #FF4B9A;
    stroke-width: 0; }
  .social_footer_ul .i-twitter:hover path {
    stroke: #FF4B9A;
    fill: #FF4B9A;
    stroke-width: 0; }

.social_footer_ul li {
  padding-right: 20px;
  padding-top: 10px;
  display: inline-block; }

.footer-bottom-wrapper {
  background: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0; }
  @media (max-width: 61.9375em) {
    .footer-bottom {
      /*mx-width:991px*/
      align-items: flex-start; } }
  .footer-bottom b {
    font-size: 1rem;
    font-weight: 500; }
    @media (max-width: 61.9375em) {
      .footer-bottom b {
        /*mx-width:991px*/
        text-align: left !important; } }
  @media (max-width: 47.9375em) {
    .footer-bottom {
      /*mx-width:767px*/
      flex-direction: column; } }
  .footer-bottom p {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .footer-bottom p {
        /*mx-width:767px*/
        text-align: center; } }
  @media (max-width: 61.9375em) {
    .footer-bottom .text-center {
      /*mx-width:991px*/
      text-align: left !important; } }
  .footer-bottom a {
    text-decoration: none; }
  .footer-bottom span {
    cursor: pointer; }
    .footer-bottom span img {
      width: 38px;
    height: 24px;
      padding-left: 5px;
      margin-bottom: 8px; }

.footer-contact-details p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 27px; }

.footer-contact-details span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #535862; }

.footer-contact-details b {
  font-size: 16px;
  line-height: 28px;
  color: #535862;
  font-weight: 600; }
  .footer-contact-details b a {
    color: #535862;
  }
  @media (max-width: 47.9375em) {
    .footer-contact-details p, .footer-contact-details span{
      font-size: 0.875rem !important;
    }
    .footer-contact-details p{
      margin-bottom: 21px;
    }
    .footer-contact-details b{
      font-size: 0.875rem;
      line-height: 24px;
    }
  }
  @media (max-width: 47.9375em) {
    .social_footer_ul{
      margin-top: 22px;
    }
    .footer-ul-list li , .footer-ul-list li a{
      font-size: 0.875rem;
      line-height: 28px;
    }
    .footer-bottom {
      /*mx-width:767px*/
      flex-direction: column; 
      padding: 18px 10px 17px;
    }
    .footer-copyright {
      flex-direction: column;
      padding-bottom: 22px;
    }
    .footer-bottom p{
      font-size: 0.875rem;
      line-height: 26px;
    }
    .footer-copyright ul{
      padding-left: 0px;
      font-size: 0.875rem;
    }
    .footer-copyright ul li:first-child::before {
      content: '';
      padding-right: 0px;
    }
    .footer .footer-top {
      padding-bottom: 28px;
      padding-left: 24px;
      padding-right: 24px;
    }
    .pt25{
      padding-top: 25px;
    }
    .footer-title{
      padding-top: 38px !important;
    }
    }
    .lg-hide{
      display: none;
    }
      @media (max-width: 47.9375em) {
        .lg-hide {
          /*mx-width:767px*/
          display: block; } }
.sm-hide {
  display: block; }
  @media (max-width: 47.9375em) {
    .sm-hide {
      /*mx-width:767px*/
      display: none; } }

.header {
  width: 100%;
  min-height: 90px;
  background: transparent;
  position: fixed;
  z-index: 999;
  top: 0;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  /* adds some margin below the link sets  */
  /* breakpoint and up - mega dropdown styles */ }
  @media (max-width: 61.9375em) {
    .header {
      /*mx-width:991px*/
      /* position: initial; */
      background: linear-gradient(99.23deg, #E9FDFA 11.37%, #F2FAF5 43.92%, #F2F8F2 124.16%, #F4F8F1 118.88%);
      min-height: auto; } }
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .nav-up{
      top: -100px;
      position: fixed;
    }
    .nav-down{
      top: 0;
      position: fixed;
    }
  .header-main {
    display: flex; }
  .header-info-number {
    margin-right: 25px; }
    .header-info-number h4 {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #00929D;
      padding-top: 5px; }
      .header-info-number h4 a{
        color: #00929D;
      }
    .header-info-number span {
      padding-right: 6px; }
      .header-info-number span img{
        filter: hue-rotate(-386deg);
      }
    @media (max-width: 61.9375em) {
      .header-info-number {
        /*mx-width:991px*/
        display: none; } }
  @media (max-width: 61.9375em) {
    .header .sm-fluid-style {
      /*mx-width:991px*/
      padding-left: 0px;
      padding-right: 0px; } }
  @media (max-width: 61.9375em) {
    .header .navbar-nav.sm-nav-display {
      /*mx-width:991px*/
      display: none; } }
  @media (max-width: 61.9375em) {
    .header .navbar {
      /*mx-width:991px*/
      flex-wrap: nowrap;
      padding: 0.5rem 0.5rem 0; } }
  .header .navbar-brand {
    padding-left: 5.5rem }
    .header .navbar-brand img{
      height: 70px;
    }
    @media (min-width: 85.4375em) {
      .header .navbar-brand {
        /*mi-width:1367px*/
        padding-left: 2rem; } }
    @media (max-width: 61.9375em) {
      .header .navbar-brand {
        /*mx-width:991px*/
        padding-left: 0px; 
        margin-right: 0px;
      } }
  .header .nav-right-padding {
    padding-right: 4.3rem; }
    @media (min-width: 90.0625em) {
      .header .nav-right-padding {
        /*mi-width:1441px*/
        padding-right: 2rem; } }
    @media (max-width: 61.9375em) {
      .header .nav-right-padding {
        /*mx-width:991px*/
        padding-right: 10px; } }
  @media (max-width: 61.9375em) {
    .header .navbar-toggler {
      /*mx-width:991px*/
      display: none; } }
  .header .toggle-side-menu {
    padding-left: 48px; }
    @media (max-width: 61.9375em) {
      .header .toggle-side-menu {
        /*mx-width:991px*/ } }
  .header .nav-item-space {
    padding-left: 25px; }
    @media (max-width: 61.9375em) {
      .header .nav-item-space {
        /*mx-width:991px*/
        padding-left: 0px !important; } }
  .header .nav-link {
    padding-top: 0px !important; }
  .header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    cursor: pointer; }
  @media (max-width: 61.9375em) {
    .header .navbar-expand-lg .navbar-nav .nav-link {
      /*mx-width:991px*/
      padding-left: 0px !important; } }
  .header li.nav-list-content a {
    color: #fff !important;
    cursor: pointer !important; }
    .header li.nav-list-content a:hover {
      color: #ffffffb3 !important; }
  .header ul li {
    list-style: none;
    cursor: pointer !important; }
  .header ul.nav.flex-column.nav-list-blank {
    margin-top: 28px; }
  .header-nav-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff; }
  @media (max-width: 61.9375em) {
    .header .menu-head-sm {
      /*mx-width:991px*/
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 5px; } }
  @media (max-width: 61.9375em) {
    .header .menu-head-sm .navbar-brand img {
      height: 50px;
      /*mx-width:991px*/ } }
  .header .menu-icon-sm {
    display: none; }
    @media (max-width: 61.9375em) {
      .header .menu-icon-sm {
        /*mx-width:991px*/
        display: block; } }
  @media (max-width: 61.9375em) {
    .header .navbar-nav {
      /*mx-width:991px*/
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%; } }
  .header .dropdown-toggle::after {
    vertical-align: 0.125em; }
  .header .dropdown-menu {
    border-radius: 0px !important; }
  .header .navbar .dropdown-menu {
    border: none;
    background-color: #00929D !important; }
  .header .navbar-dark .navbar-nav .nav-link {
    color: #343941;
    font-weight: 600; }
  @media (max-width: 61.9375em) {
    .header .mega-menu-top .dropdown-menu.show {
      /*mx-width:991px*/
      position: absolute !important;
      width: 100vw !important;
      left: 0rem; } }
  @media (max-width: 61.9375em) {
    .header .mega-menu-top .nav-item-space {
      /*mx-width:991px*/
      position: initial !important; } }
  @media screen and (min-width: 992px) {
    .header {
      /* remove the padding from the navbar so the dropdown hover state is not broken */
      /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
      /* makes the dropdown full width  */ }
      .header .navbar {
        padding-top: 0px;
        padding-bottom: 0px; }
      .header .navbar .dropdown {
        position: static; } }
    @media screen and (min-width: 992px) and (max-width: 61.9375em) {
      .header .navbar .dropdown {
        /*mx-width:991px*/
        position: absolute; } }
  @media screen and (min-width: 992px) and (max-width: 61.9375em) {
    .header .navbar-nav .dropdown-menu {
      /*mx-width:991px*/
      position: absolute !important;
      float: none !important; } }
  @media screen and (min-width: 992px) {
      .header .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 86px;
        border-radius: 0px !important;
        padding-top: 28px;
        padding-bottom: 50px;
        z-index: 9999; }
      .header .navbar .dropdown-menu {
        background-color: #fff; }
      .header .nav-item-link::after {
        content: "";
        display: block;
        background: #00929D;
        height: 2px;
        width: 0;
        transition: all 0.3s ease-in-out;
        margin-left: 0px !important;
        border: none !important; }
      .header .nav-item-link:hover::after, .header .nav-item-link:focus::after {
        width: 55%;
        color: #00929D;
        font-weight: 600; }
      .header .navbar .menu-item a.active {
        color: #00929D; }
        .header .navbar .nav-item-link.active a {
          color: #00929D; }
      .header .nav-item-link:hover:after, .header .header .nav-item-link:focus:after, .header .header .nav-item-link.active:after {
        width: 65%;
        color: #00929D; }
      .header .nav-item-link:hover > .nav-link, .header .header .nav-item-link:focus > .nav-link, .header .header .nav-item-link.active > .nav-link {
        color: #00929D !important; }
      .header .nav-item-link-sm:hover:after, .header .header .nav-item-link-sm.active:after, .header .header .nav-item-link-sm.active:after {
        width: 15%;
        color: #00929D; }
      .header .nav-item-link.active::after {
        content: "";
        display: block;
        background: #00929D;
        height: 2px;
        width: 0;
        transition: all 0.3s ease-in-out;
        margin-left: 0px !important;
        border: none !important;
        font-weight: 600; }
      .header .nav-item-link.active:hover::after, .header .nav-item-link.active::after {
        width: 55%;
        color: #00929D;
        font-weight: 600; }
      .header .nav-item-link-sm::after {
        content: "";
        display: block;
        background: #00929D;
        height: 2px;
        width: 0;
        transition: all 0.3s ease-in-out;
        margin-left: 0px !important;
        border: none !important; }
      .header .nav-item-link-sm:hover::after, .header .nav-item-link-sm.active::after {
        width: 15%;
        color: #00929D; }
      .header .dropdown-menu {
        border-radius: 0px !important; } }
        .header .nav-item-link-sm::after {
          content: "";
          display: block;
          background: #00929D;
          height: 2px;
          width: 0;
          transition: all 0.3s ease-in-out;
          margin-left: 0px !important;
          border: none !important; }
        .header .nav-item-link-sm:hover::after, .header .nav-item-link-sm.active::after {
          width: 15%;
          color: #00929D; }

  .header .open-menu,
  .header .close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #252a32;
    background: none; }
  .header .open-menu img {
    filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
    }
  .header .close-menu {
    position: fixed;
    right: .5rem;
    border: none;
    outline: none;
    color: #252a32;
    background: none; }
  .header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center; }
  .header .navbar .menu-wrapper.offcanvas .menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
    transition-delay: 0.2s; }
  .header .navbar .menu-wrapper.offcanva:before {
    background: rgba(37, 42, 50, 0.6) !important;
    z-index: 99; }
  .header .navbar .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 20rem;
    width: 100%;
    padding: 5px 0px 0;
    z-index: 2;
    overflow-y: auto;
    color: #252a32;
    background: #ffffff;
    transform: translate3d(100%, 0, 0); 
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header .navbar .menu-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px; 
 }
 @media (max-width: 61.9375em) {
  .header .navbar .menu-block {
    /*mx-width:991px*/
    margin-bottom: 5px;
    margin-top: 0px; } }

  .header .navbar .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    transition: color 0.35s ease-out; }
  .header .navbar .menu-link:hover {
    color: #00929D; }
  .header .navbar .menu-item {
    position: relative; }
  .header .navbar .menu-item a {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #343941;
    line-height: inherit;
    text-transform: capitalize;
    padding: 0.5rem 1.5rem;
    display: block;
    transition: color 0.35s ease-out;
    text-decoration: none; }
  .header .navbar .menu-item a:hover {
    color: #00929D; }
  .header .navbar .menu-item.has-collapsible {
    position: relative; }
  .header .navbar .menu-item.has-collapsible .menu-child {
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    list-style: none;
    text-transform: uppercase;
    transition: padding-bottom 0.75s cubic-bezier(0.6, 0.4, 0.25, 0.75), background-color 2s;
  }
  .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    padding: 0.375rem 0;
    color: #fff;
    padding-left: 1.5rem;
    text-transform: capitalize;
    transition: color 0.35s ease-out;
    text-decoration: none; }
  .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
    /* color: #00929D; */
    text-decoration: none; }
  .header .navbar .menu-item.has-collapsible span::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 6px;
    right: 1rem;
    -webkit-font-smoothing: antialiased; }
  .header .navbar .menu-item.has-collapsible span::after:hover {
    color: #00929D; }
  .header .navbar .menu-item.active.has-collapsible .menu-child {
    transition: all 1s ease;
    height: 100%;
    background: #00929D; 
  }
  .header .navbar .menu-item.active.has-collapsible span::after {
    transform: rotate(180deg); }
  .header .menu-main-container {
    height: calc(100% - 105px);
    overflow: auto; }
    .header .menu-head-top {
      display: block; }
      @media (max-width: 61.9375em) {
        .header .menu-head-top {
          /*mx-width:991px*/
          display: block;
          background: #fff;
          height: 45px;
          padding: 0 1.5rem;
          font-weight: 600;
          color: #00929D;
          margin: 0; } }
    .header .menu-head-top span {
      padding-right: 7px; }
  
  .header .menu-footer-bottom {
    display: none; }
    @media (max-width: 61.9375em) {
      .header .menu-footer-bottom {
        /*mx-width:991px*/
        display: block;
        background: #EEF8F5;
        height: 50px;
        line-height: 50px;
        padding: 0 1.5rem;
        font-weight: 600;
        color: #00929D;
        margin: 0; }
        .header .menu-footer-bottom a{
          color: #00929D;
        } }
  .header .menu-footer-bottom span {
    padding-right: 7px; }
  .header .sm-show-menu {
    display: none; }
    @media (max-width: 61.9375em) {
      .header .sm-show-menu {
        /*mx-width:991px*/
        display: block; } }
  .header .menu-wrapper.offcanvas:before {
    background: #535862;
    opacity: 0.3;
    z-index: 1;
    content: '';
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin-top: -90px; }

@media (max-width: 61.9375em) {
  .header .navbar .menu-item a.active {
    /*mx-width:991px*/
    color: #00929D; } }

@media (max-width: 61.9375em) {
  .header .nav-item-link:hover:after, .header .nav-item-link:focus:after,
  .header .nav-item-link.active:after {
    /*mx-width:991px*/
    width: 65%;
    color: #00929D; } }

@media (max-width: 61.9375em) {
  .header .nav-item-link:hover > .nav-link, .header .nav-item-link:focus > .nav-link,
  .header .nav-item-link.active > .nav-link {
    /*mx-width:991px*/
    color: #00929D !important; } }

@media (max-width: 61.9375em) {
  .header .nav-item-link-sm:hover:after, .header .nav-item-link-sm:focus:active:after,
  .header .nav-item-link-sm.active:after {
    /*mx-width:991px*/
    width: 15%;
    color: #00929D; } }

.nav-item-link:hover .dropdown-menu {
  display: block !important; }

.header .nav-item-space {
  padding-bottom: 29px;
  padding-top: 29px; }

.show-lg::before {
  background: #535862;
  opacity: 0.3;
  content: '';
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  margin-top: 89px; }

.dropdown-menu .header-nav-list-main .nav-link {
  font-weight: 400 !important;
  line-height: 40px; }

.dropdown-menu .nav-list-blank .nav-link {
  font-weight: 400 !important;
  line-height: 40px; }

.active-color {
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%); }

.sm-show {
  display: none; }
  @media (max-width: 61.9375em) {
    .sm-show {
      /*mx-width:991px*/
      display: block; } }

.banner {
  background: linear-gradient(79.23deg, #D6FEFB 1.37%, #F4FDF9 43.92%, #F1F8F2 74.16%, #FAF9EF 108.88%);
  background-size: cover;
  position: relative;
  height: 100vh;
  /*
  center;
*/
  /* 
animations 
*/
  /* 
icons 
*/ }
  @media (max-width: 47.9375em) {
    .banner {
      /*mx-width:767px*/
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      margin-top: 16%;
      height: 100%; }
      .banner .h1-100 {
        height: 100%; } }
  .banner b {
    font-weight: 700; }
  .banner:before {
    display: none; }
    @media (max-width: 61.9375em) {
      .banner:before {
        /*mx-width:991px*/
        display: block;
        content: '';
        position: absolute;
        right: 0;
        z-index: 0;
        width: 100%;
        top: 165px;
        height: auto;
        min-height: 100%;
        background: url(../asset/images/hero_icon_bg.svg) top center;
        background-repeat: no-repeat;
        background-size: contain; } }
    @media (min-width: 90.0625em) {
      .banner:before {
        /*mi-width:1441px*/
        position: absolute;
        top: 280px; } }
  .banner-bottom-section {
    position: absolute;
    bottom: 0; }
    @media (max-width: 35.9375em) {
      .banner-bottom-section {
        /*mx-width:575px*/
        left: 0; } }
  .banner-bottom-section-main {
    display: flex;
    align-items: center; }
    @media (max-width: 61.9375em) {
      .banner-bottom-section-main {
        /*mx-width:991px*/
        flex-direction: column-reverse; } }
  .banner-img-slider-main {
    position: relative;
    background: url(../asset/images/hero_icon_bg.svg) no-repeat;
    background-size: contain;
    background-position: right 4px top 10px; }
  .banner-counter-main {
    padding-bottom: 40px; }
    @media (max-width: 61.9375em) {
      .banner-counter-main {
        /*mx-width:991px*/
        background: #00929D !important;
        padding-bottom: 0px !important; } }
  .banner #counter {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px 60px;
    width: 100%; }
    @media (max-width: 61.9375em) {
      .banner #counter {
        /*mx-width:991px*/
        justify-content: space-between;
        color: #fff;
        padding: 18px 9px; } }
  .banner #counter .item {
    margin-right: 50px;
    text-align: left; }
    @media (max-width: 61.9375em) {
      .banner #counter .item {
        /*mx-width:991px*/
        margin-right: 15px; } }
  .banner #counter .item:last-child {
    margin-right: 0px; }
  .banner #counter .item h2 {
    color: #00929D;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 42px;
    line-height: 40px; }
    @media (max-width: 61.9375em) {
      .banner #counter .item h2 {
        /*mx-width:991px*/
        font-weight: 700;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0.01em;
        color: #FFFFFF; } }
  .banner #counter .item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #535862; }
    @media (max-width: 61.9375em) {
      .banner #counter .item h3 {
        /*mx-width:991px*/
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        white-space: nowrap; } }
  .banner-search-box {
    margin-top: 55px;
    margin-bottom: 75px; }
    @media (max-width: 61.9375em) {
      .banner-search-box {
        /*mx-width:991px*/
        margin-top: 5px;
        margin-bottom: 20px; } }
  .banner .search-sm-hide {
    display: block; }
    @media (max-width: 61.9375em) {
      .banner .search-sm-hide {
        /*mx-width:991px*/
        display: none; } }
  .banner .d-block-sm {
    display: none; }
    @media (max-width: 61.9375em) {
      .banner .d-block-sm {
        /*mx-width:991px*/
        display: block;
        position: absolute;
        top: 108px;
        margin: auto; } }
  .banner-search-sm-container {
    display: none; }
    @media (max-width: 61.9375em) {
      .banner-search-sm-container {
        /*mx-width:991px*/
        display: flex;
        justify-content: center; } }
  @media (max-width: 61.9375em) {
    .banner-marquee {
      /*mx-width:991px*/
      height: 60px; } }
  .banner-marquee ul {
    display: flex; }
  .banner-ticker {
    background: #fff;
    opacity: 0.93;
    padding: 25px 30px;
    margin-top: 60px;
    border-radius: 10px; }
    @media (max-width: 61.9375em) {
      .banner-ticker {
        /*mx-width:991px*/
        padding: 15px;
        margin: 0 9px 20px 9px; } }
    .banner-ticker h5 {
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: 0.01em;
      color: #00929D;
      margin-bottom: 10px; }
      @media (max-width: 61.9375em) {
        .banner-ticker h5 {
          /*mx-width:991px*/
          margin-bottom: 10px; } }
  .banner .marquee-box {
    min-width: 400px;
    max-width: 400px;
    margin-right: 20px;
    white-space: normal;
    display: inline-flex;
    padding: 8px;
    line-height: 24px;
    color: #515151;
    font-weight: 400;
    font-size: 1rem;
    -webkit-animation: marquee 25s linear infinite;
    animation: marquee 25s linear infinite;
    cursor: pointer; }
    @media (max-width: 61.9375em) {
      .banner .marquee-box {
        /*mx-width:991px*/
        padding: 0px; }
      .banner .marquee-box a{
        font-size: 0.875rem;
      } }
  .banner .bx-holder:hover .marquee-box {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  .banner .marquee-box b {
    display: contents; }
  .banner .bx-holder {
    display: flex;
    align-items: center; }
  .banner .img {
    min-width: 50px;
    min-height: 100%;
    display: flex;
    align-items: center;
    margin-right: 10px; }
  .banner .img img {
    min-width: 50px;
    height: 50px; }
  .banner .anim-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 80px; }
    @media (max-width: 61.9375em) {
      .banner .anim-container {
        /*mx-width:991px*/
        padding-top: 60px; } }
  .banner .animated-hero {
    display: block; }
    @media (max-width: 61.9375em) {
      .banner .animated-hero {
        /*mx-width:991px*/
        display: none; } }
  .banner .hero-sm {
    display: none; }
    @media (max-width: 61.9375em) {
      .banner .hero-sm {
        /*mx-width:991px*/
        display: block;
        min-height: 345px;
        padding-bottom: 90px; } }
    .banner .hero-sm img {
      height: 100%; }
  .banner .main-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .banner .slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; }
    @media (max-width: 61.9375em) {
      .banner .slider-content {
        /*mx-width:991px*/
        height: auto; } }
  .banner .slick-slide img {
    max-width: 89%; }
    @media (max-width: 61.9375em) {
      .banner .slick-slide img {
        /*mx-width:991px*/
        max-width: 100%; } }
  .banner .slick-slide .main-title h1 {
    font-weight: 600;
    font-size: 2.625rem;
    line-height: 51px;
    letter-spacing: 0.01em;
    color: #343941;
    margin-bottom: 19px; }
    @media (max-width: 61.9375em) {
      .banner .slick-slide .main-title h1 {
        /*mx-width:991px*/
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0.01em;
        padding-top: 26px; } }
  .banner .slick-slide .main-title p {
    font-weight: 400;
    font-size: 1.25rem;
    color: #343941;
    display: block;
    padding-bottom: 120px; }
    @media (max-width: 61.9375em) {
      .banner .slick-slide .main-title p {
        /*mx-width:991px*/
        display: none; } }
  .banner .slick-slide .main-title > span, .banner .slick-slide .main-title > a {
    opacity: 0; }
  .banner .slick-dots {
    display: none !important; }

@keyframes expands {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeinout {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .banner .counter {
    background-color: transparent;
    padding: 20px 0;
    border-radius: 5px; }
    @media (max-width: 61.9375em) {
      .banner .counter {
        /*mx-width:991px*/
        padding: 20px 15px; } }
  .banner .counter-main {
    padding-left: 0px; }
    @media (max-width: 61.9375em) {
      .banner .counter-main {
        /*mx-width:991px*/
        padding-left: 15px;
        background: #00929D; } }
  .banner .count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center; }
  .banner .count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center; }
  .banner .fa-2x {
    margin: 0 auto;
    float: none;
    display: table; }
  .banner form {
    outline: 0;
    float: left;
    cursor: pointer; }
  .banner form > .banner-textbox {
    outline: 0;
    height: 54px;
    width: 360px;
    line-height: 54px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #B9CCC9;
    color: #212121;
    float: left;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
    @media (max-width: 61.9375em) {
      .banner form > .banner-textbox {
        /*mx-width:991px*/
        height: 42px;
        line-height: 18px; } }
    @media (max-width: 47.9375em) {
      .banner form > .banner-textbox {
        /*mx-width:767px*/
        width: 240px;
        height: 42px;
        line-height: 18px; } }
  .banner form > .textbox:focus {
    outline: 0;
    background-color: #FFF; }
  .banner form > .banner-button {
    outline: 0;
    background: none;
    background: #00929D;
    border: 1px solid #00929D;
    float: left;
    height: 54px;
    padding: 12px 20px;
    text-align: center;
    border: 0;
    color: #FFF;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer; }
    @media (max-width: 61.9375em) {
      .banner form > .banner-button {
        /*mx-width:991px*/
        padding: 12px 10px;
        height: 42px;
        line-height: 18px; } }
  .banner form > .button:hover {
    background-color: #00929D; }
    .banner .orbit {
      float: left;
      min-height: 100vh; }
      @media (max-width: 61.9375em) {
        .banner .orbit {
          /*mx-width:991px*/
          display: none; } }
    .banner .one-i {
      width: 3.4375em;
      height: 3.4375em;
      line-height: 1.6em;
      font-size: 1.2em;
      border-radius: 50%;
      background: #FFFFFF;
      box-shadow: 0px 0px 7px rgba(156, 156, 156, 0.18);
      color: white;
      text-align: center;
      display: block; }
    .banner .ring-0 .one-i::before {
      content: url(../asset/images/b0.svg);
      position: relative;
      top: 14px; }
    .banner .two-i {
      width: 3.4375em;
      height: 3.4375em;
      line-height: 1.6em;
      font-size: 1.2em;
      border-radius: 50%;
      background: #FFFFFF;
      box-shadow: 0px 0px 7px rgba(156, 156, 156, 0.18);
      color: white;
      text-align: center;
      display: block; }
    .banner .ring-1 .two-i::before {
      content: url(../asset/images/b3.svg);
      position: relative;
      top: 14px; }
    .banner .three-i {
      width: 3.4375em;
      height: 3.4375em;
      line-height: 1.6em;
      font-size: 1.2em;
      border-radius: 50%;
      background: #FFFFFF;
      box-shadow: 0px 0px 7px rgba(156, 156, 156, 0.18);
      color: white;
      text-align: center;
      display: block; }
    .banner .ring-1 .three-i::before {
      content: url(../asset/images/b1.svg);
      position: relative;
      top: 14px; }
    .banner .four-i {
      width: 3.4375em;
      height: 3.4375em;
      line-height: 1.6em;
      font-size: 1.2em;
      border-radius: 50%;
      background: #FFFFFF;
      box-shadow: 0px 0px 7px rgba(156, 156, 156, 0.18);
      color: white;
      text-align: center;
      display: block; }
    .banner .ring-2 .four-i::before {
      content: url(../asset/images/b2.svg);
      position: relative;
      top: 14px; }
    .banner .orbit-icon {
      width: 3.4375em;
      height: 3.4375em;
      line-height: 1.6em;
      font-size: 1.2em;
      border-radius: 50%;
      background: #ccc;
      color: #fff;
      text-align: center;
      display: block; }
    .banner .orbit-wrap {
      height: 40em;
      list-style: none; }
    .banner .orbit-wrap > li {
      position: absolute;
      left: 68%;
      top: 60%;
      transform: translate(-50%, -50%); }
    .banner .orbit-wrap > li:hover ul {
      border-width: 2px;
      border-color: #fff; }
    .banner .orbit-wrap > li:hover ~ li ul {
      border-color: rgba(255, 255, 255, 0.2); }
    .banner .orbit-wrap > li:hover ~ li ul li {
      opacity: 0.4; }
    .banner ul[class^=ring] {
      transition: all 300ms ease-in-out; }
    .banner ul[class^=ring] li {
      transition: all 300ms ease-in-out; }
      .banner .ring-0 {
         width: 34.0625em;
         height: 34.0625em;
         -webkit-animation: clockwiseRotate 40s linear infinite;
         animation: clockwiseRotate 40s linear infinite; }
   .banner .ring-0 i {
         -webkit-animation: counterClockwiseRotate 40s linear infinite;
         animation: counterClockwiseRotate 40s linear infinite; }
   .banner .ring-0 > *:nth-of-type(1) {
         transform: rotate(120deg) translate(19em) rotate(120deg); }
   .banner .ring-0 > *:nth-of-type(2) {
         transform: rotate(-190deg) translate(12.5em) rotate(190deg); }
   .banner .ring-0 > *:nth-of-type(3) {
         transform: rotate(-285deg) translate(12.5em) rotate(285deg); }
   .banner .ring-0 > *:nth-of-type(4) {
         transform: rotate(-380deg) translate(12.5em) rotate(380deg); }
   .banner .ring-1 {
         width: 26.8125em;
         height: 26.8125em;
         -webkit-animation: clockwiseRotate 40s linear infinite;
         animation: clockwiseRotate 40s linear infinite; }
   .banner .ring-1 i {
         -webkit-animation: counterClockwiseRotate 40s linear infinite;
         animation: counterClockwiseRotate 40s linear infinite; }
   .banner .ring-1 > *:nth-of-type(1) {
         transform: rotate(-111.66667deg) translate(15em) rotate(111.66667deg); }
    .banner .ring-1 > *:nth-of-type(2) {
          transform: rotate(-195.333deg) translate(14em) rotate(195.333deg); }
   .banner .ring-1 > *:nth-of-type(3) {
         transform: rotate(-380deg) translate(10em) rotate(380deg); }
   .banner .ring-2 {
         width: 20.036875em;
         height: 20.036875em;
         -webkit-animation: clockwiseRotate 35s linear infinite;
         animation: clockwiseRotate 35s linear infinite; }
   .banner .ring-2 i {
         -webkit-animation: counterClockwiseRotate 35s linear infinite;
         animation: counterClockwiseRotate 35s linear infinite; }
   .banner .ring-2 > *:nth-of-type(1) {
         transform: rotate(-90.5deg) translate(11em) rotate(90.5deg); }
   .banner .ring-2 > *:nth-of-type(2) {
         transform: rotate(-95deg) translate(7.5em) rotate(-95deg); }
   .banner .ring-2 > *:nth-of-type(3) {
         transform: rotate(-142.5deg) translate(7.5em) rotate(142.5deg); }
   .banner .ring-2 > *:nth-of-type(4) {
         transform: rotate(-190deg) translate(7.5em) rotate(190deg); }
   .banner .ring-2 > *:nth-of-type(5) {
         transform: rotate(-237.5deg) translate(7.5em) rotate(237.5deg); }
   .banner .ring-2 > *:nth-of-type(6) {
         transform: rotate(-285deg) translate(7.5em) rotate(285deg); }
   .banner .ring-2 > *:nth-of-type(7) {
         transform: rotate(-332.5deg) translate(7.5em) rotate(332.5deg); }
   .banner .ring-2 > *:nth-of-type(8) {
         transform: rotate(-380deg) translate(7.5em) rotate(380deg); }
        
        
    .banner .ring-3 {
      width: 10em;
      height: 10em;
      -webkit-animation: clockwiseRotate 20s linear infinite;
      animation: clockwiseRotate 20s linear infinite; }
    .banner .ring-3 i {
      -webkit-animation: counterClockwiseRotate 20s linear infinite;
      animation: counterClockwiseRotate 20s linear infinite; }
    .banner .ring-3 > *:nth-of-type(1) {
      transform: rotate(-126.66667deg) translate(5em) rotate(126.66667deg); }
    .banner .ring-3 > *:nth-of-type(2) {
      transform: rotate(-253.33333deg) translate(5em) rotate(253.33333deg); }
    .banner .ring-3 > *:nth-of-type(3) {
      transform: rotate(-380deg) translate(5em) rotate(380deg); }
    .banner ul[class^=ring] {
      border: solid 1px #CCDDE8;
      position: relative;
      padding: 0;
      border-radius: 50%;
      list-style: none;
      box-sizing: content-box; }
    .banner ul[class^=ring] li {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1.6em;
      height: 1.6em;
      margin: -0.8em; }
    .banner .orbit-center {
      z-index: 5;
      font-size: 2em;
      width: 1.8em;
      height: 1.8em;
      line-height: 1.8em;
      text-align: center;
      border-radius: 50%; }
    .banner .orbit-center:hover .orbit-center__icon {
      transform: rotateZ(0deg); }
    .banner .orbit-center__icon {
      transform: rotateZ(-360deg);
      transition: all 300ms ease-in-out; }
    .banner .orbit-wrap > li.orbit-center:hover ~ li > ul {
      width: 0;
      height: 0; }
    .banner .orbit-wrap > li.orbit-center:hover ~ li > ul * {
      transform: translate(0, 0); }
  
  @-webkit-keyframes clockwiseRotate {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(360deg); } }
  
  @keyframes clockwiseRotate {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(360deg); } }
  
  @-webkit-keyframes counterClockwiseRotate {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(-360deg); } }
  
  @keyframes counterClockwiseRotate {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(-360deg); } }

.consulting-specialities {
  background-color: #fff;
  position: relative;
  padding-top: 80px; }
  @media (max-width: 61.9375em) {
    .consulting-specialities {
      /*mx-width:991px*/
      padding-top: 45px;
      padding-left: 9px;
      padding-right: 9px; } }
  .consulting-specialities-pattern-right {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .consulting-specialities-pattern-right img {
      position: absolute;
      top: 25px;
      right: 0px;
      z-index: 0;
      height: 174px; }
    @media (max-width: 61.9375em) {
      .consulting-specialities-pattern-right {
        /*mx-width:991px*/
        display: none; } }
  .consulting-specialities-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .consulting-specialities-pattern-left img {
      position: absolute;
      bottom: 20px;
      left: 0px;
      z-index: 0;
      height: 185px; }
      @media (max-width: 61.9375em) {
        .consulting-specialities-pattern-left img {
          /*mx-width:991px*/
          bottom: 39px; } }
    @media (max-width: 61.9375em) {
      .consulting-specialities-pattern-left {
        /*mx-width:991px*/
        display: none; } }
  @media (max-width: 61.9375em) {
    .consulting-specialities h2 {
      /*mx-width:991px*/
      margin-bottom: 20px; } }
  .consulting-specialities-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 3px;
    cursor: pointer;
    z-index: 1; }
  .consulting-specialities #consulting-specialities-main {
    position: relative; }
    .consulting-specialities #consulting-specialities-main .item-details {
      padding: 30px 20px 10px;
      text-align: left;
      border-radius: 10px;
      min-height: 240px; }
      .consulting-specialities #consulting-specialities-main .item-details h5 {
        margin: 14px 0px 15px;
        color: #343941;
        font-size: 1.25rem;
        line-height: 28px;
        font-weight: 600; }
      .consulting-specialities #consulting-specialities-main .item-details p {
        font-size: 1rem;
        font-weight: 400;
        color: #343941;
        line-height: 24px;
        word-break: break-word; }
    .consulting-specialities #consulting-specialities-main .item-btn {
      padding-top: 4px;
      padding-left: 20px;
      padding-bottom: 30px; }
      .consulting-specialities #consulting-specialities-main .item-btn a {
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #00929D !important; }
    .consulting-specialities #consulting-specialities-main .item {
      text-align: left;
      margin-bottom: 30px;
      margin-top: 10px;
      display: flex;
      /* display: block; */
      background-color: #f7f7f8;
      border-radius: 10px;
      width: 100%;
      transition: box-shadow .25s; }
      .consulting-specialities #consulting-specialities-main .item:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: #fff;
        /* display: block; */
       }
      @media (max-width: 61.9375em) {
        .consulting-specialities #consulting-specialities-main .item {
          /*mx-width:991px*/
          margin-top: 0px; } }
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-nav [class*='owl-'] {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
      background-color: #D6D6D6; }
    .consulting-specialities #consulting-specialities-main .owl-carousel {
      position: relative; }
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-next,
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-prev {
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      position: absolute;
      right: 0;
      font-size: 20px;
      color: #fff;
      text-align: center; }
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-prev {
      left: -70px; }
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-next {
      right: -70px; }
    .consulting-specialities #consulting-specialities-main .owl-dots {
      display: none !important; }
    .consulting-specialities #consulting-specialities-main .owl-nav {
      display: flex;
      width: 100%;
      justify-content: flex-end; }
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-stage-main {
      display: flex !important;
      flex-wrap: wrap !important; }
    .consulting-specialities #consulting-specialities-main .owl-carousel .owl-item {
      display: flex; }
  .consulting-specialities .owl-carousel .owl-stage {
    display: flex !important;
    flex-wrap: wrap !important; }
  .consulting-specialities .owl-carousel .owl-item {
    display: flex; }
  .consulting-specialities .owl-carousel .owl-nav button.owl-prev, .consulting-specialities .owl-carousel .owl-nav button.owl-next, .consulting-specialities .owl-carousel button.owl-dot {
    border: 1px solid #00929D;
    border-radius: 8px;
    margin: 5px;
    padding: 8px 16px !important;
    color: #00929D;
    font-size: 22px; }
    .consulting-specialities .owl-carousel .owl-nav button.owl-prev :hover, .consulting-specialities .owl-carousel .owl-nav button.owl-next :hover, .consulting-specialities .owl-carousel button.owl-dot :hover {
      color: #00929D; }
  .consulting-specialities .owl-carousel .owl-item img {
    /* filter : hue-rotate(180deg); */
    filter: hue-rotate(-386deg);
    /* filter: invert(72%) sepia(45%) saturate(3795%) hue-rotate(296deg) brightness(102%) contrast(100%); */
    width: auto !important; }
  .consulting-specialities .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    width: 102%;
    padding: 0 0px 0 10px;
    left: -10px; }
    @media (max-width: 61.9375em) {
      .consulting-specialities .owl-carousel .owl-stage-outer {
        /*mx-width:991px*/
        width: 100%;
        padding: 0 0px 0 0px;
        left: 0px; } }
  .consulting-specialities .owl-prev::before {
    content: url(../asset/images/left-arrow.png);
    filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
    position: relative;
    z-index: 9; }
  .consulting-specialities .owl-next::before {
    content: url(../asset/images/right-arrow.png);
    filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
    position: relative;
    z-index: 9; }
  .consulting-specialities .owl-prev i {
    display: none; }
  .consulting-specialities .owl-next i {
    display: none; }

.who-we-are {
  background: #fff;
  padding: 6rem 0; }
  @media (max-width: 47.9375em) {
    .who-we-are {
      /*mx-width:767px*/
      padding: 3.125rem 0.5625rem; } }
  .who-we-are-content {
    padding: 0 0 0 3rem; }
    @media (max-width: 47.9375em) {
      .who-we-are-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } }
    .who-we-are-content h2 {
      color: #343941; }
      @media (max-width: 61.9375em) {
        .who-we-are-content h2 {
          /*mx-width:991px*/
          display: none; } }
    .who-we-are-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 61.9375em) {
        .who-we-are-content p {
          /*mx-width:991px*/
          text-align: left; 
          font-size: 0.875rem; } }
  @media (max-width: 47.9375em) {
    .who-we-are-image {
      /*mx-width:767px*/
      padding-left: 15px; } }
  .who-we-are-image img {
    position: relative;
    object-fit: cover;
    min-height: 479px; }
    @media (max-width: 61.9375em) {
      .who-we-are-image img {
        /*mx-width:991px*/
        min-height: auto; } }
  .who-we-are-image h2 {
    display: none; }
    @media (max-width: 61.9375em) {
      .who-we-are-image h2 {
        /*mx-width:991px*/
        display: block; } }
  .who-we-are-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 61.9375em) {
      .who-we-are-btn-wrapper {
        /*mx-width:991px*/
        justify-content: flex-start; } }

.expert-doctors {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  background: #F8FAF5;
  padding-top: 4.9375rem; }
  @media (max-width: 61.9375em) {
    .expert-doctors {
      /*mx-width:991px*/
      padding-top: 2.625rem; } }
  .expert-doctors-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    @media (max-width: 61.9375em) {
      .expert-doctors-container-main h2 {
        /*mx-width:991px*/
        text-align: center; } }
  .expert-doctors-pattern-right img {
    position: absolute;
    top: 25px;
    right: 34px;
    z-index: 0;
    height: 96px;
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
  @media (max-width: 61.9375em) {
    .expert-doctors-pattern-right {
      /*mx-width:991px*/
      display: none; } }
  @media (max-width: 61.9375em) {
    .expert-doctors-sm-view {
      /*mx-width:991px*/
      padding-left: 53px;
      padding-right: 53px; } }
  .expert-doctors .card {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #ECECEE;
    border-radius: 10px;
    border: none;
    width: 100%;
    transition: box-shadow .25s; }
  .expert-doctors .card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .expert-doctors .img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    padding: 15px; }
  .expert-doctors .img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
    .expert-doctors .card-content-area{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: 47%;
    }
  .expert-doctors .card-content {
    padding: 15px; }
    .expert-doctors .card-content p {
      font-size: 1rem;
      color: #535862;
      font-weight: 400; }
  .expert-doctors .card-date {
    margin-top: 21px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.25rem; }
  .expert-doctors .card-date a {
    color: #343941;
    text-decoration: none !important; }
  .expert-doctors .card-read-more {
    text-align: left;
    padding: 5px 0 29px 0; }
  .expert-doctors .card-read-more a {
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
    color: #00929D !important;
    text-transform: uppercase;
    cursor: pointer; }
    .expert-doctors .card-read-more a.btn-line:hover:before {
      width: 60%;
      padding: 0;
  }
  .expert-doctors-btn-wrapper {
    margin-top: 10px; }

.why-choose-us {
  padding-top: 93px;
  background: linear-gradient(284.59deg, #D6FEFC -28.9%, #EDFEF1 20.7%, #F5F6F3 61.79%, #F5F7F3 107.14%); }
  @media (max-width: 61.9375em) {
    .why-choose-us {
      /*mx-width:991px*/
      padding-top: 2.375rem;
      padding-left: 9px;
      padding-right: 9px; } }
  .why-choose-us-list-container {
    display: flex;
    align-items: flex-start;
  flex-direction: column; }
  .why-choose-list-bottom{
    background: #E4E4E4;
border-radius: 8px;
margin: 0 0px;
width: 100%;
padding: 21px 10px 23px 5px;
margin-bottom: 95px;

  }
  .why-choose-list-bottom-blk{
    display: flex;
  }
  @media (max-width: 61.9375em) {
    .why-choose-list-bottom-blk{
      display: block;
    }
  }
  .why-choose-us ul li a img{
    filter: hue-rotate(-386deg);
  }
  .why-choose-list-bottom ul li {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #343941;
          padding: 0px 0px 20px 0px; }
          @media (max-width: 61.9375em) {
            .why-choose-list-bottom ul li {
              padding: 0px 0px 15px 0px; }
              .empanelments h2 {
                font-size: 1.75rem;
              }
          }
        
        .why-choose-list-bottom ul li:last-child {
          padding: 0px; }
          @media (max-width: 61.9375em) {
            .why-choose-list-bottom ul li:last-child {
              padding-bottom: 15px; }
            }
        
        .why-choose-list-bottom-img {
          margin-right: 11px; }
  .why-choose-us-title h2 {
    color: #343941; }
  .why-choose-us-list-style li {
    text-decoration: none;
    margin-bottom: 33px; }
    @media (max-width: 61.9375em) {
      .why-choose-us-list-style li {
        /*mx-width:991px*/
        margin-bottom: 38px; } 
        .why-choose-us-list-style  li a span br{
          display: none;
        }
      }
  .why-choose-us-list-style a {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    color: #343941;
    display: flex;
    align-items: center; }
    @media (max-width: 61.9375em){
      .why-choose-us-list-style a {
          font-size: 1rem;
      }
    }
  .why-choose-us-image {
    background: url(../asset/images/why_choose_us_bg.svg) no-repeat;
    background-size: contain;
    background-position: right 4px top 10px; }
    @media (max-width: 61.9375em) {
      .why-choose-us-image {
        display: none;
      }
      .testimonials-content-box p {
        /*mx-width:991px*/
        font-size: 0.875rem; } }

    .why-choose-us-image img {
      max-width: 103%;
      padding-left: 20px;
      padding-top: 120px; }
  .why-choose-us .pr-70 {
    padding-right: 50px; }

.latest-news {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 87px; }
  
  @media (max-width: 47.9375em) {
    .latest-news{
      padding-top: 42px;
      padding-left: 9px;
      padding-right: 9px;
    }
    }
  @media (max-width: 61.9375em) {
    .latest-news {
      /*mx-width:991px*/
      padding-top: 2.625rem; } }
  .latest-news-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 61.9375em) {
      .latest-news-container-main {
        /*mx-width:991px*/ }
        .latest-news-container-main h2 {
          text-align: center; } }
  .latest-news-card {
    display: block;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s; 
    margin-bottom: 30px;
  }
  .latest-news-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .latest-news-img-card {
    width: 100%;
    height: 200px;
    display: block;
    padding: 15px; }
  .latest-news-img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
  .latest-news-card-content {
    padding: 15px 20px 15px 25px;
    text-align: left;
    min-height: 125px; }
    @media (max-width: 47.9375em) {
      .latest-news-card-content{
        padding: 15px 20px 13px 25px;
      }
    }
    @media (max-width: 47.9375em) {
    .latest-news-card-content p{
      font-size: 0.875rem;
      line-height: 24px;
    }
  }
  .latest-news-card-date {
    margin-top: 17px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 1rem;
    text-align: left; }
    @media (max-width: 47.9375em) {
      .latest-news-card-date{
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 13px;
      }
    }
    .latest-news-card-date span {
      padding-right: 6px; }
  .latest-news-card-date a {
    color: #8C8F97;
    text-decoration: none !important; }
  .latest-news-card-read-more {
    text-align: left;
    padding: 0 15px 29px 25px; }
    @media (max-width: 47.9375em) {
    .latest-news-card-read-more {
      text-align: left;
      padding: 0 15px 27px 25px;
  }
}
  .latest-news-card-read-more a {
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    color: #00929D !important; }
  .latest-news-btn-wrapper {
    margin-top: 30px; }

.testimonials {
  position: relative; }
  .testimonials-content-box {
    background: linear-gradient(349.89deg, #E9FFFD 4.18%, #F4FDF9 41.33%, #F1F8F2 70.55%, #FAF9EF 99.28%);
    border-radius: 10px; }
    .testimonials-content-box p {
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 30px;
      color: #343941; }
      @media (max-width: 47.9375em) {
        .testimonials-content-box p{
          font-size: 0.875rem;
          line-height: 24px;
        }
      }
  .testimonials-pattern-right {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .testimonials-pattern-right img {
      position: absolute;
      top: -81px;
      right: 0px;
      z-index: 0;
      height: 175px; }
      @media (max-width: 47.9375em) {
      .testimonials-pattern-right img{
        display: none;
      }
    }
  .testimonials-pattern-bottom {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .testimonials-pattern-bottom img {
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 0;
      height: 175px; }
  @media (max-width: 61.9375em) {
    .testimonials-content-box:first-child {
      /*mx-width:991px*/
      margin-bottom: 60px; } }
  .testimonials .card {
    border: none !important; }
  .testimonials .card-body {
    padding-left: 44px;
    padding-top: 30px;
    min-height: 565px; }
    @media (max-width: 61.9375em) {
      .testimonials .card-body {
        /*mx-width:991px*/
        padding-left: 22px;
        min-height: auto;
        padding-bottom: 60px; } }
  .testimonials .testimonial_slider_2 {
    border: none !important; }
  .testimonials-inspire-main {
    display: flex;
    align-items: center; }
  .testimonials-inspire-img img {
    border-radius: 8px;
    margin-bottom: 25px; }
  .testimonials-inspire-details {
    padding-left: 20px; }
    .testimonials-inspire-details h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #343941; 
      white-space: nowrap;}
    .testimonials-inspire-details p {
      color: #8C8F97; }
  .testimonials-media-body img {
    filter: hue-rotate(-386deg);
    margin-bottom: 25px; }
    @media (max-width: 47.9375em) {
    .testimonials-media-body img {
      margin-bottom: 15px;
  }}
  .testimonials .testimonial_slider_2 {
    width: 100%;
    border: 1px solid #ebebeb;
    overflow: hidden;
    box-sizing: border-box; }
  .testimonials .testimonial_slider_2 input {
    display: none; }
  .testimonials .testimonial_slider_2 #slide_2_1:checked ~ .boo_inner {
    margin-left: 0; }
  .testimonials .testimonial_slider_2 #slide_2_2:checked ~ .boo_inner {
    margin-left: -100%; }
  .testimonials .testimonial_slider_2 #slide_2_3:checked ~ .boo_inner {
    margin-left: -200%; }
  .testimonials .testimonial_slider_2 #slide_2_4:checked ~ .boo_inner {
    margin-left: -300%; }
  .testimonials .testimonial_slider_2 .boo_inner {
    width: 400%;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */ }
  .testimonials .testimonial_slider_2 .slide_content {
    width: 25%;
    float: left; }
  .testimonials .testimonial_slider_2 #controls {
    text-align: left; }
  .testimonials .testimonial_slider_2 #controls label {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    display: inline-block;
    background: #00929D;
    /* Change controls background color */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  .testimonials .testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1),
  .testimonials .testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2),
  .testimonials .testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3),
  .testimonials .testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4) {
    background: #000;
    /* Change controls background color when mouse click */ }
  .testimonials .testimonial_2 {
    font-size: 16px !important;
    color: #333;
    /* Change testimonial paragraph text color */
    padding: 0px 30px 0px 0px; }
  .testimonials .content_2 {
    position: relative;
    margin-bottom: 30px; }
  /* .testimonials .content_2:before,
  .testimonials .content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute; } */
  /* .testimonials .content_2:before {
    background: url(icon_testimonial_2_before.png) 0 0 no-repeat;
    left: 0; } */
  /* .testimonials .content_2:after {
    background: url(icon_testimonial_2_after.png) 0 0 no-repeat;
    margin: 5px 10px; } */
  .testimonials .testimonial_2 p {
    display: inline; }
  .testimonials .author_2 h3 {
    color: #343941;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 5px; }
  .testimonials .author_2 h4 {
    color: #8C8F97;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 0 5px; }
    @media (max-width: 61.9375em) {
      .testimonials .content_2 {
        margin-bottom: 25px;
      }
      .testimonials .author_2 h3{
        font-size: 1rem;
      }
      .testimonials .author_2 h4{
        font-size: 0.875rem;
      }
    }
  .testimonials .author_2 h4 a {
    color: #999;
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
    overflow: hidden;
    border-bottom: 1px solid; }
  .testimonials .author_2 h4 a:after {
    background: #999;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .testimonials .author_2 h4 a:hover {
    color: #000;
    border: none; }
  .testimonials .author_2 h4 a:hover:after {
    border-color: #000;
    width: 100%; }
  .testimonials .carousel-indicators li {
    background-color: #00929D;
    width: 11px;
    height: 11px;
    border-radius: 50%; }
  .testimonials .carousel-indicators {
    /* left: 36px; */
    /* bottom: 10px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-left: 0px; }
    @media (max-width: 61.9375em) {
      .testimonials .carousel-indicators {
        /*mx-width:991px*/
        /* left: 16px; */
       } }
  .testimonials .carousel-indicators li {
    opacity: 1; }
  .testimonials .carousel-indicators .active {
    opacity: 1;
    box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px #00929D;
    background: white;
    background-color: #00929D;
    color: #00929D;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    margin: 10px;
    margin-top: 10px;
    border: 0px solid; }
    .testimonials  .carousel-inner {
      min-height: 365px;
    }
    @media (max-width: 61.9375em) {
      .testimonials  .carousel-inner {
        min-height: 320px;
      }
    }
.our-accrediations {
  position: relative;
  background: #fff;
  padding: 6.25rem 0rem; }
  @media (max-width: 47.9375em) {
    .our-accrediations {
      /*mx-width:767px*/
      padding: 0rem 0 1.875rem; }
  .our-accrediations .heading-2{
        margin-bottom: 19px;
      }
 }
  .our-accrediations h2 {
    text-align: center; }
  .our-accrediations p {
    text-align: center;
    color: #F5FAFF;
    font-size: 1rem; }
    @media (max-width: 47.9375em) {
      .our-accrediations p {
        /*mx-width:767px*/
        padding: 0rem; } }
  .our-accrediations-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 40px; }
  .our-accrediations-pattern-top {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .our-accrediations-pattern-top img {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 0;
      height: 175px; }
      @media (max-width: 47.9375em) {
        .our-accrediations-pattern-top img {
          display: none;
        }
      }
  .our-accrediations .card-main-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px; }
  .our-accrediations .icon-1 {
    border-radius: 14px;
    display: flex; }
    @media (max-width: 61.9375em) {
      .our-accrediations .icon-1 {
        /*mx-width:991px*/
        margin: 0px 0px 30px; } 
  .our-accrediations .card-main-wrap{
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 0px;
      } }
  .our-accrediations .icon-2 {
    border-radius: 14px;
    display: flex; }
    @media (max-width: 61.9375em) {
      .our-accrediations .icon-2 {
        /*mx-width:991px*/ } }
  .our-accrediations .icon-3 {
    border-radius: 14px;
    display: flex; }
    @media (max-width: 61.9375em) {
      .our-accrediations .icon-3 {
        /*mx-width:991px*/
        margin: 30px 0px 20px; } }
  .our-accrediations .card-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px; }
  .our-accrediations .card-slide .card-content {
    width: 100%;
    position: relative;
    background: #F7F7F8;
    border-radius: 15px;
    padding-bottom: 38px;
    padding-top: 38px;
    text-align: center; }
  .our-accrediations .card-slide .card-title a {
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 55px 0 19px 0;
    color: #F5FAFF;
    text-align: center;
    transition: all 0.3s ease 0s; }
    @media (max-width: 47.9375em) {
      .our-accrediations .card-slide .card-title a {
        /*mx-width:767px*/ } }
  .our-accrediations .card-slide .card-title a:hover {
    text-decoration: none; }
  .our-accrediations .card-slide .card-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
    margin: 0 2.5rem 0 2.5rem;
    padding-top: 20px; }
    @media (max-width: 47.9375em) {
      .our-accrediations .card-slide .card-description {
        /*mx-width:767px*/
        margin: 1rem; } }
    .our-accrediations .card-slide .card-description p {
      color: #343941;
      font-size: 1rem;
      text-align: center;
      /* padding-bottom: 1.1875rem;  */
    }
  .our-accrediations .card-slide .read-more {
    color: #FF4F00;
    text-decoration: none; }
  .our-accrediations .card-slide .read-more:hover {
    text-decoration: none;
    color: #FF7900; }

.inner-banner-about {
  background: url(../asset/images/who-we-are-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px; }
  @media (max-width: 61.9375em) {
    .inner-banner-about {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-about-overlay {
    background: linear-gradient(85.69deg, #000000 6.92%, rgba(0, 0, 0, 0) 129.07%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-about-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 61.9375em) {
      .inner-banner-about-image {
        /*mx-width:991px*/
        padding-left: 9px;
        padding-right: 9px; } }
        @media (max-width: 47.9375em){
          .inner-banner-about-title  {
        padding-left: 0px;
        padding-top: 40px;
      }
    }
      @media (max-width: 61.9375em) {
        .inner-banner-about-overlay {
          min-height: 260px;
        }
        .inner-banner-about-image {
          height: 260px;
        }
      }

  .inner-banner-about-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
  .inner-banner-about-title {
    /* padding-top: 139px;  */
  }
  .inner-banner-about .breadcrumb-container {
    position: absolute;
    top: 46px;
    z-index: 9;
   }

.overview {
  background: #fff;
  padding: 6rem 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .overview {
      /*mx-width:767px*/
      padding: 2.9375rem 0.5625rem 2.9375rem 0.5625rem; } }
  .overview-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .overview-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .overview-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  .overview-container-main {
    display: flex;
    align-items: center; }
  .overview-content {
    padding: 0 0 0 3rem; }
    @media (max-width: 47.9375em) {
      .overview-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } }
    .overview-content h2 {
      color: #343941; }
    .overview-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 47.9375em) {
        .overview-content p {
          /*mx-width:767px*/
          text-align: left; 
          font-size: 0.875rem;
          padding-bottom: 1.75rem;
} }
    .overview-content p:last-child {
      padding-bottom: 0rem; }
  @media (max-width: 47.9375em) {
    .overview-image {
      /*mx-width:767px*/
      padding-left: 15px;
      min-height: auto; } }
  .overview-image img {
    position: relative;
    min-height: 479px;
    object-fit: cover;
    border-radius: 15px; }
    @media (max-width: 61.9375em) {
      .overview-image img {
        /*mx-width:991px*/
        min-height: auto; } }
  .overview-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375em) {
      .overview-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }
        @media (max-width: 61.9375em) {
          .vision-mission {
            /*mx-width:991px*/
            padding-left: 9px;
            padding-right: 9px; } }
        
.section.vision-mission{
  padding-bottom: 4.25rem;
}
@media (max-width: 61.9375em) {
  .section.vision-mission{
    padding-bottom: 2.9375rem;
  }
}
.vision-mission-content-box {
  background: linear-gradient(349.89deg, #E9FFFD 4.18%, #F4FDF9 41.33%, #F1F8F2 70.55%, #FAF9EF 99.28%);
  border-radius: 10px;
  margin-bottom: 30px; }
  .vision-mission-content-box p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #343941; }
    @media (max-width: 47.9375em) {
      .vision-mission-content-box p {
        font-size: 0.875rem;
        line-height: 24px;
      }
     .vision-mission .col-xl-6:last-child .vision-mission-content-box{
        margin-bottom: 0px;
      }
    }

.vision-mission .card {
  border: none !important; }

.vision-mission .card-body {
  padding-left: 44px;
  padding-top: 30px;
  min-height: 388px; }
  @media (max-width: 61.9375em) {
    .vision-mission .card-body {
      /*mx-width:991px*/
      padding-left: 21px;
      padding-bottom: 30px;
      min-height: auto; } }

.vision-mission .testimonial_slider_2 {
  border: none !important; }

.vision-mission-inspire-main {
  display: flex;
  align-items: center; }

.vision-mission-inspire-img img {
  border-radius: 8px;
  margin-bottom: 25px; }

.vision-mission-inspire-details {
  padding-left: 20px; }
  .vision-mission-inspire-details h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #343941; }
  .vision-mission-inspire-details p {
    color: #8C8F97; }

.vision-mission-media-body img {
  margin-bottom: 25px; 
  filter: hue-rotate(-386deg);}

.vision-mission .testimonial_slider_2 {
  width: 100%;
  border: 1px solid #ebebeb;
  overflow: hidden;
  box-sizing: border-box; }

.vision-mission .testimonial_slider_2 input {
  display: none; }
  @media (max-width: 47.9375em) {
    .testimonials .testimonial_2 {
     padding: 0px 0px 0px 0px;
   }
   .testimonials-inspire-details{
     padding-left: 13px;
   }
   .testimonials{
     padding-left: 9px;
     padding-right: 9px;
   }
.testimonials-inspire-img img{
     width: 82px;
     height: 84px;
   }
 }
 @media (max-width: 47.9375em) {
  .testimonials .testimonial_2 p{
  display: flex;
  font-size: 0.875rem;
  line-height: 24px;
}
}
.history {
  position: relative;
  background: #f4f5f2;
  padding: 5.5rem 0rem 4.5rem; }
  @media (max-width: 47.9375em) {
    .history {
      /*mx-width:767px*/
      padding: 2.9375rem 0.5625rem 1.0625rem 0.5625rem; } }
  .history h2 {
    text-align: left; }
    @media (max-width: 47.9375em) {
      .history h2 {
        /*mx-width:767px*/
        padding-bottom: 3px; } }
  .history p {
    text-align: left;
    color: #F5FAFF;
    font-size: 1rem; }
    @media (max-width: 47.9375em) {
      .history p {
        /*mx-width:767px*/
        font-size: 0.875rem;
        line-height: 24px;
        padding: 0rem; } }
  .history .card-main-wrap {
    display: flex;
    flex-wrap: wrap; }
  .history .icon-1 {
    margin: 0px 0px 30px;
    border-radius: 14px;
    display: flex; }
  .history .icon-2 {
    margin: 0px 0px 30px;
    border-radius: 14px;
    display: flex; }
  .history .icon-3 {
    margin: 0px 0px 30px;
    border-radius: 14px;
    display: flex; }
  .history .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px; }
  .history .card-content {
    width: 100%;
    position: relative;
    background: #ECECEE;
    border-radius: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left; }
  .history .card-title a {
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 55px 0 19px 0;
    color: #F5FAFF;
    text-align: center;
    transition: all 0.3s ease 0s; }
    @media (max-width: 47.9375em) {
      .history .card-title a {
        /*mx-width:767px*/ } }
  .history .card-title a:hover {
    text-decoration: none; }
  .history .card-description {
    display: flex;
    flex-direction: column;
    align-items: left;
    line-height: 30px;
    margin: 0 20px; }
   
    .history .card-description p {
      color: #343941;
      font-size: 1rem;
      text-align: left;
      padding-bottom: 1.1875rem; }
      @media (max-width: 47.9375em) {
        .history .card-description p {
          /*mx-width:767px*/
          font-size: 0.875rem;
          line-height: 24px;
          padding-bottom: 0px;
         } }
    .history .card-description h4 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.01em;
      color: #343941;
      margin-bottom: 12px; }
      @media (max-width: 47.9375em) {
        .history .card-description h4 {
          font-size: 1.125rem;
          line-height: 26px;
        }
      }
  .history .card-slide .read-more {
    color: #FF4F00;
    text-decoration: none; }
  .history .card-slide .read-more:hover {
    text-decoration: none;
    color: #FF7900; }

.director-msg {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(79.23deg, #E9FFFD 1.37%, #ECF3ED 45.04%, #ECF3ED 108.88%); }
  .director-msg h2 {
    text-align: center; }
  .director-msg-quote {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 41px; }
  .director-msg-container {
    position: relative; }
  .director-msg-img {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -33px;
    z-index: 9;
    padding-right: 21px; }
    .director-msg-img img {
      border-radius: 8px; }
  .director-msg-content {
    background: linear-gradient(183.02deg, #FFFFFF 9.72%, rgba(255, 255, 255, 0) 55.94%);
    opacity: 0.7;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08));
    border-radius: 10px;
    width: 100%;
    padding: 44px 76px; }
    @media (max-width: 61.9375em) {
      .director-msg {
        padding-top: 47px;
        padding-bottom: 47px;
      }
      .director-msg-content {
        /*mx-width:991px*/
        padding: 40px 15px 0px; } }
    .director-msg-content h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.01em;
      color: #343941;
      text-align: center;
      padding-bottom: 21px; }
    .director-msg-content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #343941; }
      @media (max-width: 61.9375em) {
        .director-msg-content p {
          /*mx-width:767px*/
          font-size: 0.875rem;
          line-height: 24px;
         } }

.inner-banner-awards {
  background: url(../asset/images/awards-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-awards {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-awards-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-awards-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-awards-text {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 47.9375em){
      .inner-banner-awards-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-awards-overlay{
      min-height: 260px;
    }
    .inner-banner-awards-image  {
      height: 260px;
    }
  }
  .inner-banner-awards-title {
    /* padding-top: 139px;  */
  }
  .inner-banner-awards .breadcrumb-container {
    position: absolute;
    z-index: 9;
    top: 46px; }

.cooperative-expo {
  background: #fff;
  padding: 5.625rem 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .cooperative-expo {
      /*mx-width:767px*/
      padding: 2.938rem 0.563rem; } }
  .cooperative-expo-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .cooperative-expo-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .cooperative-expo-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .cooperative-expo-container-main {
    display: flex;
    align-items: center; }
    .cooperative-expo-container-main:last-child {
      padding-bottom: 0px !important;
  }
  .cooperative-expo-content {
    padding: 0 0 0 3rem; }
    @media (max-width: 47.9375em) {
      .cooperative-expo-container-main{
        padding-bottom: 2.938rem !important;
      }
      .cooperative-expo-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } 
      }
    .cooperative-expo-content h2 {
      color: #343941; }
    .cooperative-expo-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 47.9375em) {
        .cooperative-expo-content p {
          /*mx-width:767px*/
          font-size: 0.875rem;} }
    .cooperative-expo-content p:last-child {
      padding-bottom: 0rem; }
  @media (max-width: 47.9375em) {
    .cooperative-expo-image {
      /*mx-width:767px*/
      padding-left: 15px; } }
  .cooperative-expo-image img {
    position: relative;
    min-height: 479px;
    border-radius: 15px; }
    @media (max-width: 47.9375em) {
      .cooperative-expo-image img {
        /*mx-width:767px*/
        min-height: auto; } }
  .cooperative-expo-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375em) {
      .cooperative-expo-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }

.excellence-award {
  background: #fff;
  padding-bottom: 5.625rem; }
  @media (max-width: 47.9375em) {
    .excellence-award {
      /*mx-width:767px*/
      padding: 3.125rem 0; } }
  .excellence-award-container-main {
    display: flex;
    align-items: center; }
  .excellence-award-content {
    padding: 0 3rem 0 0; }
    @media (max-width: 47.9375em) {
      .excellence-award-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } }
    .excellence-award-content h2 {
      color: #343941; }
    .excellence-award-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 47.9375em) {
        .excellence-award-content p {
          /*mx-width:767px*/
          align-items: left; } }
    .excellence-award-content p:last-child {
      padding-bottom: 0rem; }
  @media (max-width: 47.9375em) {
    .excellence-award-image {
      /*mx-width:767px*/
      padding-left: 15px; } }
  .excellence-award-image img {
    position: relative;
    min-height: 479px;
    border-radius: 15px; }
    @media (max-width: 47.9375em) {
      .excellence-award-image img {
        /*mx-width:767px*/
        min-height: auto; } }
  .excellence-award-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375em) {
      .excellence-award-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }

.inner-banner-board-directors {
  background: url(../asset/images/board-directors.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-board-directors {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-board-directors-overlay {
    background: linear-gradient(85.14deg, #000000 31.94%, rgba(0, 0, 0, 0) 128.5%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-board-directors-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-board-directors-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
    @media (max-width: 47.9375em){
      .inner-banner-board-directors-text   {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-board-directors-overlay{
      min-height: 260px;
    }
    .inner-banner-board-directors-image {
      height: 260px;
    }
  }
  .inner-banner-board-directors-title {
    /* padding-top: 139px; */
   }
  .inner-banner-board-directors .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }

.board-directors {
  position: relative;
  background: #fff;
  padding: 5.625rem 0 3.75rem 0; }
  @media (max-width: 47.9375em) {
    .board-directors {
      /*mx-width:767px*/
      padding: 2.938rem 3.3125rem 1.688rem; } }
  .board-directors-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .board-directors-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .board-directors-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .board-directors-main {
    display: flex;
    justify-content: center;
    width: 100%; }
  .board-directors-card-gallery {
    display: flex; }
  .board-directors-team {
    padding-top: 60px; }
    @media (max-width: 47.9375em) {
      .board-directors-team {
        /*mx-width:767px*/
        padding-top: 1.688rem; } }
  .board-directors .psum-gallery .thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    background: #ECECEE;
    border-radius: 10px;
    border: none;
    transition: 0.15s ease-in-out; }
  .board-directors .lightbox {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    cursor: default; }
  .board-directors .psum-gallery .lightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .25s ease; }
  .board-directors .psum-gallery .caption {
    padding: 21px 5px 18px;
    text-align: center; }
  .board-directors .psum-gallery .caption h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #343941;
    margin-top: 0;
  padding-bottom: 5px; }
  .board-directors .psum-gallery .caption p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #535862;
    margin: 0; }
    @media (max-width: 47.9375em) {
      .board-directors .psum-gallery .caption h3 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 2px;
      }
      .board-directors .psum-gallery .caption p {
        font-size: 0.875rem;
      }
    }
  .board-directors .baguetteBox-button {
    background-color: transparent !important; }

.inner-banner-accreditation {
  background: url(../asset/images/accreditation.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-accreditation {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-accreditation-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-accreditation-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-accreditation-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
    @media (max-width: 47.9375em){
      .inner-banner-accreditation-text {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-accreditation-overlay{
      min-height: 260px;
    }
    .inner-banner-accreditation-image{
      height: 260px;
    }
  }
  .inner-banner-accreditation-title {
    /* padding-top: 139px; */
   }
  .inner-banner-accreditation .breadcrumb-container {
    /* padding-top: 46px;  */
    position: absolute;
    z-index: 9;
    top: 46px;}

.our-accrediations-inner {
  position: relative;
  background: #fff;
  padding: 6.25rem 0rem; }
  @media (max-width: 47.9375em) {
    .our-accrediations-inner {
      /*mx-width:767px*/
      padding: 2.938rem 9px; } }
  .our-accrediations-inner h2 {
    text-align: center; }
    @media (max-width: 47.9375em) {
      .our-accrediations-inner h2 {
        /*mx-width:767px*/
        padding-bottom: 25px; } }
  .our-accrediations-inner p {
    text-align: center;
    color: #F5FAFF;
    font-size: 1rem; }
    @media (max-width: 47.9375em) {
      .our-accrediations-inner p {
        /*mx-width:767px*/
        padding: 0rem; } }
  .our-accrediations-inner-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .our-accrediations-inner-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .our-accrediations-inner-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .our-accrediations-inner-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 40px; }
  .our-accrediations-inner .card-main-wrap {
    display: flex;
    flex-wrap: wrap; }
  .our-accrediations-inner .icon-1 {
    /* margin: 60px 0px 20px; */
    border-radius: 14px;
    display: flex; }
    @media (max-width: 61.9375em) {
      .our-accrediations-inner .icon-1 {
        /*mx-width:991px*/
        margin: 0px 0px 0px; } }
  .our-accrediations-inner .icon-2 {
    /* margin: 60px 0px 20px; */
    border-radius: 14px;
    display: flex; }
    @media (max-width: 61.9375em) {
      .our-accrediations-inner .icon-2 {
        /*mx-width:991px*/
        margin: 30px 0px 0px; } }
  .our-accrediations-inner .icon-3 {
    /* margin: 60px 0px 20px; */
    border-radius: 14px;
    display: flex; }
    @media (max-width: 61.9375em) {
      .our-accrediations-inner .icon-3 {
        /*mx-width:991px*/
        margin: 30px 0px 0px; } }
  .our-accrediations-inner .card-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px; }
  .our-accrediations-inner .card-slide .card-content {
    width: 100%;
    position: relative;
    background: #F7F7F8;
    border-radius: 15px;
    padding-bottom: 38px;
    padding-top: 38px;
    text-align: center; }
  .our-accrediations-inner .card-slide .card-title a {
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 55px 0 19px 0;
    color: #F5FAFF;
    text-align: center;
    transition: all 0.3s ease 0s; }
    @media (max-width: 47.9375em) {
      .our-accrediations-inner .card-slide .card-title a {
        /*mx-width:767px*/ } }
  .our-accrediations-inner .card-slide .card-title a:hover {
    text-decoration: none; }
  .our-accrediations-inner .card-slide .card-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
    margin: 0 1.25rem 0 1.25rem;
    padding-top: 20px; }
    @media (max-width: 47.9375em) {
      .our-accrediations-inner .card-slide .card-description {
        /*mx-width:767px*/
        margin: 1rem; } }
    .our-accrediations-inner .card-slide .card-description p {
      color: #343941;
      font-size: 1.1875rem;
      font-weight: 400;
      text-align: center;
      padding-bottom: 1.1875rem; }
      @media (max-width: 61.9375em) {
        .our-accrediations-inner .card-slide .card-description p {
          /*mx-width:991px*/
          font-size: 1rem;
          line-height: 24px; } }

  .our-accrediations-inner .card-slide .read-more {
    color: #FF4F00;
    text-decoration: none; }
  .our-accrediations-inner .card-slide .read-more:hover {
    text-decoration: none;
    color: #FF7900; }
    @media (max-width: 61.9375em) {
    .empanelments{
      padding-left: 9px;
      padding-right: 9px;
    }
    }
.empanelments-main {
  background: linear-gradient(349.89deg, #E9FFFD 4.18%, #F4FDF9 41.33%, #F1F8F2 70.55%, #FAF9EF 99.28%);
  border-radius: 10px;
  padding: 52px; }
  @media (max-width: 61.9375em) {
    .empanelments-main {
      /*mx-width:991px*/
      padding: 20px; } 
      .empanelments-main p , .empanelments-main ul li{
        font-size: 0.875rem;
        line-height: 24px;
      }}
 .empanelments-main img{
  filter: hue-rotate(-386deg);
}
.empanelments h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 11px;
  margin-top: 19px; }

.empanelments-list-container {
  padding-top: 27px; }

.empanelments-list ul li {
  padding: 0px 0px 20px 0px; }
  @media (max-width: 61.9375em) {
    .empanelments-list ul li {
      padding: 0px 0px 15px 0px; }
      .empanelments h2 {
        font-size: 1.75rem;
      }
  }

.empanelments-list ul li:last-child {
  padding: 0px; }

.empanelments-list-img {
  margin-right: 11px; }

.inner-banner-e-brochure {
  background: url(../asset/images/e-brochure-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-e-brochure {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-e-brochure-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-e-brochure-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-e-brochure-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-e-brochure-overlay{
      min-height: 260px;
    }
    .inner-banner-e-brochure-image  {
      height: 260px;
    }
  }

  .inner-banner-e-brochure-text {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .inner-banner-e-brochure-title {
    /* padding-top: 139px;  */
  }
  .inner-banner-e-brochure .breadcrumb-container {
    position: absolute;
    top: 46px;
    z-index: 9;
   }

.e-brochure {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 5.375rem;
  padding-bottom: 5rem;
  position: relative; }
  @media (max-width: 61.9375em) {
    .e-brochure {
      /*mx-width:991px*/
      padding-top: 2.9375rem;
      padding-bottom: 1.0625rem;
      padding-left: 9px;
      padding-right: 9px; } }

  .e-brochure-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .e-brochure-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .e-brochure-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .e-brochure-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .e-brochure-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s; }
    @media (max-width: 61.9375em) {
      .e-brochure-card {
        /*mx-width:991px*/
        margin-bottom: 30px; } }

  .e-brochure-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .e-brochure-img-card {
    width: 100%;
    height: 200px;
    display: block;
    padding: 15px;
    background: #eee;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 61.9375em) {
      .e-brochure-img-card {
        /*mx-width:991px*/
        /* height: auto;  */
      } }
  .e-brochure-img-card img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
    @media (max-width: 61.9375em) {
      .e-brochure-img-card img {
        /*mx-width:991px*/
        min-height: auto;
        height: 100%;
       } }
  .e-brochure-card-content {
    padding: 15px 25px;
    text-align: left;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }
    .e-brochure-card-content p{
      font-size: 1rem;
      line-height: 24px;
    }
    @media (max-width: 61.9375em) {
      .e-brochure-card-content {
        /*mx-width:991px*/
        min-height: auto;
        padding: 0px 25px;} 
        .e-brochure-card-content p{
          font-size: 0.875rem;
          line-height: 24px;
        }
      }
    .e-brochure-card-content h4 {
      margin: 16px 0 9px 0; }
      @media (max-width: 61.9375em) {
        .e-brochure-card-content h4 {
          /*mx-width:991px*/
          margin: 1px 0 9px 0; } }

  .e-brochure-card-title a {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #343941; }
    @media (max-width: 61.9375em) {
      .e-brochure-card-title a {
        /*mx-width:991px*/
        font-size: 1.125rem; } }

  .e-brochure-card-read-more {
    text-align: left;
    padding: 13px 25px 30px 25px; }
  .e-brochure-card-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
  
  .e-brochure-btn-wrapper {
    margin-top: 30px; }

.inner-banner-gallery {
  background: url(../asset/images/gallery-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-gallery {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-gallery-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-gallery-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-gallery-text   {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-gallery-overlay{
      min-height: 260px;
    }
    .inner-banner-gallery-image {
      height: 260px;
    }
  }

  .inner-banner-gallery-text {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .inner-banner-gallery-title {
    /* padding-top: 139px;  */
  }
  .inner-banner-gallery .breadcrumb-container {
    position: absolute;
    top: 46px;
    z-index: 9;
   }

.gallery-list {
  position: relative;
  background: #fff;
  padding: 5.625rem 0 4rem; }
  @media (max-width: 61.9375em) {
    .gallery-list {
      /*mx-width:767px*/
      padding: 2.9375rem 0.5625rem 1.0625rem 0.5625rem;} }
  .gallery-list-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .gallery-list-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .gallery-list-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .gallery-list-wrap {
    display: flex;
    width: 100%; }
  .gallery-list-main {
    display: flex;
    justify-content: center;
    width: 100%; }
  .gallery-list-card-gallery {
    display: flex; }
  .gallery-list-team {
    padding-top: 70px; }
  .gallery-list .psum-gallery .thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    background: #ECECEE;
    border-radius: 10px;
    border: none;
    transition: 0.15s ease-in-out; }
  .gallery-list .psum-gallery .thumbnail:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .gallery-list .psum-gallery .lightbox {
    width: 100%;
    height: 200px;
    display: block; }
  .gallery-list .psum-gallery .lightbox img {
    border-radius: 4px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease; }
  .gallery-list .psum-gallery .caption {
    padding: 12px 5px;
    text-align: center; }
  .gallery-list .psum-gallery .caption h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #343941;
    margin-top: 0; }
  .gallery-list .psum-gallery .caption p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #535862;
    margin: 0; }
  .gallery-list .baguetteBox-button {
    background-color: transparent !important; }

.inner-banner-gallery-details {
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-gallery-details {
      /*mx-width:991px*/
      /* margin-top: 0px;  */
      margin-top: 16%;
      padding-left: 9px;
      padding-right: 9px; 
} }
  .inner-banner-gallery-details-text {
    text-align: left;
    position: relative;
    height: 100%; }
  .inner-banner-gallery-details-title {
    padding-top: 139px; }
  .inner-banner-gallery-details .breadcrumb-container {
    padding-top: 46px; }
  .inner-banner-gallery-details .item-gallery.active {
    color: #343941;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }

.gallery-deatils-view {
  position: relative;
  background: #fff; }
  @media (max-width: 47.9375em) {
    .inner-banner-gallery-details .breadcrumb-container {
      padding-top: 35px; }
    .gallery-deatils-view {
      /*mx-width:767px*/
      padding: 1.188rem 0.5625rem 1.0625rem 0.5625rem;} }
  .gallery-deatils-view-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .gallery-deatils-view-pattern-left img {
      position: absolute;
      top: -62px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .gallery-deatils-view-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .gallery-deatils-view-main {
    width: 100%;
    margin-bottom: 65px;
    position: relative; }
    @media (max-width: 61.9375em) {
      .gallery-deatils-view-main {
        /*mx-width:991px*/
        margin-bottom: 0px; } }

  .gallery-deatils-view .carousel-inner {
    width: auto; }
  .gallery-deatils-view-sm-img img {
    border-radius: 10px; 
    min-height: 260px;
    object-fit: cover;
  }
  .gallery-deatils-view .img-size {
    /* 	padding: 0;
      margin: 0; */
    height: 450px;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important; }
  .gallery-deatils-view .modal-content {
    width: 700px;
    border: none; }
    @media (max-width: 61.9375em) {
      .gallery-deatils-view .modal-content {
        /*mx-width:991px*/
        width: 100%; } }
  .gallery-deatils-view .modal-body {
    padding: 0; }
  .gallery-deatils-view .carousel-control-prev-icon {
    background-image: url(../asset/images/arrow-gallery-L.png);
    width: 16px;
    filter: hue-rotate(330deg) brightness(158%);
    height: 16px; }
  .gallery-deatils-view .carousel-control-next-icon {
    background-image: url(../asset/images/arrow-gallery-R.png);
    width: 16px;
    filter: hue-rotate(330deg) brightness(158%);
    height: 16px; }
  .gallery-deatils-view .carousel-control-next, .gallery-deatils-view .carousel-control-prev {
    top: auto !important;
    position: initial;
    width: 54px;
    height: 54px;
    border: 1px solid #00929D;
    border-radius: 8px;
    margin: 5px; }
  .gallery-deatils-view .gallery-deatils-view .carousel-control-next, .gallery-deatils-view .gallery-deatils-view .carousel-control-prev {
    top: auto !important;
    position: initial;
    width: 54px;
    height: 54px;
    border: 1px solid #00929D;
    border-radius: 8px;
    margin: 5px; }
  .gallery-deatils-view .btn-gallery {
    z-index: 99;
    position: absolute;
    right: 8px;
    background: #F4FBFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 8px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .gallery-deatils-view .btn-gallery img {
      width: 20px;
      filter: hue-rotate(330deg) brightness(158%); }
  .gallery-deatils-view .modal-footer-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
  .gallery-deatils-view .modal-footer {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .gallery-deatils-view .modal-content {
    border-radius: 10px !important; }
  .gallery-deatils-view .modal-dialog {
    display: flex;
    justify-content: center;
    width: 100%; }
  .gallery-deatils-view .panel-body {
    margin-bottom: 30px; }

.inner-banner-tenders {
  background: url(../asset/images/tenders-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-tenders {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-tenders-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-tenders-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-tenders-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-tenders-overlay{
      min-height: 260px;
    }
    .inner-banner-tenders-image {
      height: 260px;
    }
  }

  .inner-banner-tenders-text {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .inner-banner-tenders-title {
    /* padding-top: 139px;  */
  }
  .inner-banner-tenders .breadcrumb-container {
    position: absolute;
    top: 46px;
    z-index: 9;
   }


.tenders {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 5.4375rem;
  padding-bottom: 4.375rem;
  position: relative; }
  @media (max-width: 61.9375em) {
    .tenders {
      /*mx-width:991px*/
      padding: 2.9375rem 0.5625rem 1.0625rem 0.5625rem; } }

  .tenders-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .tenders-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .tenders-pattern-left img {
      position: absolute;
      top: 35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .tenders-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .tenders-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s;
    width: 100%; }
  .tenders-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .tenders-img-card {
    width: 100%;
    height: 200px;
    display: block;
    padding: 15px; }
  .tenders-img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
  .tenders-card-content {
    padding: 35px 30px 15px;
    text-align: left; }
  .tenders-card-title a {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #343941; }
    @media (max-width: 61.9375em) {
      .tenders-card-title a {
        /*mx-width:991px*/
        font-size: 1.125rem; } }

  .tenders-card-read-more {
    text-align: left;
    padding: 10px 15px 30px 30px; }
  .tenders-card-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
    .tenders-card-read-more a span {
      margin-right: 7px; }
      .tenders-card-read-more a span img{
        filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
      }
  .tenders-btn-wrapper {
    margin-top: 30px; }

.inner-banner-patient-experience {
  background: url(../asset/images/patient-experience-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-patient-experience {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-patient-experience-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-patient-experience-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-patient-experience-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-patient-experience-overlay{
      min-height: 260px;
    }
    .inner-banner-patient-experience-image {
      height: 260px;
    }
  }

  .inner-banner-patient-experience-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
  .inner-banner-patient-experience-title {
    /* padding-top: 139px;  */
  }
  .inner-banner-patient-experience .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }

.patient-experience {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 5.375rem;
  padding-bottom: 4.375rem;
  position: relative; }
  @media (max-width: 61.9375em) {
    .patient-experience {
      /*mx-width:991px*/
      padding: 2.9375rem 0.5625rem 1.0625rem 0.5625rem; } }

  .patient-experience-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .patient-experience-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .patient-experience-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .patient-experience-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .patient-experience h2 {
    text-align: left;
    position: relative; }
  .patient-experience-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s;
    width: 100%; }
  .patient-experience-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .patient-experience-img-card {
    width: 100%;
    height: 200px;
    display: block;
    padding: 15px; }
  .patient-experience-img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
  .patient-experience-card-content {
    padding: 35px 30px 15px;
    text-align: left; }
  .patient-experience-card-title a {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #343941; }
    @media (max-width: 61.9375em) {
      .patient-experience-card-title a {
        /*mx-width:991px*/
        font-size: 1.125rem; } }

  .patient-experience-card-read-more {
    text-align: left;
    padding: 10px 15px 30px 30px; }
  .patient-experience-card-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
    .patient-experience-card-read-more a span {
      margin-right: 7px; }
      .patient-experience-card-read-more a span img{
        filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
      }
  .patient-experience-btn-wrapper {
    margin-top: 30px; }
  .patient-experience .filter-box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 61.9375em) {
      .patient-experience .filter-box-container {
        /*mx-width:991px*/
        margin-bottom: 20px;
      flex-direction: column;
    align-items: flex-end;; } }

  .patient-experience .filter-box {
    line-height: 20px; }
  .patient-experience .filter-box .select-box {
    padding: 15px;
    font-size: 16px;
    min-width: 8rem;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 1px solid #B3B5B9;
    border-radius: 6px;
    height: 54px;
    appearance: none;
    background: #fff url(../asset/images/dropdown-arrow.png) no-repeat right 1rem center; }
  .patient-experience .category-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap; }
  .patient-experience .category-container .category {
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: none;
    text-transform: capitalize;
    border-radius: 0.5rem;
    font-size: 1.25rem; }
  .patient-experience .category-container .category.active {
    opacity: 1;
    display: flex;
    -webkit-animation: fadeIn 0.5s ease forwards;
    animation: fadeIn 0.5s ease forwards; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

.inner-banner-health-care {
  background: url(../asset/images/health-care-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-health-care {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-health-care-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-health-care-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-health-care-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-health-care-overlay{
      min-height: 260px;
    }
    .inner-banner-health-care-image {
      height: 260px;
    }
  }

  .inner-banner-health-care-text {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .inner-banner-health-care-title {
    /* padding-top: 139px; */
   }
  .inner-banner-health-care .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }

.health-care {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 5.375rem;
  padding-bottom: 5rem;
  position: relative; }
  @media (max-width: 61.9375em) {
    .health-care {
      /*mx-width:991px*/
      padding: 2.9375rem 0.5625rem 1.0625rem 0.5625rem; } }

  .health-care-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .health-care-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .health-care-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .health-care-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .health-care-card {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s; }
  .health-care-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .health-care-img-card {
    width: 100%;
    height: 200px;
    display: block;
    padding: 15px; }
  .health-care-img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
  .health-care-card-content {
    padding: 15px 25px;
    text-align: left;
    min-height: 153px; }
    .health-care-card-content h4 {
      margin: 16px 0 9px 0; }
  .health-care-card-title a {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #343941; }
    @media (max-width: 61.9375em) {
      .health-care-card-title a {
        /*mx-width:991px*/
        line-height: 24px;
        font-size: 1.125rem; } }

    .health-care-card-content p {
      font-weight: 400;
      font-size: 1rem;
      line-height: 24px;
      color: #343941; }
      @media (max-width: 61.9375em) {
        .health-care-card-content p {
          /*mx-width:991px*/
          font-size: 0.875rem; } }
  
  .health-care-card-read-more {
    text-align: left;
    padding: 0px 25px 34px 25px; }
  .health-care-card-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
  .health-care-btn-wrapper {
    margin-top: 30px; }

.inner-banner-academics {
  background: url(../asset/images/academics-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-academics {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
   
  .inner-banner-academics-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-academics-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-academics-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
    @media (max-width: 47.9375em){
      .inner-banner-academics-text {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-academics-overlay {
      min-height: 260px;
    }
    .inner-banner-academics-image {
      height: 260px;
    }
  }
  .inner-banner-academics-title {
    /* padding-top: 139px; */
   }
  
  .inner-banner-academics .breadcrumb-container {
    position: absolute;
    top: 46px;
    z-index: 9;
   }

.academics {
  background: #F7F7F8;
  padding: 5.625rem 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .academics {
      /*mx-width:767px*/
      padding: 2.938rem 9px; } }
  .academics-container-main {
    display: flex;
    align-items: center; }
  .academics-content {
    padding: 0 0 0 3rem; }
    @media (max-width: 47.9375em) {
      .academics-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } }
    .academics-content h2 {
      color: #343941; }
    .academics-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 47.9375em) {
        .academics-content p {
          /*mx-width:767px*/
          font-size: 0.875rem;
        line-height: 24px;
      padding-bottom: 28px; } }
    .academics-content p:last-child {
      padding-bottom: 0rem; }
  @media (max-width: 47.9375em) {
    .academics-image {
      /*mx-width:767px*/
      padding-left: 15px; } }
  .academics-image img {
    position: relative;
    min-height: 479px;
    border-radius: 15px; }
    @media (max-width: 47.9375em) {
      .academics-image img {
        /*mx-width:767px*/
        min-height: auto; } }
  .academics-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375em) {
      .academics-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }

.academics {
  background: #F7F7F8;
  padding: 5.625rem 0;
  position: relative; }

.academics-main {
  background: #fff;
  padding: 5.625rem 0;
  position: relative; }

.academics-container-main.left_content {
  padding: 6rem 0 0; }

.academics-content.left {
  padding: 0 3rem 0 0; }

@media (max-width: 47.9375em) {
  .academics-content.left {
    padding: 1rem 0 0 0; }
  .academics-container-main.left_content {
    padding: 3.125rem 0;
    display: flex;
    flex-direction: column-reverse; } }
.academics-main-content h2{
  color: #343941;
}
.academics-main-content p {
  padding-bottom: 2.125rem;
  color: #343941;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 47.9375em) {
    .academics-main-content p{
      font-size: 0.875rem;
      padding-bottom: 28px;
      
    }
  }
.academics-main-content p:last-child {
  padding-bottom: 0rem; }

@media (max-width: 47.9375em) {
  .academics-main, .academics {
    padding: 2.938rem 9px; } }

.inner-banner-charitable-medical {
  background: url(../asset/images/charitable-medical-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-charitable-medical {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-charitable-medical-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-charitable-medical-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-charitable-medical-text {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 47.9375em){
      .inner-banner-charitable-medical-text{
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-charitable-medical-overlay {
      min-height: 260px;
    }
    .inner-banner-charitable-medical-image {
      height: 260px;
    }
  }
  .inner-banner-charitable-medical-title {
    /* padding-top: 139px;  */
  }
  .inner-banner-charitable-medical .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }

.charitable-medical {
  background: #fff;
  padding: 5.625rem 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .charitable-medical {
      /*mx-width:767px*/
      padding: 2.938rem 0.563rem; } }
  .charitable-medical-container-main {
    display: flex;
    align-items: center; }
  .charitable-medical-content {
    padding: 0 0 0 3rem; }
    @media (max-width: 47.9375em) {
      .charitable-medical-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } }
    .charitable-medical-content h2 {
      color: #343941; }
    .charitable-medical-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 47.9375em) {
        .charitable-medical-content p {
          /*mx-width:767px*/
          align-items: left; } }
    .charitable-medical-content p:last-child {
      padding-bottom: 0rem; }
  @media (max-width: 47.9375em) {
    .charitable-medical-image {
      /*mx-width:767px*/
      padding-left: 15px; } }
  .charitable-medical-image img {
    position: relative;
    min-height: 538px;
    object-fit: cover;
    border-radius: 15px; }
    @media (max-width: 47.9375em) {
      .charitable-medical-image img {
        /*mx-width:767px*/
        height: auto;
      min-height: auto; } }
      .charitable-medical-list ul{
        padding-bottom: 2.125rem;
      }
      @media (max-width: 47.9375em) {
        .charitable-medical-list ul{
          padding-bottom: 28px;
        }}
  .charitable-medical-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375em) {
      .charitable-medical-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }
  .charitable-medical-list ul li {
    padding: 0px 0px 17px 0px;
    display: flex;
    line-height: 24px; }
    @media (max-width: 47.9375em) {
      .charitable-medical-list ul li{
        font-size: 00.875rem;
        line-height: 24px;
      }
    }
  .charitable-medical-list ul li:last-child {
    padding: 0px; }
  .charitable-medical-list-img {
    margin-right: 11px; }

.inner-banner-doctors-articles {
  background: url(../asset/images/articles-of-doctors-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-doctors-articles {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-doctors-articles-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-doctors-articles-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-doctors-articles-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
    @media (max-width: 47.9375em){
      .inner-banner-doctors-articles-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-doctors-articles-overlay{
      min-height: 260px;
    }
    .inner-banner-doctors-articles-image{
      height: 260px;
    }
  }
  .inner-banner-doctors-articles-title {
    /* padding-top: 139px; */
   }
  .inner-banner-doctors-articles .breadcrumb-container {
    position: absolute;
    z-index: 9;
    top: 46px; }

.articles-of-doctors {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 5.375rem;
  padding-bottom: 5rem;
  position: relative; }
  @media (max-width: 61.9375em) {
    .articles-of-doctors{
      padding-top: 2.938rem;
      padding-right: 0.563rem;
      padding-left: 0.563rem;
      padding-bottom:1.688rem;
    }

  }
  .articles-of-doctors-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .articles-of-doctors-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .articles-of-doctors-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .articles-of-doctors-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .articles-of-doctors-card {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s; }
  .articles-of-doctors-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .articles-of-doctors-img-card {
    width: 100%;
    height: 230px;
    display: block;
    padding: 15px 15px 0; }
    @media (max-width: 61.9375em) {
      .articles-of-doctors-img-card {
        padding: 15px;
      }
    }
  .articles-of-doctors-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
  .articles-of-doctors-card-content {
    padding: 25px 25px;
    text-align: left; }
    .articles-of-doctors-card-content h4 {
      margin: 12px 0 18px 0; }
    .articles-of-doctors-card-content h5 {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      color: #8C8F97;
      /* margin-top: 20px; */
      display: flex;
      align-items: center; }
      @media (max-width: 61.9375em) {
        .articles-of-doctors-card-content h5 {
          margin-top: 2px;
          font-size: 0.875rem;
          line-height: 24px;
        }
        .articles-of-doctors-card-content{
          padding: 0px 25px 25px;
        }
      }
  .articles-of-doctors-calendar {
    margin-right: 8px; }
  .articles-of-doctors-card-title a {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #343941; }
    @media (max-width: 61.9375em) {
      .articles-of-doctors-card-title a{
        font-size: 1.125rem;
      }
    }
  .articles-of-doctors-card-read-more {
    text-align: left;
    padding: 12px 0px 12px 0px; }
  .articles-of-doctors-card-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
  .articles-of-doctors-btn-wrapper {
    margin-top: 30px; }
  .articles-of-doctors-inspire-main {
    display: flex;
    align-items: center; }
  .articles-of-doctors-inspire-img img {
    border-radius: 50%;
    width: 45.97px;
    height: 47.44px; }
  .articles-of-doctors-inspire-details {
    padding-left: 20px; }
    .articles-of-doctors-inspire-details h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #343941; }
      @media (max-width: 61.9375em) {
        .articles-of-doctors-inspire-details h3{
          font-size: 1rem;
        }
      }
    .articles-of-doctors-inspire-details p {
      color: #8C8F97; }
      @media (max-width: 61.9375em) {
        .articles-of-doctors-inspire-details p{
          font-size: .875rem;
          line-height: 24px;
        }
      }
  .articles-of-doctors-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 61.9375em) {
      .articles-of-doctors-content-wrapper{
        flex-direction: column;
        align-items: baseline;
      }
    }

  .articles-of-doctors .btn-line-lg {
    padding-bottom: 0px; }
  .articles-of-doctors .btn-line-lg::before {
    bottom: -5px; }

.inner-banner-nursing-school {
  background: url(../asset/images/academics-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-nursing-school {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-nursing-school-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-nursing-school-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-nursing-school-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-nursing-school-overlay{
      min-height: 260px;
    }
    .inner-banner-nursing-school-image {
      height: 260px;
    }
  }

  .inner-banner-nursing-school-text {
    text-align: left;
    position: relative;
    height: 100%; }
  .inner-banner-nursing-school-title {
    padding-top: 139px; }
  .inner-banner-nursing-school .breadcrumb-container {
    padding-top: 46px; }

.nursing-school {
  background: #fff;
  padding: 5.625rem 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .nursing-school {
      /*mx-width:767px*/
      padding: 2.9375rem 0.5625rem 2.9375rem 0.5625rem;} }
  .nursing-school-container-main {
    display: flex;
    align-items: center; }
  .nursing-school-content {
    padding: 0 0 0 3rem; }
    @media (max-width: 47.9375em) {
      .nursing-school-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } }
    .nursing-school-content h2 {
      color: #343941; }
    .nursing-school-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 47.9375em) {
        .nursing-school-content p {
          /*mx-width:767px*/
          align-items: left;
          font-size: 14px;
          padding-bottom: 28px;
 } }
    .nursing-school-content p:last-child {
      padding-bottom: 0rem; }
  @media (max-width: 47.9375em) {
    .nursing-school-image {
      /*mx-width:767px*/
      padding-left: 15px; } }
  .nursing-school-image img {
    position: relative;
    min-height: 479px;
    border-radius: 15px; }
    @media (max-width: 47.9375em) {
      .nursing-school-image img {
        /*mx-width:767px*/
        height: auto; 
        min-height: auto; } }
  .nursing-school-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375em) {
      .nursing-school-btn-wrapper {
        /*mx-width:767px*/
        /* justify-content: center; */
       } }

.inner-banner-our-specialities {
  background: url(../asset/images/our-specialities-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-our-specialities {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-our-specialities-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-our-specialities-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-our-specialities-text {
    padding-left: 0px;
    padding-top: 65px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-our-specialities-overlay{
      min-height: 260px;
    }
    .inner-banner-our-specialities-image {
      height: 260px;
    }
  }

  .inner-banner-our-specialities-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
  .inner-banner-our-specialities-title {
    /* padding-top: 139px; */
   }
  .inner-banner-our-specialities .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }
  .inner-banner-our-specialities form {
    outline: 0;
    float: left;
    cursor: pointer; }
  .inner-banner-our-specialities-search-box {
    margin-top: 21px; }
  .inner-banner-our-specialities-textbox {
    outline: 0;
    height: 54px;
    width: 360px;
    line-height: 54px;
    padding: 0 16px;
    background: transparent !important;
    border: 1px solid #B9CCC9;
    color: #B3B5B9;
    float: left;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
    @media (max-width: 61.9375em) {
      .inner-banner-our-specialities-search-box{
        margin-top: 15px;
      }
      .inner-banner-our-specialities-textbox {
        /*mx-width:991px*/
        height: 42px;
        line-height: 18px; } }
    @media (max-width: 47.9375em) {
      .inner-banner-our-specialities-textbox {
        /*mx-width:767px*/
        width: 244px;
        height: 42px;
        line-height: 18px; } }
  .inner-banner-our-specialities-textbox:focus {
    outline: 0;
    background-color: #FFF; }
  .inner-banner-our-specialities-button {
    outline: 0;
    background: none;
    background: #fff;
    border: 1px solid #fff;
    float: left;
    height: 54px;
    padding: 12px 20px;
    text-align: center;
    border: 0;
    color: #00929D;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer; }
    @media (max-width: 61.9375em) {
      .inner-banner-our-specialities-button {
        /*mx-width:991px*/
        padding: 12px 10px;
        height: 42px;
        line-height: 18px; } }

.our-specialities {
  height: 100%;
  width: 100%;
  padding-top: 5.375rem;
  padding-bottom: 5rem;
  position: relative; }
  @media (max-width: 61.9375em) {
    .our-specialities {
      /*mx-width:991px*/
      padding: 2.9375rem 0.5625rem 1.0625rem 0.5625rem; } }

  .our-specialities-container-main {
    text-align: center; }
  .our-specialities-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .our-specialities-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .our-specialities-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .our-specialities-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s;
    width: 100%; }
  .our-specialities-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .our-specialities-img-card {
    width: 100%;
    height: 200px;
    display: block;
    padding: 15px; }
  .our-specialities-img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
  .our-specialities-card-content {
    padding: 25px 20px 14px;
    text-align: left; }
    .our-specialities-card-content p {
      font-size: 1rem;
      line-height: 24px;
      font-weight: 400;
      color: #343941; }
      @media (max-width: 61.9375em) {
        .our-specialities-card-content p {
          /*mx-width:991px*/
          font-size: 0.875rem; } }

  .our-specialities-card-title {
    margin-bottom: 12px;
    word-break: break-word;
    overflow-wrap: break-word; }
  .our-specialities-card-title a {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #343941; }
    @media (max-width: 61.9375em) {
      .our-specialities-card-title a {
        /*mx-width:991px*/
        font-size: 1.125rem; } }

  .our-specialities-card-read-more {
    text-align: left;
    padding: 10px 15px 30px 20px; }
  .our-specialities-card-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
    .our-specialities-card-read-more a span {
      margin-right: 7px; }
  .our-specialities-btn-wrapper {
    margin-top: 30px; }
  .our-specialities-icon {
    margin-bottom: 19px; }
    .our-specialities-icon img{
      filter: hue-rotate(-386deg);
    }
.inner-banner-department-details {
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-department-details {
      /*mx-width:991px*/
      /* margin-top: 0px;  */
      margin-top: 16%;
      padding-left: 9px;
      padding-right: 9px; 
} }
  .inner-banner-department-details-text {
    text-align: left;
    position: relative;
    height: 100%; }
  .inner-banner-department-details-title {
    padding-top: 139px; }
  .inner-banner-department-details .breadcrumb-container {
    padding-top: 46px; }
  .inner-banner-department-details .item-gallery.active {
    color: #343941;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }

.department-details {
  position: relative;
  background: #fff; }
  @media (max-width: 47.9375em) {
    .inner-banner-department-details .breadcrumb-container {
      padding-top: 35px;
    }
    .department-details {
      /*mx-width:767px*/
    padding: 1.188rem 0.5625rem; } }
  .department-details-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .department-details-pattern-left img {
      position: absolute;
      top: -58px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .department-details-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .department-details-main {
    width: 100%;
    margin-bottom: 65px;
    position: relative; }
    @media (max-width: 61.9375em) {
      .department-details-main {
        /*mx-width:991px*/
        margin-bottom: 0px; } }
  .department-details-content-area h2{
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #343941;
    margin-bottom: 12px;
  }
  .department-details-content-area p strong{
    font-weight: 700 !important;
  }
  .department-details-content-area li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    list-style: none;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #343941;
}

.department-details-content-area li {
    background: url(../asset/images/arrow_li.svg) no-repeat left top 10px; /* <-- change `left` & `top` too for extra control */
    padding: 0px 0px 0px 20px;
    list-style: none;
    /* margin: 0; */
}

.department-details-content .heading-2{
  margin-bottom: 25px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 18px;
}
  .department-details-content p {
    margin-bottom: 30px; }
    @media (max-width: 61.9375em) {.department-details-content-area li {
      background: url(../asset/images/arrow_li.svg) no-repeat left top 6px; /* <-- change `left` & `top` too for extra control */
      padding: 0px 0px 0px 20px;
      list-style: none;
      /* margin: 0; */
  }

      .department-details-content-area li{
        font-size: 14px;
        line-height: 24px;
      }
      .department-details-content p {
        /*mx-width:991px*/
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px; } }

  .department-details-content p:last-child {
    margin-bottom: 0px; }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #B3B5B9;
      opacity: 1; /* Firefox */
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #B3B5B9;
    }
    
    ::-ms-input-placeholder { /* Microsoft Edge */
      color: #B3B5B9;
    }
  .department-details-doctors-list h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #343941;
    padding-bottom: 16px;
    padding-top: 45px; }
    @media (max-width: 61.9375em) {
      .department-details-doctors-list-block{
        padding-left: 30px;
        padding-right: 30px;
      }
      .department-details-doctors-list h3{
        text-align: center;
      }
    }
  .department-details .card {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #ECECEE;
    border-radius: 10px;
    border: none;
    width: 100%;
    transition: box-shadow .25s; }
    .department-details .card .card-content-area{
      display: flex;
      flex-direction: column;
      height: 47%;
      align-items: center;
      justify-content: space-between;
    }
  .department-details .card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .department-details .img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
    padding: 15px; }
  .department-details .img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease; }
  .department-details .card-content {
    padding: 15px;
    text-align: center; }
    .department-details .card-content p {
      font-size: 1rem;
      color: #535862;
      font-weight: 400; }
  .department-details .card-date {
    margin-top: 6px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.25rem;
    word-break: break-word;
    overflow-wrap: break-word; }
    @media (max-width: 61.9375em) {
      .department-details .card-date{
        font-size: 1.125rem;
        line-height: 24px;
      }
      .department-details .card-content p {
        font-size: 0.875rem;
      }
    }
  .department-details .card-date a {
    color: #343941;
    text-decoration: none !important; }
  .department-details .card-read-more {
    text-align: left;
    padding: 5px 0 29px 0; }
  .department-details .card-read-more a {
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
    color: #00929D  !important;
    text-transform: uppercase; }
    .department-details .card-read-more a.btn-line:hover:before {
      width: 60%;
      padding: 0;
  }
.other-departments {
  background-color: #F7F7F8;
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px; }
  @media (max-width: 61.9375em) {
    .other-departments {
      /*mx-width:991px*/
      padding-top: 47px;
      padding-left: 9px;
      padding-right: 9px; } }

  .other-departments-pattern-right img {
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 0;
    height: 174px; }
  .other-departments-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .other-departments-pattern-left img {
      position: absolute;
      bottom: 20px;
      left: 0px;
      z-index: 0;
      height: 185px; }
      @media (max-width: 61.9375em) {
        .other-departments-pattern-left img {
          /*mx-width:991px*/
          bottom: 39px; } }
  .other-departments-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 3px;
    cursor: pointer;
    z-index: 1; }
  .other-departments #other-departments-main {
    position: relative; }
    .other-departments #other-departments-main .item-details {
      padding: 30px 20px 10px;
      text-align: left;
      border-radius: 10px;
      min-height: 240px; }
      .other-departments #other-departments-main .item-details h5 {
        margin: 14px 0px 15px;
        color: #343941;
        font-size: 1.25rem;
        line-height: 28px;
        font-weight: 600; }
      .other-departments #other-departments-main .item-details p {
        font-size: 1rem;
        font-weight: 400;
        color: #343941;
        line-height: 24px;
        word-break: break-word; }
    .other-departments #other-departments-main .item-btn {
      padding-top: 4px;
      padding-left: 20px;
      padding-bottom: 30px; }
      .other-departments #other-departments-main .item-btn a {
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #00929D !important; }
    .other-departments #other-departments-main .item {
      text-align: left;
      margin-bottom: 30px;
      margin-top: 10px;
      display: flex;
      /* display: block; */
      width: 100%;
      background-color: #ECECEE;
      border-radius: 10px;
      transition: box-shadow .25s; }
      @media (max-width: 61.9375em) {
        .other-departments #other-departments-main .item {
          /*mx-width:991px*/
          margin-top: 0px; } }

      .other-departments #other-departments-main .item:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: #fff;
        /* display: block; */
       }
    .other-departments #other-departments-main .owl-carousel .owl-nav [class*='owl-'] {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .other-departments #other-departments-main .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
      background-color: #D6D6D6; }
    .other-departments #other-departments-main .owl-carousel {
      position: relative; }
    .other-departments #other-departments-main .owl-carousel .owl-next,
    .other-departments #other-departments-main .owl-carousel .owl-prev {
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      position: absolute;
      right: 0;
      font-size: 20px;
      color: #fff;
      text-align: center; }
    .other-departments #other-departments-main .owl-carousel .owl-prev {
      left: -70px; }
    .other-departments #other-departments-main .owl-carousel .owl-next {
      right: -70px; }
    .other-departments #other-departments-main .owl-dots {
      display: none !important; }
    .other-departments #other-departments-main .owl-nav {
      display: flex;
      width: 100%;
      justify-content: flex-end; }
    .other-departments #other-departments-main .owl-carousel .owl-stage-main {
      display: flex !important;
      flex-wrap: wrap !important; }
    .other-departments #other-departments-main .owl-carousel .owl-item {
      display: flex; }
  .other-departments .owl-carousel .owl-stage {
    display: flex !important;
    flex-wrap: wrap !important; }
  .other-departments .owl-carousel .owl-item {
    display: flex; }
  .other-departments .owl-carousel .owl-nav button.owl-prev, .other-departments .owl-carousel .owl-nav button.owl-next, .other-departments .owl-carousel button.owl-dot {
    border: 1px solid #00929D;
    border-radius: 8px;
    margin: 5px;
    padding: 8px 16px !important;
    color: #00929D;
    font-size: 22px; }
  .other-departments .owl-carousel .owl-item img {
    filter: hue-rotate(-386deg);
    width: auto !important; }
  .other-departments .owl-prev::before {
    content: url(../asset/images/left-arrow.png);
    position: relative;
    filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
    z-index: 9; }
  .other-departments .owl-next::before {
    content: url(../asset/images/right-arrow.png);
    filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
    position: relative;
    z-index: 9; }
  .other-departments .owl-prev i {
    display: none; }
  .other-departments .owl-next i {
    display: none; }

.inner-banner-career {
  background: url(../asset/images/career-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-career {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-career-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-career-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-career-text {
    text-align: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 47.9375em){
      .inner-banner-career-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-career-overlay{
      min-height: 260px;
    }
    .inner-banner-career-image{
      height: 260px;
    }
  }
  .inner-banner-career-title {
    /* padding-top: 139px; */
   }
  .inner-banner-career .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }

.career-opportunities {
  background: #fff;
  padding: 5.625rem 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .career-opportunities {
      /*mx-width:767px*/
      padding: 2.938rem .563rem; } }
  .career-opportunities-container-main {
    display: flex;
    align-items: center; }
  .career-opportunities-content {
    padding: 0 0 0 3rem; }
    @media (max-width: 47.9375em) {
      .career-opportunities-content {
        /*mx-width:767px*/
        padding: 1rem 0 0; } }
    .career-opportunities-content h2 {
      color: #343941; }
    .career-opportunities-content p {
      padding-bottom: 2.125rem;
      color: #343941;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 47.9375em) {
        .career-opportunities-content p {
          /*mx-width:767px*/
        font-size: 0.875rem; 
      padding-bottom: 1.75rem;} }
    .career-opportunities-content p:last-child {
      padding-bottom: 0rem; }
  @media (max-width: 47.9375em) {
    .career-opportunities-image {
      /*mx-width:767px*/
      padding-left: 15px; } }
  .career-opportunities-image img {
    position: relative;
    min-height: 479px;
    border-radius: 15px; }
    @media (max-width: 47.9375em) {
      .career-opportunities-image img {
        /*mx-width:767px*/
        min-height: auto; } }
  .career-opportunities-btn-wrapper {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375em) {
      .career-opportunities-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }
  .career-opportunities-email {
    color: #FF4B9A;
    font-weight: 600;
    cursor: pointer; }
    @media (max-width: 61.9375em) {
    .open-position{
      padding-right: 0.563rem;
      padding-left: 0.563rem;
    }
  }
.open-position h2 {
  margin-bottom: 0px; }

.open-position-row-main {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.open-position-card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 49px;
  border-bottom: 1px solid #D8D8D8; }
  @media (max-width: 61.9375em) {
    .open-position-card-wrapper {
      /*mx-width:991px*/
      margin-top: 25px;
      margin-bottom: 0px;
    padding-bottom: 25px; } }
  .open-position-card-wrapper h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #343941; }
  .open-position-card-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #535862;
    padding-top: 15px; }
  .open-position-card-wrapper b {
    font-weight: 600; }
    @media (max-width: 61.9375em) {
      .open-position-card-wrapper h4 {
        font-size: 1.125rem;

      }
      .open-position-card-wrapper p{
        font-size: 0.875rem;
        line-height: 24px;      }
    }
    .open-position-view-btn {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
    @media (max-width: 61.9375em) {
      .open-position-view-btn {
        width: 50%;}
    }
.open-position-view-btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #00929D !important;
  text-decoration: none; }

.inner-banner-career-details {
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-career-details {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-career-details-text {
    text-align: left;
    position: relative;
    height: 100%;
    padding: 0 66px; }
    @media (max-width: 61.9375em) {
      .inner-banner-career-details-text {
        /*mx-width:991px*/
        padding: 0; } }
  .inner-banner-career-details-title {
    padding-top: 139px; }
  .inner-banner-career-details .breadcrumb-container {
    padding-top: 46px; }
    @media (max-width: 61.9375em) {
      .inner-banner-career-details .breadcrumb-container {
        padding-top: 35px;
      }
    }
  .inner-banner-career-details .item-gallery.active {
    color: #343941;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }

.career-details {
  position: relative;
  background: #fff; }
  @media (max-width: 47.9375em) {
    .career-details {
      /*mx-width:767px*/
      padding:1.188rem 0.563rem 2.938rem ; } }
    .career-details-pattern-left {
      transform: translatey(0px);
      -webkit-animation: float 5s ease-in-out infinite;
      animation: float 5s ease-in-out infinite; }
      .career-details-pattern-left img {
        position: absolute;
        top: -65px;
        left: 0px;
        z-index: 0;
        height: 170px; }
        @media (max-width: 61.9375em) {
          .career-details-pattern-left img {
            /*mx-width:991px*/
            display: none; } }
      @media (max-width: 61.9375em) {
        .career-details-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .career-details-main {
    width: 100%;
    margin-bottom: 76px;
    position: relative;
    padding: 0 66px; }
    @media (max-width: 61.9375em) {
      .career-details-main {
        /*mx-width:991px*/
        padding: 0; 
      margin-bottom: 0px;} }
  .career-details-date-icon {
    color: #8C8F97;
    display: flex;
    align-items: center; }
    @media (max-width: 61.9375em) {
      .career-details-date-icon{
        font-size: 0.875rem;
        line-height: 24px;
      }
    }
    .career-details-date-icon img {
      width: 23px;
      padding-right: 5px; }
  .career-details-content h2 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 4px; }
    @media (max-width: 61.9375em) {
      .career-details-content h2 {
        font-size: 1.75rem;
        line-height: 36px;
      }
      .career-details-content p{
        font-size: 0.875rem;
        line-height: 24px;
      }
    }
  .career-details-content h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
    color: #343941;
    margin-bottom: 16px; }
  .career-details-title-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    color: #535862;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 33px; }
    @media (max-width: 61.9375em) {
      .career-details-title-head {
        /*mx-width:991px*/
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 24px; } }
    .career-details-title-head b {
      font-weight: 600; }
    .career-details-title-head p {
      font-size: 20px;
      line-height: 20px;
      color: #535862; }
      @media (max-width: 61.9375em) {
        .career-details-title-head p{
          font-size: 1rem;
          line-height: 24px;    
          padding-bottom: 5px;
        }
      }
  .career-details-doctors-list h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #343941;
    padding-bottom: 16px;
    padding-top: 45px; }
  .career-details-social-media {
    display: flex; }
    .career-details-social-media li a img:hover{
      filter: invert(1%) sepia(23%) saturate(3980%) hue-rotate(314deg) brightness(114%) contrast(100%) !important;
    }
    .career-details-social-media ul {
      margin-left: 21px; }
    .career-details-social-media li {
      cursor: pointer; }
  .career-details-social-media-main {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .career-details-social-media-main ul li img {
      padding-left: 8px; }

.career-apply-now {
  background: #F7F7F8;
  padding: 48px 0; }
  @media (max-width: 61.9375em) {
    .career-apply-now{
      padding: 48px 9px;
    }
  }
  .career-apply-now-form {
    padding: 0 66px; }
    @media (max-width: 61.9375em) {
      .career-apply-now-form {
        /*mx-width:991px*/
        padding: 0; } }
    .career-apply-now-form h3 {
      font-weight: 600;
      font-size: 2.25rem;
      line-height: 20px;
      color: #343941;
      margin-bottom: 45px; }
      @media (max-width: 61.9375em) {
        .career-apply-now-form h3{
          font-size: 1.75rem;
          line-height: 36px;
          margin-bottom: 20px;
        }
      }
  .career-apply-now-grid label {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #8C8F97; }
  .career-apply-now-grid .form-control {
    font-weight: 400;
    font-size: 14px;
    color: #B3B5B9;
    background: transparent; }
  .career-apply-now-grid p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #00929D; }
  .career-apply-now-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .career-apply-now-bottom-wrapper b {
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      color: #343941; }
  .career-apply-now-text-color {
    color: #00929D; }
  .career-apply-now-upload {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8C8F97; }
  .career-apply-now-captcha {
    font-weight: 600;
    font-size: 28px;
    line-height: 43px;
    color: #343941; }
  .career-apply-now-bottom-grid {
    display: flex;
    justify-content: space-between; }
  .career-apply-now-btn-wrapper {
    margin-top: 40px;
    margin-bottom: 26px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 61.9375em) {
      .career-apply-now-btn-wrapper{
        margin-bottom: 0px;
        margin-top: 28px;
      }
    }
  .career-apply-now .upload {
    display: block;
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    color: #8C8F97; }
    .career-apply-now .upload::before {
      content: "\f0c6";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      position: absolute;
      top: 10px;
      right: 12px;
      -webkit-font-smoothing: antialiased;
      color: #B3B5B9;
      text-align: center;
      line-height: 21px;
      -webkit-transform: rotate(-41deg);
      -moz-transform: rotate(-41deg);
      -ms-transform: rotate(-41deg);
      -o-transform: rotate(-41deg);
      transform: rotate(-41deg); }
    .career-apply-now .upload::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor: pointer; }
    .career-apply-now .upload [type="file"] {
      width: 100%;
      box-sizing: border-box; }
      .career-apply-now .upload [type="file"]::-webkit-file-upload-button {
        -webkit-appearance: none;
        width: 0;
        height: 0;
        padding: 0;
        border: 0; }

.inner-banner-doctors-list {
  background: url(../asset/images/doctors-list-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto;
  position: relative; }
  @media (max-width: 61.9375em) {
    .inner-banner-doctors-list {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-doctors-list-overlay {
    background: linear-gradient(85.14deg, #000000 31.94%, rgba(0, 0, 0, 0) 128.5%);
    opacity: 0.6;
    position: absolute;
    height: 100%;
    min-height: 479px;
    width: 100%; }
  .inner-banner-doctors-list-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-doctors-list-text  {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
      }
    }
  @media (max-width: 61.9375em) {
    .inner-banner-doctors-list-overlay {
      height: 100%;
      min-height: 260px;
    }
    .inner-banner-doctors-list-image  {
      height: auto;
      min-height: 260px;
    }
  }

  .inner-banner-doctors-list-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-banner-doctors-list-title {
    margin-bottom: 10px;
  }
  .inner-banner-doctors-list-form-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #B3B5B9;
    border-radius: 6px;
    margin-top: 21px; }
    @media (max-width: 75em) {
      .inner-banner-doctors-list-form-main {
        flex-wrap: wrap;
        margin-top: 9px;
        border: none; } }
  .inner-banner-doctors-list form {
    outline: 0;
    float: left;
    cursor: pointer;
    display: flex; }
  .inner-banner-doctors-list-textbox {
    outline: 0;
    height: 54px;
    width: 300px;
    flex-grow: 1;
    line-height: 54px;
    padding: 0 16px;
    background: transparent;
    border: transparent;
    color: #B3B5B9 !important;
    float: left;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
    @media (max-width: 61.9375em) {
      .inner-banner-doctors-list-textbox {
        /*mx-width:991px*/
        height: 42px;
        width: 100%;
        line-height: 18px;
        border: 1px solid #B3B5B9;
        margin-bottom: 10px;
        border-radius: 6px; } }
  .inner-banner-doctors-list-textbox:focus {
    outline: 0;
    background-color: transparent; }
  .inner-banner-doctors-list-button {
    outline: 0;
    background: none;
    background: #fff;
    border: 1px solid #fff;
    float: left;
    height: 54px;
    padding: 12px 20px;
    text-align: center;
    color: #00929D;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer; }
    @media (max-width: 61.9375em) {
      .inner-banner-doctors-list-button {
        /*mx-width:991px*/
        padding: 12px 10px;
        height: 42px;
        width: 100%;
        border-radius: 6px;
        line-height: 18px; } }
.inner-banner-doctors-list-search-box {
    display: flex;
    flex-grow: 1;
}
@media (max-width: 75em) {
    .inner-banner-doctors-list-search-box {
        flex-wrap: wrap;
        width: 100%;
    }
}
  .inner-banner-doctors-list .breadcrumb-container {
    position: relative;
    top: auto; 
    padding-bottom: 15px;
    z-index: 9;
  }
  .inner-banner-doctors-list .inner-banner-doctors-list-select-box {
    position: relative;
    border-right: 1px solid #B3B5B9;
    padding-right: 10px;
    /* opacity: .6; */
   }
    @media (max-width: 75em) {
      .inner-banner-doctors-list .inner-banner-doctors-list-select-box {
        border-right: none;
        width: 100%;
        margin-bottom: 10px; } }
  .inner-banner-doctors-list .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #B3B5B9; }
  .inner-banner-doctors-list .select2-container .select2-selection--single {
    height: 54px;
    background: transparent;
    border: transparent; }
    @media (max-width: 75em) {
      .inner-banner-doctors-list .select2-container .select2-selection--single {
        height: 42px;
        border: 1px solid #B3B5B9;
        border-radius: 6px;
         } }
  .inner-banner-doctors-list .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px; }
  .inner-banner-doctors-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #B3B5B9;
    line-height: 54px; }
  .inner-banner-doctors-list .select2-container {
    min-width: 346px; }
    @media (max-width: 61.9375em) {
      .inner-banner-doctors-list .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px; }
        .inner-banner-doctors-list .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 40px;
        }
      .inner-banner-doctors-list .select2-container {
        /*mx-width:991px*/
        min-width: 100%; } }

  .inner-banner-doctors-list .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 15px; }
  .inner-banner-doctors-list .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px !important;
    padding: 8px !important; }
  .inner-banner-doctors-list .select2-search--dropdown {
    padding: 8px !important;
    border-radius: 4px !important; }
  .inner-banner-doctors-list .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff !important;
    color: #343941 !important; }
  .inner-banner-doctors-list .select2-dropdown {
    top: 6px; }

.select2-search__field {
  background-color: #00929D !important;
  border: 1px solid #5677A2;
  border-radius: 4px; }

.select2-dropdown {
  background-color: #00929D !important;
  color: #fff; }

  .select2-search--dropdown {
    padding: 8px 16px !important;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 6px; }

.select2-dropdown {
  border: none !important; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

.select2-results__option {
  padding: 6px 15px 6px 17px !important; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #5677A1 !important;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  margin-right: 16px !important;
}
.select2-search--dropdown .select2-search__field {
  color: #fff; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00929D;
  color: white; }

.doctors-list {
  position: relative;
  background: #fff;
  padding: 5.625rem 0 4rem 0; }
  @media (max-width: 47.9375em) {
    .doctors-list {
      /*mx-width:767px*/
      padding: 2.9375rem 0 1.0625rem 0; } }
  .doctors-list-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .doctors-list-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .doctors-list-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .doctors-list-main {
    display: flex;
    justify-content: center;
    width: 100%; }
    @media (max-width: 61.9375em) {
      .doctors-list-main {
        /*mx-width:991px*/
        padding-left: 38px;
        padding-right: 38px; } }

  .doctors-list-card-gallery {
    display: flex; }
  .doctors-list-read-more {
    text-decoration: none !important;
    padding: 0 15px 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer; }
    .doctors-list-read-more a {
      text-decoration: none;
      color: #00929D !important;
      font-weight: 600;
      font-size: 16px; }
  .doctors-list-team {
    padding-top: 70px; }
  .doctors-list .psum-gallery {
    width: 100%; }
  .doctors-list .psum-gallery .thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    background: #ECECEE;
    border-radius: 10px;
    border: none;
    transition: 0.15s ease-in-out; }
  .doctors-list .psum-gallery .thumbnail:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .doctors-list .lightbox {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px; }
    .doctors-list .thumbnail .card-content-area{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: 40%;
    }
  .doctors-list .psum-gallery .lightbox img {
    width: 100%;
    object-fit: cover;
    transition: all .25s ease; }
  .doctors-list .psum-gallery .caption {
    padding: 12px 0px;
    text-align: center;
    min-height: 93px; }
  .doctors-list .psum-gallery .caption h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #343941;
    margin-top: 0;
    cursor: pointer; }
  .doctors-list .psum-gallery .caption p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #535862;
    margin: 0;
    cursor: pointer; }
    @media (max-width: 61.9375em) {
      .doctors-list .psum-gallery .caption {
        min-height: 80px;
      }
      .doctors-list .psum-gallery .caption h3 {
        font-size: 1.125rem;
      }
      .doctors-list .psum-gallery .caption p {
        font-size: 0.875rem;
      }
    }
  .doctors-list .baguetteBox-button {
    background-color: transparent !important; }

.inner-banner-news-events {
  background: url(../asset/images/news-events-banner.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-news-events {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
     } }
  .inner-banner-news-events-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-news-events-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    @media (max-width: 47.9375em){
      .inner-banner-news-events-text {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-news-events-overlay{
      min-height: 260px;
    }
    .inner-banner-news-events-image {
      height: 260px;
    }
  }

  .inner-banner-news-events-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
  .inner-banner-news-events-title {
    /* padding-top: 139px; */
   }
  .inner-banner-news-events .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }

.news-events {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 87px;
  padding-bottom: 25px;
  position: relative; }
  @media (max-width: 61.9375em) {
    .news-events {
      /*mx-width:991px*/
      padding: 2.9375rem 0.5625rem 1.0625rem 0.5625rem; } }

  .news-events-container-main {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .news-events-container-main .news-events-card-wrapper:last-child .news-events-card{
      margin-bottom: 0px;
    }
  .news-events-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .news-events-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .news-events-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .news-events-card-wrapper {
    display: flex;
    flex-wrap: wrap;
  align-items: baseline; }
    @media (max-width: 61.9375em) {
      .news-events-card-wrapper {
        /*mx-width:991px*/
        flex-direction: column; } }

  .news-events-card {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #F7F7F8;
    border-radius: 10px;
    transition: box-shadow .25s; 
    width: 100%;}
  .news-events-card:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .news-events-img-card {
    width: 100%;
    height: 200px;
    display: block;
    padding: 15px; }
    @media (max-width: 61.9375em) {
      .news-events-img-card {
        /*mx-width:991px*/
        height: auto; } }

  .news-events-img-card img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    transition: all .25s ease;
    border-radius: 6px; }
  .news-events-card-content {
    padding: 15px 20px 15px 25px;
    text-align: left;
    min-height: 130px; }
    @media (max-width: 61.9375em) {
      .news-events-card-content {
        /*mx-width:991px*/
        padding: 0px 20px 0px 25px;
        min-height: 80px; } }

    .news-events-card-content h5 {
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      color: #8C8F97;
      padding-top: 20px;
      padding-bottom: 14px;
      display: flex;
      align-items: center; }
      @media (max-width: 61.9375em) {
        .news-events-card-content h5 {
          /*mx-width:991px*/
          font-size: 0.875rem;
          padding-top: 0px; } }

    .news-events-card-content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #343941; }
      @media (max-width: 61.9375em) {
        .news-events-card-content p {
          /*mx-width:991px*/
          font-size: 0.875rem;
           } }
  .news-events-card-read-more {
    text-align: left;
    padding: 13px 25px 27px 25px; }
  .news-events-card-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
  .news-events-btn-wrapper {
    margin-top: 30px; }
  .news-events-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 35px; }
  .news-events-pagination {
    display: inline-block;
    display: flex;
    align-items: center; }
    .news-events-pagination a {
      color: #343941;
      float: left;
      padding: 8px 16px;
      text-decoration: none;
      background: #D9DADC;
      transition: background-color .3s; }
      .news-events-pagination a:first-child {
        margin-right: 12px;
        border-radius: 4px; }
      .news-events-pagination a:last-child {
        margin-left: 12px;
        border-radius: 4px; }
    .news-events-pagination a.active {
      background-color: #00929D;
      color: white;
      padding: 8px 16px;
      border-radius: 4px; }
    .news-events-pagination a:hover:not(.active) {
      background-color: #00929D;
      color: #fff;
      border-radius: 4px; }

.inner-banner-news-details {
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-news-details {
      /*mx-width:991px*/
      /* margin-top: 0px; */
      margin-top: 16%;
      padding: 0 9px;
    } }
  .inner-banner-news-details-text {
    text-align: left;
    position: relative;
    height: 100%; }
  .inner-banner-news-details-title {
    padding-top: 139px; }
  .inner-banner-news-details .breadcrumb-container {
    padding-top: 46px; }
  .inner-banner-news-details .active {
    color: #343941;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }

.news-details {
  background: #fff;
  padding: 1rem 0 3.1875rem;
  position: relative; }
  @media (max-width: 47.9375em) {
    .inner-banner-news-details .breadcrumb-container {
      padding-top: 35px;
    }
    .news-details {
      /*mx-width:767px*/
      padding: 1rem 0.5625rem 1.0625rem 0.5625rem; } }
  .news-details-container-main {
    display: flex;
    align-items: center; }
  .news-details-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .news-details-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .news-details-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .news-details-btn-wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 47.9375em) {
      .news-details-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }
  .news-details-image {
    padding-bottom: 35px; }
    .news-details-image img {
      width: 100%;
      border-radius: 10px; }
  .news-details-calendar {
    margin-right: 7px; }
  .news-details-content h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #8C8F97;
    padding-bottom: 12px;
    display: flex;
    align-items: center; }
  .news-details-content h3 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #343941;
    padding-bottom: 30px; }
    @media (max-width: 61.9375em) {
      .news-details-image{
        padding-bottom: 20px;
      }
      .news-details-content h5{
        font-size: 0.875rem;
      }
      .news-details-content h3 {
        /*mx-width:991px*/
        font-size: 1.75rem; } }

  .news-details-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #343941;
    padding-bottom: 40px; }
    @media (max-width: 47.9375em) {
      .news-details-content p {
        /*mx-width:767px*/
        font-size: 0.875rem;
        padding-bottom: 30px; } }

  .news-details-social-media-main {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 61.9375em) {
      .news-details-social-media-main {
        /*mx-width:991px*/
        padding-bottom: 20px; } }

    .news-details-social-media-main h6 {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #535862;
      padding-right: 21px; }
  .news-details-social-media {
    display: flex; }
    .news-details-social-media li{
      width: 30px;
      height: 30px;
      margin-right: 4px;
    }
    .news-details-social-media li a img:hover{
      filter: invert(1%) sepia(23%) saturate(3980%) hue-rotate(294deg) brightness(114%) contrast(100%) !important
    }
  .news-details-widget {
    margin-bottom: 30px;
    background: #F7F7F8;
    padding: 20px 25px;
    border-radius: 10px; }
  .news-details-widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #343941;
    padding-bottom: 7px;
    text-transform: capitalize; }
  .news-details-summary-content {
    padding: 0px 0px 30px;
    display: flex; }
  .news-details-summary-head img {
    border-radius: 8px;
    object-fit: cover;
    width: 76px;
    height: 78px; }
  .news-details-summary-paragraph p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #343941;
    padding-left: 15px; }
    @media (max-width: 61.9375em) {
      .news-details-summary-paragraph p {
        /*mx-width:991px*/
        font-size: 0.875rem; } }

  .news-details-btn-wrapper {
    margin-top: 30px;
    margin-bottom: 25px; }

.inner-banner-contact-us {
  background: url(../asset/images/contact-us.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-contact-us {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px;  */
    } }
  .inner-banner-contact-us-overlay {
    background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
    opacity: 0.6;
    position: absolute;
    min-height: 479px;
    width: 100%; }
  .inner-banner-contact-us-image {
    position: relative;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  .inner-banner-contact-us-text {
    text-align: left;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;}
    @media (max-width: 47.9375em){
      .inner-banner-contact-us-text  {
    padding-left: 0px;
    padding-top: 40px;
  }
}
  @media (max-width: 61.9375em) {
    .inner-banner-contact-us-overlay{
      min-height: 260px;
    }
    .inner-banner-contact-us-image {
      height: 260px;
    }
  }
  .inner-banner-contact-us-title {
    /* padding-top: 139px; */
   }
  .inner-banner-contact-us .breadcrumb-container {
    position: absolute;
    top: 46px; 
    z-index: 9;
  }

.contact-details {
  padding: 55px 0;
  position: relative; }
  .contact-details-wrapper {
    padding: 0 80px; }
    @media (max-width: 61.9375em) {
      .contact-details{
        padding: 2.938rem 0.563rem;
      }
      .contact-details-wrapper {
        /*mx-width:991px*/
        padding: 0px; } }
  .contact-details-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .contact-details-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .contact-details-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .contact-details-info {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .contact-details-info h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0.01em;
      color: #343941;
      padding-bottom: 6px; }
      @media (max-width: 61.9375em) {
        .contact-details-info h3 {
          font-size: 1rem;
          line-height: 24px;
        }
      }
    .contact-details-info p {
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: 0.01em;
      color: #535862; }
      @media (max-width: 61.9375em) {
        .contact-details-info p {
          font-size: 0.875rem;
          line-height: 24px;
        }
      }
  .contact-details-info-bottom {
    padding-top: 18px; }
    .contact-details-info-bottom p {
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: 0.01em;
      color: #535862; }
      @media (max-width: 61.9375em) {
        .contact-details-info-bottom p{
          font-size: 0.875rem;
          line-height: 24px;
        }
      }
    .contact-details-info-bottom b {
      font-weight: 600;
      padding-left: 12px; }
      .contact-details-info-bottom b a{
        color: #343941;
      }
      @media (max-width: 61.9375em) {
        .contact-details-info-bottom b{
          font-size: 0.875rem;
          line-height: 24px;
        }
      }
    .contact-details-info-bottom span {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
  .contact-details-follow-us {
    padding-top: 39px; }
    @media (max-width: 61.9375em) {
      .contact-details-follow-us {
        padding-top: 18px; }
    }
    .contact-details-follow-us ul {
      display: flex;
      margin-left: -10px; }
    .contact-details-follow-us li {
      padding-right: 16px; }
    .contact-details-follow-us .i-fb:hover path {
      stroke: #FF4B9A;
      fill: #FF4B9A;
      stroke-width: 0; }
    .contact-details-follow-us .i-insta:hover path {
      stroke: #FF4B9A;
      fill: #FF4B9A;
      stroke-width: 0; }
    .contact-details-follow-us .i-twitter:hover path {
      stroke: #FF4B9A;
      fill: #FF4B9A;
      stroke-width: 0; }
  .contact-detailsFollow-us-icon {
    display: flex; }
  .contact-details-map {
    border-radius: 10px;
    min-height: 400px; }
    .contact-details-map img {
      border-radius: 10px; }
    @media (max-width: 61.9375em) {
      .contact-details-map {
        /*mx-width:991px*/
        margin-top: 30px; } }

.enquiry {
  background: #F7F7F8;
  padding: 48px 0; }
  @media (max-width: 61.9375em) {
    .enquiry {
    padding: 48px 9px;
    }
  }

  .enquiry-wrapper {
    padding: 0 80px; }
    @media (max-width: 61.9375em) {
      .enquiry-wrapper {
        /*mx-width:991px*/
        padding: 0px; } }
  @media (max-width: 61.9375em) {
    .enquiry-form {
      /*mx-width:991px*/
      padding: 0px; } }
  .enquiry-form h3 {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 20px;
    color: #343941;
    margin-bottom: 45px; }
    @media (max-width: 61.9375em) {
      .enquiry-form h3{
        margin-bottom: 20px;
        font-size: 1.75rem;
      }
    }
  .enquiry-grid label {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #8C8F97; }
  .enquiry-grid .form-control {
    font-weight: 400;
    font-size: 14px;
    /* color: #B3B5B9; */
    background-color: transparent; }
  .enquiry-grid p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #00929D !important; }
  .enquiry-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .enquiry-bottom-wrapper b {
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      color: #343941; }
    .enquiry-bottom-wrapper p {
      cursor: pointer; }
  .enquiry-text-color {
    color: #00929D !important;
    cursor: pointer; }
  .enquiry-upload {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8C8F97; }
  .enquiry-captcha {
    font-weight: 600;
    font-size: 28px;
    line-height: 43px;
    color: #343941;
    cursor: pointer; }
  .enquiry-bottom-grid {
    display: flex;
    justify-content: space-between; }
  .enquiry-btn-wrapper {
    margin-top: 40px;
    margin-bottom: 26px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 61.9375em) {
      .enquiry-btn-wrapper {
        margin-top: 28px;
        margin-bottom: 0px;
      }
    }
  .enquiry .upload {
    display: block;
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    color: #8C8F97; }
    .enquiry .upload::before {
      content: "\f0c6";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      position: absolute;
      top: 10px;
      right: 12px;
      -webkit-font-smoothing: antialiased;
      color: #B3B5B9;
      text-align: center;
      line-height: 21px;
      -webkit-transform: rotate(-41deg);
      -moz-transform: rotate(-41deg);
      -ms-transform: rotate(-41deg);
      -o-transform: rotate(-41deg);
      transform: rotate(-41deg); }
    .enquiry .upload::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor: pointer; }
    .enquiry .upload [type="file"] {
      width: 100%;
      box-sizing: border-box; }
      .enquiry .upload [type="file"]::-webkit-file-upload-button {
        -webkit-appearance: none;
        width: 0;
        height: 0;
        padding: 0;
        border: 0; }

.important-numbers {
  padding-top: 61px;
  padding-bottom: 61px; }
  @media (max-width: 61.9375em) {
    .important-numbers{
      padding: 2.938rem 0.563rem;
    } 
  }
  .important-numbers h2 {
    padding-bottom: 12px; }
    @media (max-width: 61.9375em) {
      .important-numbers h2 {
        padding-bottom: 0px;
    }
  }
  .important-numbers-card-main {
    border-bottom: 1px solid #D8D8D8;
    margin-right: 20px;
    margin-bottom: 14px; }
    @media (max-width: 61.9375em) {
      .important-numbers-card-main {
        /*mx-width:991px*/
        margin-right: 0px; } }
    .important-numbers-card-main h4 {
      font-weight: 600;
      font-size: 20px;
      line-height: 22px;
      letter-spacing: 0.01em;
      color: #343941;
      margin-bottom: 10px; }
      @media (max-width: 61.9375em) {
        .important-numbers-card-main h4 {
          font-size: 1rem;
          line-height: 24px;
          margin-bottom: 5px;
        }
      }
    .important-numbers-card-main p {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #535862;
      padding-bottom: 20px; }
      @media (max-width: 61.9375em) {
        .important-numbers-card-main p {
          font-size: 0.875rem;
          line-height: 24px;
          padding-bottom: 15px;
        }
      }
  .important-numbers-wrapper {
    padding: 0 70px; }
    @media (max-width: 61.9375em) {
      .important-numbers-wrapper {
        /*mx-width:991px*/
        padding: 0px; } }

.patient-experience-container {
  padding: 65px 0;
  background: linear-gradient(79.23deg, #E9FFFD 1.37%, #ECF3ED 45.04%, #ECF3ED 108.88%);
  text-align: center; }
  @media (max-width: 61.9375em) {
    .patient-experience-container{
      padding: 2.938rem 0.563rem;
    } 
  }
  .patient-experience-container-main {
    padding: 0 40px; }
    @media (max-width: 61.9375em) {
      .patient-experience-container-main {
        /*mx-width:991px*/
        padding: 0px; } }
    .patient-experience-container-main h2 {
      color: #343941; }
      @media (max-width: 61.9375em) {
        .patient-experience-container-main h2 {
          text-align: left;
        }
      }
    .patient-experience-container-main p {
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #343941; }
      @media (max-width: 61.9375em) {
        .patient-experience-container-main p {
          font-size: 1rem;
          line-height: 24px;
        }
      }
  .patient-experience-container-btn-wrapper {
    margin-top: 35px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center; }
    @media (max-width: 61.9375em) {
      .patient-experience-container-btn-wrapper{
        margin-top: 28px;
      }
    }
  .patient-experience-container .modal-header-container {
    padding: 2.5rem 3.5rem 0rem; }

.inner-banner-career-details {
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-career-details {
      /*mx-width:991px*/
      /* margin-top: 0px;  */
      margin-top: 16%;
    padding-left: 0.563rem;} }
  .inner-banner-career-details-text {
    text-align: left;
    position: relative;
    height: 100%; }

.results-details {
  margin-top: 90px;
  padding-top: 76px;
  position: relative;
  background: #fff; }
  @media (max-width: 47.9375em) {
    .results-details {
      /*mx-width:767px*/
      padding: 2.9375rem 0.5625rem 2.9375rem 0.5625rem;
      margin-top: 0px;
 } }
  .results-details-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .results-details-pattern-left img {
      position: absolute;
      top: -35px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .results-details-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .results-details-main {
    width: 100%;
    margin-bottom: 92px;
    position: relative; }
    @media (max-width: 61.9375em) {
      .results-details-main {
        /*mx-width:991px*/
        margin-bottom: 0px; } }

  .results-details-text {
    color: #FF4B9A; }
  .results-details-content h2 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 35px; }
    @media (max-width: 61.9375em) {
      .results-details-content h2 {
        /*mx-width:991px*/
        margin-bottom: 30px;
        font-size: 1.75rem } }

  .results-details-content h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
    color: #343941;
    margin-bottom: 16px; }
  .results-details-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343941;
    padding-bottom: 25px; }
    @media (max-width: 61.9375em) {
      .results-details-content p {
        /*mx-width:991px*/
        font-size: 14px; } }

  .results-details-container-main {
    background: #F7F7F8;
    border-radius: 10px;
    padding: 0px 35px; }
  .results-details-content-text {
    padding: 43px 0 55px 0;
    border-bottom: 1px solid #DADADA; }
    @media (max-width: 61.9375em) {
      .results-details-content-text {
        /*mx-width:991px*/
        padding: 43px 0 47px 0; } }

  .results-details-content-text:last-child {
    border-bottom: none; }
  .results-details-read-more {
    text-align: left; }
  .results-details-read-more a {
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #00929D !important; }

.inner-banner-article-details {
  margin-top: 90px;
  height: auto; }
  @media (max-width: 61.9375em) {
    .inner-banner-article-details {
      /*mx-width:991px*/
      margin-top: 16%;
      /* margin-top: 0px; */
      padding-left: 9px;
      padding-right: 9px;
 } }
  .inner-banner-article-details-text {
    text-align: left;
    position: relative;
    height: 100%;
   }
  .inner-banner-article-details-title {
    padding-top: 139px; }
  .inner-banner-article-details .breadcrumb-container {
    padding-top: 46px; }
    @media (max-width: 47.9375em) {
      .inner-banner-article-details .breadcrumb-container{
        padding-top: 35px;
      }
    }
  .inner-banner-article-details .active {
    color: #343941;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }

.article-details {
  background: #fff;
  padding: 1rem 0 3.1875rem;
  position: relative; }
  @media (max-width: 47.9375em) {
    .article-details {
      /*mx-width:767px*/
      padding:  1rem 0.563rem 1.188rem;  } }
  .article-details-container-main {
    display: flex;
    align-items: center; }
  .article-details-pattern-left {
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite; }
    .article-details-pattern-left img {
      position: absolute;
      top: -62px;
      left: 0px;
      z-index: 0;
      height: 170px; }
      @media (max-width: 61.9375em) {
        .article-details-pattern-left {
          /*mx-width:991px*/
          display: none; } }
  
  .article-details-of-doctors-main {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    margin-bottom: 27px; }
  .article-details-of-doctors-inspire-img img {
    border-radius: 50%;
    width: 45.97px;
    height: 47.44px; }
  .article-details-doctors-inspire-details {
    padding-left: 14px; }
    .article-details-doctors-inspire-details h3 {
      font-weight: 600 !important;
      font-size: 20px !important;
      line-height: 24px !important;
      color: #343941 !important;
      padding-bottom: 0px !important; }
    .article-details-doctors-inspire-details p {
      font-weight: 400;
      font-size: 16px !important;
      line-height: 24px;
      color: #8C8F97 !important;
      padding-bottom: 0px !important; }
      @media (max-width: 61.9375em) {
        .article-details-doctors-inspire-details h3{
          font-size: 1.125rem !important;
        }
        .article-details-doctors-inspire-details p {
          font-size: 0.875rem !important;
        }
      }
  .article-details-btn-wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 47.9375em) {
      .article-details-btn-wrapper {
        /*mx-width:767px*/
        justify-content: center; } }
  .article-details-image {
    padding-bottom: 35px; }
    .article-details-image img {
      border-radius: 10px; }
  .article-details-calendar {
    margin-right: 7px; }
  .article-details-content h5 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: #8C8F97;
    padding-bottom: 12px;
    display: flex;
    align-items: center; }
  .article-details-content h3 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #343941;
    padding-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .article-details-content h3 {
        padding-bottom: 20px;
        font-size: 28px;
      }
      .article-details-content h5{
        font-size: 0.875rem;
      }
    }
  .article-details-content p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #343941;
    padding-bottom: 20px; }
    @media (max-width: 47.9375em) {
      .article-details-content p {
        font-size: 0.875rem;
        line-height: 24px;
        padding-bottom: 28px;
      }
    }

  .article-details-social-media-main {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .article-details-social-media-main h6 {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #535862;
      padding-right: 21px; }
  .article-details-social-media {
    display: flex; }
    .article-details-social-media li a img:hover{
      filter: invert(1%) sepia(23%) saturate(3980%) hue-rotate(314deg) brightness(114%) contrast(100%) !important;
    }
  .article-details-widget {
    margin-bottom: 30px;
    background: #F7F7F8;
    padding: 20px 25px;
    border-radius: 10px; }
    @media (max-width: 61.9375em) {
      .article-details-widget {
        /*mx-width:991px*/
        margin-top: 20px; } }
  .article-details-widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    padding-bottom: 7px;
    letter-spacing: 0.02em;
    color: #343941;
    text-transform: capitalize; }
  .article-details-summary-content {
    padding: 0px 0px 30px;
    display: flex; }
  .article-details-summary-head img {
    border-radius: 8px;
    object-fit: cover;
    width: 76px;
    height: 78px; }
  .article-details-summary-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .article-details-summary-paragraph p {
      font-weight: 600;
      font-size: 1rem;
      line-height: 20px;
      color: #343941;
      padding-left: 15px; }
      @media (max-width: 61.9375em) {
        .article-details-summary-paragraph p {
          /*mx-width:991px*/
          font-size: 1rem; } }

    .article-details-summary-paragraph h5 {
      padding-left: 15px;
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      color: #8C8F97;
      padding-bottom: 5px; }
      @media (max-width: 61.9375em) {
        .article-details-summary-paragraph h5{
          font-size: 0.875rem;
        }
      }
  .article-details-btn-wrapper {
    margin-top: 30px;
    margin-bottom: 25px; }
    .med_head{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 90px 0 30px;
    }
    .med_head h3{
      margin-bottom: 20px  !important;
      line-height: 35px;
    }
    .med_head button{
      background-color: #00929D;
      box-shadow: 0px 1px 2px 0px #0000004d;
      border: 0px;
      padding: 11px 16px 11px 16px;
      top: 15px;
      height: 40px;
      width: 44px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    position: relative;

    }
    .declaration p{
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #343941;
      padding-bottom: 10px;

    }
    .declaration h5{
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.01em;
      color: #343941;
    }

    .inner-banner-online-application {
      background: url(../asset/images/online_application_bg.png) no-repeat;
      background-size: cover;
      margin-top: 90px;
      height: auto; }
      @media (max-width: 61.9375em) {
        .inner-banner-online-application {
          /*mx-width:991px*/
          margin-top: 16%;
          /* margin-top: 0px;  */
        } }
      .inner-banner-online-application-overlay {
        background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
        opacity: 0.6;
        position: absolute;
        min-height: 479px;
        width: 100%; }
      .inner-banner-online-application-image {
        position: relative;
        height: 480px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        text-align: center;
        color: #fff; }
      .inner-banner-online-application-text {
        text-align: left;
        position: relative;
        height: 100%; 
        display: flex;
        flex-direction: column;
        justify-content: center;}
        @media (max-width: 47.9375em){
          .inner-banner-online-application-text {
        padding-left: 0px;
        padding-top: 40px;
      }
    }
      @media (max-width: 61.9375em) {
        .inner-banner-online-application-overlay{
          min-height: 260px;
        }
        .inner-banner-online-application-image {
          height: 260px;
        }
      }
      
      .inner-banner-online-application-title {
        /* padding-top: 139px; */
       }
      .inner-banner-online-application .breadcrumb-container {
        position: absolute;
        top: 46px; 
        z-index: 9;
      }
      .medical_treatment table{
        background-color: #fff;
        box-shadow: 0px 0px 4px 1px rgba(22, 28, 36, 0.14);
        border-radius: 6px;
      }
      .medical_treatment table th,   .medical_treatment table td{
        border: 0px;
        vertical-align: middle;
      }
      .medical_treatment table .form-control{
        background-color: transparent !important;
      }
      .medical_treatment  .form-group{
        margin-bottom: 0px;
      }
      .medical_treatment .table-striped tbody tr:nth-of-type(odd) {
        background-color:#F6F6F6;
    }
    .medical_treatment select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position-x: 100%;
      background-position-y: 9px;
    }
    .enquiry-form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position-x: 100%;
      background-position-y: 9px;
    }
    .online-application {
      background-color: #fff;
      padding-top: 80px;
    }
    .online-application .enquiry-grid .form-group{
      width: 100%;
    }
    .online-application .enquiry-grid{
      display: flex;
      align-items: center;
    }
    .radio_btn{
      margin-bottom: 0px;
      position: relative;
      top: 10px;
    }
    .radio_btn label{
      padding-right: 10px;
    }
    .radio_btn input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio_btn input[type=radio] + .radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 2px solid #B3B5B9;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio_btn input[type=radio]:checked + .radio-label:before {
  background-color: #00929D;
  border: 2px solid #00929D;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio_btn input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #00929D;
}

.radio_btn input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.inner-banner-application-form {
      background: url(../asset/images/application_for_share_bg.png) no-repeat;
      background-size: cover;
      margin-top: 90px;
      height: auto; }
      @media (max-width: 61.9375em) {
        .inner-banner-application-form {
          /*mx-width:991px*/
          margin-top: 16%;
          /* margin-top: 0px; */
         } }
      .inner-banner-application-form-overlay {
        background: linear-gradient(84.96deg, #000000 33.44%, rgba(0, 0, 0, 0) 128.32%);
        opacity: 0.6;
        position: absolute;
        min-height: 479px;
        width: 100%; }
      .inner-banner-application-form-image {
        position: relative;
        height: 480px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        text-align: center;
        color: #fff; }
      .inner-banner-application-form-text {
        text-align: left;
        position: relative;
        height: 100%; 
        display: flex;
        flex-direction: column;
        justify-content: center;}
        @media (max-width: 47.9375em){
          .inner-banner-application-form-text {
        padding-left: 9px;
      }
    }
      @media (max-width: 47.9375em){
        .inner-banner-application-form-text  {
      padding-left: 0px;
      padding-top: 40px;
    }
  }
    @media (max-width: 61.9375em) {
      .inner-banner-application-form-overlay{
        min-height: 260px;
      }
      .inner-banner-application-form-image {
        height: 260px;
      }
    }
    
      
      .inner-banner-application-form-title {
        /* padding-top: 139px; */
       }
      .inner-banner-application-form .breadcrumb-container {
        position: absolute;
        top: 46px; 
        z-index: 9;
      }
      .share_scheme{
        padding-top: 6.25rem;
      }
      .share_scheme .share_scheme_img{
        border-radius: 15px;
      
      }
      .share_scheme .share_scheme_content{
        padding-left: 2rem;
      }
      .share_scheme .share_scheme_content h4{
        font-weight: 600;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0.01em;
        color: #343941;
        padding-bottom: 18px;
      }
      .share_scheme .share_scheme_content p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #343941;
        padding-bottom: 29px;
      }
      .application-form-share{
        background-color: #F8FAF5;
        padding-top: 88px;
        padding-bottom: 75px;
      }
      .application-form-share h5{
        font-weight: 600;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0.01em;
        color: #343941;
        padding-bottom: 29px;
      }
      .share-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
        line-height: 1.42857143;
        background-color: #ECECEE;
        border-radius: 10px;
        transition: box-shadow .25s;
        width: 100%; }
      .share-card:hover {
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
      .share-img-card {
        width: 100%;
        height: 200px;
        display: block;
        padding: 15px; }
      .share-img-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all .25s ease;
        border-radius: 6px; }
      .share-card-content {
        padding: 35px 30px 15px;
        text-align: left; }
      .share-card-title  {
        text-decoration: none !important;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 28px;
        letter-spacing: 0.01em;
        color: #343941; }
        @media (max-width: 61.9375em) {
          .share-card-title  {
            /*mx-width:991px*/
            font-size: 1.125rem; } }
    
      .share-card-read-more {
        text-align: left;
        padding: 10px 15px 30px 30px; }
      .share-card-read-more a {
        text-decoration: none !important;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #00929D !important; }
        .share-card-read-more .btn-line:hover:before {
          width: 40%;
          padding: 0;
      }
      .share-card-read-more a span img{
    filter: invert(41%) sepia(29%) saturate(7308%) hue-rotate(45deg) brightness(108%) contrast(101%);
      }
        .share-card-read-more a span {
          margin-right: 7px; }
      .share-btn-wrapper {
        margin-top: 30px; }
    .online_application{
      padding-top: 61px;
      padding-bottom: 73px;
    }
    .online_application h4{
      font-weight: 600;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0.01em;
        color: #343941;
        padding-bottom: 18px;
    }
    .online_application p{
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #343941;
    }
    .online_application .view_btn{
      /* padding-top: 25px; */
      padding-top: 35px;
      height: 100%;
      display: flex;
      align-items: center;
    }
    
    @media (max-width: 61.9375em) {
      .share_scheme {
        padding-top: 2.9375rem;
    }
    .share_scheme .share_scheme_content {
      padding-left: 0;
  }
  .share_scheme .share_scheme_content h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 10px;

  }
  .application-form-share h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .application-form-share{
    padding-top: 2.9375rem;
    padding-bottom: 1.9375rem;
  }
  .online_application h4{
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .online_application {
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem;
  }
  .med_head {
    padding: 40px 0 20px;
}
    }
    @media (max-width: 61.9375em) {
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #b3b5b9 transparent transparent transparent !important; 
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -8px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0;
  }
}