/*$mio: 'Material Icons Outlined';*/
@font-face {
  font-family: "GalanoGrotesque";
  unicode-range: U+30-39;
}
/*$heading-color: #83AD12;
$heading-black-color: #000000;
$theme-color: #83AD12;
$theme-darker: #6C900A;
$white: #fff;
$off-white: #D9D8D6;
$light-blue: #7DBFEB;
$gray-bg: #F8F8F8;
$text-color: #000000;
$link-color: #83AD12;
$pink-color:#DB1A79;
$orange-color:#F17A20;
$yellow-color:#F4DD32;*/
/* half circle mixin */
/* Gradient mixin */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 16, 0.5970763305) 0%, rgba(7, 84, 105, 0) 100%);
}

.bg-gradient-rev-slider-left {
  background: linear-gradient(107deg, rgba(0, 15, 16, 0.8505777311) 0%, rgba(7, 84, 105, 0.4724264706) 100%);
}

.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%);
}

.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 47, 59, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%);
}

/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Regular.eot");
  src: url("../fonts/GalanoGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Regular.woff") format("woff"), url("../fonts/GalanoGrotesque-Regular.ttf") format("truetype"), url("../fonts/GalanoGrotesque-Regular.svg#GalanoGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Medium.eot");
  src: url("../fonts/GalanoGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Medium.woff") format("woff"), url("../fonts/GalanoGrotesque-Medium.ttf") format("truetype"), url("../fonts/GalanoGrotesque-Medium.svg#GalanoGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-SemiBold.eot");
  src: url("../fonts/GalanoGrotesque-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("../fonts/GalanoGrotesque-SemiBold.woff") format("woff"), url("../fonts/GalanoGrotesque-SemiBold.ttf") format("truetype"), url("../fonts/GalanoGrotesque-SemiBold.svg#GalanoGrotesque-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background: #F7F7F7;
  opacity: 1;
  transition: 1s opacity;
}

body {
  font-family: "GalanoGrotesque";
  font-weight: normal;
  color: #525251;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

body.fade-out {
  opacity: 0;
  transition: none;
}

.caret {
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  border-top: solid 3px #00A4A3;
  position: absolute;
  right: 11px;
  top: 22px;
}
@media (max-width: 1399.98px) {
  .caret {
    right: 8px;
  }
}

.section-title {
  margin-bottom: 10px;
}

a {
  color: #00A4A3;
  text-decoration: none;
  /*font-weight: normal;*/
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  color: #075469;
}

img.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GalanoGrotesque";
  /*    color: $heading-color;*/
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  color: #00546A;
}

h1 {
  font-size: 66px;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #525251;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "GalanoGrotesque";
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.3;
  font-family: "GalanoGrotesque";
  color: #00A4A3;
  text-transform: uppercase;
  font-weight: 500;
}

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

p {
  color: #525251;
  margin: 0px;
  margin-bottom: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.5;
}

.abstract {
  /*	color: $theme-color;*/
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .abstract {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .abstract {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .abstract {
    font-size: 18px;
  }
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 13px;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.no-padding-bottom {
  padding-bottom: 0;
}
section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
  h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 14px;
  }
  section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.overlay-css, .leadership-section-people .management-team-title:before, .leadership-section-people:after, .leadership-section-people:before, .doctors-departments .management-team-title:before, .doctors-departments:after, .doctors-departments:before, .management-team-wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z9 {
  z-index: 9;
}

.z99 {
  z-index: 99;
}

.z999 {
  z-index: 999;
}

.z9999 {
  z-index: 9999;
}

.theme {
  /*color: $theme-color;*/
}

.strong {
  font-family: "GalanoGrotesque";
}

.semi-strong {
  font-family: "GalanoGrotesque";
}

.font-weight-400 {
  font-weight: 400;
}

.rm-rl-container .more-text {
  display: none;
}

.read-more-link .less {
  display: none;
}

/* PAGE TRANSITION */
.first-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  background: #00A4A3;
  animation: first-transition 1s;
  animation-fill-mode: forwards;
}

@keyframes first-transition {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
.page-transition {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  background: #00A4A3;
  transition: all ease 1s;
}

.page-transition.active {
  width: 100%;
}

hr {
  background-color: #999;
  opacity: 0.5;
  margin: 50px 0;
}

/***************************************************
  Header
****************************************************/
@media (max-width: 575.98px) {
  header {
    background: #00546A;
  }
}

.header-top {
  position: relative;
  z-index: 9999;
  padding: 20px 0px;
}
@media (max-width: 575.98px) {
  .header-top {
    padding: 0px;
    min-height: 46px;
  }
}

@media (max-width: 575.98px) {
  .header-top img {
    height: 60px;
    position: absolute;
    z-index: 3;
  }
}

.header-top .main-side-block {
  padding-top: 22px;
}
@media (max-width: 991.98px) {
  .header-top .main-side-block {
    padding-top: 10px;
    display: none;
  }
}

ul.header-top-right {
  display: flex;
  float: right;
  align-items: center;
  margin-top: 7px;
}
@media (max-width: 991.98px) {
  ul.header-top-right {
    display: block;
  }
}
@media (max-width: 575.98px) {
  ul.header-top-right {
    display: none;
  }
}

ul.header-top-right li {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  ul.header-top-right li {
    padding-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  ul.header-top-right li {
    padding-right: 0px;
  }
}

ul.header-top-right a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991.98px) {
  ul.header-top-right a {
    font-size: 14px;
  }
}
ul.header-top-right a:hover {
  color: #00A4A3;
}

ul.header-top-right li:first-child a span {
  font-size: 32px;
}
@media (max-width: 991.98px) {
  ul.header-top-right li:first-child a span {
    font-size: 22px;
  }
}

ul.header-top-right li a span {
  color: #00A4A3;
  padding-right: 10px;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  ul.header-top-right li a span {
    font-size: 18px;
  }
}

ul.header-social-media {
  display: flex;
  float: right;
  align-items: center;
}
@media (max-width: 767.98px) {
  ul.header-social-media {
    display: none !important;
  }
}

ul.header-social-media li {
  padding-right: 15px;
}
ul.header-social-media li:last-child {
  padding-right: 0px;
}
ul.header-social-media li a:hover {
  color: #fff;
}

/*ul.header-social-media li:last-child{
    padding-right: 0px;
    }*/
/*ul.header-social-media li a{ 
    color: $link-color;

    &:hover{
          color:$white;
    }
}*/
/***************************************************
  Main Navigation
****************************************************/
.main-navigation {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
  height: 50px;
}
@media (max-width: 575.98px) {
  .main-navigation {
    border: 0px;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /*    min-height: 75px;
          margin-top: -100px;*/
    /*   position: relative;
                z-index: 0;*/
  }
}

.main-navigation-inner {
  position: absolute;
  background: transparent;
  width: 100%;
}

.main-navigation-right {
  float: right;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .main-navigation-right {
    float: left;
  }
}
@media (max-width: 575.98px) {
  .main-navigation-right {
    float: right;
    margin-right: 20px;
  }
}

.main-navigation-right .search-icon {
  font-size: 22px;
  padding-top: 12px;
}
.main-navigation-right .search-icon a {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.main-navigation-right .search-icon a:hover {
  color: #fff !important;
}

.main-navigation-right a.arabic {
  font-family: "Cairo", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-right: 48px;
  padding-top: 14px;
}
@media (max-width: 480px) {
  .main-navigation-right a.arabic {
    margin-right: 47px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation-right a.arabic {
    padding-top: 6px;
  }
}
.main-navigation-right a.arabic:hover {
  color: #00A4A3;
}

@media (max-width: 575.98px) {
  .navik-menu {
    margin-top: 61px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .navik-menu {
    width: 100%;
    left: 0px;
  }
}

@media (max-width: 1199.98px) {
  .navik-menu ul li > a {
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .navik-menu ul li > a {
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media (max-width: 1199.98px) {
  .navik-menu ul li:hover > a {
    color: #003D4D;
    border-bottom: 0px;
  }
}

@media (max-width: 575.98px) {
  .navik-header-container {
    top: -12px;
  }
}

@media (max-width: 575.98px) {
  .scroll-to-fixed-fixed .navik-header-container {
    top: 0px;
  }
}

@media (max-width: 575.98px) {
  .navik-menu > ul {
    top: -12px;
  }
}

.dropdown-list:before {
  content: "";
  left: 20px;
  position: absolute;
  top: 20px;
  height: calc(100% - 40px);
  background: #F8F8F8;
  width: 3px;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .dropdown-list:before {
    display: none;
  }
}
.dropdown-list li.line {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  width: 3px;
  background: #00A4A3;
  height: 0px;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .dropdown-list li.line {
    display: none;
  }
}

.mega-menu-list {
  position: relative;
}
.mega-menu-list:before {
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #F8F8F8;
  width: 3px;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .mega-menu-list:before {
    display: none;
  }
}
.mega-menu-list li.line {
  position: absolute !important;
  left: 0px;
  top: 0px;
  content: "";
  width: 3px;
  background: #00A4A3;
  height: 0px;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .mega-menu-list li.line {
    display: none;
  }
}

/***************************************************
  Page Search
****************************************************/
.page_search_box {
  position: fixed;
  width: 100%;
  height: 0;
  background: #003D4D;
  z-index: 9999999;
  left: 0;
  top: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.page_search_box.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.page_search_box .searchinput {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .page_search_box .searchinput {
    width: 90%;
  }
}

/*@media only screen and (max-width: 767px) {
  .page_search_box .searchinput {
    width: 90%;
  }
}*/
.page_search_box .searchinput input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input {
  width: 100%;
  background: none;
  height: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  padding: 0 35px 0 0px;
}
@media (max-width: 767.98px) {
  .page_search_box .searchinput input {
    width: 90%;
    font-size: 16px;
  }
}

/*@media only screen and (max-width: 767px) {
  .page_search_box .searchinput input {
    width: 90%;
    font-size: 16px;
  }
}*/
.page_search_box .searchinput button {
  position: absolute;
  bottom: 11px;
  right: 0;
  border: 0;
  padding: 0;
  background: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .page_search_box .searchinput button {
    font-size: 18px;
  }
}

.page_search_box .searchinput button:hover {
  color: #00A4A3;
}

/*@media only screen and (max-width: 767px) {
  .page_search_box .searchinput button {
    font-size: 18px;
  }
}*/
.page_search_box .searchinput p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.search_close {
  position: absolute;
  top: 50px;
  right: 100px;
  padding: 5px;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .search_close {
    top: 22px;
    right: 30px;
  }
}

.search_close:hover span {
  color: #00A4A3;
}

/*@media only screen and (max-width: 767px) {
  .search_close {
    top: 22px;
    right: 30px;
  }
}*/
.search_close span {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.5);
}

.search_close span:hover {
  color: #00A4A3;
}

/***************************************************
Introduction
****************************************************/
.intro-sideimg {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: right;
  background: #003D4D;
}
.intro-sideimg a {
  width: 100%;
  display: block;
}
.intro-sideimg img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .intro-sideimg {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.intro-sideimg .overlay {
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .intro-sideimg .overlay {
    bottom: 10px;
  }
}
@media (max-width: 388px) {
  .intro-sideimg .overlay {
    bottom: 0px;
  }
}
.intro-sideimg .bg-gradient-intro-overlay {
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .intro-sideimg .bg-gradient-intro-overlay {
    width: 55%;
    height: 60%;
  }
}
@media (max-width: 767.98px) {
  .intro-sideimg .bg-gradient-intro-overlay {
    width: 70%;
    height: 75%;
  }
}
@media (max-width: 575.98px) {
  .intro-sideimg .bg-gradient-intro-overlay {
    width: 100%;
    height: 100%;
    top: 0px;
  }
}
.intro-sideimg:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}

.intro-sideimg .overlay .text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
  padding-right: 25px;
  padding-bottom: 5px;
  width: 230px;
  text-align: left;
}
.intro-sideimg .overlay .text h2 {
  color: #fff;
  font-family: "GalanoGrotesque";
  font-size: 86px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text h2 {
    font-size: 60px;
  }
}
.intro-sideimg .overlay .text h3 {
  font-family: "GalanoGrotesque";
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text h3 {
    font-size: 16px;
  }
}
.intro-sideimg .overlay .text p {
  color: #EDEDED;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text p {
    font-size: 12px;
  }
}

.intro-sideimg.intro-sideimg-inner .overlay .text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
  padding-right: 25px;
  padding-bottom: 5px;
  width: 230px;
  text-align: left;
}
.intro-sideimg.intro-sideimg-inner .overlay .text h2 {
  color: #fff;
  font-family: "GalanoGrotesque";
  font-size: 86px;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 0px;
  text-align: right;
  margin-right: -6px;
}
@media (max-width: 575.98px) {
  .intro-sideimg.intro-sideimg-inner .overlay .text h2 {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 388px) {
  .intro-sideimg.intro-sideimg-inner .overlay .text h2 {
    font-size: 50px;
  }
}
.intro-sideimg.intro-sideimg-inner .overlay .text h3 {
  font-family: "GalanoGrotesque";
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: -3px;
}
@media (max-width: 575.98px) {
  .intro-sideimg.intro-sideimg-inner .overlay .text h3 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 388px) {
  .intro-sideimg.intro-sideimg-inner .overlay .text h3 {
    font-size: 10px;
    line-height: 15px;
  }
}
.intro-sideimg.intro-sideimg-inner .overlay .text p {
  color: #EDEDED;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .intro-sideimg.intro-sideimg-inner .overlay .text p {
    font-size: 12px;
  }
}

/***************************************************
Statistic
****************************************************/
.statistics-parallax {
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.statistics-parallax2 {
  background-attachment: unset;
}

.bg-gradient-statistic-overlay {
  padding: 4rem 0rem;
}
@media (max-width: 1199.98px) {
  .bg-gradient-statistic-overlay {
    padding: 3.5rem 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .bg-gradient-statistic-overlay {
    padding: 3rem 0.75rem;
  }
}
.bg-gradient-statistic-overlay h2,
.bg-gradient-statistic-overlay p {
  color: #fff;
}
.bg-gradient-statistic-overlay .statistic-light-green {
  background: rgba(25, 161, 161, 0.3);
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 15px 33px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .bg-gradient-statistic-overlay .statistic-light-green {
    padding: 20px 15px;
  }
}
.bg-gradient-statistic-overlay .statistic-dark-green {
  background: rgba(25, 161, 161, 0.3);
  width: 100%;
  display: block;
  text-align: center;
  padding: 52px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bg-gradient-statistic-overlay .statistic-light-green p,
.bg-gradient-statistic-overlay .statistic-dark-green p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #EDEDED;
  margin-top: -1.2rem;
}
@media (max-width: 1199.98px) {
  .bg-gradient-statistic-overlay .statistic-light-green p,
  .bg-gradient-statistic-overlay .statistic-dark-green p {
    margin-top: -0.9rem;
  }
}
@media (max-width: 480px) {
  .bg-gradient-statistic-overlay .statistic-light-green p,
  .bg-gradient-statistic-overlay .statistic-dark-green p {
    font-size: 12px;
  }
}

.bg-gradient-statistic-overlay-overview {
  background: linear-gradient(107deg, rgba(2, 47, 59, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
  padding: 4rem 0rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 1199.98px) {
  .bg-gradient-statistic-overlay-overview {
    padding: 3.5rem 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .bg-gradient-statistic-overlay-overview {
    padding: 3rem 1rem;
  }
}
.bg-gradient-statistic-overlay-overview h2,
.bg-gradient-statistic-overlay-overview p {
  color: #fff;
}
.bg-gradient-statistic-overlay-overview .statistic-light-green {
  background: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 25px 15px 25px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(77, 162, 162, 0.4);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  min-height: 202px;
}
@media (max-width: 1199.98px) {
  .bg-gradient-statistic-overlay-overview .statistic-light-green {
    padding: 20px 15px;
  }
}
.bg-gradient-statistic-overlay-overview .statistic-light-green:hover {
  background: rgba(25, 161, 161, 0.58);
}
.bg-gradient-statistic-overlay-overview .statistic-dark-green {
  background: rgba(25, 161, 161, 0.3);
  width: 100%;
  display: block;
  text-align: center;
  padding: 52px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bg-gradient-statistic-overlay-overview .statistic-light-green p,
.bg-gradient-statistic-overlay-overview .statistic-dark-green p {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  .bg-gradient-statistic-overlay-overview .statistic-light-green p,
  .bg-gradient-statistic-overlay-overview .statistic-dark-green p {
    font-size: 20px;
  }
}
.bg-gradient-statistic-overlay-overview .swiper-pagination {
  margin-top: 30px;
}

.bg-gradient-statistic-overlay-overview-counter {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(273deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.356179972) 59%, rgba(0, 0, 0, 0.5270483193) 90%);
  background: -webkit-linear-gradient(273deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.356179972) 59%, rgba(0, 0, 0, 0.5270483193) 90%);
  background: linear-gradient(273deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.356179972) 59%, rgba(0, 0, 0, 0.5270483193) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  padding: 4rem 0rem;
  padding-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .bg-gradient-statistic-overlay-overview-counter {
    padding: 3.5rem 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .bg-gradient-statistic-overlay-overview-counter {
    padding: 3rem 0.75rem;
  }
}
.bg-gradient-statistic-overlay-overview-counter h2,
.bg-gradient-statistic-overlay-overview-counter p {
  color: #fff;
}
.bg-gradient-statistic-overlay-overview-counter .statistic-light-green {
  background: rgba(25, 161, 161, 0.6);
  width: 308px;
  display: block;
  text-align: center;
  padding: 25px 48px 25px 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1399.98px) {
  .bg-gradient-statistic-overlay-overview-counter .statistic-light-green {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .bg-gradient-statistic-overlay-overview-counter .statistic-light-green {
    padding: 15px;
    width: 330px;
  }
}
@media (max-width: 575.98px) {
  .bg-gradient-statistic-overlay-overview-counter .statistic-light-green {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .bg-gradient-statistic-overlay-overview-counter .statistic-light-green {
    margin-top: 20px;
  }
}
.bg-gradient-statistic-overlay-overview-counter .statistic-dark-green {
  background: rgba(0, 84, 106, 0.8);
  width: 308px;
  display: block;
  text-align: center;
  padding: 25px 48px 25px 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1399.98px) {
  .bg-gradient-statistic-overlay-overview-counter .statistic-dark-green {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .bg-gradient-statistic-overlay-overview-counter .statistic-dark-green {
    padding: 15px;
    width: 330px;
  }
}
@media (max-width: 575.98px) {
  .bg-gradient-statistic-overlay-overview-counter .statistic-dark-green {
    width: 100%;
  }
}
.bg-gradient-statistic-overlay-overview-counter .statistic-light-green p,
.bg-gradient-statistic-overlay-overview-counter .statistic-dark-green p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
}
.bg-gradient-statistic-overlay-overview-counter .swiper-pagination {
  margin-top: 30px;
}

.counter-box-2 h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-left: -3px;
}
@media (max-width: 1399.98px) {
  .counter-box-2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .counter-box-2 h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .counter-box-2 h2 {
    font-size: 28px;
  }
}
.counter-box-2 .count-value {
  text-align: center;
}
.counter-box-2 .counter-icon {
  background: rgba(0, 164, 163, 0.17);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto;
}
.counter-box-2 .counter-icon img {
  margin-top: 14px;
  filter: brightness(0) invert(1);
  height: 60px;
}

.counter-box {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1199.98px) {
  .counter-box {
    display: block;
  }
}
.counter-box h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-left: -3px;
}
@media (max-width: 1399.98px) {
  .counter-box h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .counter-box h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .counter-box h2 {
    font-size: 28px;
  }
}
.counter-box .counter-icon-main {
  display: flex;
  align-items: center;
  margin-right: 13px;
}
@media (max-width: 1199.98px) {
  .counter-box .counter-icon-main {
    display: block;
    width: 100%;
  }
}
.counter-box .count-value {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .counter-box .count-value {
    text-align: center;
  }
}
.counter-box .counter-icon {
  background: rgba(255, 255, 255, 0.05);
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .counter-box .counter-icon {
    margin: 0 auto;
  }
}
.counter-box .counter-icon img {
  margin-top: 14px;
}

.counter-box-values {
  display: flex;
  align-items: start;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .counter-box-values {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.counter-box-values:last-child {
  border-bottom: 0px;
}
.counter-box-values h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-left: -3px;
}
@media (max-width: 1399.98px) {
  .counter-box-values h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .counter-box-values h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .counter-box-values h2 {
    font-size: 28px;
  }
}
.counter-box-values .counter-icon-main {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .counter-box-values .counter-icon-main {
    margin-right: 20px;
  }
}
.counter-box-values .count-value {
  text-align: left;
}
.counter-box-values .counter-icon {
  background: rgba(190, 190, 190, 0.2);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
}
.counter-box-values .counter-icon img {
  margin-top: 13px;
}

/* SWIPER BULLETS */
.swiper-pagination {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 13px;
}
@media (max-width: 767.98px) {
  .swiper-pagination {
    margin-top: 20px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50% !important;
  background: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #00A4A3;
}

/***************************************************
Products & solutions
****************************************************/
.products-solutions {
  padding-top: 4rem;
  /*    & .project-slider .swiper-slide.swiper-slide-active  .project-box:after {
   content: "";
   width: 20%;
   height: 55px;
   background: url("../images/pattern-dot.png");
   background-size: 12px 12px;
   position: absolute;
   right: 0px;
   bottom: 0px;
     }*/
}
@media (max-width: 1199.98px) {
  .products-solutions {
    padding: 3.5rem 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 767.98px) {
  .products-solutions {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 480px) {
  .products-solutions {
    padding-top: 2rem;
  }
}
.products-solutions .section-title {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .products-solutions .section-title {
    margin-bottom: 20px;
  }
}
.products-solutions .section-title h2,
.products-solutions .section-title h6 {
  color: #F2F2F2;
}
.products-solutions .project-slider {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.products-solutions .project-slider .swiper-pagination {
  margin-top: 0px;
  z-index: 1;
}
.products-solutions .swiper-pagination .swiper-pagination-bullet {
  background: #013B4B;
}
.products-solutions .swiper-pagination .swiper-pagination-bullet-active {
  background: #00A4A3;
}
.products-solutions .swiper-slide {
  max-width: 50vw;
}
@media (max-width: 767.98px) {
  .products-solutions .swiper-slide {
    max-width: 100%;
  }
}
.products-solutions .project-slider .swiper-slide .project-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #013B4B;
}
@media (max-width: 767.98px) {
  .products-solutions .project-slider .swiper-slide .project-box {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
.products-solutions .project-slider .swiper-slide a .project-box img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.products-solutions .project-slider .swiper-slide a:hover .project-box img {
  transform: scale(1.1);
  opacity: 0.3;
}
.products-solutions .project-slider .swiper-slide a .project-box .arrow {
  background: rgb(25, 164, 163);
  background: linear-gradient(139deg, rgb(25, 164, 163) 31%, rgb(7, 83, 105) 100%);
  position: absolute;
  width: 15%;
  height: 20%;
  right: -100px;
  bottom: 0px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .products-solutions .project-slider .swiper-slide a .project-box .arrow {
    background: transparent;
  }
}
.products-solutions .project-slider .swiper-slide a:hover .project-box .arrow {
  opacity: 1;
  right: 0px;
  bottom: 0px;
}
.products-solutions .project-slider .swiper-slide a .project-box .arrow span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  color: #fff;
}
.products-solutions .project-slider .swiper-slide a:hover .project-box h3 {
  color: #fff;
}
.products-solutions .project-slider .swiper-slide.swiper-slide-active .project-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.products-solutions .project-slider .project-box:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(10, 45, 60);
  background: -moz-linear-gradient(0deg, rgba(10, 45, 60, 0.6951155462) 0%, rgba(0, 164, 163, 0) 100%, rgba(0, 164, 163, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(10, 45, 60, 0.6951155462) 0%, rgba(0, 164, 163, 0) 100%, rgba(0, 164, 163, 0) 100%);
  background: linear-gradient(0deg, rgba(10, 45, 60, 0.6951155462) 0%, rgba(0, 164, 163, 0) 100%, rgba(0, 164, 163, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a2d3c", endColorstr="#00a4a3", GradientType=1);
}
.products-solutions .project-slider .swiper-slide.swiper-slide-active .project-box figcaption {
  opacity: 1;
}
.products-solutions .project-slider .swiper-slide .project-box figcaption {
  width: 100%;
  position: absolute;
  left: 30px;
  bottom: 20px;
  padding: 0px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .products-solutions .project-slider .swiper-slide .project-box figcaption {
    bottom: 0px;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .products-solutions .project-slider .swiper-slide .project-box figcaption {
    left: 15px;
  }
}
.products-solutions .project-slider .swiper-slide a {
  width: 100%;
}
.products-solutions .project-slider .swiper-slide .project-box img {
  width: 100%;
}
.products-solutions .project-slider .swiper-slide.swiper-slide-active .project-box img {
  opacity: 1;
}
.products-solutions .project-slider .swiper-slide .project-box figcaption h3,
.products-solutions .project-slider .swiper-slide .project-box figcaption p {
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-solutions .project-slider .swiper-slide .project-box .depart-icon {
  width: 40px;
  margin-bottom: 7px;
}
@media (max-width: 1199.98px) {
  .products-solutions .project-slider .swiper-slide .project-box .depart-icon {
    width: 33px;
  }
}
@media (max-width: 480px) {
  .products-solutions .project-slider .swiper-slide .project-box .depart-icon {
    width: 28px;
  }
}
.products-solutions .project-slider .swiper-slide .project-box .depart-icon img {
  filter: brightness(0) invert(1);
}
.products-solutions .project-slider .swiper-slide .project-box figcaption .department-div {
  height: 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 388px) {
  .products-solutions .project-slider .swiper-slide .project-box figcaption .department-div p {
    display: none;
  }
}

.products-solutions .project-slider .swiper-slide a:hover .project-box figcaption .department-div {
  height: 120px;
}
@media (max-width: 575.98px) {
  .products-solutions .project-slider .swiper-slide a:hover .project-box figcaption .department-div {
    height: 126px;
  }
}
@media (max-width: 388px) {
  .products-solutions .project-slider .swiper-slide a:hover .project-box figcaption .department-div {
    height: 65px;
  }
}
.products-solutions .project-slider .swiper-slide a:hover .project-box figcaption .department-div p {
  width: 90%;
}
@media (max-width: 388px) {
  .products-solutions .project-slider .swiper-slide a:hover .project-box figcaption .department-div p {
    display: none;
  }
}

.project-slider .swiper-slide a:hover .project-box .depart-icon img {
  transform: scale(1);
  opacity: 1;
}

/***************************************************
  Latest News
****************************************************/
.news-slider {
  margin-top: 5px;
  position: relative;
}
.news-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.news-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .news-slider .owl-nav {
    position: absolute;
    top: -70px;
    right: 45px;
    width: auto;
  }
}
@media (max-width: 388px) {
  .news-slider .owl-nav {
    top: -95px;
  }
}
.news-slider .owl-nav .owl-prev {
  position: absolute;
  left: -76px;
  transform: scaleX(-1);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #EDEDED !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .news-slider .owl-nav .owl-prev {
    position: relative;
    left: -18px;
  }
}
.news-slider .owl-nav .owl-prev span {
  display: none;
}
.news-slider .owl-nav .owl-prev:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  padding: 10px;
  position: relative;
  left: -15px;
  color: #C6C6C6;
}
.news-slider .owl-nav .owl-prev:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.news-slider .owl-nav .owl-prev:hover:after {
  left: -3px;
  color: #fff;
}
.news-slider .owl-nav .owl-next {
  right: -40px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #EDEDED !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.news-slider .owl-nav .owl-next span {
  display: none;
}
.news-slider .owl-nav .owl-next:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  color: #C6C6C6;
  padding: 10px;
  position: relative;
  left: -15px;
}
.news-slider .owl-nav .owl-next:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.news-slider .owl-nav .owl-next:hover:after {
  left: -3px;
  color: #fff;
}

.news-block {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.1pt solid #EDEDED;
  margin: 1px;
}
.news-block h6 {
  font-size: 14px;
  color: #00546A;
}
@media (max-width: 991.98px) {
  .news-block {
    margin-bottom: 30px;
  }
}
.news-block img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .news-block img {
    object-fit: fill;
    height: auto;
  }
}
.news-block:hover img {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .news-block h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-block h4:hover h4 {
  color: #00A4A3;
}
.news-block:hover a {
  color: #00546A;
}
.news-block:hover .news-cont-block {
  background: #00546A;
}
.news-block:hover .news-cont-block .main-btn {
  color: #fff;
}
.news-block:hover .news-cont-block .main-btn:hover {
  color: #00A4A3 !important;
}
.news-block:hover h6 {
  color: #EDEDED;
}
.news-block:hover h5 {
  color: #fff;
}
.news-block .img-block {
  overflow: hidden;
  position: relative;
}
.news-block .date {
  background: rgba(0, 164, 163, 0.7);
  padding: 0px 13px;
  color: #fff;
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  padding-top: 0px;
  border-radius: 3px;
  line-height: 25px;
  height: 25px;
}
.news-block .news-cont-block {
  padding: 20px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.news-block .news-cont-block h5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-block .news-cont-block .main-btn {
  padding-left: 0px;
  font-size: 14px;
  color: #00546A;
}
.news-block .news-cont-block .main-btn:after {
  font-size: 9px;
  color: #00A4A3;
}
.news-block .news-cont-block h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .news-block .news-cont-block h4 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767.98px) {
  .news-block .news-cont-block h4 {
    -webkit-line-clamp: 3;
  }
}
.news-block .news-block .latest h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-block .news-cont-block p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .news-block .news-cont-block p {
    display: none;
  }
}

.more-news {
  float: right;
  margin-top: 25px;
  /*  @media (max-width: 991.98px){
       float: left;
       margin-top: 0px;
     }*/
}
.more-news .main-btn {
  padding-left: 0px;
}
@media (max-width: 575.98px) {
  .more-news {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

/***************************************************
  Partners
****************************************************/
.partners {
  background: #FAFAFA;
}
.partners .logo {
  padding: 20px 35px;
  background: #fff;
  border: 0.1pt solid #EDEDED;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  margin: 1px;
}
.partners .logo:hover {
  border: 0.1pt solid #00A4A3;
}

/***************************************************
  Footer
****************************************************/
.footer {
  background: #003D4D;
  color: #EDEDED;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
  padding: 4rem 0rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 767.98px) {
  .footer {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding-bottom: 1rem !important;
  }
}
.footer hr {
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  margin: 40px 0px;
}
@media (max-width: 991.98px) {
  .footer hr {
    margin: 10px 0px;
  }
}
.footer:before {
  position: absolute;
  left: -120px;
  bottom: -120px;
  content: "";
  background: url("../images/logo_pattern.png") no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0px;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .footer:before {
    left: 0px;
  }
}
.footer .ft-fst-cnt p {
  width: 80%;
  font-weight: 400;
}
.footer li {
  padding-bottom: 10px;
}
.footer a {
  color: #EDEDED;
}
.footer a:hover {
  color: #00A4A3;
}
.footer span {
  color: #1AA79C;
  font-size: 20px;
}
.footer span.icon-fax {
  font-size: 18px;
}
.footer span.icon-email {
  font-size: 16px;
}
.footer a.location {
  color: #00A4A3;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer a.location:hover {
  color: #fff;
}
.footer h4 {
  color: #00A4A3;
  font-family: "GalanoGrotesque";
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .footer h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.footer p {
  color: #EDEDED;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .footer p {
    font-size: 14px;
  }
}
.footer img {
  height: 80px;
  margin-bottom: 20px;
}
.footer ul.footer-numbers {
  display: block;
}
.footer ul.footer-numbers li {
  display: flex;
  padding-bottom: 10px;
  font-weight: 500;
}
.footer ul.footer-numbers span {
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
}
.footer .header-social-media {
  float: none;
  margin-top: 15px;
}
.footer .header-social-media span {
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.footer .header-social-media :hover {
  color: #fff;
}
.footer .footer-section-2 .download-app {
  display: flex;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .footer .footer-section-2 .download-app {
    justify-content: left;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .footer .footer-section-2 .download-app {
    display: block;
    margin-top: 10px;
  }
}
.footer .footer-section-2 .download-app-head {
  width: 36%;
}
@media (max-width: 991.98px) {
  .footer .footer-section-2 .download-app-head {
    width: 52%;
  }
}
@media (max-width: 480px) {
  .footer .footer-section-2 .download-app-head {
    width: 100%;
  }
}
.footer .footer-section-2 .download-app-head h4 {
  color: #fff;
  width: 86%;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .footer .footer-section-2 .download-app-head h4 {
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .footer .footer-section-2 .download-app-head h4 {
    margin-bottom: 20px;
  }
}
.footer .footer-section-2 .download-app-img {
  width: 95px;
}
@media (max-width: 480px) {
  .footer .footer-section-2 .download-app-img {
    float: left;
    text-align: center;
    width: 50%;
  }
}
.footer .footer-section-2 .download-app-img2 {
  width: 135px;
  text-align: right;
}
@media (max-width: 480px) {
  .footer .footer-section-2 .download-app-img2 {
    float: left;
    width: 50%;
    text-align: center;
  }
}
.footer .footer-section-2 .subscribe-newsletter h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-right: 100px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .footer .footer-section-2 .subscribe-newsletter h4 {
    font-size: 16px;
  }
}
.footer .footer-section-2 .subscribe-newsletter {
  display: block;
  float: left;
  width: 100%;
}
.footer .footer-section-2 .subscribe-newsletter h3 {
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.footer .footer-section-2 .subscribe-newsletter input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: 0;
  padding: 11px 15px;
  font-size: 14px;
  color: #EDEDED;
  width: 95%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none;
  padding-right: 45px;
}
@media (max-width: 991.98px) {
  .footer .footer-section-2 .subscribe-newsletter input {
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-section-2 .subscribe-newsletter input {
    width: 100%;
  }
}
.footer .footer-section-2 .subscribe-newsletter button {
  margin-left: -50px;
}
.footer .footer-section-2 .subscribe-newsletter input:focus {
  background-color: transparent;
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input::-webkit-input-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input::-moz-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input:-moz-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input:-ms-input-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input:focus::-webkit-input-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input:focus::-moz-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input:focus:-moz-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .subscribe-newsletter input:focus:-ms-input-placeholder {
  color: #EDEDED;
}
.footer .footer-section-2 .sub-email-bg {
  color: #00A4A3;
}
.footer .footer-section-2 .sub-email-bg:after {
  content: "\e90c";
  font-family: "st-icons";
  display: inline-block;
  font-size: 21px;
  margin-top: 12px;
}
.footer .footer-section-2 .sub-email-bg:hover {
  color: #fff;
}

.copyright {
  background: #003240;
  padding: 15px 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #fff;
  font-size: 12px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #00A4A3;
}
.copyright li {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  line-height: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .copyright li:first-child {
    padding-left: 0px;
  }
}
.copyright li:last-child:after {
  display: none;
}
.copyright li:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  display: block;
  /* left: 0px; */
  width: 1px;
  height: 10px;
  right: 0;
  top: 6px;
}
.copyright .right {
  float: right;
  display: flex;
}
@media (max-width: 767.98px) {
  .copyright .right {
    float: left;
  }
}
@media (max-width: 480px) {
  .copyright .right {
    display: block;
  }
}
.copyright .boxon-logo {
  height: 14px;
  margin-top: -11px;
  padding-left: 2px;
}

.scroll-indicator {
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  display: block;
  animation: bounce 9s 0s ease infinite;
  /*cursor: pointer;*/
}

.scroll-indicator span {
  font-size: 30px;
  color: #fff;
}

.scroll-indicator:hover span {
  color: #fff;
}

/***************************************************
  Inside Page Header
****************************************************/
.inside-page-header {
  width: 100%;
  min-height: 540px;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-top: -174px;
}
@media (max-width: 1399.98px) {
  .inside-page-header {
    min-height: 480px;
  }
}
@media (max-width: 1199.98px) {
  .inside-page-header {
    min-height: 450px;
  }
}
@media (max-width: 991.98px) {
  .inside-page-header {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-header {
    min-height: 400px;
    overflow: hidden;
  }
}
.inside-page-header:before {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4009978992) 0%, rgba(0, 0, 0, 0.3841911765) 51%, rgba(0, 0, 0, 0.762342437) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4009978992) 0%, rgba(0, 0, 0, 0.3841911765) 51%, rgba(0, 0, 0, 0.762342437) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4009978992) 0%, rgba(0, 0, 0, 0.3841911765) 51%, rgba(0, 0, 0, 0.762342437) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  width: 100%;
  height: 100%;
  content: "";
}
.inside-page-header .heading {
  position: absolute;
  bottom: 80px;
  color: #fff;
  text-align: left;
  width: 70%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .inside-page-header .heading {
    z-index: 0;
    width: 76%;
  }
}
@media (max-width: 767.98px) {
  .inside-page-header .heading {
    bottom: 60px;
    width: 95%;
  }
}
.inside-page-header .heading h5 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #F3EAE3;
}
@media (max-width: 1199.98px) {
  .inside-page-header .heading h5 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .inside-page-header .heading h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-header .heading h5 {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .inside-page-header .heading h5 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-page-header .heading h5 {
    margin-bottom: 0px;
  }
}
.inside-page-header .heading h2 {
  color: #fff;
  font-size: 58px;
  line-height: 4.3rem;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .inside-page-header .heading h2 {
    font-size: 50px;
    line-height: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .inside-page-header .heading h2 {
    font-size: 45px;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .inside-page-header .heading h2 {
    font-size: 35px;
    line-height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .inside-page-header .heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .inside-page-header .heading h2 {
    font-size: 28px;
    line-height: 2rem;
    margin-bottom: 0px;
  }
}

/***************************************************
  Breadcrumb
****************************************************/
.breadcrumb-container {
  position: absolute;
  bottom: 40px;
}
@media (max-width: 767.98px) {
  .breadcrumb-container {
    bottom: 20px;
  }
}
.breadcrumb-container ul {
  display: inline-flex;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 164, 163, 0.4);
  padding: 8px 5px;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .breadcrumb-container ul {
    padding: 4px 5px;
  }
}
.breadcrumb-container ul li {
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .breadcrumb-container ul li {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .breadcrumb-container ul li {
    font-size: 12px;
    padding-top: 0px;
  }
}
.breadcrumb-container ul li a {
  color: #fff;
  font-weight: 500;
}
.breadcrumb-container ul li a:hover {
  color: #00A4A3;
}
.breadcrumb-container ul li span {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .breadcrumb-container ul li span {
    font-size: 14px;
  }
}
.breadcrumb-container ul li:after {
  content: "";
  width: 1px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 0px;
  position: absolute;
  overflow: hidden;
  top: 13px;
  margin-left: 12px;
  color: #00A4A3;
  transform: skew(337deg, 44deg);
}
@media (max-width: 767.98px) {
  .breadcrumb-container ul li:after {
    top: 11px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-container ul li:after {
    top: 9px;
  }
}
.breadcrumb-container ul li:last-child:after {
  content: "";
  display: none;
}

/***************************************************
  Inner Page Side Image
****************************************************/
.inner-side-img {
  position: relative;
  overflow: hidden;
  height: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.inner-side-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.inner-side-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 164, 163, 0.7);
  left: 0px;
  top: 0px;
  text-align: center;
  padding-top: 60px;
}
.inner-side-img .overlay h2 {
  opacity: 0.9;
  font-size: 160px;
  line-height: 130px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .inner-side-img .overlay h2 {
    font-size: 110px;
  }
}
.inner-side-img .overlay h3 {
  font-weight: 400;
  line-height: 20px;
  font-size: 22px;
  color: #fff;
  font-family: "GalanoGrotesque";
}
.inner-side-img .overlay p {
  color: #FAFAFA;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Specialties */
ul.specialties {
  display: block;
}
ul.specialties li {
  background: rgba(26, 167, 156, 0.2);
  width: 25%;
  color: #fff;
  text-align: center;
  padding: 30px;
  display: inline-block;
  float: left;
  min-height: 190px;
}
@media (max-width: 767.98px) {
  ul.specialties li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  ul.specialties li {
    width: 100%;
  }
}
ul.specialties li img {
  display: block;
  margin: auto;
  height: 55px;
  padding-bottom: 12px;
  margin-top: 25px;
}
ul.specialties li span {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  ul.specialties li span {
    font-size: 14px;
  }
}
ul.specialties li:nth-of-type(2n) {
  background: rgba(17, 116, 144, 0.2);
}
ul.specialties li:nth-of-type(5) {
  background: rgba(17, 116, 144, 0.2);
}
@media (max-width: 575.98px) {
  ul.specialties li:nth-of-type(5) {
    background: rgba(26, 167, 156, 0.2);
  }
}
ul.specialties li:nth-of-type(6) {
  background: rgba(26, 167, 156, 0.2);
}
@media (max-width: 575.98px) {
  ul.specialties li:nth-of-type(6) {
    background: rgba(17, 116, 144, 0.2);
  }
}
ul.specialties li:nth-of-type(7) {
  background: rgba(17, 116, 144, 0.2);
}
@media (max-width: 575.98px) {
  ul.specialties li:nth-of-type(7) {
    background: rgba(26, 167, 156, 0.2);
  }
}
ul.specialties li:nth-of-type(8) {
  background: rgba(26, 167, 156, 0.2);
}
@media (max-width: 575.98px) {
  ul.specialties li:nth-of-type(8) {
    background: rgba(17, 116, 144, 0.2);
  }
}

.specialties_white {
  background: #fff;
  margin-top: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .specialties_white {
    padding: 3rem;
  }
}
@media (max-width: 991.98px) {
  .specialties_white {
    padding: 2rem;
  }
}
.specialties_white .abstract {
  color: #00546A;
}
.specialties_white p {
  color: #525251;
}
.specialties_white img {
  margin-bottom: 30px;
}
.specialties_white .statistic-slider {
  text-align: center;
  font-size: 14px;
}
.specialties_white .swiper-pagination {
  margin-top: 0px;
}
.specialties_white .swiper-pagination .swiper-pagination-bullet-active {
  background: #00A4A3 !important;
}
.specialties_white .swiper-pagination .swiper-pagination-bullet {
  background: #EDEDED;
}

.certificate-block {
  background: #00546A;
  margin-top: -300px;
  position: relative;
  padding-top: 350px;
}
@media (max-width: 991.98px) {
  .certificate-block {
    margin-top: 0px;
  }
}
.certificate-block .abstract {
  color: #fff;
}
.certificate-block p {
  color: #fff;
}
.certificate-block .cont {
  padding: 0rem 4rem;
}
@media (max-width: 991.98px) {
  .certificate-block .cont {
    padding: 0rem;
  }
}
@media (max-width: 991.98px) {
  .certificate-block img {
    height: 120px;
    margin-bottom: 30px;
  }
}

.history {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .history {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .history img {
    min-height: 250px;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .history .section-title {
    margin-bottom: 0px;
  }
}
.history .cont {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55%;
  padding: 4rem;
}
@media (max-width: 991.98px) {
  .history .cont {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .history .cont {
    width: 100%;
    padding: 2rem;
    background: rgba(0, 50, 64, 0.5);
    height: 100%;
  }
}
.history .cont h2 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .history .cont h2 {
    font-size: 24px;
  }
}
.history .cont p {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .history .cont p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .history .cont p {
    font-size: 14px;
  }
}

.history-sideimg {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .history-sideimg {
    margin-bottom: 30px;
  }
}

.horizontal-timeline .timeline-navigation#leftNav .fa-chevron-circle-left,
.horizontal-timeline .timeline-navigation#leftNav .fa-chevron-circle-left.inactive,
.horizontal-timeline .timeline-navigation#rightNav .fa-chevron-circle-right {
  display: none !important;
}

/*Our Culture*/
.vision-mission h2 {
  margin-bottom: 25px;
}
.vision-mission h3 {
  font-size: 25px;
  color: #4D4D4D;
}
.vision-mission p {
  font-size: 18px;
}
.vision-mission .culture-icon {
  max-width: 51px;
}
.vision-mission .box-inner {
  border: 1px solid #B4CBD1;
  border-radius: 5px;
  padding: 45px;
  height: 100%;
}

.our-commitments {
  background-color: #09566A;
  padding-top: 85px;
  padding-bottom: 160px;
}
.our-commitments h2 {
  color: #fff;
  margin-bottom: 40px;
}
.our-commitments ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}
.our-commitments ul li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 23px;
  border-radius: 10px;
  left: 0;
  top: 1px;
}
.our-commitments ul li {
  font-size: 18px;
  color: #fff;
}

.our-values {
  margin-top: -178px;
}
.our-values .our-values-main-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.our-values h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #4D4D4D;
}
.our-values .vision-down-box {
  text-align: center;
  padding: 60px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.our-values .vision-down-icon {
  max-width: 51px;
  margin: 0 auto;
}
.our-values p {
  color: #4d4d4d;
  font-size: 18px;
}
.our-values .vision-box-head {
  background: #1AA79C;
}
.our-values .vision-box-head h3 {
  color: #fff;
  font-size: 45px;
  font-family: "GalanoGrotesque";
}
.our-values .vision-box-head p {
  color: #fff;
}

.company-credo .green-company-credo {
  background: rgba(26, 168, 156, 0.7);
  padding: 60px 40px 20px 40px;
}
.company-credo .blue-company-credo {
  background: rgba(17, 116, 144, 0.7);
  padding: 60px 40px 20px 40px;
}
.company-credo p {
  font-size: 18px;
  line-height: 30px;
}
.company-credo .bnt-read {
  color: #fff !important;
}
.gm-quote {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
}

.gm-quote-img {
  background-color: #fff;
}

/*===== All Button Style =====*/
button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}

.main-btn {
  position: relative;
  text-transform: uppercase;
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  z-index: 1;
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  background-color: #00A4A3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
  margin-right: 30px;
  overflow: hidden;
  font-family: "GalanoGrotesque";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  border-width: 1px !important;
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .main-btn {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .main-btn {
    padding: 13px 40px;
  }
}
.main-btn span.icon {
  padding-left: 5px;
}
.main-btn.outline {
  background-color: transparent;
  border: 1px solid #00A4A3;
  color: #00A4A3;
}
.main-btn.outline.white-outline {
  border: 1px solid #fff;
  color: #fff;
}
.main-btn.outline.white-outline:hover {
  background: #00A4A3;
  border: 1px solid #00A4A3;
  color: #fff;
}
.main-btn.right-arrow {
  position: relative;
  padding-right: 45px;
  padding-left: 0px;
  background: transparent;
  color: #00A4A3;
}
@media (max-width: 480px) {
  .main-btn.right-arrow {
    padding-left: 0px;
  }
}
.main-btn.right-arrow:after {
  font-family: "st-icons" !important;
  position: absolute;
  font-size: 8px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e901";
  right: 15px;
}
.main-btn.right-arrow:hover {
  color: #00546A !important;
  background: transparent;
}
.main-btn.right-arrow:hover:after {
  right: 10px;
}
.main-btn.right-arrow-2 {
  position: relative;
  padding-right: 45px;
  padding-left: 25px;
}
@media (max-width: 1399.98px) {
  .main-btn.right-arrow-2 {
    padding-right: 45px;
    padding-left: 20px;
  }
}
.main-btn.right-arrow-2:after {
  font-family: "st-icons" !important;
  position: absolute;
  font-size: 9px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e901";
  right: 20px;
}
.main-btn.right-arrow-2:hover {
  color: #fff !important;
}
.main-btn.right-arrow-2:hover:after {
  right: 15px;
}
.main-btn:hover {
  /*color: $;*/
  background-color: #00546A;
}
.main-btn:hover:before {
  bottom: 0;
}
.main-btn:focus {
  color: #fff;
  background-color: #00546A;
}
.main-btn:active {
  color: #fff;
  background-color: #00546A;
}
.main-btn:before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.main-btn .btn-icon {
  padding-right: 5px;
  font-size: 24px;
  opacity: 0.8;
}
.main-btn.btn-med {
  padding: 8px 25px !important;
  font-size: 12px;
  font-weight: 600;
}
.main-btn.btn-med span {
  margin-right: 10px;
  margin-top: 4px;
}
.main-btn.btn-med .btn-icon {
  font-size: 20px;
  opacity: 0.8;
}
.main-btn.btn-small {
  padding: 4px 20px !important;
  font-size: 13px;
}
.main-btn.btn-small .btn-icon {
  font-size: 18px;
  opacity: 0.8;
}
.main-btn.filled-btn {
  /* background-color: $theme-color;*/
  /*    border: 1px solid $theme-color;*/
  color: #fff !important;
}
.main-btn.no-fill {
  border: none;
  background-color: transparent;
  /*	color: $theme-color !important;*/
}
.main-btn.white-btn {
  color: #fff;
  margin-right: 0px;
  font-size: 14px;
}
.main-btn.white-btn:after {
  font-size: 10px;
  right: 15px;
}
.main-btn.white-btn:hover:after {
  right: 10px;
}
.main-btn:hover {
  border-color: transparent;
  color: #fff !important;
}
.main-btn:hover:before {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .main-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .main-btn.btn-small {
    padding: 4px 10px !important;
  }
}

.partner-slider a {
  width: 99%;
}
.partner-slider a .logo {
  width: 100%;
}

.swiper-container {
  overflow: hidden;
}

/***************************************************
HERO BANNER STARTS
****************************************************/
.hero-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  min-height: 700px;
  background: #00546A;
  margin-top: -174px;
}
@media (max-width: 575.98px) {
  .hero-banner {
    min-height: 600px;
    height: 95vh;
  }
}
.hero-banner .swiper.herobanner-top {
  height: 100%;
  width: 100%;
}
.hero-banner .swiper.herobanner-top .herobanner-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.hero-banner .swiper.herobanner-top .herobanner-img .herobanner-img-in {
  height: 100%;
  width: 100%;
}
.hero-banner .swiper.herobanner-top .herobanner-img .herobanner-img-in img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  animation-name: pulse;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-delay: 0s;
}
@media (max-width: 575.98px) {
  .hero-banner .swiper.herobanner-top .herobanner-img .herobanner-img-in img {
    object-position: 75%;
  }
}
.hero-banner .swiper.herobanner-top .herobanner-img::before {
  content: "";
  background: rgb(0, 39, 56);
  background: -moz-linear-gradient(149deg, rgb(0, 39, 56) 0%, rgba(0, 16, 33, 0.3505777311) 100%);
  background: -webkit-linear-gradient(149deg, rgb(0, 39, 56) 0%, rgba(0, 16, 33, 0.3505777311) 100%);
  background: linear-gradient(149deg, rgb(0, 39, 56) 0%, rgba(0, 16, 33, 0.3505777311) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002738", endColorstr="#001021", GradientType=1);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.9;
  z-index: 1;
}
.hero-banner .swiper.herobanner-top .herobanner-content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero-banner .swiper.herobanner-top .herobanner-content {
    top: 50%;
  }
}
.hero-banner .swiper.herobanner-top .herobanner-content .container {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 0px 0;
}
@media (max-width: 767.98px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container {
    overflow: visible;
    padding: 25px 15px;
  }
}
.hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt {
  float: left;
  width: 70%;
  max-width: 700px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt {
    width: 100%;
  }
}
@media (max-width: 388px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt {
    width: 100%;
  }
}
.hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt h1,
.hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt p {
  color: #EDEDED;
}
@media (max-width: 767.98px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt h1 {
    font-size: 35px;
  }
}
@media (max-width: 388px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt h1 {
    font-size: 27px;
  }
}
.hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt h1 span {
  font-weight: normal;
}
.hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 480px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt p {
    display: none;
  }
}
.hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt a.main-btn {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .hero-banner .swiper.herobanner-top .herobanner-content .container .herobanner-content-rt a.main-btn {
    margin-top: 5px;
  }
}
.hero-banner .swiper.herobanner-top .heropagination {
  position: absolute;
  z-index: 1;
  right: 0px !important;
  left: auto !important;
  top: 50%;
  width: 40px;
}
@media (max-width: 575.98px) {
  .hero-banner .swiper.herobanner-top .heropagination {
    top: 72%;
    width: 100%;
  }
}
.hero-banner .swiper.herobanner-top .heropagination .hero-pagination {
  line-height: 23px;
}
.hero-banner .swiper.herobanner-top .heropagination .hero-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background: #fff;
  margin: 0 3px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  opacity: 1 !important;
}
@media (max-width: 575.98px) {
  .hero-banner .swiper.herobanner-top .heropagination .hero-pagination .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
  }
}
.hero-banner .swiper.herobanner-top .heropagination .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  border-radius: 12px;
  background: #00A4A3;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .hero-banner .swiper.herobanner-top .heropagination .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 11px;
    width: 11px;
  }
}
.hero-banner .herobanner-thumb-container {
  position: absolute;
  bottom: 40px;
  z-index: 10;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-banner .herobanner-thumb-container {
    bottom: 15px;
  }
}
.hero-banner .herobanner-thumb-container .swiper-slide .herobanner-thumb-content {
  height: 75px;
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid rgba(112, 112, 112, 0.71);
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .hero-banner .herobanner-thumb-container .swiper-slide .herobanner-thumb-content {
    height: 65px;
  }
}
.hero-banner .herobanner-thumb-container .swiper-slide .herobanner-thumb-content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-banner .herobanner-thumb-container .swiper-slide .herobanner-thumb-content:hover::after {
  opacity: 0;
}
.hero-banner .herobanner-thumb-container .swiper-slide .herobanner-thumb-content::after {
  content: "";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.3365546902) 0%, rgba(26, 13, 8, 0.8127451664) 88%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.3365546902) 0%, rgba(26, 13, 8, 0.8127451664) 88%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3365546902) 0%, rgba(26, 13, 8, 0.8127451664) 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#1a0d08", GradientType=1);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.hero-banner .herobanner-thumb-container .swiper-slide.swiper-slide-thumb-active .herobanner-thumb-content::after {
  opacity: 0;
}
.hero-banner .scroll-section {
  position: absolute;
  bottom: 20px;
  width: 180px;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  left: 50%;
}
.hero-banner .scroll-section .scroll-section-inner {
  position: relative;
  text-align: center;
  width: 180px;
  margin: 0 auto;
  cursor: pointer;
}
.hero-banner .scroll-section .scroll-section-inner .scroll-line {
  width: 2px;
  height: 34px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.hero-banner .scroll-section .scroll-section-inner .scroll-line span {
  width: 100%;
  height: 34px;
  background: #00546A;
  position: relative;
  margin: 0;
  animation-name: slideInDownscroll;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
}
.hero-banner .scroll-section .scroll-section-inner .scroll-text {
  font-size: 10px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin: 10px 0;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.hero-banner .scroll-section .scroll-section-inner:hover .scroll-text {
  color: #00546A;
}

@media (max-width: 767.98px) {
  .social-menu {
    display: none;
  }
}

/***************************************************
HERO BANNER ENDS
****************************************************/
.main-seach-home {
  background: #fff;
  margin-top: -100px;
  z-index: 1;
  padding: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 575.98px) {
  .main-seach-home {
    width: 93%;
    margin: 0 auto;
    margin-top: -130px;
  }
}
.main-seach-home .accordion-item:first-of-type {
  border: 0px;
}
@media (max-width: 991.98px) {
  .main-seach-home .accordion-item:first-of-type {
    border: 1px solid #e3e2e2;
  }
}
.main-seach-home .accordion-body {
  padding-top: 0px;
}
@media (max-width: 767.98px) {
  .main-seach-home .accordion-body {
    padding: 0px 10px;
  }
}
.main-seach-home .accordion-body p {
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .main-seach-home .accordion-body p {
    font-size: 16px;
  }
}
.main-seach-home .accordion-item:first-of-type .accordion-button {
  background: none;
}
.main-seach-home .accordion-button:not(.collapsed) {
  color: #00546A;
}
.main-seach-home .accordion-button {
  font-size: 18px;
  color: #00546A;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .main-seach-home .accordion-button {
    font-size: 16px;
  }
}
.main-seach-home .nav {
  display: flex;
  justify-content: space-around;
}
.main-seach-home .nav-item {
  background: #f7f7f7;
}
.main-seach-home .nav-link {
  padding: 23px 113px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00546A;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  border-radius: 0px;
}
@media (max-width: 1399.98px) {
  .main-seach-home .nav-link {
    padding: 23px 83px;
  }
}
@media (max-width: 1199.98px) {
  .main-seach-home .nav-link {
    font-size: 18px;
    padding: 16px 63px;
  }
}
.main-seach-home .nav-link:hover {
  background: #00A4A3;
  color: #fff;
  border-radius: 0px;
}
.main-seach-home .nav-link.active {
  color: #00546A;
  background-color: #fff;
  border-radius: 0px;
}
.main-seach-home .nice-select[disabled] {
  background: #F2F2F2;
  border-radius: 30px;
  border: 0px;
  height: 50px;
  line-height: 46px;
  color: #ababab;
  font-weight: 400;
  width: 100%;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .main-seach-home .nice-select[disabled] {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-seach-home .nice-select[disabled] {
    font-size: 14px;
  }
}
.main-seach-home .nice-select {
  background: #fff;
  color: #525251;
  border: 1px solid rgba(0, 164, 163, 0.7);
  border-radius: 30px;
  height: 50px;
  line-height: 46px;
  font-weight: 400;
  width: 100%;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .main-seach-home .nice-select {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-seach-home .nice-select {
    font-size: 14px;
  }
}
.main-seach-home .search-input {
  width: 100%;
  height: 50px;
  padding: 0 1em;
  border: 0;
  background-color: #F2F2F2;
  color: #003D4D;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: "GalanoGrotesque";
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .main-seach-home .search-input {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-seach-home .search-input {
    font-size: 14px;
  }
}
.main-seach-home .search-text-box:after {
  display: none;
}

.who-we-are-video-area {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.who-we-are-video-area img {
  width: 100% !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.who-we-are-video-area:before {
  content: "\e90f";
  font-family: "st-icons";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  z-index: 11;
}
@media (max-width: 1199.98px) {
  .who-we-are-video-area:before {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .who-we-are-video-area:before {
    font-size: 40px;
  }
}
@media (max-width: 388px) {
  .who-we-are-video-area:before {
    font-size: 35px;
  }
}

.zoom-hover-effect {
  overflow: hidden;
  transition: all 0.3s ease-out 0s !important;
}
.zoom-hover-effect img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.zoom-hover-effect:hover {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}

.odometer-formatting-mark {
  display: none;
}

.odometer-digit-inner {
  left: 0px !important;
}

.counter-btn {
  border: 1px solid #4DA2A2 !important;
  font-size: 14px !important;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .counter-btn {
    font-size: 12px !important;
  }
}

.departments-main {
  background: linear-gradient(to bottom, #00A4A3 70%, #fff 30%);
}
.departments-main .department-head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .departments-main .department-head {
    display: block;
  }
}
.departments-main .department-head .department-head2 {
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 575.98px) {
  .departments-main .department-head .department-head2 {
    justify-content: left;
  }
}

.overview-slider-main .department-head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .overview-slider-main .department-head {
    display: block;
  }
}
.overview-slider-main .department-head .department-head1 {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .overview-slider-main .department-head .department-head1 {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .overview-slider-main .department-head .department-head1 {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .overview-slider-main .department-head .department-head1 {
    width: 100%;
  }
}
.overview-slider-main .department-head .department-head1 .abstract {
  color: #fff;
}
.overview-slider-main .department-head .department-head2 {
  display: flex;
  justify-content: end;
  align-items: end;
}
.overview-slider-main .department-head .department-head2 .department-btn {
  padding-bottom: 0px;
  text-align: right;
  padding-left: 6px;
}
.overview-slider-main .department-head .department-head2 .department-btn:hover {
  color: #00A4A3 !important;
}
@media (max-width: 767.98px) {
  .overview-slider-main .department-head .department-head2 {
    justify-content: left;
  }
}

.button-round {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  margin-left: 6px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.button-round:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: -4px;
  font-size: 20px;
  margin-left: -6px;
  margin-top: 5px;
}
.button-round:hover {
  background: #00A4A3;
  border: 1px solid #00A4A3;
}
.button-round:hover:after {
  margin-left: 3px;
}

.news-section {
  background: #fff;
  padding-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .news-section {
    padding-top: 0px !important;
  }
}

.twitter-container {
  background: #EDEDED;
  border-radius: 5px;
  padding: 35px 30px;
}
.twitter-container .icon-ema-logo {
  background: #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  font-size: 35px;
  color: #00A4A3;
  padding-top: 9px;
  vertical-align: middle;
}
.twitter-container .twitter-embed {
  height: 282px;
  overflow-y: scroll;
}
@media (max-width: 1399.98px) {
  .twitter-container .twitter-embed {
    height: 226px;
  }
}
@media (max-width: 1199.98px) {
  .twitter-container .twitter-embed {
    height: 175px;
  }
}
@media (max-width: 991.98px) {
  .twitter-container .twitter-embed {
    height: 240px;
  }
}

#scroll-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#scroll-style::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

#scroll-style::-webkit-scrollbar-thumb {
  background-color: #A0ACB4;
}

.video-main-inner {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}
.video-main-inner a {
  width: 100%;
  display: block;
}
.video-main-inner .green-gradiant {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(10, 45, 60);
  background: -moz-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a2d3c", endColorstr="#0a2d3c", GradientType=1);
  z-index: 1;
}
.video-main-inner .who-we-are-video-area {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.video-main-inner .who-we-are-video-area img {
  width: 100% !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.video-main-inner .who-we-are-video-area:before {
  content: "\e90d";
  font-family: "st-icons";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  z-index: 11;
}
@media (max-width: 480px) {
  .video-main-inner .who-we-are-video-area:before {
    font-size: 40px;
  }
}
.video-main-inner .text {
  text-align: left;
}
.video-main-inner .text h6 {
  color: #fff;
}
@media (max-width: 480px) {
  .video-main-inner .text h6 {
    margin-bottom: 0px;
  }
}
.video-main-inner .text h4 {
  color: #fff;
  padding-right: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .video-main-inner .text h4 {
    font-size: 17px;
  }
}
.video-main-inner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .video-main-inner {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.video-main-inner .overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 9;
  pointer-events: none;
}
@media (max-width: 480px) {
  .video-main-inner .overlay {
    left: 10px;
    bottom: 10px;
  }
}
.video-main-inner .bg-gradient-intro-overlay {
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .video-main-inner .bg-gradient-intro-overlay {
    width: 55%;
    height: 60%;
  }
}
@media (max-width: 767.98px) {
  .video-main-inner .bg-gradient-intro-overlay {
    width: 70%;
    height: 75%;
  }
}
@media (max-width: 575.98px) {
  .video-main-inner .bg-gradient-intro-overlay {
    width: 100%;
    height: 100%;
    top: 0px;
  }
}
.video-main-inner:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.intro-sideimg .overlay .text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
  padding-right: 25px;
  padding-bottom: 5px;
  width: 230px;
  text-align: left;
  pointer-events: none;
}
@media (max-width: 388px) {
  .intro-sideimg .overlay .text {
    padding-bottom: 0px;
  }
}
@media (max-width: 1199.98px) {
  .intro-sideimg .overlay .text {
    width: 175px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .intro-sideimg .overlay .text {
    width: 140px;
  }
}
.intro-sideimg .overlay .text h2 {
  color: #fff;
  font-family: "GalanoGrotesque";
  font-size: 86px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 1199.98px) {
  .intro-sideimg .overlay .text h2 {
    font-size: 67px;
    line-height: 68px;
  }
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .intro-sideimg .overlay .text h2 {
    font-size: 45px;
    line-height: 30px;
  }
}
@media (max-width: 388px) {
  .intro-sideimg .overlay .text h2 {
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
.intro-sideimg .overlay .text h3 {
  font-family: "GalanoGrotesque";
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .intro-sideimg .overlay .text h3 {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .intro-sideimg .overlay .text h3 {
    font-size: 10px;
    line-height: 1.4;
  }
}
.intro-sideimg .overlay .text p {
  color: #EDEDED;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text p {
    font-size: 12px;
  }
}

.video-slider {
  position: relative;
}
.video-slider .swiper-pagination {
  position: absolute;
  top: 5px;
  right: 0px;
  text-align: right;
  padding-right: 30px;
  width: 150px;
  height: 30px;
  left: auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .video-slider .swiper-pagination {
    top: 30px;
  }
}
.video-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}

.departments-single-section {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  height: 100%;
}
.departments-single-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 480px) {
  .departments-single-section:after {
    opacity: 0;
  }
}
.departments-single-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  z-index: 1;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.departments-single-section .department-inner-img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.departments-single-section .department-inner-img img {
  width: 100%;
}
.departments-single-section .departments-inner-head {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 35px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .departments-single-section .departments-inner-head {
    top: 15px;
    right: 15px;
    left: 15px;
  }
}
@media (max-width: 388px) {
  .departments-single-section .departments-inner-head {
    left: 15px;
  }
}
.departments-single-section .departments-inner-head p {
  font-size: 16px;
  color: #808080;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1399.98px) {
  .departments-single-section .departments-inner-head p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1199.98px) {
  .departments-single-section .departments-inner-head p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .departments-single-section .departments-inner-head p {
    display: block;
  }
}
@media (max-width: 480px) {
  .departments-single-section .departments-inner-head p {
    display: none;
  }
}
.departments-single-section .departments-inner-head .departments-inner-head-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.departments-single-section .departments-inner-head .departments-inner-head-item .counter-icon-main {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.departments-single-section .departments-inner-head .departments-inner-head-item .counter-icon {
  background: rgba(214, 214, 214, 0.17);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .departments-single-section .departments-inner-head .departments-inner-head-item .counter-icon {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 388px) {
  .departments-single-section .departments-inner-head .departments-inner-head-item .counter-icon {
    width: 50px;
    height: 50px;
  }
}
.departments-single-section .departments-inner-head .departments-inner-head-item .counter-icon img {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  margin-top: 13px;
  height: 55px;
}
@media (max-width: 1399.98px) {
  .departments-single-section .departments-inner-head .departments-inner-head-item .counter-icon img {
    height: 45px;
  }
}
@media (max-width: 388px) {
  .departments-single-section .departments-inner-head .departments-inner-head-item .counter-icon img {
    height: 45px;
  }
}
.departments-single-section .departments-inner-head .departments-inner-head-item .sub-head {
  font-size: 22px;
  color: #00546A;
  font-weight: 600;
  margin-left: 15px;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1399.98px) {
  .departments-single-section .departments-inner-head .departments-inner-head-item .sub-head {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .departments-single-section .departments-inner-head .departments-inner-head-item .sub-head {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .departments-single-section .departments-inner-head .departments-inner-head-item .sub-head {
    font-size: 18px;
  }
}
.departments-single-section .branch-main-content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px;
  color: #fff;
  z-index: 2;
}
.departments-single-section .branch-main-content h4 {
  color: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
}
.departments-single-section .branch-main-content .icons-department {
  display: flex;
  position: relative;
  left: 30px;
  bottom: 25px;
}
@media (max-width: 1199.98px) {
  .departments-single-section .branch-main-content .icons-department {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .departments-single-section .branch-main-content .icons-department {
    display: flex;
    left: 20px;
  }
}
.departments-single-section .branch-main-content .icons-department .icons-department-single {
  background: #F0F0F0;
  border-radius: 14px;
  padding: 4px 14px;
  font-size: 15px;
  margin-right: 5px;
}
.departments-single-section .branch-main-content .icons-department .icons-department-single a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.departments-single-section .branch-main-content .icons-department .icons-department-single span {
  color: #808080;
  font-size: 12px;
}
.departments-single-section .branch-main-content .icons-department .icons-department-single .number {
  font-size: 12px;
}
.departments-single-section .branch-main-content .icons-department .icons-department-single .number-hover {
  display: none;
  font-size: 12px;
}
@media (max-width: 480px) {
  .departments-single-section .branch-main-content .icons-department .icons-department-single .number-hover {
    display: block;
  }
}
.departments-single-section .branch-main-content .arrow-department {
  position: absolute;
  bottom: 15px;
  right: 30px;
  color: #EDEDED;
}
.departments-single-section .department-div {
  height: 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .departments-single-section .department-div {
    height: 47px;
  }
}
.departments-single-section .department-div .location-strip-main {
  align-items: center;
}
.departments-single-section .department-div .location-strip-main-1 {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  background: rgb(0, 164, 163);
  height: 47px;
}
.departments-single-section .department-div .location-strip-main-1 span {
  margin-right: 7px;
  margin-top: 4px;
  font-size: 14px;
  vertical-align: sub;
}
@media (max-width: 388px) {
  .departments-single-section .department-div .location-strip-main-1 span {
    font-size: 12px;
  }
}
.departments-single-section .department-div .location-strip-main-1 a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .departments-single-section .department-div .location-strip-main-1 a {
    font-size: 11px;
  }
}
@media (max-width: 1199.98px) {
  .departments-single-section .department-div .location-strip-main-1 a {
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  .departments-single-section .department-div .location-strip-main-1 a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .departments-single-section .department-div .location-strip-main-1 a {
    font-size: 11px;
  }
}
@media (max-width: 388px) {
  .departments-single-section .department-div .location-strip-main-1 a {
    font-size: 9px;
  }
}
.departments-single-section .department-div .location-strip-main-2 {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 47px;
  background: #056E89;
}
.departments-single-section .department-div .location-strip-main-2 a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .departments-single-section .department-div .location-strip-main-2 a {
    font-size: 11px;
  }
}
@media (max-width: 1199.98px) {
  .departments-single-section .department-div .location-strip-main-2 a {
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  .departments-single-section .department-div .location-strip-main-2 a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .departments-single-section .department-div .location-strip-main-2 a {
    font-size: 11px;
  }
}
@media (max-width: 388px) {
  .departments-single-section .department-div .location-strip-main-2 a {
    font-size: 9px;
  }
}
.departments-single-section .department-div .location-strip-main-2 span {
  margin-right: 7px;
  margin-top: 4px;
  font-size: 14px;
  vertical-align: sub;
}
@media (max-width: 388px) {
  .departments-single-section .department-div .location-strip-main-2 span {
    margin-right: 5px;
    margin-top: 1px;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 7px;
  }
}
.departments-single-section:hover:after {
  opacity: 0;
}
.departments-single-section:hover h4 {
  padding-bottom: 10px;
}
.departments-single-section:hover .department-div {
  height: 47px;
}
@media (max-width: 388px) {
  .departments-single-section:hover .department-div {
    height: 40px;
  }
}
.departments-single-section:hover .icons-department {
  bottom: 40px;
}
@media (max-width: 1399.98px) {
  .departments-single-section:hover .icons-department {
    bottom: 20px;
  }
}
.departments-single-section:hover .icons-department .icons-department-single span {
  color: #fff;
}
.departments-single-section:hover .icons-department .icons-department-single {
  background: rgba(0, 164, 163, 0.46);
}
.departments-single-section:hover .icons-department .icons-department-single .number {
  display: none;
}
.departments-single-section:hover .icons-department .icons-department-single .number-1 {
  display: inline-block;
}
.departments-single-section:hover .icons-department .icons-department-single .number-hover {
  display: inline-block;
}
.departments-single-section:hover .location-strip-main:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(0, 164, 163);
  content: "";
  position: absolute;
  left: 62px;
  top: -10px;
  display: block;
}
.departments-single-section:hover .departments-inner-head p {
  display: none;
}
.departments-single-section:hover .departments-inner-head .counter-icon {
  background: rgba(0, 164, 163, 0.17);
}
.departments-single-section:hover .departments-inner-head .counter-icon img {
  filter: brightness(0) invert(1);
}
.departments-single-section:hover .departments-inner-head .sub-head {
  color: #fff;
}

@media (max-width: 480px) {
  .departments-single-section:hover .icons-department .icons-department-single .number-hover {
    display: inline-block;
  }
  .departments-single-section:hover .icons-department .icons-department-single {
    background: rgba(0, 164, 163, 0.46);
  }
  .departments-single-section:hover .icons-department {
    bottom: 20px;
  }
  .departments-single-section:hover .icons-department .icons-department-single span {
    color: #fff;
  }
  .departments-single-section:hover .icons-department .icons-department-single .number {
    display: none;
  }
  .departments-single-section .branch-main-content .icons-department .icons-department-single {
    display: flex;
    background: rgba(0, 164, 163, 0.46) !important;
    height: 30px;
    align-items: baseline;
  }
  .departments-single-section .branch-main-content .icons-department .icons-department-single span {
    color: #fff;
  }
  .departments-single-section .branch-main-content .icons-department .icons-department-single .number {
    display: none;
  }
  .departments-single-section .departments-inner-head .departments-inner-head-item .sub-head {
    color: #fff;
  }
  .departments-single-section .location-strip-main:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(0, 164, 163);
    content: "";
    position: absolute;
    left: 62px;
    top: -10px;
    display: block;
  }
  .departments-single-section .branch-main-content .icons-department .icons-department-single .number-hover {
    display: block;
    margin-left: 5px;
  }
  .departments-single-section .branch-main-content .icons-department .icons-department-single .counter-icon {
    background: rgba(0, 164, 163, 0.17) !important;
  }
  .departments-single-section .branch-main-content .icons-department .icons-department-single .counter-icon img {
    filter: brightness(0) invert(1) !important;
  }
  .departments-single-section .branch-main-content .icons-department {
    bottom: 20px !important;
    left: 15px;
  }
}
@media (max-width: 480px) and (max-width: 388px) {
  .departments-single-section .branch-main-content .icons-department {
    display: none;
  }
}
.green-gradiant {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(10, 45, 60);
  background: -moz-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a2d3c", endColorstr="#0a2d3c", GradientType=1);
  z-index: 1;
}

.blue-gradiant {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(34, 83, 104);
  background: -moz-linear-gradient(165deg, rgba(34, 83, 104, 0) 0%, rgba(34, 83, 104, 0) 59%, rgba(34, 83, 104, 0.7399334734) 90%);
  background: -webkit-linear-gradient(165deg, rgba(34, 83, 104, 0) 0%, rgba(34, 83, 104, 0) 59%, rgba(34, 83, 104, 0.7399334734) 90%);
  background: linear-gradient(165deg, rgba(34, 83, 104, 0) 0%, rgba(34, 83, 104, 0) 59%, rgba(34, 83, 104, 0.7399334734) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#225368", endColorstr="#225368", GradientType=1);
  z-index: 1;
}

.black-gradiant {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(111deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2777485994) 59%, rgba(0, 0, 0, 0.3841911765) 90%);
  background: -webkit-linear-gradient(111deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2777485994) 59%, rgba(0, 0, 0, 0.3841911765) 90%);
  background: linear-gradient(111deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2777485994) 59%, rgba(0, 0, 0, 0.3841911765) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 1;
}

.black-gradiant-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(3, 49, 49);
  background: -moz-linear-gradient(180deg, rgba(3, 49, 49, 0) 0%, rgba(3, 49, 49, 0) 46%, rgba(0, 0, 0, 0.6558998599) 100%);
  background: -webkit-linear-gradient(180deg, rgba(3, 49, 49, 0) 0%, rgba(3, 49, 49, 0) 46%, rgba(0, 0, 0, 0.6558998599) 100%);
  background: linear-gradient(180deg, rgba(3, 49, 49, 0) 0%, rgba(3, 49, 49, 0) 46%, rgba(0, 0, 0, 0.6558998599) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#033131", endColorstr="#000000", GradientType=1);
  z-index: 1;
}

.branches-slider {
  margin-top: 3px;
  position: relative;
}
.branches-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.branches-slider .owl-nav {
  position: absolute;
  top: -70px;
  right: -4px;
}
@media (max-width: 388px) {
  .branches-slider .owl-nav {
    top: -95px;
  }
}
.branches-slider .owl-nav .owl-prev {
  transform: scaleX(-1);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #EDEDED !important;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.branches-slider .owl-nav .owl-prev span {
  display: none;
}
.branches-slider .owl-nav .owl-prev:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  padding: 10px;
  position: relative;
  left: -15px;
  color: #C6C6C6;
}
.branches-slider .owl-nav .owl-prev:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.branches-slider .owl-nav .owl-prev:hover:after {
  left: -3px;
  color: #fff;
}
.branches-slider .owl-nav .owl-next {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #EDEDED !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.branches-slider .owl-nav .owl-next span {
  display: none;
}
.branches-slider .owl-nav .owl-next:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  color: #C6C6C6;
  padding: 10px;
  position: relative;
  left: -15px;
}
.branches-slider .owl-nav .owl-next:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.branches-slider .owl-nav .owl-next:hover:after {
  left: -3px;
  color: #fff;
}

.footer-social-media li {
  padding: 0px 4px;
}
.footer-social-media li:after {
  display: none;
}
.footer-social-media li a {
  color: #00A4A3;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.footer-social-media li:hover a {
  color: #fff;
}

@media (max-width: 991px) {
  .main-seach-home .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    border-radius: 0px;
  }
}
@media (max-width: 991px) {
  .main-seach-home .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    border-radius: 0px;
  }
  .hospital-each-section-main .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    border-radius: 0px;
  }
}
@media (max-width: 1199.98px) {
  .booking-btn {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .booking-btn {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .booking-btn {
    font-size: 14px;
    padding: 14px 0px;
  }
}
.booking-btn:after {
  font-size: 8px !important;
}
@media (max-width: 991.98px) {
  .booking-btn:after {
    font-size: 9px !important;
  }
}

@media (max-width: 991.98px) {
  .booking-btn.right-arrow-2 {
    padding-right: 109px;
    padding-left: 22px;
  }
}
@media (max-width: 767.98px) {
  .booking-btn.right-arrow-2 {
    padding-right: 45px;
    padding-left: 20px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .booking-btn.right-arrow-2:after {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .booking-btn.right-arrow-2:after {
    right: 20px;
  }
}

@media (max-width: 991.98px) {
  .booking-btn.right-arrow-2:hover:after {
    right: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .booking-btn.right-arrow-2:hover:after {
    right: 15px !important;
  }
}

button:focus:not(:focus-visible) {
  outline: 0px;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow-open.png") !important;
  transform: none;
}

.accordion-button::after {
  background-image: url("../images/arrow-close.png") !important;
}

.accordion-button:not(.collapsed) {
  background: none;
}

@media (max-width: 480px) {
  .ft-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.intro-sideimg .who-we-are-video-area {
  position: relative;
}
.intro-sideimg .who-we-are-video-area .zoom-hover-effect {
  position: relative;
}
.intro-sideimg .who-we-are-video-area .zoom-hover-effect:before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgb(10, 45, 60);
  background: -moz-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a2d3c", endColorstr="#0a2d3c", GradientType=1);
  z-index: 9;
  display: block;
}

.menu-image {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .menu-image {
    display: none;
  }
}
.menu-image img {
  width: 100%;
}

.logo-sticky {
  display: none;
}

.scroll-to-fixed-fixed {
  z-index: 9999 !important;
}
.scroll-to-fixed-fixed .navik-header.sticky .logo-sticky {
  display: block;
  float: left;
}
.scroll-to-fixed-fixed .navik-header.sticky .logo-sticky img {
  height: 45px;
  padding-top: 6px;
  margin-right: 20px;
}
.scroll-to-fixed-fixed .navik-header.sticky .left-menu {
  float: left;
}
.scroll-to-fixed-fixed .navik-header.sticky .main-navigation-right a.arabic {
  padding-top: 21px;
}
.scroll-to-fixed-fixed .navik-header.sticky .main-navigation-right .search-icon {
  padding-top: 16px;
}
.scroll-to-fixed-fixed .search-button {
  top: -23px;
}
@media (max-width: 1199.98px) {
  .scroll-to-fixed-fixed .search-button {
    top: -30px;
  }
}
.scroll-to-fixed-fixed .search-box {
  top: 16px;
}
@media (max-width: 1199.98px) {
  .scroll-to-fixed-fixed .search-box {
    top: 1px;
  }
}
@media (max-width: 575.98px) {
  .scroll-to-fixed-fixed .search-box {
    top: 8px;
  }
}

.navik-header.sticky .navik-menu > ul > li > a {
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .navik-menu ul li > a {
    font-size: 16px;
    padding: 0px 7px 0px 11px;
  }
  .navik-header.sticky .navik-menu > ul > li > a {
    margin-right: 0px;
  }
  .navik-menu > ul > li > a {
    padding: 0px 19px 0px 18px;
  }
  .navik-header.sticky .navik-menu > ul > li > a {
    padding-right: 18px;
  }
}
@media (max-width: 1199.98px) {
  .navik-menu ul li > a {
    padding: 10px 15px 10px 15px;
  }
  .navik-menu ul ul li > a {
    padding: 10px 15px 10px 15px;
  }
  .caret {
    display: none;
  }
  .navik-menu ul li:hover a {
    background: #003D4D;
    color: #fff;
  }
  .navik-menu ul.mega-menu-list li a {
    padding: 8px 0;
  }
  .mega-menu-container h4 {
    color: #fff;
    margin-bottom: 10px;
  }
  .navik-menu ul li ul li:hover a {
    background: #003D4D;
  }
  .navik-menu ul.mega-menu-list li a {
    color: #fff;
  }
  .navik-menu .mega-menu-container ul li a {
    border-left: 0px;
  }
  .navik-menu ul.mega-menu-list li a:hover {
    color: #fff;
  }
  .navik-menu .mega-menu-container ul.mega-menu-list li:hover a {
    border-left: 0px;
  }
  .navik-menu ul ul li:hover > a {
    color: #00A4A3 !important;
  }
  .menu-image a .main-btn {
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .navik-menu ul.mega-menu-list li a {
    font-size: 15px;
  }
  .navik-menu ul ul li > a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .navik-menu .mega-menu-container ul li {
    width: calc(100% - 0px);
  }
}

@media (max-width: 480px) {
  .navik-menu .mega-menu-container {
    padding: 15px 15px 0;
  }
}

@media (max-width: 480px) {
  .navik-menu ul ul li > a {
    padding: 10px 15px 10px 15px;
  }
}

@media (max-width: 480px) {
  .mega-menu-container h4 {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

@media (max-width: 480px) {
  .navik-menu ul.mega-menu-list li a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .navik-menu ul ul li > a {
    font-size: 14px;
  }
}

.main-navigation.scroll-to-fixed-fixed {
  background: #003D4D;
  height: 65px;
}
@media (max-width: 1199.98px) {
  .main-navigation.scroll-to-fixed-fixed {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation.scroll-to-fixed-fixed {
    height: 60px;
  }
}
.main-navigation.scroll-to-fixed-fixed .navik-menu.sticky {
  padding-top: 5px;
}
@media (max-width: 1199.98px) {
  .main-navigation.scroll-to-fixed-fixed .navik-menu.sticky {
    padding-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation.scroll-to-fixed-fixed .navik-menu.sticky {
    margin-top: 55px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation.scroll-to-fixed-fixed .col-lg-12 {
    padding-top: 5px;
  }
}

@media (max-width: 575.98px) {
  .scroll-to-fixed-fixed .navik-header .logo-sticky {
    display: block;
    float: none;
    position: absolute;
    top: -57px;
  }
  .scroll-to-fixed-fixed .navik-header .logo-sticky img {
    height: 45px;
    padding-top: 6px;
    margin-right: 20px;
  }
  .scroll-to-fixed-fixed .navik-header .left-menu {
    float: none;
  }
  .scroll-to-fixed-fixed .navik-header .main-navigation-right a.arabic {
    padding-top: 12px;
  }
  .scroll-to-fixed-fixed .navik-header .main-navigation-right .search-icon {
    padding-top: 16px;
  }
}
.search-iconn {
  position: relative;
}

.search-button {
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 1111;
}
@media (max-width: 1199.98px) {
  .search-button {
    right: inherit;
    left: 50px;
  }
}
@media (max-width: 575.98px) {
  .search-button {
    right: 40px;
    left: inherit;
  }
}

.search-toggle {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
}

.search-toggle::after,
.search-toggle::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}

.search-toggle::before {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  left: -2px;
  top: -2px;
}
@media (max-width: 767.98px) {
  .search-toggle::before {
    border: 2px solid #00A4A3;
  }
}

.search-toggle::after {
  height: 2px;
  width: 7px;
  background: #fff;
  top: 12px;
  left: 10px;
  -webkit-transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .search-toggle::after {
    background: #00A4A3;
  }
}

.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
  height: 12px;
}

.search-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 4px;
}

.search-input:focus {
  outline: 0;
}

.search-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  top: 1px;
  background: #fff;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  .search-box {
    top: 20px;
  }
}

.search-box .search-input {
  width: 90%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: #F2F2F2;
  color: #003D4D;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: 17px;
  font-family: "GalanoGrotesque";
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .search-box .search-input {
    font-size: 14px;
    padding-right: 27px;
    width: 90%;
  }
}
@media (max-width: 388px) {
  .search-box .search-input {
    font-size: 13px;
    padding-right: 27px;
    width: 90%;
  }
}

.search-box .search-input::-webkit-input-placeholder {
  color: #BABABA;
}

.show .search-box {
  height: 160px;
  padding: 35px 35px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .show .search-box {
    padding: 25px;
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .show .search-box {
    padding: 15px;
    height: 130px;
  }
}
@media (max-width: 480px) {
  .show .search-box {
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  .show .search-box h4 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .show .search-box h4 {
    font-size: 16px;
  }
}

.show .search-box .search-input {
  height: 50px;
}
@media (max-width: 480px) {
  .show .search-box .search-input {
    height: 40px;
  }
}

.search-icon {
  margin-top: 48px;
}
@media (max-width: 575.98px) {
  .search-icon {
    margin-top: 41px;
  }
}

.serch-box-open {
  position: relative;
}

.search-btn-open {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #00A4A3;
  width: 130px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "GalanoGrotesque";
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 991.98px) {
  .search-btn-open {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .search-btn-open {
    width: 110px;
  }
}
@media (max-width: 575.98px) {
  .search-btn-open {
    width: 94px;
  }
}
@media (max-width: 480px) {
  .search-btn-open {
    font-size: 13px;
    height: 40px;
  }
}
.search-btn-open span {
  margin-left: 5px;
  margin-top: 0px;
  vertical-align: unset;
}

.line-menu.line-half {
  width: 70%;
  margin-left: 6px;
}

.burger-menu.menu-open .first-line {
  width: 50%;
}
.burger-menu.menu-open .last-line {
  width: 50%;
}
.burger-menu.menu-open .line-menu.line-half {
  width: 100%;
  margin-left: 0px;
}

.line-menu {
  height: 2px;
}

@media (max-width: 575.98px) {
  .burger-menu {
    top: 9px;
  }
}

@media (max-width: 575.98px) {
  .scroll-to-fixed-fixed .search-icon {
    margin-top: 47px;
  }
}
@media (max-width: 575.98px) {
  .scroll-to-fixed-fixed .burger-menu {
    top: 21px;
  }
}

@media (max-width: 1199.98px) {
  .mega-menu-bg {
    max-height: 420px;
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .mega-menu-bg {
    max-height: 400px;
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .mega-menu-bg {
    max-height: 333px;
    overflow-y: auto;
  }
}

.header-bg {
  background: #003D4D;
}

@media (max-width: 1199.98px) {
  .left-menu {
    max-height: 500px;
    overflow-y: auto;
  }
}

.overview-slider .swiper-slide {
  width: 305px !important;
}
.overview-slider .swiper-slide a {
  width: 100%;
  display: block;
}

.overview-map .abstract {
  color: #245368;
}
.overview-map .overview-map-img {
  text-align: center;
}
@media (max-width: 991.98px) {
  .overview-map .overview-map-img {
    margin-top: 30px;
  }
}

.overview-vision .abstract {
  color: #245368;
}
@media (max-width: 1199.98px) {
  .overview-vision p {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .overview-vision p {
    display: block;
  }
}
.overview-vision .overview-vision-img img {
  border-radius: 5px;
  width: 100%;
}

.vision-mision-main-sec {
  position: relative;
}
.vision-mision-main-sec:after {
  background: url(../images/logo_pattern.png) no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  bottom: 0px;
  background-size: 27%;
  left: -217px;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .vision-mision-main-sec:after {
    background-size: 34%;
    left: -185px;
  }
}
@media (max-width: 1199.98px) {
  .vision-mision-main-sec:after {
    background-size: 49%;
    left: -159px;
  }
}
@media (max-width: 991.98px) {
  .vision-mision-main-sec:after {
    background-size: 78%;
    left: 0px;
  }
}
@media (max-width: 767.98px) {
  .vision-mision-main-sec:after {
    background-size: 100%;
    left: 0px;
  }
}
@media (max-width: 480px) {
  .vision-mision-main-sec:after {
    bottom: 250px;
  }
}
.vision-mision-main-sec .vision-block {
  background: #00A4A3;
  padding: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1199.98px) {
  .vision-mision-main-sec .vision-block {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .vision-mision-main-sec .vision-block {
    padding: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
  }
}
@media (max-width: 480px) {
  .vision-mision-main-sec .vision-block {
    padding: 20px;
  }
}
.vision-mision-main-sec .mission-block {
  background: #00546A;
  padding: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1199.98px) {
  .vision-mision-main-sec .mission-block {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .vision-mision-main-sec .mission-block {
    padding: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (max-width: 480px) {
  .vision-mision-main-sec .mission-block {
    padding: 20px;
  }
}
.vision-mision-main-sec .mission-block h6 {
  color: #00A4A3;
}
.vision-mision-main-sec .mission-block ul li {
  margin-bottom: 13px;
  color: #fff;
}
.vision-mision-main-sec h6 {
  color: #fff;
  margin-bottom: 20px;
}
.vision-mision-main-sec .abstract {
  color: #fff;
}

.inside-main-container {
  overflow: hidden;
}

.inside-main-container ul {
  margin-left: 15px;
  margin-bottom: 20px;
}

.inside-main-container ul li {
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .inside-main-container ul li {
    font-size: 16px;
  }
}
.inside-main-container ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  background: rgba(0, 164, 163, 0.5);
  top: 10px;
}

.values-section {
  padding-top: 0px !important;
}

.chairman-head {
  background: rgb(0, 62, 78);
  background: -moz-linear-gradient(164deg, rgb(0, 62, 78) 0%, rgb(0, 62, 78) 45%, rgb(0, 84, 106) 83%);
  background: -webkit-linear-gradient(164deg, rgb(0, 62, 78) 0%, rgb(0, 62, 78) 45%, rgb(0, 84, 106) 83%);
  background: linear-gradient(164deg, rgb(0, 62, 78) 0%, rgb(0, 62, 78) 45%, rgb(0, 84, 106) 83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e4e", endColorstr="#00546a", GradientType=1);
  border-radius: 3px;
}
.chairman-head .chairman-img {
  background: #FAFAFA;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .chairman-head .chairman-img {
    margin-right: -1px;
  }
}
@media (max-width: 991.98px) {
  .chairman-head .chairman-img {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .chairman-head .chairman-img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
  }
}
.chairman-head .chairman-img img {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .chairman-head .chairman-img img {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .chairman-head .chairman-img img {
    height: 100%;
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
  }
}
.chairman-head .main-title {
  padding: 40px 80px 38px 45px;
}
.chairman-head .main-title .ceo-bdr {
  border-left: 3px solid rgba(248, 248, 248, 0.17);
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .chairman-head .main-title .ceo-bdr {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1399.98px) {
  .chairman-head .main-title {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .chairman-head .main-title {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .chairman-head .main-title {
    padding: 20px;
  }
}
.chairman-head .main-title h2 {
  color: #00A4A3;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1399.98px) {
  .chairman-head .main-title h2 {
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  .chairman-head .main-title h2 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 991.98px) {
  .chairman-head .main-title h2 {
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 767.98px) {
  .chairman-head .main-title h2 {
    -webkit-line-clamp: unset;
  }
}
.chairman-head .main-title p {
  margin-top: 20px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .chairman-head .main-title p {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991.98px) {
  .chairman-head .main-title p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .chairman-head .main-title p {
    display: block;
  }
}
@media (max-width: 480px) {
  .chairman-head .main-title p {
    margin-top: 15px;
  }
}

.ceo-designation {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .ceo-designation {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .ceo-designation {
    margin-top: 20px;
  }
}
.ceo-designation h4 {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .ceo-designation h4 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .ceo-designation h4 {
    font-size: 18px;
  }
}

.partners-main a {
  width: 100%;
  display: block;
}

.partners-single {
  padding: 30px;
  height: 190px;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .partners-single {
    height: 160px;
  }
}
@media (max-width: 991.98px) {
  .partners-single {
    height: 140px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .partners-single {
    height: 130px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .partners-single {
    height: 130px;
    padding: 20px 50px;
  }
}
.partners-single img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.partners-single:hover img {
  transform: scale(1.05);
}

.bod-ceo-img {
  background: #8B8B8B;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .bod-ceo-img {
    text-align: center;
  }
}
.bod-ceo-img img {
  width: 100%;
}
.bod-ceo-img:hover {
  background: #003C34;
}

.bod-ceo-text {
  padding-top: 50px;
  padding-right: 50px;
}
@media (max-width: 1199.98px) {
  .bod-ceo-text {
    padding-top: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .bod-ceo-text {
    padding-left: 25px !important;
    padding-bottom: 15px;
  }
}
.bod-ceo-text .sub-title {
  font-weight: 400;
  color: #808080;
  margin-bottom: 1rem;
}
.bod-ceo-text h2 {
  color: #00A4A3;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .bod-ceo-text h2 {
    margin-bottom: 0px;
  }
}
.bod-ceo-text .abstract {
  color: #245368;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .bod-ceo-text .abstract {
    -webkit-line-clamp: 2;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .bod-ceo-text .abstract {
    -webkit-line-clamp: unset;
  }
}
.bod-ceo-text p {
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .bod-ceo-text p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bod-ceo-text p {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .bod-ceo-text p {
    -webkit-line-clamp: unset;
  }
}

.management-team-wrapper {
  position: relative;
  background: rgb(225, 225, 226);
  background: -moz-linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  background: linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e2", endColorstr="#e1e1e2", GradientType=1);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.management-team-wrapper:before {
  background: rgb(0, 84, 106);
  background: -moz-linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  background: linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00546a", endColorstr="#4da2a2", GradientType=1);
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  opacity: 0;
}
.management-team-wrapper a {
  display: block;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.management-team-wrapper .leader-img {
  overflow: hidden;
}
.management-team-wrapper .border-line {
  opacity: 0;
}
.management-team-wrapper:hover .border-line {
  position: relative;
  opacity: 1;
}
.management-team-wrapper:hover .border-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 2px #4DA2A2;
  animation: border_anim 3s linear forwards;
  z-index: 9;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.management-team-wrapper:hover:before {
  opacity: 1;
}
.management-team-wrapper:hover .management-team-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.management-team-wrapper:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.management-team-wrapper:hover .management-team-title {
  background: #F7F7F7;
}
.management-team-wrapper:hover .management-team-title h4 {
  color: #00546A;
}
.management-team-wrapper img {
  width: 100%;
  transition: transform 0.4s;
}
.management-team-wrapper .management-team-title {
  width: 100%;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: #F7F7F7;
  padding-top: 17px;
  z-index: 9;
  position: relative;
}
@media (max-width: 991.98px) {
  .management-team-wrapper .management-team-title {
    padding-top: 10px;
  }
}
.management-team-wrapper .management-team-title h4 {
  color: #00546A;
  font-weight: 600;
  margin-bottom: 0px;
}
.management-team-wrapper .management-team-title span {
  font-weight: 400;
  font-size: 18px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .management-team-wrapper .management-team-title span {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .management-team-wrapper .management-team-title span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .management-team-wrapper .management-team-title span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .management-team-wrapper .management-team-title span {
    font-size: 14px;
  }
}
@media (max-width: 388px) {
  .management-team-wrapper .management-team-title span {
    font-size: 12px;
  }
}

.ceo-section {
  background: #fff;
}

.btn-darkblue {
  color: #00546A !important;
  font-size: 14px;
}

.innovating-grid-sec .img-left {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.innovating-grid-sec .img-left .innovating-grid-img {
  position: relative;
  text-align: right;
  padding-top: 75px;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img {
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #EDEDED;
    width: 10px;
    left: 50%;
    top: 0px;
  }
}
.innovating-grid-sec .img-left .innovating-grid-img .innovating-grid-img-in {
  width: 80%;
  margin: auto 55px auto auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img .innovating-grid-img-in {
    margin: auto 0 auto 0px;
    width: 100%;
  }
}
.innovating-grid-sec .img-left .innovating-grid-img .innovating-grid-img-in:before {
  content: "\e914";
  position: absolute;
  color: #E3E3E3;
  top: 40%;
  right: -61px;
  z-index: 1;
  font-family: "st-icons" !important;
  font-size: 40px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img .innovating-grid-img-in:before {
    top: 20px;
    font-size: 25px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    right: auto;
    left: -1px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img .innovating-grid-img-in:before {
    display: none;
  }
}
.innovating-grid-sec .img-left .innovating-grid-img .innovating-grid-img-in img {
  border-radius: 5px 0px 0 5px;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-img .innovating-grid-img-in img {
    border-radius: 0px 5px 5px 0px;
    width: 100%;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content.animated:before {
  height: 100%;
}
.innovating-grid-sec .img-left .innovating-grid-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 55px;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content {
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .innovating-grid-sec .img-left .innovating-grid-content {
    padding-bottom: 15px;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 0%;
  background: #E3E3E3;
  top: 0;
  left: -19px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 1s;
  -moz-transition: all 0.5s ease-out 1s;
  -ms-transition: all 0.5s ease-out 1s;
  -o-transition: all 0.5s ease-out 1s;
  transition: all 0.5s ease-out 1s;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content:before {
    left: 50%;
    width: 10px;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-count {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-count {
    padding: 0px 0 8px;
    text-align: center;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-count .purecounter123 {
  font-size: 81px;
  color: #00A4A3;
  font-weight: 500;
  line-height: 90px;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-count .purecounter123 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-count .purecounter123 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-count .purecounter123 {
    font-size: 50px;
    line-height: 55px;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-sub {
  overflow: hidden;
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-sub {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-sub {
    padding-top: 50px;
    text-align: center;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-sub h2 {
  font-size: 20px;
  color: #00546A;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-sub h2 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-sub h2 {
    font-size: 16px;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-text {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-text {
    text-align: center;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-text p {
  margin: 0 0 4px;
  padding-right: 10%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-text p {
    padding-right: 0%;
  }
}
.innovating-grid-sec .img-left .innovating-grid-content .innovating-grid-text p span {
  color: #00A4A3;
  font-weight: 700;
}
.innovating-grid-sec .innovating-grid-img-in.wow:before {
  opacity: 0;
  transition: opacity 0.4s ease 1s;
}
.innovating-grid-sec .innovating-grid-img-in.wow.animated:before {
  opacity: 1;
}
.innovating-grid-sec .img-right {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.innovating-grid-sec .img-right .innovating-grid-img {
  position: relative;
  text-align: right;
  padding-top: 90px;
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #EDEDED;
    width: 10px;
    left: 50%;
    top: 0px;
  }
}
.innovating-grid-sec .img-right .innovating-grid-img .innovating-grid-img-in {
  width: 80%;
  margin: auto auto auto 55px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img .innovating-grid-img-in {
    margin: auto 0 auto 0px;
    width: 100%;
  }
}
.innovating-grid-sec .img-right .innovating-grid-img .innovating-grid-img-in:before {
  content: "\e914";
  position: absolute;
  color: #EDEDED;
  top: 40%;
  left: -50px;
  z-index: 1;
  font-family: "st-icons" !important;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img .innovating-grid-img-in:before {
    top: 20px;
    font-size: 25px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    right: auto;
    left: -1px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img .innovating-grid-img-in:before {
    display: none;
  }
}
.innovating-grid-sec .img-right .innovating-grid-img .innovating-grid-img-in img {
  border-radius: 0px 5px 5px 0px;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-img .innovating-grid-img-in img {
    border-radius: 0px 5px 5px 0px;
    width: 100%;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content.animated:before {
  height: 100%;
}
.innovating-grid-sec .img-right .innovating-grid-content {
  position: relative;
  z-index: 2;
  text-align: right;
  height: 100%;
  padding-bottom: 30px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content {
    padding-left: 0px;
    text-align: center;
    margin-right: auto;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .innovating-grid-sec .img-right .innovating-grid-content {
    padding-bottom: 15px;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 0%;
  background: #EDEDED;
  top: 0;
  right: -29px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 1s;
  -moz-transition: all 0.5s ease-out 1s;
  -ms-transition: all 0.5s ease-out 1s;
  -o-transition: all 0.5s ease-out 1s;
  transition: all 0.5s ease-out 1s;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content:before {
    left: 50%;
    right: auto;
    width: 10px;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-count {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-count {
    text-align: center;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-count .purecounter123 {
  font-size: 85px;
  color: #00A4A3;
  font-weight: 500;
  line-height: 90px;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-count .purecounter123 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-count .purecounter123 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-count .purecounter123 {
    font-size: 50px;
    line-height: 55px;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-sub {
  overflow: hidden;
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-sub {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-sub {
    padding-top: 50px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-sub {
    padding-top: 30px;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-sub h2 {
  font-size: 20px;
  color: #00546A;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-sub h2 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-sub h2 {
    font-size: 16px;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-text {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-text {
    text-align: center;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-text p {
  margin: 0 0 4px;
  padding-left: 10%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-text p {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.innovating-grid-sec .img-right .innovating-grid-content .innovating-grid-text p span {
  color: #00A4A3;
  font-weight: 700;
}

.history-years-section {
  background: #EDEDED;
  width: 364px;
  height: 364px;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .history-years-section {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 991.98px) {
  .history-years-section {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .history-years-section {
    width: 250px;
    height: 250px;
  }
}
.history-years-section .history-head {
  padding-top: 70px;
  width: 65%;
  text-align: left;
  padding-left: 63px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #00A4A3;
  line-height: 1.2;
}
@media (max-width: 1399.98px) {
  .history-years-section .history-head {
    padding-left: 57px;
  }
}
@media (max-width: 991.98px) {
  .history-years-section .history-head {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .history-years-section .history-head {
    padding-top: 55px;
    width: 75%;
    padding-left: 50px;
    margin-bottom: 4px;
  }
}
.history-years-section .years-trans {
  letter-spacing: 7px;
  -webkit-text-stroke-width: 2px;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgb(8, 84, 106);
  -moz-text-stroke-color: rgb(8, 84, 106);
  color: transparent !important;
  font-size: 206px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 165px;
  text-align: center;
}
.history-years-section .years-trans .odometer-inside {
  margin-top: -70px;
  margin-left: 14px;
}
@media (max-width: 1399.98px) {
  .history-years-section .years-trans {
    font-size: 168px;
    line-height: 147px;
  }
}
@media (max-width: 1199.98px) {
  .history-years-section .years-trans {
    font-size: 165px;
    line-height: 137px;
  }
}
@media (max-width: 991.98px) {
  .history-years-section .years-trans {
    font-size: 120px;
    line-height: 109px;
  }
}
@media (max-width: 767.98px) {
  .history-years-section .years-trans {
    font-size: 115px;
    line-height: 100px;
  }
}
@media (max-width: 480px) {
  .history-years-section .years-trans {
    font-size: 115px;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-width: 1px;
  }
}
@media (max-width: 388px) {
  .history-years-section .years-trans {
    font-size: 70px;
  }
}
.history-years-section .years-text {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00546A;
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .history-years-section .years-text {
    font-size: 18px;
  }
}

.img-innerpage img {
  width: 100%;
  border-radius: 3px;
}

.departments-inner-page-main {
  position: relative;
}
.departments-inner-page-main .abstract {
  width: 67%;
  color: #245368;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .departments-inner-page-main .abstract {
    width: 100%;
  }
}
.departments-inner-page-main:after {
  position: absolute;
  right: 0px;
  content: "";
  background: url(../images/Shape.png) no-repeat;
  width: 512px;
  height: 512px;
  opacity: 1;
  top: -42px;
  pointer-events: none;
  background-position: right;
  z-index: 0;
}
.departments-inner-page-main .search-box-departments {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  opacity: 1;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .departments-inner-page-main .search-box-departments {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .departments-inner-page-main .search-box-departments {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .departments-inner-page-main .search-box-departments {
    padding: 20px;
  }
}
.departments-inner-page-main .search-box-departments .search-radio-main {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .departments-inner-page-main .search-box-departments .search-radio-main {
    display: block;
  }
}
.departments-inner-page-main .depart-inner-search {
  width: 75%;
  margin-left: 23px;
}
@media (max-width: 1399.98px) {
  .departments-inner-page-main .depart-inner-search {
    width: 71%;
  }
}
@media (max-width: 1199.98px) {
  .departments-inner-page-main .depart-inner-search {
    width: 64%;
  }
}
@media (max-width: 991.98px) {
  .departments-inner-page-main .depart-inner-search {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
  }
}
.departments-inner-page-main .depart-inner-search .serch-box-open {
  margin-top: 0px;
}
.departments-inner-page-main .search-box-departments .search-input {
  width: 86%;
  height: 50px;
  padding: 0 1em;
  border: 0;
  background-color: #F2F2F2;
  color: #003D4D;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "GalanoGrotesque";
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .departments-inner-page-main .search-box-departments .search-input {
    font-size: 14px;
    padding-right: 27px;
    width: 85%;
  }
}
@media (max-width: 480px) {
  .departments-inner-page-main .search-box-departments .search-input {
    height: 40px;
    width: 80%;
  }
}
@media (max-width: 388px) {
  .departments-inner-page-main .search-box-departments .search-input {
    font-size: 13px;
    padding-right: 27px;
  }
}
.departments-inner-page-main .search-box-departments .search-input::-webkit-input-placeholder {
  color: #BABABA;
}
.departments-inner-page-main .search-btn-open-departments {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #00546A;
  width: 130px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "GalanoGrotesque";
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 991.98px) {
  .departments-inner-page-main .search-btn-open-departments {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .departments-inner-page-main .search-btn-open-departments {
    width: 110px;
  }
}
@media (max-width: 480px) {
  .departments-inner-page-main .search-btn-open-departments {
    font-size: 13px;
    height: 40px;
  }
}
.departments-inner-page-main .search-btn-open-departments span {
  margin-left: 5px;
  margin-top: 0px;
  vertical-align: unset;
}

.branch-main {
  position: relative;
}
.branch-main .branch-main-content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px;
  color: #fff;
  z-index: 1;
}
.branch-main .branch-main-content h4 {
  color: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
}
.branch-main .department-div {
  height: 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: rgba(0, 164, 163, 0.7);
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.branch-main .department-div .location-strip-main {
  align-items: center;
}
.branch-main .department-div .location-strip-main-1 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 47px;
}
.branch-main .department-div .location-strip-main-1 span {
  margin-right: 7px;
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .branch-main .department-div .location-strip-main-1 span {
    margin-right: 0px;
  }
}
.branch-main .department-div .location-strip-main-1 a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .branch-main .department-div .location-strip-main-1 a {
    font-size: 12px;
  }
}
.branch-main .department-div .location-strip-main-2 {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 47px;
}
.branch-main .department-div .location-strip-main-2 a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .branch-main .department-div .location-strip-main-2 a {
    font-size: 12px;
  }
}
.branch-main .department-div .location-strip-main-2 span {
  margin-right: 7px;
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .branch-main .department-div .location-strip-main-2 span {
    margin-right: 4px;
  }
}
.branch-main:hover h4 {
  padding-bottom: 10px;
}
.branch-main:hover .department-div {
  height: 47px;
}
.branch-main:hover .location-strip-main:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 164, 163, 0.7);
  content: "";
  position: absolute;
  left: 62px;
  top: -10px;
  display: block;
}

.form-check-input {
  border: 2px solid #245368;
}

.form-check-input:checked {
  background-color: #00A4A3;
  border-color: #00A4A3;
}

.form-check-input:checked[type=radio] {
  border: 2px solid #245368;
  box-shadow: none;
  --bs-form-check-bg-image: none;
}

.search-box-departments .radio-main {
  padding-right: 0px;
  border-right: 0px;
}
.search-box-departments .radio-main .patient-radio {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 388px) {
  .search-box-departments .radio-main .patient-radio {
    font-size: 12px;
  }
}
.search-box-departments .form-check-label {
  color: #525251;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .search-box-departments .form-check-label {
    font-size: 14px;
  }
}
.search-box-departments .form-check-input {
  cursor: pointer;
}

.radio-main-2 {
  border-right: 0px !important;
  padding-left: 10px;
}

.filter-departments {
  margin-top: 20px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .filter-departments {
    display: none;
  }
}
.filter-departments .all-div {
  display: flex;
}
@media (max-width: 991.98px) {
  .filter-departments .all-div .all-section {
    width: 84px;
  }
}
.filter-departments .all-div .all-section a {
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid #ccc;
  line-height: 1;
  padding-right: 14px;
  color: #808080;
}
.filter-departments .all-div .all-section .active {
  color: #00A4A3;
}
.filter-departments .filter-letter ul li {
  float: left;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .filter-departments .filter-letter ul li {
    padding-left: 13px;
  }
}
.filter-departments .filter-letter ul li a {
  font-size: 18px;
  color: #808080;
  font-weight: 500;
  z-index: 2;
  position: relative;
}
@media (max-width: 991.98px) {
  .filter-departments .filter-letter ul li a {
    font-size: 16px;
  }
}
.filter-departments .filter-letter ul li a:hover {
  color: #00A4A3;
}
.filter-departments .filter-letter ul li .active {
  color: #00A4A3;
}
.filter-departments .filter-letter ul li:before {
  display: none;
}

.result-search {
  font-size: 14px;
  color: rgba(128, 128, 128, 0.5);
  text-align: right;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

.result-search-2 {
  font-size: 14px;
  color: rgba(128, 128, 128, 0.5);
  text-align: center;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

/*************Pagination****************/
.pagination {
  text-align: center;
  display: table;
  width: 100%;
  display: inherit !important;
  margin-left: inherit !important;
  margin-bottom: inherit !important;
  margin-top: inherit !important;
  margin-right: inherit !important;
}

.pagination li {
  display: inline-table;
  margin-left: 3px !important;
  margin-right: 3px !important;
  padding-bottom: inherit !important;
  font-size: 16px;
  line-height: 20px;
  background: none !important;
  padding-left: 0px !important;
  border-radius: 50%;
}

.page-item.PagedList-skipToPrevious {
  vertical-align: bottom;
}
.page-item.PagedList-skipToPrevious span:before {
  font-size: 21px;
}

.PagedList-skipToNext {
  vertical-align: bottom;
}
.PagedList-skipToNext span {
  transform: scaleX(-1);
}
.PagedList-skipToNext span:before {
  font-size: 21px;
}

.pagination li:before {
  display: none;
}

/* line 6701, ../scss/_common.scss */
.pagination li a,
.pagination li a:visited,
.pagination li a:focus {
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  border: none;
  width: 27px;
  height: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
}

/* line 6714, ../scss/_common.scss */
.pagination li a:hover {
  border: none;
  background-color: #4DA2A2;
  border-radius: 50%;
  color: #fff;
}

/* line 6719, ../scss/_common.scss */
.pagination .page-item.active {
  font-weight: 400;
}

/* line 6723, ../scss/_common.scss */
.pagination .page-item.active .page-link {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  border: none;
  width: 27px;
  height: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
  background-color: #4DA2A2;
  border-radius: 50%;
}

li.page-item.PagedList-skipToNext a {
  background-color: transparent;
  font-weight: 500;
  color: #808080;
  font-size: 16px;
  width: 45px;
}
@media (max-width: 480px) {
  li.page-item.PagedList-skipToNext a {
    font-size: 14px;
  }
}

li.page-item.PagedList-skipToNext a:hover {
  color: #00A4A3;
}

li.page-item.PagedList-skipToPrevious a {
  background-color: transparent;
  font-weight: 500;
  color: #808080;
  font-size: 16px;
  width: 45px;
}
@media (max-width: 480px) {
  li.page-item.PagedList-skipToPrevious a {
    font-size: 14px;
  }
}

li.page-item.PagedList-skipToPrevious a:hover {
  color: #00A4A3;
}

@media (max-width: 480px) {
  .form-check-inline {
    margin-right: 0rem;
  }
}

.department-each-sec-main {
  position: relative;
  overflow: hidden;
}
.department-each-sec-main:after {
  background: url(../images/logo_pattern.png) no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  bottom: -148px;
  right: -8.5%;
  z-index: 0;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}
.department-each-sec-main .vision-block {
  background: #00546A;
  padding: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  z-index: 1;
  width: 100%;
}
@media (max-width: 480px) {
  .department-each-sec-main .vision-block .depart-icon-main {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .department-each-sec-main .vision-block {
    padding: 35px;
  }
}
@media (max-width: 991.98px) {
  .department-each-sec-main .vision-block {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 767.98px) {
  .department-each-sec-main .vision-block {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .department-each-sec-main .vision-block {
    padding: 20px;
  }
}
.department-each-sec-main .vision-block h2 {
  color: #fff;
}
.department-each-sec-main .vision-block .icon-banner {
  margin-right: 25px;
  background: rgba(0, 164, 163, 0.17);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .department-each-sec-main .vision-block .icon-banner {
    width: 50px;
    height: 50px;
  }
}
.department-each-sec-main .vision-block .icon-banner img {
  padding-top: 10px;
}
@media (max-width: 767.98px) {
  .department-each-sec-main .vision-block .icon-banner img {
    width: 80%;
  }
}
.department-each-sec-main .vision-block .content-section {
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .department-each-sec-main .vision-block .content-section {
    padding-top: 0px;
  }
}
.department-each-sec-main .mission-block {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
}
.department-each-sec-main .mission-block img {
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .department-each-sec-main .mission-block img {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
  }
}
@media (max-width: 991.98px) {
  .department-each-sec-main .mission-block {
    aspect-ratio: 16/6;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .department-each-sec-main .mission-block {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 5px;
  }
}
.department-each-sec-main .mission-block h2 {
  color: #fff;
}
.department-each-sec-main .mission-block ul {
  margin-left: 15px;
}
.department-each-sec-main h6 {
  color: #fff;
  margin-bottom: 20px;
}
.department-each-sec-main .abstract {
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .department-each-sec-main .abstract {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .department-each-sec-main .abstract {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .department-each-sec-main .abstract {
    font-size: 16px;
  }
}

.booking-btn.medium-size {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .booking-btn.medium-size {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .booking-btn.medium-size {
    padding-right: 50px;
  }
}
.booking-btn.medium-size:hover {
  background: rgba(26, 167, 156, 0.2) !important;
}
.booking-btn.medium-size .icon-calender {
  margin-right: 8px;
}

.white-btn.dark-bg:hover {
  color: #00A4A3 !important;
}

.department-each-section-main {
  position: relative;
}
.department-each-section-main .nav-pills {
  position: relative;
  margin-left: 0px;
}
.department-each-section-main .nav-pills:after {
  content: "";
  width: 100%;
  height: 3px;
  background: rgba(206, 206, 206, 0.33);
  bottom: 0px;
  position: absolute;
}
.department-each-section-main .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #808080;
  padding: 18px 35px;
  border-bottom: 3px solid rgba(206, 206, 206, 0.33);
  border-radius: 0px;
}
@media (max-width: 991.98px) {
  .department-each-section-main .nav-link {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .department-each-section-main .nav-link {
    font-size: 15px;
    padding: 18px 22px;
  }
}
@media (max-width: 480px) {
  .department-each-section-main .nav-link {
    font-size: 13px;
    padding: 14px 14px;
  }
}
@media (max-width: 388px) {
  .department-each-section-main .nav-link {
    font-size: 11px;
    padding: 14px 8px;
  }
}
.department-each-section-main .nav-item {
  margin-bottom: 0px;
  padding-left: 0px;
}
.department-each-section-main .nav-item:before {
  display: none;
}
.department-each-section-main .nav-pills .nav-link.active,
.department-each-section-main .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #00546A;
  border-bottom: 3px solid #00A4A3;
  border-radius: 0px;
}
.department-each-section-main .abstract {
  color: #245368;
}
.department-each-section-main h5 {
  text-transform: capitalize;
  color: #245368;
}
.department-each-section-main .sub-head {
  margin-top: 20px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .department-each-section-main .sub-head {
    margin-top: 10px;
  }
}

.back-btn {
  color: #00546A !important;
  font-size: 14px;
  padding-right: 0px !important;
  padding-left: 25px !important;
}
.back-btn:after {
  color: #00A4A3;
  left: 0px;
  right: inherit !important;
  transform: scaleX(-1);
}

.related-departments-main {
  background: #00546A;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.related-departments-main h2 {
  color: #fff;
}
.related-departments-main .related-department-slider {
  margin-top: 20px;
  position: relative;
}
.related-departments-main .related-department-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.related-departments-main .related-department-slider .owl-nav {
  position: absolute;
  top: -83px;
  right: -4px;
}
@media (max-width: 575.98px) {
  .related-departments-main .related-department-slider .owl-nav {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .related-departments-main .related-department-slider .owl-nav {
    top: -76px;
  }
}
@media (max-width: 388px) {
  .related-departments-main .related-department-slider .owl-nav {
    top: -120px;
  }
}
.related-departments-main .related-department-slider .owl-nav .owl-prev {
  transform: scaleX(-1);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.12) !important;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.related-departments-main .related-department-slider .owl-nav .owl-prev span {
  display: none;
}
.related-departments-main .related-department-slider .owl-nav .owl-prev:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  padding: 10px;
  position: relative;
  left: -15px;
  color: #1CACAC;
}
.related-departments-main .related-department-slider .owl-nav .owl-prev:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.related-departments-main .related-department-slider .owl-nav .owl-prev:hover:after {
  left: -3px;
  color: #fff;
}
.related-departments-main .related-department-slider .owl-nav .owl-next {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.12) !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.related-departments-main .related-department-slider .owl-nav .owl-next span {
  display: none;
}
.related-departments-main .related-department-slider .owl-nav .owl-next:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  color: #1CACAC;
  padding: 10px;
  position: relative;
  left: -15px;
}
.related-departments-main .related-department-slider .owl-nav .owl-next:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.related-departments-main .related-department-slider .owl-nav .owl-next:hover:after {
  left: -3px;
  color: #fff;
}

.related-department-slider-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  border-radius: 5px;
}
.related-department-slider-single:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00546A;
  z-index: 1;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  border: 1px solid rgba(221, 221, 221, 0.14);
  border-radius: 5px;
}
.related-department-slider-single:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  z-index: 1;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.related-department-slider-single .department-inner-img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.related-department-slider-single .department-inner-img img {
  width: 100%;
}
.related-department-slider-single .departments-inner-head {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 35px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .related-department-slider-single .departments-inner-head {
    top: 15px;
  }
}
@media (max-width: 388px) {
  .related-department-slider-single .departments-inner-head {
    left: 15px;
  }
}
.related-department-slider-single .departments-inner-head p {
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1399.98px) {
  .related-department-slider-single .departments-inner-head p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1199.98px) {
  .related-department-slider-single .departments-inner-head p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .related-department-slider-single .departments-inner-head p {
    display: block;
  }
}
@media (max-width: 480px) {
  .related-department-slider-single .departments-inner-head p {
    display: none;
  }
}
.related-department-slider-single .departments-inner-head .departments-inner-head-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon-main {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon {
  background: rgba(214, 214, 214, 0.17);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 388px) {
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon {
    width: 50px;
    height: 50px;
  }
}
.related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon img {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  padding-top: 13px;
  width: auto;
  margin: 0 auto;
  height: 70px;
}
@media (max-width: 1199.98px) {
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon img {
    height: 60px;
  }
}
@media (max-width: 388px) {
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon img {
    height: 50px;
  }
}
.related-department-slider-single .departments-inner-head .departments-inner-head-item .sub-head {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1399.98px) {
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .sub-head {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .sub-head {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .sub-head {
    font-size: 18px;
  }
}
.related-department-slider-single .branch-main-content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px;
  color: #fff;
  z-index: 2;
}
.related-department-slider-single .branch-main-content h4 {
  color: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
}
.related-department-slider-single .branch-main-content .icons-department {
  display: flex;
  position: relative;
  left: 30px;
  bottom: 25px;
}
.related-department-slider-single .branch-main-content .icons-department .icons-department-single {
  background: rgba(0, 164, 163, 0.5);
  border-radius: 14px;
  padding: 4px 14px;
  font-size: 15px;
  margin-right: 5px;
}
.related-department-slider-single .branch-main-content .icons-department .icons-department-single span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.related-department-slider-single .branch-main-content .icons-department .icons-department-single .number {
  font-size: 12px;
}
.related-department-slider-single .branch-main-content .icons-department .icons-department-single .number-hover {
  display: none;
  font-size: 12px;
}
.related-department-slider-single .branch-main-content .arrow-department {
  position: absolute;
  bottom: 15px;
  right: 30px;
  color: rgba(237, 237, 237, 0.32);
}
.related-department-slider-single .department-div {
  height: 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-department-slider-single .department-div .location-strip-main {
  align-items: center;
}
.related-department-slider-single .department-div .location-strip-main-1 {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  background: rgb(0, 164, 163);
  height: 47px;
}
.related-department-slider-single .department-div .location-strip-main-1 span {
  margin-right: 7px;
  margin-top: 4px;
  font-size: 14px;
  vertical-align: sub;
}
@media (max-width: 388px) {
  .related-department-slider-single .department-div .location-strip-main-1 span {
    font-size: 12px;
  }
}
.related-department-slider-single .department-div .location-strip-main-1 a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .related-department-slider-single .department-div .location-strip-main-1 a {
    font-size: 11px;
  }
}
@media (max-width: 1199.98px) {
  .related-department-slider-single .department-div .location-strip-main-1 a {
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  .related-department-slider-single .department-div .location-strip-main-1 a {
    font-size: 12px;
  }
}
@media (max-width: 388px) {
  .related-department-slider-single .department-div .location-strip-main-1 a {
    font-size: 9px;
  }
}
.related-department-slider-single .department-div .location-strip-main-2 {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 47px;
  background: #056E89;
}
.related-department-slider-single .department-div .location-strip-main-2 a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .related-department-slider-single .department-div .location-strip-main-2 a {
    font-size: 11px;
  }
}
@media (max-width: 1199.98px) {
  .related-department-slider-single .department-div .location-strip-main-2 a {
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  .related-department-slider-single .department-div .location-strip-main-2 a {
    font-size: 12px;
  }
}
@media (max-width: 388px) {
  .related-department-slider-single .department-div .location-strip-main-2 a {
    font-size: 9px;
  }
}
.related-department-slider-single .department-div .location-strip-main-2 span {
  margin-right: 7px;
  margin-top: 4px;
  font-size: 14px;
  vertical-align: sub;
}
@media (max-width: 388px) {
  .related-department-slider-single .department-div .location-strip-main-2 span {
    margin-right: 5px;
    margin-top: 1px;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 7px;
  }
}
.related-department-slider-single:hover:after {
  opacity: 0;
}
.related-department-slider-single:hover h4 {
  padding-bottom: 10px;
}
.related-department-slider-single:hover .department-div {
  height: 47px;
}
@media (max-width: 388px) {
  .related-department-slider-single:hover .department-div {
    height: 40px;
  }
}
.related-department-slider-single:hover .icons-department {
  bottom: 40px;
}
@media (max-width: 1399.98px) {
  .related-department-slider-single:hover .icons-department {
    bottom: 20px;
    display: none;
  }
}
.related-department-slider-single:hover .icons-department .icons-department-single span {
  color: #fff;
}
.related-department-slider-single:hover .icons-department .icons-department-single {
  background: rgba(0, 164, 163, 0.46);
}
.related-department-slider-single:hover .icons-department .icons-department-single .number {
  display: none;
}
.related-department-slider-single:hover .icons-department .icons-department-single .number-1 {
  display: inline-block;
}
.related-department-slider-single:hover .icons-department .icons-department-single .number-hover {
  display: inline-block;
}
.related-department-slider-single:hover .location-strip-main:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(0, 164, 163);
  content: "";
  position: absolute;
  left: 62px;
  top: -10px;
  display: block;
}
.related-department-slider-single:hover .departments-inner-head p {
  display: none;
}
.related-department-slider-single:hover .departments-inner-head .counter-icon {
  background: rgba(214, 214, 214, 0.17);
}
.related-department-slider-single:hover .departments-inner-head .counter-icon img {
  filter: brightness(0) invert(1);
}
.related-department-slider-single:hover .departments-inner-head .sub-head {
  color: #fff;
}

@media (max-width: 480px) {
  .related-department-slider-single:after {
    opacity: 0;
  }
  .related-department-slider-single:hover .icons-department .icons-department-single .number-hover {
    display: inline-block;
  }
  .related-department-slider-single:hover .icons-department .icons-department-single {
    background: rgba(0, 164, 163, 0.46);
  }
  .related-department-slider-single:hover .icons-department {
    bottom: 20px;
  }
  .related-department-slider-single:hover .icons-department .icons-department-single span {
    color: #fff;
  }
  .related-department-slider-single:hover .icons-department .icons-department-single .number {
    display: none;
  }
  .related-department-slider-single .branch-main-content .icons-department .icons-department-single {
    display: flex;
    background: rgba(0, 164, 163, 0.46) !important;
    height: 30px;
    align-items: baseline;
  }
  .related-department-slider-single .branch-main-content .icons-department .icons-department-single span {
    color: #fff;
  }
  .related-department-slider-single .branch-main-content .icons-department .icons-department-single .number {
    display: none;
  }
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .sub-head {
    color: #fff;
  }
  .related-department-slider-single .location-strip-main:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(0, 164, 163);
    content: "";
    position: absolute;
    left: 62px;
    top: -10px;
    display: block;
  }
  .related-department-slider-single .branch-main-content .icons-department .icons-department-single .number-hover {
    display: block;
    margin-left: 5px;
  }
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon {
    background: rgba(0, 164, 163, 0.17) !important;
  }
  .related-department-slider-single .departments-inner-head .departments-inner-head-item .counter-icon img {
    filter: brightness(0) invert(1) !important;
  }
  .related-department-slider-single .branch-main-content .icons-department {
    bottom: 20px !important;
  }
  .related-department-slider-single .department-div {
    height: 47px;
  }
}
@media (max-width: 388px) {
  .department-btn-secton .icon-calender {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .department-btn-secton {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .department-btn-secton .depart-find-btn {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .department-btn-secton .depart-find-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .department-btn-secton .booking-btn.right-arrow-2 {
    width: auto;
    padding-right: 47px;
  }
}
@media (max-width: 480px) {
  .department-btn-secton .booking-btn.right-arrow-2 {
    font-size: 12px;
    padding: 10px 0px;
    padding-right: 47px;
    padding-left: 20px;
  }
}
@media (max-width: 388px) {
  .department-btn-secton .booking-btn.right-arrow-2 {
    font-size: 11px;
  }
}
@media (max-width: 388px) {
  .department-btn-secton .main-btn.white-btn {
    font-size: 13px;
  }
}

.doctors-departments {
  position: relative;
  background: rgb(225, 225, 226);
  background: -moz-linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  background: linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e2", endColorstr="#e1e1e2", GradientType=1);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  height: 100%;
}
.doctors-departments:before {
  background: rgb(0, 84, 106);
  background: -moz-linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  background: linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00546a", endColorstr="#4da2a2", GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  opacity: 0;
}
.doctors-departments:after {
  background: rgb(0, 29, 26);
  background: -moz-linear-gradient(180deg, rgba(0, 29, 26, 0) 55%, rgb(0, 29, 26) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 29, 26, 0) 85%, rgb(0, 29, 26) 100%);
  background: linear-gradient(180deg, rgba(0, 29, 26, 0) 55%, rgb(0, 29, 26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001d1a", endColorstr="#001d1a", GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.doctors-departments .location-strip {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .doctors-departments .location-strip {
    margin-top: 8px;
  }
}
.doctors-departments .location-strip .location-strip-inner {
  display: flex;
  width: 90%;
}
.doctors-departments .location-strip .location-strip-inner .icon-location-inner {
  display: flex;
  align-items: start;
  margin-top: 5px;
  margin-right: 5px;
}
.doctors-departments .location-strip-text {
  font-size: 18px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .doctors-departments .location-strip-text {
    font-size: 15px;
  }
}
.doctors-departments .btn-link {
  display: none;
  right: 20px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .doctors-departments .btn-link {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .doctors-departments .btn-link {
    right: 10px;
  }
}
.doctors-departments .btn-link .button-round:after {
  color: #00A4A3;
}
.doctors-departments .btn-link .button-round:hover:after {
  color: #fff;
}
.doctors-departments a {
  width: 100%;
  position: relative;
}
.doctors-departments img {
  width: 100%;
  transition: transform 0.4s;
  object-fit: cover;
  height: 550px;
  object-position: top center;
}
@media (max-width: 1199.98px) {
  .doctors-departments img {
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .doctors-departments img {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .doctors-departments img {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .doctors-departments img {
    height: 550px;
  }
}
@media (max-width: 480px) {
  .doctors-departments img {
    height: 500px;
  }
}
.doctors-departments .management-team-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 8px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .doctors-departments .management-team-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.doctors-departments .management-team-title > * {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  position: relative;
}
.doctors-departments .management-team-title:before {
  background: #F7F7F7;
  -webkit-transition: all 0.4s ease-out 0s !important;
  -moz-transition: all 0.4s ease-out 0s !important;
  -ms-transition: all 0.4s ease-out 0s !important;
  -o-transition: all 0.4s ease-out 0s !important;
  transition: all 0.4s ease-out 0s !important;
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .doctors-departments .management-team-title {
    padding-top: 10px;
  }
}
.doctors-departments .management-team-title h4 {
  color: #00546A;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 1399.98px) {
  .doctors-departments .management-team-title h4 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .doctors-departments .management-team-title h4 {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .doctors-departments .management-team-title h4 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .doctors-departments .management-team-title h4 {
    font-size: 19px;
  }
}
.doctors-departments .management-team-title .designation-head {
  font-weight: 400;
  font-size: 18px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 10px;
}
@media (max-width: 1399.98px) {
  .doctors-departments .management-team-title .designation-head {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .doctors-departments .management-team-title .designation-head {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .doctors-departments .management-team-title .designation-head {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .doctors-departments .management-team-title .designation-head {
    font-size: 12px;
  }
}
.doctors-departments:hover:before {
  opacity: 1;
}
.doctors-departments:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.doctors-departments:hover .management-team-title {
  background: none;
  padding-bottom: 20px;
  border-bottom: 0px;
}
.doctors-departments:hover .management-team-title > * {
  position: static;
}
@media (max-width: 1199.98px) {
  .doctors-departments:hover .management-team-title > * {
    padding-left: 15px;
  }
}
.doctors-departments:hover .management-team-title:before {
  height: 0;
}
.doctors-departments:hover .management-team-title h4 {
  color: #fff;
}
.doctors-departments:hover .management-team-title .designation-head {
  color: #fff;
}
.doctors-departments:hover .icon-location-inner {
  color: #00A4A3;
}
.doctors-departments:hover .location-strip-text {
  color: #fff;
}
.doctors-departments:hover .btn-link {
  display: block;
  position: absolute;
  bottom: 20px;
}

.leadership-section-people {
  position: relative;
  background: rgb(225, 225, 226);
  background: -moz-linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  background: linear-gradient(180deg, rgb(225, 225, 226) 0%, rgba(225, 225, 226, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e2", endColorstr="#e1e1e2", GradientType=1);
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.leadership-section-people:before {
  background: rgb(0, 84, 106);
  background: -moz-linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  background: linear-gradient(180deg, rgb(0, 84, 106) 0%, rgb(77, 162, 162) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00546a", endColorstr="#4da2a2", GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  opacity: 0;
}
.leadership-section-people:after {
  background: rgb(0, 29, 26);
  background: -moz-linear-gradient(180deg, rgba(0, 29, 26, 0) 55%, rgb(0, 29, 26) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 29, 26, 0) 85%, rgb(0, 29, 26) 100%);
  background: linear-gradient(180deg, rgba(0, 29, 26, 0) 55%, rgb(0, 29, 26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001d1a", endColorstr="#001d1a", GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  opacity: 0;
}
.leadership-section-people .location-strip {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
.leadership-section-people .location-strip-text {
  font-size: 18px;
  color: #808080;
}
@media (max-width: 1199.98px) {
  .leadership-section-people .location-strip-text {
    font-size: 15px;
  }
}
.leadership-section-people .btn-link {
  display: none;
  right: 20px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .leadership-section-people .btn-link {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .leadership-section-people .btn-link {
    right: 10px;
  }
}
.leadership-section-people .btn-link .button-round:after {
  color: #00A4A3;
}
.leadership-section-people .btn-link .button-round:hover:after {
  color: #fff;
}
.leadership-section-people a {
  width: 100%;
  position: relative;
}
.leadership-section-people img {
  width: 100%;
  transition: transform 0.4s;
}
.leadership-section-people .management-team-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  padding-top: 17px;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.leadership-section-people .management-team-title > * {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  position: relative;
}
.leadership-section-people .management-team-title:before {
  background: #F7F7F7;
  -webkit-transition: all 0.4s ease-out 0s !important;
  -moz-transition: all 0.4s ease-out 0s !important;
  -ms-transition: all 0.4s ease-out 0s !important;
  -o-transition: all 0.4s ease-out 0s !important;
  transition: all 0.4s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .leadership-section-people .management-team-title {
    padding-top: 10px;
  }
}
.leadership-section-people .management-team-title h4 {
  color: #00546A;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1399.98px) {
  .leadership-section-people .management-team-title h4 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .leadership-section-people .management-team-title h4 {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .leadership-section-people .management-team-title h4 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .leadership-section-people .management-team-title h4 {
    font-size: 19px;
  }
}
.leadership-section-people .management-team-title .designation-head {
  font-weight: 400;
  font-size: 18px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 10px;
}
@media (max-width: 1399.98px) {
  .leadership-section-people .management-team-title .designation-head {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .leadership-section-people .management-team-title .designation-head {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .leadership-section-people .management-team-title .designation-head {
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 575.98px) {
  .leadership-section-people .management-team-title .designation-head {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 388px) {
  .leadership-section-people .management-team-title .designation-head {
    font-size: 12px;
  }
}
.leadership-section-people:hover:after {
  opacity: 1;
}
.leadership-section-people:hover:before {
  opacity: 1;
}
.leadership-section-people:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.leadership-section-people:hover .management-team-title {
  background: none;
  padding-bottom: 20px;
  border-bottom: 0px;
}
.leadership-section-people:hover .management-team-title > * {
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 1199.98px) {
  .leadership-section-people:hover .management-team-title > * {
    padding-left: 15px;
  }
}
.leadership-section-people:hover .management-team-title:before {
  bottom: -150px;
}
.leadership-section-people:hover .management-team-title h4 {
  color: #fff;
}
.leadership-section-people:hover .management-team-title .designation-head {
  color: #fff;
}
.leadership-section-people:hover .icon-location-inner {
  color: #00A4A3;
}
.leadership-section-people:hover .location-strip-text {
  color: #fff;
}
.leadership-section-people:hover .btn-link {
  display: block;
}

.doctors-inner-landing-page-main {
  position: relative;
  z-index: 1;
}
.doctors-inner-landing-page-main .abstract {
  width: 67%;
  color: #245368;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .abstract {
    width: 100%;
  }
}
.doctors-inner-landing-page-main:after {
  position: absolute;
  right: 0px;
  content: "";
  background: url(../images/Shape.png) no-repeat;
  width: 450px;
  height: 450px;
  opacity: 1;
  top: -42px;
  pointer-events: none;
  background-position: right;
  z-index: 0;
  background-size: cover;
}
.doctors-inner-landing-page-main .search-box-departments {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  opacity: 1;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .search-box-departments {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .doctors-inner-landing-page-main .search-box-departments {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .doctors-inner-landing-page-main .search-box-departments {
    padding: 20px;
  }
}
.doctors-inner-landing-page-main .search-box-departments .search-radio-main {
  display: flex;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .search-box-departments .search-radio-main {
    display: block;
  }
}
.doctors-inner-landing-page-main .depart-inner-search {
  width: 100%;
}
.doctors-inner-landing-page-main .search-box-departments .search-input {
  width: 100%;
  height: 50px;
  padding: 0 1em;
  border: 0;
  background-color: #F2F2F2;
  color: #003D4D;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: "GalanoGrotesque";
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .search-box-departments .search-input {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .doctors-inner-landing-page-main .search-box-departments .search-input {
    padding-right: 27px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .doctors-inner-landing-page-main .search-box-departments .search-input {
    width: 100%;
  }
}
@media (max-width: 388px) {
  .doctors-inner-landing-page-main .search-box-departments .search-input {
    font-size: 13px;
    padding-right: 27px;
  }
}
.doctors-inner-landing-page-main .search-box-departments .search-input::-webkit-input-placeholder {
  color: #BABABA;
}
.doctors-inner-landing-page-main .search-btn-open-departments {
  background: #00546A;
  width: 182px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "GalanoGrotesque";
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.doctors-inner-landing-page-main .search-btn-open-departments:hover {
  background: #00A4A3;
}
@media (max-width: 1399.98px) {
  .doctors-inner-landing-page-main .search-btn-open-departments {
    width: 155px;
  }
}
@media (max-width: 1199.98px) {
  .doctors-inner-landing-page-main .search-btn-open-departments {
    width: 130px;
  }
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .search-btn-open-departments {
    width: 100%;
    margin-top: 0px;
  }
}
.doctors-inner-landing-page-main .search-btn-open-departments span {
  margin-left: 5px;
  margin-top: 0px;
  vertical-align: unset;
}
.doctors-inner-landing-page-main .select-main {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .select-main {
    display: block;
  }
}
.doctors-inner-landing-page-main .select-single {
  width: 350px;
}
@media (max-width: 1399.98px) {
  .doctors-inner-landing-page-main .select-single {
    width: 295px;
  }
}
@media (max-width: 1199.98px) {
  .doctors-inner-landing-page-main .select-single {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .select-single {
    width: 100%;
  }
}
.doctors-inner-landing-page-main .nice-select[disabled] {
  background: #F2F2F2;
  border-radius: 30px;
  border: 0px;
  height: 50px;
  line-height: 46px;
  color: #ababab;
  font-weight: 400;
  width: 100%;
  padding-left: 15px;
}
.doctors-inner-landing-page-main .nice-select[disabled] ul li:before {
  display: none;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .nice-select[disabled] {
    font-size: 15px;
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .doctors-inner-landing-page-main .nice-select[disabled] {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .doctors-inner-landing-page-main .nice-select[disabled] {
    height: 40px;
    line-height: 37px;
  }
}
.doctors-inner-landing-page-main .nice-select {
  background: #fff;
  color: #525251;
  border: 1px solid rgba(0, 164, 163, 0.7);
  border-radius: 30px;
  height: 50px;
  line-height: 46px;
  font-weight: 400;
  width: 100%;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .nice-select {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .doctors-inner-landing-page-main .nice-select {
    font-size: 14px;
    height: 40px;
    line-height: 39px;
  }
}
@media (max-width: 480px) {
  .doctors-inner-landing-page-main .nice-select .option {
    font-size: 15px;
  }
}

.search-result-page-main {
  position: relative;
}
.search-result-page-main .search-box-departments {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  opacity: 1;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .search-result-page-main .search-box-departments {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .search-result-page-main .search-box-departments {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .search-result-page-main .search-box-departments {
    padding: 20px;
  }
}
.search-result-page-main .search-box-departments .search-radio-main {
  display: flex;
}
@media (max-width: 991.98px) {
  .search-result-page-main .search-box-departments .search-radio-main {
    display: block;
  }
}
.search-result-page-main .depart-inner-search {
  width: 100%;
}
.search-result-page-main .search-box-departments .search-input {
  width: 90%;
  height: 50px;
  padding: 0 1em;
  border: 0;
  background-color: #F2F2F2;
  color: #003D4D;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "GalanoGrotesque";
  border: 1px solid #F2F2F2;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 575.98px) {
  .search-result-page-main .search-box-departments .search-input {
    font-size: 14px;
    padding-right: 27px;
    width: 85%;
  }
}
@media (max-width: 480px) {
  .search-result-page-main .search-box-departments .search-input {
    height: 40px;
    width: 80%;
    font-size: 13px;
  }
}
@media (max-width: 388px) {
  .search-result-page-main .search-box-departments .search-input {
    font-size: 12px;
    padding-right: 27px;
  }
}
.search-result-page-main .search-input:focus {
  border: 1px solid rgba(8, 84, 106, 0.4);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: #fff;
}
.search-result-page-main .search-box-departments .search-input::-webkit-input-placeholder {
  color: #BABABA;
}
.search-result-page-main .search-btn-open-departments {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #00546A;
  width: 130px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "GalanoGrotesque";
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 991.98px) {
  .search-result-page-main .search-btn-open-departments {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .search-result-page-main .search-btn-open-departments {
    width: 110px;
  }
}
@media (max-width: 575.98px) {
  .search-result-page-main .search-btn-open-departments {
    width: 94px;
  }
}
@media (max-width: 480px) {
  .search-result-page-main .search-btn-open-departments {
    font-size: 13px;
    height: 40px;
  }
}
.search-result-page-main .search-btn-open-departments span {
  margin-left: 5px;
  margin-top: 0px;
  vertical-align: unset;
}

.search-result-text {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #808080;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .search-result-text {
    font-size: 13px;
  }
}
.search-result-text .keyword {
  font-weight: 600;
  color: #00A4A3;
}

.search-result-inner-main {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .search-result-inner-main {
    margin-top: 20px;
  }
}
.search-result-inner-main ol {
  margin-left: 0px;
  color: #245368;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .search-result-inner-main ol {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .search-result-inner-main ol {
    font-size: 18px;
  }
}
.search-result-inner-main ol li {
  border-bottom: 1px solid #CECECE;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  list-style: none;
}
.search-result-inner-main ol li a {
  display: block;
}
.search-result-inner-main ol li a .search-title h5 {
  color: #245368;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .search-result-inner-main ol li a .search-title h5 {
    font-size: 18px;
  }
}
.search-result-inner-main ol li p {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .search-result-inner-main ol li p {
    font-size: 16px;
  }
}
.search-result-inner-main ol li:hover a .search-title h5 {
  color: #00A4A3;
}

.quation-main-div {
  background: #EDEDED;
  padding: 35px 50px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .quation-main-div {
    padding: 25px 30px;
  }
}
@media (max-width: 480px) {
  .quation-main-div {
    padding: 20px;
  }
}
.quation-main-div .quation-inner-div {
  border-left: 3px solid #D6D6D6;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .quation-main-div .quation-inner-div {
    padding: 0px 20px;
  }
}
.quation-main-div .quation-inner-div .abstract {
  color: #245368;
  font-weight: 500;
}
.quation-main-div .quation-inner-div .designation-main {
  margin-top: 20px;
}
.quation-main-div .quation-inner-div .designation-main .title {
  color: #00A4A3;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .quation-main-div .quation-inner-div .designation-main .title {
    font-size: 18px;
  }
}
.quation-main-div .quation-inner-div .designation-main .sub-head {
  font-size: 16px;
  color: #525251;
}

ol {
  margin-left: 20px;
}
ol li {
  list-style: decimal;
  margin-bottom: 15px;
}

.hospital-clinics-main {
  position: relative;
  overflow: hidden;
}
.hospital-clinics-main img {
  width: 100%;
  border-radius: 5px;
}
.hospital-clinics-main .green-gradiant {
  border-radius: 5px;
}
.hospital-clinics-main .branch-main-content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px;
  color: #fff;
  z-index: 1;
}
.hospital-clinics-main .branch-main-content h4 {
  color: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
}
.hospital-clinics-main .department-div {
  height: 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: rgba(0, 164, 163, 0.7);
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hospital-clinics-main .department-div .location-strip-main {
  align-items: center;
}
.hospital-clinics-main .department-div .location-strip-main-1 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 55px;
}
@media (max-width: 991.98px) {
  .hospital-clinics-main .department-div .location-strip-main-1 {
    height: 45px;
  }
}
.hospital-clinics-main .department-div .location-strip-main-1 span {
  margin-right: 7px;
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .hospital-clinics-main .department-div .location-strip-main-1 span {
    margin-right: 0px;
  }
}
.hospital-clinics-main .department-div .location-strip-main-1 a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .hospital-clinics-main .department-div .location-strip-main-1 a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .hospital-clinics-main .department-div .location-strip-main-1 a {
    font-size: 12px;
  }
}
.hospital-clinics-main .department-div .location-strip-main-2 {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 55px;
}
@media (max-width: 991.98px) {
  .hospital-clinics-main .department-div .location-strip-main-2 {
    height: 45px;
  }
}
.hospital-clinics-main .department-div .location-strip-main-2 a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .hospital-clinics-main .department-div .location-strip-main-2 a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .hospital-clinics-main .department-div .location-strip-main-2 a {
    font-size: 12px;
  }
}
.hospital-clinics-main .department-div .location-strip-main-2 span {
  margin-right: 7px;
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .hospital-clinics-main .department-div .location-strip-main-2 span {
    margin-right: 4px;
  }
}
.hospital-clinics-main:hover h4 {
  padding-bottom: 10px;
}
.hospital-clinics-main:hover .department-div {
  height: 55px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 991.98px) {
  .hospital-clinics-main:hover .department-div {
    height: 45px;
  }
}
.hospital-clinics-main:hover .location-strip-main:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 164, 163, 0.7);
  content: "";
  position: absolute;
  left: 62px;
  top: -10px;
  display: block;
}

@media (max-width: 480px) {
  .hospital-clinics-main .department-div {
    height: 45px;
  }
  .hospital-clinics-main .location-strip-main:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 164, 163, 0.7);
    content: "";
    position: absolute;
    left: 62px;
    top: -10px;
    display: block;
    opacity: 1;
  }
  .hospital-clinics-main:hover h4 {
    padding-bottom: 20px;
  }
}
/*Contact Google Map*/
.map-holder {
  position: relative;
  z-index: 1;
}

#map {
  display: block;
  position: relative;
  width: 100%;
  height: 580px;
}
@media (max-width: 991.98px) {
  #map {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  #map {
    height: 500px;
  }
}
@media (max-width: 480px) {
  #map {
    height: 480px;
  }
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
}
@media (max-width: 480px) {
  .gm-style .gm-style-iw-c {
    padding: 5px;
  }
}

.gm-style .gm-style-iw p {
  font-size: 16px;
  font-family: "GalanoGrotesque";
  text-transform: capitalize;
  line-height: 22px;
  position: relative;
  display: block;
  padding: 8px 5px 5px 15px;
  margin-bottom: 0px;
  padding-left: 12px;
}
@media (max-width: 480px) {
  .gm-style .gm-style-iw p {
    font-size: 12px;
  }
}

.gm-style .gm-style-iw h5 {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .gm-style .gm-style-iw h5 {
    font-size: 16px;
  }
}

.gm-style .gm-style-iw-t::after {
  top: -2px;
}

.gm-style .gm-style-iw a {
  color: #00A4A3;
  white-space: nowrap;
}

.gm-style .gm-style-iw a:hover {
  color: #00A4A3;
}

.gm-style .mail a {
  text-transform: lowercase;
}

.gm-style .direction a {
  text-transform: capitalize;
}

/*.gm-style .gm-style-iw p.mapp:before {
   content: "\e90f";
}*/
/*.gm-style .gm-style-iw p:before, .gm-style .gm-style-iw p span:before {
    font-size: 18px;
    font-family: 'st-icons';
    color: #ffb71b;
    position: relative;
    width: 40px;
    margin-left: -26px;
    padding-right: 8px;
    vertical-align: middle;
	top:1px;
}
.gm-style .gm-style-iw p span.tel:before {
    content: "\e906";
}
.gm-style .gm-style-iw p span.fax:before {
    content: "\e900";
	margin-left: 12px;
}
.gm-style .gm-style-iw p span.mail:before {
    content: "\e905";
	font-size: 14px;

}
.gm-style .gm-style-iw p span.direction:before {
    content: "\e90f";
	margin-left: 9px;
	text-transform: capitalize;
}
.gm-style .gm-style-iw p span:hover.direction:after {
	color: #171c8f;
}*/
.gm-style .gm-style-iw a {
  color: #00A4A3;
  white-space: nowrap;
}

.gm-style .gm-style-iw-d {
  padding-bottom: 10px;
}

.sidebar-main-block {
  border-right: 3px solid #EAEAEA;
  padding-right: 0px;
}
@media (max-width: 767.98px) {
  .sidebar-main-block {
    border-left: 3px solid #EAEAEA;
    border-right: inherit;
    padding-left: 0px;
    padding-right: inherit;
  }
}
.sidebar-main-block .sidebar-inner-block {
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .sidebar-main-block .sidebar-inner-block {
    padding-left: 30px;
    padding-right: inherit;
  }
}
@media (max-width: 480px) {
  .sidebar-main-block .sidebar-inner-block {
    padding-left: 20px;
    padding-right: inherit;
  }
}
.sidebar-main-block h5 {
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .sidebar-main-block h5 {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .sidebar-main-block ul {
    margin-left: 0px;
  }
}
.sidebar-main-block ul li {
  text-align: right;
  margin-bottom: 15px;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .sidebar-main-block ul li {
    text-align: left;
    padding-left: 0px;
  }
}
.sidebar-main-block ul li:before {
  display: none;
}
.sidebar-main-block ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #808080;
  position: relative;
}
@media (max-width: 480px) {
  .sidebar-main-block ul li a {
    font-size: 16px;
  }
}
.sidebar-main-block ul li .active {
  color: #00A4A3;
}
.sidebar-main-block ul li .active:before {
  position: absolute;
  right: -33px;
  content: "";
  border-right: 3px solid #00A4A3;
  width: 3px;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .sidebar-main-block ul li .active:before {
    left: -33px;
    right: inherit;
    border-left: 3px solid #00A4A3;
    border-right: 0px;
  }
}
@media (max-width: 480px) {
  .sidebar-main-block ul li .active:before {
    left: -23px;
  }
}
.sidebar-main-block ul li:hover a {
  color: #00A4A3;
}

.side-content .abstract {
  color: #245368;
}
.side-content .img-innerpage {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .side-content .img-innerpage {
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
}

.news-listing-page-main {
  position: relative;
}
.news-listing-page-main .search-box-departments {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  opacity: 1;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .news-listing-page-main .search-box-departments {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .news-listing-page-main .search-box-departments {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .news-listing-page-main .search-box-departments {
    padding: 20px;
  }
}
.news-listing-page-main .search-box-departments .search-radio-main {
  display: flex;
}
@media (max-width: 991.98px) {
  .news-listing-page-main .search-box-departments .search-radio-main {
    display: block;
  }
}
.news-listing-page-main .depart-inner-search {
  width: 100%;
}
.news-listing-page-main .search-box-departments .search-input {
  width: 100%;
  height: 50px;
  padding: 0 1em;
  border: 0;
  background-color: #F2F2F2;
  color: #003D4D;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: "GalanoGrotesque";
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .news-listing-page-main .search-box-departments .search-input {
    font-size: 14px;
    padding-right: 27px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news-listing-page-main .search-box-departments .search-input {
    height: 40px;
    width: 100%;
  }
}
@media (max-width: 388px) {
  .news-listing-page-main .search-box-departments .search-input {
    font-size: 13px;
    padding-right: 27px;
  }
}
.news-listing-page-main .search-box-departments .search-input::-webkit-input-placeholder {
  color: #BABABA;
}
.news-listing-page-main .search-btn-open-departments {
  background: #00546A;
  width: 130px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "GalanoGrotesque";
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .news-listing-page-main .search-btn-open-departments {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .news-listing-page-main .search-btn-open-departments {
    font-size: 13px;
    height: 40px;
  }
}
.news-listing-page-main .search-btn-open-departments span {
  margin-left: 5px;
  margin-top: 0px;
  vertical-align: unset;
}
.news-listing-page-main .select-main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .news-listing-page-main .select-main {
    display: block;
  }
}
.news-listing-page-main .search-news-input {
  width: 720px;
}
@media (max-width: 1399.98px) {
  .news-listing-page-main .search-news-input {
    width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .news-listing-page-main .search-news-input {
    width: 470px;
  }
}
@media (max-width: 991.98px) {
  .news-listing-page-main .search-news-input {
    width: 305px;
  }
}
@media (max-width: 767.98px) {
  .news-listing-page-main .search-news-input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news-listing-page-main .select-single {
  width: 350px;
}
@media (max-width: 1399.98px) {
  .news-listing-page-main .select-single {
    width: 295px;
  }
}
@media (max-width: 1199.98px) {
  .news-listing-page-main .select-single {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  .news-listing-page-main .select-single {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .news-listing-page-main .select-single {
    width: 100%;
  }
}
.news-listing-page-main .nice-select {
  background: #F2F2F2;
  border-radius: 30px;
  border: 0px;
  height: 50px;
  line-height: 46px;
  color: #ababab;
  font-weight: 400;
}
.news-listing-page-main .nice-select ul li:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .news-listing-page-main .nice-select {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .news-listing-page-main .nice-select {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .news-listing-page-main .nice-select {
    height: 40px;
    line-height: 37px;
  }
}
@media (max-width: 480px) {
  .news-listing-page-main .nice-select .option {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .news-listing-main-top .news-listing-right {
    margin-top: 20px;
  }
}
.news-listing-main-top .date {
  background: #00A4A3;
  padding: 0px 13px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  padding-top: 0px;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  display: inline-flex;
}
.news-listing-main-top .img-innerpage {
  overflow: hidden;
  border-radius: 5px;
}
.news-listing-main-top img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.news-listing-main-top h2 {
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .news-listing-main-top h2 {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767.98px) {
  .news-listing-main-top h2 {
    -webkit-line-clamp: unset;
  }
}
.news-listing-main-top p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1399.98px) {
  .news-listing-main-top p {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1199.98px) {
  .news-listing-main-top p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 991.98px) {
  .news-listing-main-top p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .news-listing-main-top p {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .news-listing-main-top p {
    -webkit-line-clamp: unset;
  }
}
.news-listing-main-top .main-btn.right-arrow {
  font-size: 14px;
  color: #00546A;
}
.news-listing-main-top:hover h2 {
  color: #00A4A3;
}
.news-listing-main-top:hover .main-btn.right-arrow {
  color: #00A4A3;
}
.news-listing-main-top:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
  border-radius: 5px;
}

.news-listing-bottom-area .news-block {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.1pt solid #EDEDED;
  margin: 1px;
}
.news-listing-bottom-area .news-block h6 {
  font-size: 14px;
  color: #00546A;
}
.news-listing-bottom-area .news-block img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .news-listing-bottom-area .news-block img {
    object-fit: fill;
    height: auto;
  }
}
.news-listing-bottom-area .news-block:hover img {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .news-listing-bottom-area .news-block h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-listing-bottom-area .news-block h4:hover h4 {
  color: #00A4A3;
}
.news-listing-bottom-area .news-block:hover a {
  color: #00546A;
}
.news-listing-bottom-area .news-block:hover .news-cont-block {
  background: #00546A;
}
.news-listing-bottom-area .news-block:hover .news-cont-block .main-btn {
  color: #fff;
}
.news-listing-bottom-area .news-block:hover .news-cont-block .main-btn:hover {
  color: #00A4A3 !important;
}
.news-listing-bottom-area .news-block:hover h6 {
  color: #EDEDED;
}
.news-listing-bottom-area .news-block:hover h5 {
  color: #fff;
}
.news-listing-bottom-area .news-block .img-block {
  overflow: hidden;
  position: relative;
}
.news-listing-bottom-area .news-block .date {
  background: rgba(0, 164, 163, 0.7);
  padding: 0px 13px;
  color: #fff;
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  padding-top: 0px;
  border-radius: 3px;
  line-height: 25px;
  height: 25px;
}
.news-listing-bottom-area .news-block .news-cont-block {
  padding: 20px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: #fff;
}
.news-listing-bottom-area .news-block .news-cont-block h5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-listing-bottom-area .news-block .news-cont-block .main-btn {
  padding-left: 0px;
  font-size: 14px;
  color: #00546A;
}
.news-listing-bottom-area .news-block .news-cont-block .main-btn:after {
  font-size: 9px;
  color: #00A4A3;
}
.news-listing-bottom-area .news-block .news-cont-block h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .news-listing-bottom-area .news-block .news-cont-block h4 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767.98px) {
  .news-listing-bottom-area .news-block .news-cont-block h4 {
    -webkit-line-clamp: 3;
  }
}
.news-listing-bottom-area .news-block .news-block .latest h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-listing-bottom-area .news-block .news-cont-block p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .news-listing-bottom-area .news-block .news-cont-block p {
    display: none;
  }
}

.news-dtls-big-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .news-dtls-big-head {
    display: block;
  }
}
.news-dtls-big-head .head {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .news-dtls-big-head .head {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-dtls-big-head .share-main {
  position: relative;
}
@media (max-width: 480px) {
  .news-dtls-big-head .share-main {
    margin-bottom: 5px;
    margin-top: 14px;
  }
}

/* Add this  CSS*/
.share-this {
  display: flex;
  float: right;
  position: relative;
  font-size: 14px;
  align-items: center;
  text-transform: uppercase;
  color: #808080;
}
@media (max-width: 480px) {
  .share-this {
    display: block;
    float: none;
    text-align: right;
  }
}
.share-this span {
  padding-left: 10px;
}
@media (max-width: 480px) {
  .share-this span {
    padding-left: 5px;
  }
}
@media (max-width: 388px) {
  .share-this {
    float: none;
    right: 13px;
  }
}

.share-this span {
  font-size: 20px;
  color: #00A4A3;
}
@media (max-width: 480px) {
  .share-this span {
    font-size: 17px;
  }
}

.share-this span:hover {
  color: #00546A !important;
}

.addthisholder {
  position: absolute;
  right: 0;
  top: 0;
}

.at-share-btn-elements a.at-svc-whatsapp,
.at-share-btn-elements a.at-svc-facebook,
.at-share-btn-elements a.at-svc-twitter,
.at-share-btn-elements a.at-svc-linkedin,
.at-share-btn-elements a.at-svc-email {
  display: none !important;
}

.at-share-btn-elements a.at-svc-compact {
  background: transparent !important;
  color: transparent !important;
}

.at-share-btn-elements a.at-svc-compact svg {
  display: none;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 70px !important;
}

.share-this span.fa-share-alt {
  font-size: 22px;
  padding-left: 15px;
}

.share-this:hover span.fa-share-alt {
  color: #075469;
}

.news-dtls-body .date {
  background: #00A4A3;
  padding: 0px 13px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  padding-top: 0px;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  display: inline-flex;
}
@media (max-width: 480px) {
  .news-dtls-body .date {
    line-height: 28px;
    height: 28px;
    font-size: 13px;
  }
}
.news-dtls-body .abstract {
  margin-top: 20px;
  color: #245368;
}

.previs-next-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  .previs-next-container {
    display: block;
  }
}
.previs-next-container .prvis-container {
  width: 30%;
}
@media (max-width: 991.98px) {
  .previs-next-container .prvis-container {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .previs-next-container .prvis-container {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .previs-next-container .prvis-container {
    width: 100%;
  }
}
.previs-next-container .prvis-container span {
  font-size: 13px;
}
.previs-next-container .prvis-container h5 {
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.previs-next-container .prvis-container:hover h5 {
  color: #00A4A3;
}
.previs-next-container .prvis-container:hover h6 {
  color: #245368;
}
.previs-next-container .prvis-container.right {
  text-align: right;
}
@media (max-width: 575.98px) {
  .previs-next-container .prvis-container.right {
    text-align: left;
    margin-top: 20px;
  }
}
.previs-next-container .prvis-container.right span {
  transform: scaleX(-1);
}

.related-news-main {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.related-news-main h2 {
  color: #00546A;
}
.related-news-main .related-news-slider {
  margin-top: 20px;
  position: relative;
}
.related-news-main .related-news-slider .news-cont-block {
  background: #fff;
}
@media (max-width: 767.98px) {
  .related-news-main .related-news-slider .news-block {
    margin-bottom: 0px;
  }
}
.related-news-main .related-news-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.related-news-main .related-news-slider .owl-nav {
  position: absolute;
  top: -83px;
  right: -4px;
}
@media (max-width: 575.98px) {
  .related-news-main .related-news-slider .owl-nav {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .related-news-main .related-news-slider .owl-nav {
    top: -76px;
  }
}
@media (max-width: 388px) {
  .related-news-main .related-news-slider .owl-nav {
    top: -120px;
  }
}
.related-news-main .related-news-slider .owl-nav .owl-prev {
  transform: scaleX(-1);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.2) !important;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.related-news-main .related-news-slider .owl-nav .owl-prev span {
  display: none;
}
.related-news-main .related-news-slider .owl-nav .owl-prev:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  padding: 10px;
  position: relative;
  left: -15px;
  color: #1CACAC;
}
.related-news-main .related-news-slider .owl-nav .owl-prev:hover {
  background: #00A4A3 !important;
}
.related-news-main .related-news-slider .owl-nav .owl-prev:hover:after {
  left: -3px;
  color: #fff;
}
.related-news-main .related-news-slider .owl-nav .owl-next {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.2) !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.related-news-main .related-news-slider .owl-nav .owl-next span {
  display: none;
}
.related-news-main .related-news-slider .owl-nav .owl-next:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  color: #1CACAC;
  padding: 10px;
  position: relative;
  left: -15px;
}
.related-news-main .related-news-slider .owl-nav .owl-next:hover {
  background: #00A4A3 !important;
}
.related-news-main .related-news-slider .owl-nav .owl-next:hover:after {
  left: -3px;
  color: #fff;
}

.related-news-slider .news-block:hover .news-cont-block {
  background: #00546A;
}

.gallery-cont .gallery-play {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-cont .gallery-play .img-gallery {
  width: 100%;
  height: 100%;
}
.gallery-cont .gallery-play .img-gallery img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-cont .gallery-play .gallery-date {
  background: rgba(0, 164, 163, 0.7);
  padding: 0px 15px;
  color: #fff;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  padding-top: 0px;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play .gallery-date {
    line-height: 28px;
    font-size: 12px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .gallery-cont .gallery-play .gallery-date {
    left: 15px;
    top: 15px;
  }
}
.gallery-cont .gallery-play .gallery-date .icon-section {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 10px;
  margin-left: 10px;
  padding-left: 10px;
  font-family: "GalanoGrotesque" !important;
  font-weight: 500;
}
.gallery-cont .gallery-play .gallery-date .icon-video-live {
  font-size: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play .gallery-date .icon-video-live {
    font-size: 15px;
    vertical-align: sub;
  }
}
.gallery-cont .gallery-play .gallery-date .icon-photo-gallery {
  font-size: 11px;
  vertical-align: baseline;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play .gallery-date .icon-photo-gallery {
    font-size: 10px;
  }
}
.gallery-cont .gallery-play h4 {
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .gallery-cont .gallery-play h4 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play h4 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .gallery-cont .gallery-play h4 {
    font-size: 18px;
  }
}
.gallery-cont .gallery-play a:after {
  background: rgb(10, 45, 60);
  background: -moz-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  background: linear-gradient(0deg, rgba(10, 45, 60, 0.7399334734) 0%, rgba(10, 45, 60, 0.5214460784) 29%, rgba(10, 45, 60, 0.0032387955) 78%, rgba(10, 45, 60, 0) 100%, rgba(10, 45, 60, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a2d3c", endColorstr="#0a2d3c", GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-cont .gallery-play a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-cont .gallery-play:hover img {
  transform: scale(1.1);
}
.gallery-cont .gallery-play a:before {
  content: "\e90f";
  position: absolute;
  font-family: "st-icons";
  z-index: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 47px !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  padding-top: 26px;
  padding-left: 7px;
}
@media (max-width: 1199.98px) {
  .gallery-cont .gallery-play a:before {
    font-size: 40px !important;
  }
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play a:before {
    font-size: 35px !important;
  }
}
@media (max-width: 480px) {
  .gallery-cont .gallery-play a:before {
    width: 60px;
    height: 60px;
  }
}
.gallery-cont .gallery-play.photogallery a:before {
  content: "\e91a";
  font-size: 38px !important;
  padding-left: 0px;
}
@media (max-width: 1199.98px) {
  .gallery-cont .gallery-play.photogallery a:before {
    font-size: 31px !important;
  }
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play.photogallery a:before {
    font-size: 28px !important;
  }
}
.gallery-cont .gallery-play .img-gallery img {
  width: 100%;
}
.gallery-cont .gallery-play:hover a:before {
  opacity: 1;
  color: #fff;
}
.gallery-cont .gallery-play:hover a:after {
  background: rgba(36, 83, 104, 0.76);
}

.gallery-cont .gallery-play a:before {
  font-size: 60px;
  top: 45%;
}
@media (max-width: 388px) {
  .gallery-cont .gallery-play a:before {
    top: 35%;
  }
}

.gallery-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .gallery-text {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .gallery-text {
    padding: 15px;
  }
}

.gallery-icon .icon-video:before {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .gallery-icon .icon-video:before {
    font-size: 13px;
  }
}

.gallery-icon .icon-audio:before {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .gallery-icon .icon-audio:before {
    font-size: 13px;
  }
}

.image-carosel-container {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.image-carosel-container a {
  width: 100%;
  height: 100%;
  display: block;
}
.image-carosel-container .img-head {
  display: flex;
  position: absolute;
  top: 0px;
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
}
@media (max-width: 991.98px) {
  .image-carosel-container .img-head {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .image-carosel-container .img-head {
    display: block;
  }
}
@media (max-width: 480px) {
  .image-carosel-container .img-head {
    padding: 20px;
  }
}
.image-carosel-container .img-head h2 {
  color: #fff;
}
.image-carosel-container .img-head .booking-btn {
  font-size: 14px;
  width: auto;
  padding: 15px 30px;
  margin-right: 0px;
}
@media (max-width: 991.98px) {
  .image-carosel-container .img-head .booking-btn {
    padding: 11px 30px;
  }
}
@media (max-width: 767.98px) {
  .image-carosel-container .img-head .booking-btn {
    padding: 7px 23px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .image-carosel-container .img-head .booking-btn {
    padding: 3px 23px;
    font-size: 10px;
  }
}
.image-carosel-container .img-head .booking-btn span {
  margin-right: 10px;
}
.image-carosel-container:after {
  top: 0px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(2, 29, 29);
  background: -moz-linear-gradient(180deg, rgba(2, 29, 29, 0.356179972) 0%, rgba(3, 49, 49, 0) 51%, rgba(1, 18, 18, 0.4766281513) 100%);
  background: -webkit-linear-gradient(180deg, rgba(2, 29, 29, 0.356179972) 0%, rgba(3, 49, 49, 0) 51%, rgba(1, 18, 18, 0.4766281513) 100%);
  background: linear-gradient(180deg, rgba(2, 29, 29, 0.356179972) 0%, rgba(3, 49, 49, 0) 51%, rgba(1, 18, 18, 0.4766281513) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021d1d", endColorstr="#011212", GradientType=1);
  z-index: 1;
}
.image-carosel-container img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.image-carosel-container:hover img {
  transform: scale(1.05);
}
.image-carosel-container:hover .counter-icon img {
  transform: scale(1);
}

.counter-main-hospital {
  margin-top: -110px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .counter-main-hospital {
    margin-top: -165px;
  }
}
@media (max-width: 991.98px) {
  .counter-main-hospital {
    margin-top: -152px;
  }
}
@media (max-width: 767.98px) {
  .counter-main-hospital {
    margin-top: 20px;
  }
}

.counter-box-3 {
  display: flex;
  align-items: flex-start;
  line-height: 42px;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .counter-box-3 {
    display: block;
  }
}
.counter-box-3 h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-left: -3px;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .counter-box-3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .counter-box-3 h2 {
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .counter-box-3 h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .counter-box-3 h2 {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .counter-box-3 h2 {
    font-size: 28px;
  }
}
.counter-box-3 .counter-icon-main {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .counter-box-3 .counter-icon-main {
    display: block;
    width: 100%;
  }
}
.counter-box-3 .count-value {
  text-align: left;
}
.counter-box-3 .count-value p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .counter-box-3 .count-value {
    text-align: center;
  }
}
.counter-box-3 .counter-icon {
  background: rgba(0, 164, 163, 0.22);
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .counter-box-3 .counter-icon {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .counter-box-3 .counter-icon {
    width: 42px;
    height: 42px;
  }
}
.counter-box-3 .counter-icon img {
  margin: 0 auto;
  margin-top: 14px;
  width: auto;
}
@media (max-width: 480px) {
  .counter-box-3 .counter-icon img {
    width: 70%;
  }
}

.counter-box-4 {
  display: flex;
  align-items: flex-start;
  border-right: 1px solid rgba(216, 255, 255, 0.2);
  line-height: 42px;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .counter-box-4 {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .counter-box-4 {
    border-right: 0px;
  }
}
.counter-box-4 h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-left: -3px;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .counter-box-4 h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .counter-box-4 h2 {
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .counter-box-4 h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .counter-box-4 h2 {
    font-size: 28px;
  }
}
.counter-box-4 .counter-icon-main {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .counter-box-4 .counter-icon-main {
    display: block;
    width: 100%;
  }
}
.counter-box-4 .count-value {
  text-align: left;
}
@media (max-width: 767.98px) {
  .counter-box-4 .count-value h2 {
    color: #00546A;
  }
}
.counter-box-4 .count-value p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .counter-box-4 .count-value p {
    color: #00546A;
  }
}
@media (max-width: 388px) {
  .counter-box-4 .count-value p {
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .counter-box-4 .count-value {
    text-align: center;
  }
}
.counter-box-4 .counter-icon {
  background: rgba(0, 164, 163, 0.22);
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .counter-box-4 .counter-icon {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .counter-box-4 .counter-icon {
    background: #00546A !important;
  }
}
@media (max-width: 480px) {
  .counter-box-4 .counter-icon {
    width: 42px;
    height: 42px;
    display: flex;
  }
}
.counter-box-4 .counter-icon img {
  margin: 0 auto;
  margin-top: 14px;
  width: auto;
}
@media (max-width: 480px) {
  .counter-box-4 .counter-icon img {
    width: 70%;
    margin-top: 0px;
  }
}

.hospital-clinics-slider {
  position: relative;
}
.hospital-clinics-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.hospital-clinics-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (max-width: 388px) {
  .hospital-clinics-slider .owl-nav {
    display: none;
  }
}
.hospital-clinics-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  transform: scaleX(-1);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.3) !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.hospital-clinics-slider .owl-nav .owl-prev span {
  display: none;
}
.hospital-clinics-slider .owl-nav .owl-prev:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  padding: 10px;
  position: relative;
  left: -15px;
  color: #C6C6C6;
}
.hospital-clinics-slider .owl-nav .owl-prev:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.hospital-clinics-slider .owl-nav .owl-prev:hover:after {
  left: -3px;
  color: #fff;
}
.hospital-clinics-slider .owl-nav .owl-next {
  right: 40px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.3) !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.hospital-clinics-slider .owl-nav .owl-next span {
  display: none;
}
.hospital-clinics-slider .owl-nav .owl-next:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  color: #C6C6C6;
  padding: 10px;
  position: relative;
  left: -15px;
}
.hospital-clinics-slider .owl-nav .owl-next:hover {
  background: #00A4A3 !important;
  border: 1px solid #00A4A3 !important;
}
.hospital-clinics-slider .owl-nav .owl-next:hover:after {
  left: -3px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .hospital-clinics-slider .image-carosel-container .img-block img {
    aspect-ratio: 16/12;
  }
}
@media (max-width: 767.98px) {
  .hospital-clinics-slider .image-carosel-container .img-head {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .hospital-clinics-slider .image-carosel-container .img-head .booking-btn {
    padding: 15px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .hospital-clinics-slider .image-carosel-container .book-text {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hospital-clinics-slider .image-carosel-container .icon-calender {
    margin-right: 0px !important;
    font-size: 16px;
  }
}

.hospital-each-section-main {
  position: relative;
}
.hospital-each-section-main .nav-pills {
  position: relative;
  margin-left: 0px;
}
.hospital-each-section-main .nav-pills:after {
  content: "";
  width: 100%;
  height: 3px;
  background: rgba(206, 206, 206, 0.33);
  bottom: 0px;
  position: absolute;
}
.hospital-each-section-main .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #808080;
  padding: 18px 51px;
  border-bottom: 3px solid rgba(206, 206, 206, 0.33);
  border-radius: 0px;
}
@media (max-width: 1399.98px) {
  .hospital-each-section-main .nav-link {
    padding: 18px 34px;
  }
}
@media (max-width: 1199.98px) {
  .hospital-each-section-main .nav-link {
    padding: 18px 16px;
  }
}
@media (max-width: 991.98px) {
  .hospital-each-section-main .nav-link {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .hospital-each-section-main .nav-link {
    font-size: 15px;
    padding: 18px 22px;
  }
}
@media (max-width: 480px) {
  .hospital-each-section-main .nav-link {
    font-size: 13px;
    padding: 14px 14px;
  }
}
@media (max-width: 388px) {
  .hospital-each-section-main .nav-link {
    font-size: 11px;
    padding: 14px 8px;
  }
}
.hospital-each-section-main .nav-item {
  margin-bottom: 0px;
  padding-left: 0px;
}
.hospital-each-section-main .nav-item:before {
  display: none;
}
.hospital-each-section-main .nav-pills .nav-link.active,
.hospital-each-section-main .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #00546A;
  border-bottom: 3px solid #00A4A3;
  border-radius: 0px;
}
.hospital-each-section-main .abstract {
  color: #245368;
}
.hospital-each-section-main h5 {
  text-transform: capitalize;
  color: #245368;
}
.hospital-each-section-main .sub-head {
  margin-top: 20px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .hospital-each-section-main .sub-head {
    margin-top: 10px;
  }
}
.hospital-each-section-main .accordion-item {
  background: none;
  border: 0px;
}
@media (max-width: 991.98px) {
  .hospital-each-section-main .accordion-item {
    border-top: 1px solid #e3e2e2;
    background: #fff;
    border-left: 1px solid #e3e2e2;
    border-right: 1px solid #e3e2e2;
  }
}
.hospital-each-section-main .accordion-item:first-of-type {
  border: 0px;
}
@media (max-width: 991.98px) {
  .hospital-each-section-main .accordion-item:first-of-type {
    border-top: 1px solid #e3e2e2;
    border-left: 1px solid #e3e2e2;
    border-right: 1px solid #e3e2e2;
  }
}
@media (max-width: 991.98px) {
  .hospital-each-section-main .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom: 1px solid #e3e2e2;
    border-radius: 0px;
  }
}
.hospital-each-section-main .accordion-body {
  padding: 0px;
}
@media (max-width: 991.98px) {
  .hospital-each-section-main .accordion-body {
    padding: 20px;
  }
}
.hospital-each-section-main .accordion-body p {
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .hospital-each-section-main .accordion-body p {
    font-size: 16px;
  }
}
.hospital-each-section-main .accordion-item:first-of-type .accordion-button {
  background: none;
}
.hospital-each-section-main .accordion-button:not(.collapsed) {
  color: #00546A;
}
.hospital-each-section-main .accordion-button {
  font-size: 18px;
  color: #00546A;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .hospital-each-section-main .accordion-button {
    font-size: 16px;
  }
}
.hospital-each-section-main .gm-style-iw-d p {
  margin-bottom: 0px;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .hospital-each-section-main .gm-style-iw-d p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hospital-each-section-main .gm-style-iw-d p {
    font-size: 12px;
  }
}

.contact-mail {
  color: #525251 !important;
  text-transform: lowercase !important;
  font-weight: 500;
}
.contact-mail .icon-email {
  font-size: 16px !important;
  color: #00A4A3;
  vertical-align: inherit;
}
@media (max-width: 480px) {
  .contact-mail .icon-email {
    display: none;
  }
}

.contact-number {
  color: #525251 !important;
  font-weight: 500;
}
.contact-number .icon-contact {
  font-size: 20px !important;
  color: #00A4A3;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .contact-number .icon-contact {
    display: none;
  }
}

.map-direction {
  color: #00546A !important;
  font-size: 14px;
  padding: 3px 40px;
}
@media (max-width: 480px) {
  .map-direction {
    font-size: 12px;
  }
}
.map-direction:hover {
  color: #00A4A3 !important;
}

.medical-director-main .img-innerpage {
  background: #e1e1e2;
  background: -moz-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: -webkit-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e2", endColorstr="#e1e1e2", GradientType=1);
}
.medical-director-main h5 {
  margin-bottom: 0px;
}
.medical-director-main .designation-sub-head {
  color: #808080;
}
.medical-director-main .abstract {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .medical-director-main .abstract {
    margin-top: 10px;
  }
}

.shift-main-cont h6 {
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .shift-main-cont h6 {
    margin-left: 10px;
  }
}
.shift-main-cont .shift-div {
  display: flex;
  background: #fff;
  padding: 13px 20px;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .shift-main-cont .shift-div {
    padding: 5px 10px;
  }
}
.shift-main-cont .shift-div .shift-fst {
  font-size: 18px;
  color: #00546A;
  font-weight: 500;
  margin-right: 40px;
  width: 80px;
}
@media (max-width: 767.98px) {
  .shift-main-cont .shift-div .shift-fst {
    font-size: 16px;
  }
}

.modal-dialog.modal-dialog-centered.management-team-model-area.modal-dialog {
  max-width: 950px;
}
@media (max-width: 767.98px) {
  .modal-dialog.modal-dialog-centered.management-team-model-area.modal-dialog {
    margin: 0 auto;
  }
}

.modal-open .modal {
  background-color: rgba(2, 47, 59, 0.9);
  z-index: 11111;
}

.management-team-popup .management-team-model-area .modal-body {
  padding: 0px;
}
@media (max-width: 767.98px) {
  .management-team-popup .management-team-model-area .modal-body {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-body {
    padding: 30px;
  }
}
.management-team-popup .management-team-model-area .modal-content {
  border-radius: 0px;
  background: transparent;
  border: none;
}
.management-team-popup .management-team-model-area .modal-content .modal-body {
  opacity: 0;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .row {
  --bs-gutter-x: 0px;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .doctor-section-main {
  background: #fff;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section {
  background: #00546A;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
  padding: 45px 30px;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
    padding: 35px 20px;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .booking-btn.medium-size {
    padding: 11px 17px;
    padding-right: 17px !important;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .booking-btn.medium-size {
    width: 100%;
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .depart-find-btn {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .depart-find-btn {
    text-align: center;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section h2 {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section h2 {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section h2 {
    font-size: 20px;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .designation {
  color: #70ACBC;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .designation {
    font-size: 15px;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main {
    margin-top: 20px;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-1 {
  color: #00A4A3;
  font-size: 14px;
  font-weight: 500;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(237, 237, 237, 0.15);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-2 {
    font-size: 18px;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .doctor-section {
  background: #e1e1e2;
  background: -moz-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: -webkit-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e2", endColorstr="#e1e1e2", GradientType=1);
  width: 100%;
  height: 100%;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .doctor-section img {
  width: 100%;
  height: 100%;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header {
  border-bottom: none;
  padding: 0px;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
  background: none !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  margin-top: -150px;
  margin-right: -55px;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
    margin-top: -26px;
    margin-right: 0px;
    z-index: 9;
  }
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:hover:before {
  color: #00A4A3 !important;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:focus {
  box-shadow: none !important;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
  color: #00A4A3 !important;
  content: "\e91b";
  font-size: 23px !important;
  font-weight: 400;
  position: absolute;
  right: -11px;
  top: -40px;
  font-family: "st-icons";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    right: 14px;
    top: 11px;
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    right: 9px;
    top: 3px;
    font-size: 16px !important;
  }
}

.doctor-profile-page-top .text-section {
  background: #00546A;
  position: relative;
}
.doctor-profile-page-top .text-section:after {
  position: absolute;
  right: -199px;
  content: "";
  background: url(../images/Shape.png) no-repeat;
  width: 512px;
  height: 512px;
  opacity: 0.1;
  bottom: -363px;
  pointer-events: none;
  z-index: 0;
  background-size: 68%;
}
@media (max-width: 767.98px) {
  .doctor-profile-page-top .text-section:after {
    right: -94px;
  }
}
@media (max-width: 480px) {
  .doctor-profile-page-top .text-section:after {
    right: -156px;
  }
}
.doctor-profile-page-top .text-section .text-section-inner {
  padding: 45px;
}
@media (max-width: 991.98px) {
  .doctor-profile-page-top .text-section .text-section-inner {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .doctor-profile-page-top .text-section .text-section-inner {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .doctor-profile-page-top .text-section .text-section-inner .department-btn-secton {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .doctor-profile-page-top .text-section .text-section-inner .department-btn-secton .booking-btn.medium-size {
    padding: 11px 17px;
    padding-right: 17px !important;
  }
}
@media (max-width: 767.98px) {
  .doctor-profile-page-top .text-section .text-section-inner .department-btn-secton .depart-find-btn {
    margin-top: 10px;
  }
}
.doctor-profile-page-top .text-section h2 {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .doctor-profile-page-top .text-section h2 {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .doctor-profile-page-top .text-section h2 {
    font-size: 20px;
  }
}
.doctor-profile-page-top .text-section .designation {
  color: #70ACBC;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .doctor-profile-page-top .text-section .designation {
    font-size: 15px;
  }
}
.doctor-profile-page-top .text-section .dtls-main {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .doctor-profile-page-top .text-section .dtls-main {
    margin-top: 20px;
  }
}
.doctor-profile-page-top .text-section .dtls-main .dtls-1 {
  color: #00A4A3;
  font-size: 14px;
  font-weight: 500;
}
.doctor-profile-page-top .text-section .dtls-main .dtls-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(237, 237, 237, 0.15);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .doctor-profile-page-top .text-section .dtls-main .dtls-2 {
    font-size: 18px;
  }
}
.doctor-profile-page-top .doctor-section {
  background: #e1e1e2;
  background: -moz-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: -webkit-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e2", endColorstr="#e1e1e2", GradientType=1);
  width: 100%;
  height: 100%;
}
.doctor-profile-page-top .doctor-section img {
  width: 100%;
  height: 100%;
}

.carousel-doctors {
  position: relative;
}
.carousel-doctors .owl-nav [class*=owl-]:hover {
  background: none;
}
.carousel-doctors .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.carousel-doctors .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .carousel-doctors .owl-nav .owl-prev {
    left: 0px;
  }
}
@media (max-width: 767.98px) {
  .carousel-doctors .owl-nav .owl-prev {
    left: -50px;
  }
}
@media (max-width: 480px) {
  .carousel-doctors .owl-nav .owl-prev {
    left: -38px;
  }
}
.carousel-doctors .owl-nav .owl-prev span {
  display: none;
}
.carousel-doctors .owl-nav .owl-prev:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e919";
  top: 0px;
  font-size: 24px;
  padding: 10px;
  position: relative;
  left: 0px;
  color: #00A4A3;
  left: 0px;
}
@media (max-width: 480px) {
  .carousel-doctors .owl-nav .owl-prev:after {
    font-size: 16px;
  }
}
.carousel-doctors .owl-nav .owl-prev:hover:after {
  color: #fff;
}
.carousel-doctors .owl-nav .owl-next {
  right: -50px;
  position: absolute;
  transform: scaleX(-1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .carousel-doctors .owl-nav .owl-next {
    right: 0px;
  }
}
@media (max-width: 767.98px) {
  .carousel-doctors .owl-nav .owl-next {
    right: 50px;
  }
}
@media (max-width: 480px) {
  .carousel-doctors .owl-nav .owl-next {
    right: 22px;
  }
}
.carousel-doctors .owl-nav .owl-next span {
  display: none;
}
.carousel-doctors .owl-nav .owl-next:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e919";
  top: 0px;
  font-size: 24px;
  color: #00A4A3;
  padding: 10px;
  position: relative;
  left: 0px;
}
@media (max-width: 480px) {
  .carousel-doctors .owl-nav .owl-next:after {
    font-size: 16px;
  }
}
.carousel-doctors .owl-nav .owl-next:hover:after {
  color: #fff;
}

.doctors-related-slider {
  margin-top: 20px;
  position: relative;
}
.doctors-related-slider a {
  width: 100%;
}
.doctors-related-slider .news-cont-block {
  background: #fff;
}
@media (max-width: 767.98px) {
  .doctors-related-slider .news-block {
    margin-bottom: 0px;
  }
}
.doctors-related-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.doctors-related-slider .owl-nav {
  position: absolute;
  top: -83px;
  right: 7px;
}
@media (max-width: 575.98px) {
  .doctors-related-slider .owl-nav {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .doctors-related-slider .owl-nav {
    top: -76px;
  }
}
@media (max-width: 388px) {
  .doctors-related-slider .owl-nav {
    top: -120px;
  }
}
.doctors-related-slider .owl-nav .owl-prev {
  transform: scaleX(-1);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.2) !important;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.doctors-related-slider .owl-nav .owl-prev span {
  display: none;
}
.doctors-related-slider .owl-nav .owl-prev:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  padding: 10px;
  position: relative;
  left: -15px;
  color: #1CACAC;
}
.doctors-related-slider .owl-nav .owl-prev:hover {
  background: #00A4A3 !important;
}
.doctors-related-slider .owl-nav .owl-prev:hover:after {
  left: -3px;
  color: #fff;
}
.doctors-related-slider .owl-nav .owl-next {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.2) !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.doctors-related-slider .owl-nav .owl-next span {
  display: none;
}
.doctors-related-slider .owl-nav .owl-next:after {
  font-family: "st-icons" !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e90b";
  top: 1px;
  font-size: 24px;
  color: #1CACAC;
  padding: 10px;
  position: relative;
  left: -15px;
}
.doctors-related-slider .owl-nav .owl-next:hover {
  background: #00A4A3 !important;
}
.doctors-related-slider .owl-nav .owl-next:hover:after {
  left: -3px;
  color: #fff;
}

.doctor-profile-page-top {
  overflow: hidden;
}

.modal-dialog.modal-dialog-centered.book-appointment-popup.modal-dialog {
  max-width: 1150px;
}
@media (max-width: 1199.98px) {
  .modal-dialog.modal-dialog-centered.book-appointment-popup.modal-dialog {
    max-width: 900px;
  }
}
@media (max-width: 991.98px) {
  .modal-dialog.modal-dialog-centered.book-appointment-popup.modal-dialog {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog.modal-dialog-centered.book-appointment-popup.modal-dialog {
    margin: 0 auto;
  }
}

.modal-open .modal {
  background-color: rgba(2, 47, 59, 0.9);
  z-index: 999999;
}

.book-appointment-popup-main .book-appointment-popup .modal-body {
  padding: 0px;
}
.book-appointment-popup-main .book-appointment-popup .modal-content {
  border-radius: 0px;
  border: none;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .row {
  --bs-gutter-x: 0;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main {
  background: #00546A;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section {
  padding: 37px 60px 40px 35px;
}
@media (max-width: 1199.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section {
    text-align: center;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section h5 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section h5 {
    margin-bottom: 20px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .call {
  font-size: 16px;
  color: #00A4A3;
  font-weight: 600;
  text-transform: uppercase;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .hot-line a {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .hot-line a {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .hot-line a {
    font-size: 31px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .hot-line a img {
  margin-right: 10px;
  vertical-align: text-bottom;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .hot-line a img {
    width: 27px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .booking-btn.medium-size {
  margin-right: 0px;
}
@media (max-width: 1199.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .booking-btn.medium-size {
    padding: 13px 20px;
  }
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .booking-btn.medium-size {
    font-size: 11px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .seperator {
  margin-top: 40px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .seperator {
    margin-top: 23px;
    margin-bottom: 31px;
  }
}
@media (max-width: 575.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .seperator {
    margin-top: 14px;
    margin-bottom: 24px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .seperator .main {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 0.1em;
  margin: 10px 0 20px;
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .seperator .main {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .doctor-section-main .doctor-section .seperator .main span {
  background: #00546A;
  padding: 0 7px;
  display: unset;
  color: #79A3AF;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
  padding: 0px;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 575.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
    display: block;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(23, 39, 46);
  background: -moz-linear-gradient(83deg, rgba(23, 39, 46, 0.7399334734) 0%, rgba(23, 39, 46, 0.3169642857) 51%, rgba(1, 18, 18, 0) 100%);
  background: -webkit-linear-gradient(83deg, rgba(23, 39, 46, 0.7399334734) 0%, rgba(23, 39, 46, 0.3169642857) 51%, rgba(1, 18, 18, 0) 100%);
  background: linear-gradient(83deg, rgba(23, 39, 46, 0.7399334734) 0%, rgba(23, 39, 46, 0.3169642857) 51%, rgba(1, 18, 18, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17272e", endColorstr="#011212", GradientType=1);
  bottom: 0px;
  position: absolute;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app {
  position: relative;
  z-index: 1;
  width: 39%;
  margin-top: 115px;
  padding-left: 52px;
}
@media (max-width: 1199.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app {
    width: 45%;
    margin-top: 75px;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .apps {
  display: flex;
}
@media (max-width: 575.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .apps {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .mobile {
  position: relative;
  z-index: 1;
  margin-top: 23px;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .mobile {
    margin-top: 64px;
  }
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .mobile {
    margin-top: 34px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app-head h4 {
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app-head h4 {
    padding-left: 20px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app-img {
  width: 95px;
}
@media (max-width: 480px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app-img {
    float: left;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app-img2 {
  width: 135px;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app-img2 {
    width: 126px;
  }
}
@media (max-width: 480px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .download-app-img2 {
    float: left;
  }
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .booking-btn.medium-size {
    padding: 11px 17px;
    padding-right: 17px !important;
  }
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .depart-find-btn {
    margin-top: 10px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section h2 {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section h2 {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section h2 {
    font-size: 20px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .designation {
  color: #70ACBC;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .designation {
    font-size: 15px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main {
    margin-top: 20px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-1 {
  color: #00A4A3;
  font-size: 14px;
  font-weight: 500;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(237, 237, 237, 0.15);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-2 {
    font-size: 18px;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header {
  border-bottom: none;
  padding: 0px;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header .btn-close {
  background: none !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  margin-top: -150px;
  margin-right: -55px;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header .btn-close {
    margin-top: -26px;
    margin-right: 0px;
    z-index: 9;
  }
}
.book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header .btn-close:hover:before {
  color: #00A4A3 !important;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header .btn-close:focus {
  box-shadow: none !important;
}
.book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header .btn-close:before {
  color: #00A4A3 !important;
  content: "\e91b";
  font-size: 23px !important;
  font-weight: 400;
  position: absolute;
  right: -11px;
  top: -40px;
  font-family: "st-icons";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header .btn-close:before {
    right: 3px;
    top: -27px;
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .book-appointment-popup-main .book-appointment-popup .modal-content .model-popup-header .btn-close:before {
    top: 0px;
  }
}

.contact-us-booking-section .row {
  --bs-gutter-x: 0;
}
.contact-us-booking-section .doctor-section-main {
  background: #00546A;
}
.contact-us-booking-section .doctor-section-main .doctor-section {
  padding: 37px 60px 72px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 1399.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section {
    padding: 37px 46px 55px 35px;
  }
}
@media (max-width: 1199.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section {
    text-align: center;
  }
}
.contact-us-booking-section .doctor-section-main .doctor-section h5 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section h5 {
    margin-bottom: 20px;
  }
}
.contact-us-booking-section .doctor-section-main .doctor-section .call {
  font-size: 16px;
  color: #00A4A3;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-us-booking-section .doctor-section-main .doctor-section .hot-line a {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .hot-line a {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .hot-line a {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .hot-line a {
    font-size: 31px;
  }
}
.contact-us-booking-section .doctor-section-main .doctor-section .hot-line a img {
  margin-right: 10px;
  vertical-align: text-bottom;
}
@media (max-width: 1399.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .hot-line a img {
    width: 38px;
  }
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .hot-line a img {
    width: 27px;
  }
}
.contact-us-booking-section .doctor-section-main .doctor-section .booking-btn.medium-size {
  margin-right: 0px;
}
@media (max-width: 1199.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .booking-btn.medium-size {
    padding: 13px 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .booking-btn.medium-size {
    font-size: 11px;
  }
}
.contact-us-booking-section .doctor-section-main .doctor-section .seperator {
  margin-top: 40px;
  margin-bottom: 27px;
}
@media (max-width: 1399.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .seperator {
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .seperator {
    margin-top: 20px;
    margin-bottom: 31px;
  }
}
@media (max-width: 575.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .seperator {
    margin-top: 14px;
    margin-bottom: 24px;
  }
}
.contact-us-booking-section .doctor-section-main .doctor-section .seperator .main {
  width: 24%;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 0.1em;
  margin: 10px 0 20px;
}
@media (max-width: 1399.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .seperator .main {
    width: 28%;
  }
}
@media (max-width: 767.98px) {
  .contact-us-booking-section .doctor-section-main .doctor-section .seperator .main {
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
  }
}
.contact-us-booking-section .doctor-section-main .doctor-section .seperator .main span {
  background: #00546A;
  padding: 0 7px;
  display: unset;
  color: #79A3AF;
}
.contact-us-booking-section .text-section .text-section-inner {
  padding: 0px;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 575.98px) {
  .contact-us-booking-section .text-section .text-section-inner {
    display: block;
  }
}
.contact-us-booking-section .text-section .text-section-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(23, 39, 46);
  background: -moz-linear-gradient(83deg, rgba(23, 39, 46, 0.7399334734) 0%, rgba(23, 39, 46, 0.3169642857) 51%, rgba(1, 18, 18, 0) 100%);
  background: -webkit-linear-gradient(83deg, rgba(23, 39, 46, 0.7399334734) 0%, rgba(23, 39, 46, 0.3169642857) 51%, rgba(1, 18, 18, 0) 100%);
  background: linear-gradient(83deg, rgba(23, 39, 46, 0.7399334734) 0%, rgba(23, 39, 46, 0.3169642857) 51%, rgba(1, 18, 18, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17272e", endColorstr="#011212", GradientType=1);
  bottom: 0px;
  position: absolute;
}
.contact-us-booking-section .text-section .text-section-inner .download-app {
  position: relative;
  z-index: 1;
  width: 39%;
  margin-top: 115px;
  padding-left: 52px;
}
@media (max-width: 1199.98px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app {
    width: 45%;
    margin-top: 75px;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.contact-us-booking-section .text-section .text-section-inner .apps {
  display: flex;
}
@media (max-width: 575.98px) {
  .contact-us-booking-section .text-section .text-section-inner .apps {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
.contact-us-booking-section .text-section .text-section-inner .mobile {
  position: relative;
  z-index: 1;
  margin-top: 23px;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section .text-section-inner .mobile {
    margin-top: 64px;
  }
}
@media (max-width: 767.98px) {
  .contact-us-booking-section .text-section .text-section-inner .mobile {
    margin-top: 34px;
  }
}
@media (max-width: 575.98px) {
  .contact-us-booking-section .text-section .text-section-inner .mobile {
    margin-top: 14px;
  }
}
.contact-us-booking-section .text-section .text-section-inner .download-app-head h4 {
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app-head h4 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app-head h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-us-booking-section .text-section .text-section-inner .download-app-img {
  width: 95px;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app-img {
    width: 71px;
    margin-right: 8px;
  }
}
@media (max-width: 480px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app-img {
    float: left;
  }
}
.contact-us-booking-section .text-section .text-section-inner .download-app-img2 {
  width: 135px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app-img2 {
    width: 88px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .contact-us-booking-section .text-section .text-section-inner .download-app-img2 {
    float: left;
  }
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section .text-section-inner .department-btn-secton {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .contact-us-booking-section .text-section .text-section-inner .department-btn-secton .booking-btn.medium-size {
    padding: 11px 17px;
    padding-right: 17px !important;
  }
}
@media (max-width: 767.98px) {
  .contact-us-booking-section .text-section .text-section-inner .department-btn-secton .depart-find-btn {
    margin-top: 10px;
  }
}
.contact-us-booking-section .text-section h2 {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section h2 {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .contact-us-booking-section .text-section h2 {
    font-size: 20px;
  }
}
.contact-us-booking-section .text-section .designation {
  color: #70ACBC;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .contact-us-booking-section .text-section .designation {
    font-size: 15px;
  }
}
.contact-us-booking-section .text-section .dtls-main {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section .dtls-main {
    margin-top: 20px;
  }
}
.contact-us-booking-section .text-section .dtls-main .dtls-1 {
  color: #00A4A3;
  font-size: 14px;
  font-weight: 500;
}
.contact-us-booking-section .text-section .dtls-main .dtls-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(237, 237, 237, 0.15);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .contact-us-booking-section .text-section .dtls-main .dtls-2 {
    font-size: 18px;
  }
}
.contact-dtls-section {
  background: rgb(3, 65, 83);
  background: -moz-linear-gradient(0deg, rgb(3, 65, 83) 0%, rgb(3, 65, 83) 51%, rgb(8, 84, 106) 100%);
  background: -webkit-linear-gradient(0deg, rgb(3, 65, 83) 0%, rgb(3, 65, 83) 51%, rgb(8, 84, 106) 100%);
  background: linear-gradient(0deg, rgb(3, 65, 83) 0%, rgb(3, 65, 83) 51%, rgb(8, 84, 106) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034153", endColorstr="#08546a", GradientType=1);
}
.contact-dtls-section .contact-dtls-section-inner {
  display: flex;
  justify-content: space-around;
  padding: 40px 0px;
}
@media (max-width: 991.98px) {
  .contact-dtls-section .contact-dtls-section-inner {
    display: block;
    padding: 20px 0px;
    margin-left: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .contact-dtls-section .contact-dtls-section-inner {
    padding-bottom: 10px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-main {
  height: 44px;
}
@media (max-width: 480px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-main {
    height: 40px;
  }
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .footer-social-media {
  margin-left: 0px;
  margin-bottom: 0px;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .footer-social-media li {
  float: left;
  padding-left: 0px;
  padding-right: 8px;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .footer-social-media li:before {
  display: none;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .footer-social-media li a {
  font-size: 18px;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .footer-social-media li a:hover {
  color: #00A4A3;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .head {
  color: rgba(237, 237, 237, 0.65);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single p {
  color: #EDEDED;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single p {
    font-size: 15px;
  }
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single a {
  color: #EDEDED;
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single h5 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single h5 {
    font-size: 17px;
  }
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single h5 a {
  font-weight: 500;
  text-decoration: none;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single h5 a:hover {
  color: #00A4A3;
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-contact {
  color: #00A4A3;
  font-size: 38px;
}
@media (max-width: 480px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-contact {
    font-size: 33px;
  }
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-email-2 {
  color: #00A4A3;
  font-size: 28px !important;
}
@media (max-width: 480px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-email-2 {
    font-size: 23px !important;
  }
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-social-media {
  color: #00A4A3;
  font-size: 38px;
}
@media (max-width: 480px) {
  .contact-dtls-section .contact-dtls-section-inner .contact-dtls-single .icon-social-media {
    font-size: 34px;
  }
}
.contact-dtls-section .contact-dtls-section-inner .contact-dtls-single a:hover {
  color: #00A4A3;
}

.contact-form-section {
  background: #fff;
}

.contact-form-area .cnt-input {
  padding: 13px 20px;
  background: #F2F2F2;
  box-shadow: none;
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid #F2F2F2;
  color: rgba(128, 128, 128, 0.8);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .contact-form-area .cnt-input {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-area .cnt-input {
    width: 100%;
    font-size: 15px;
    padding: 8px 15px;
  }
}
@media (max-width: 480px) {
  .contact-form-area .cnt-input {
    font-size: 14px;
  }
}
.contact-form-area .cnt-text-area {
  padding: 13px 20px;
  box-shadow: none;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 30px;
  font-size: 16px;
  color: rgba(128, 128, 128, 0.8);
  height: 14rem;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .contact-form-area .cnt-text-area {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-area .cnt-text-area {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contact-form-area .cnt-text-area {
    font-size: 14px;
  }
}
.contact-form-area input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #525251;
}
.contact-form-area textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #525251;
}
.contact-form-area input:focus {
  border: 1px solid rgba(8, 84, 106, 0.4);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: #fff;
}
.contact-form-area textarea:focus {
  border: 1px solid rgba(8, 84, 106, 0.4);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: #fff;
}
.contact-form-area .cnt-btn {
  border-radius: 0px;
  border-radius: 0px;
}
.contact-form-area .button-main {
  float: right;
  margin-right: 0px;
  padding: 12px 40px;
  padding-right: 45px;
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  .contact-form-area .button-main {
    font-size: 13px;
  }
}
.contact-form-area .captcha-txt {
  text-align: right;
  float: right;
  padding-top: 16px;
  padding-right: 13px;
  font-size: 12px;
  text-transform: uppercase;
  color: #D6D6D6;
}
.contact-form-area .captcha-txt p {
  color: #D6D6D6;
  font-weight: 500;
}
.contact-form-area .nice-select {
  height: 53px;
  padding-top: 0px;
  line-height: 50px;
}
@media (max-width: 575.98px) {
  .contact-form-area .nice-select {
    height: 44px;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-area .nice-select {
    height: 42px;
    line-height: 42px;
  }
}
.contact-form-area .nice-select ul li {
  background: none;
  margin-bottom: 5px;
  padding-left: 10px;
}
.contact-form-area .nice-select ul li:before {
  display: none;
}

.abstract.contact {
  color: #245368;
}

.contact-us-booking-section {
  overflow: hidden;
}

.chat-main {
  position: fixed;
  right: 25px;
  bottom: 70px;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .chat-main {
    right: 15px;
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .chat-main {
    right: 10px;
    bottom: 20px;
    text-align: right;
  }
}
.chat-main img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .chat-main img {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .chat-main img {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .chat-main img {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .chat-main img {
    width: 60%;
  }
}
.chat-main:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}

.book-apppintment-btn-mob {
  background: #00546A;
}

@media (max-width: 480px) {
  .news-dtls-img-section .img-innerpage {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .gallery-cont .gallery-play a:before {
    opacity: 1;
    color: #fff;
  }
  .gallery-cont .gallery-play a:after {
    background: rgba(36, 83, 104, 0.5);
  }
  .gallery-cont .gallery-play img {
    transform: scale(1.1);
  }
  .gallery-cont .gallery-play .gallery-date {
    line-height: 27px;
    font-size: 11px;
    height: 26px;
  }
}
.form-check-input[type=radio] {
  border-radius: 50%;
  outline: none !important;
  box-shadow: none !important;
}

.radio-main .form-check-input:focus {
  border-color: #245368;
}

@media (max-width: 575.98px) {
  .booking-big-mob .booking-btn {
    width: 100%;
    text-align: center;
    display: block !important;
    margin-top: 30px;
  }
}
.booking-big-mob .booking-btn .icon-calender {
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .download-app-head {
    text-align: center;
  }
}

.contact-form-area .drop-main-cont {
  z-index: 9;
}

@media (max-width: 480px) {
  .departments-single-section .departments-inner-head .counter-icon {
    background: rgba(0, 164, 163, 0.17);
  }
}

@media (max-width: 480px) {
  .departments-single-section:hover .departments-inner-head .counter-icon img {
    filter: brightness(0) invert(1);
  }
}

@media (max-width: 480px) {
  .departments-single-section .branch-main-content .icons-department .icons-department-single .number-hover {
    margin-right: 5px;
    margin-left: inherit;
  }
}

.preloadcss {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #003D4D;
}

.doctors-popup-div {
  width: 100%;
  height: 100%;
}

.left-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.left-menu::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.left-menu::-webkit-scrollbar-thumb {
  background-color: #A0ACB4;
}

.mega-menu-bg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.mega-menu-bg::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.mega-menu-bg::-webkit-scrollbar-thumb {
  background-color: #A0ACB4;
}

.dropdown-list {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

select:focus:not(:focus-visible) {
  outline: none;
}

select:focus-visible {
  outline: none;
}

.main-seach-home .col-lg-3 {
  position: relative;
}
.main-seach-home .col-lg-3:after {
  font-family: "st-icons" !important;
  position: absolute;
  font-size: 10px;
  content: "\e903";
  right: 27px;
  top: 20px;
  color: rgba(82, 82, 81, 0.5);
  display: none;
}
.main-seach-home select {
  position: relative;
  /** for the dropdown indicator */
  appearance: none;
}
@media (max-width: 1199.98px) {
  .main-seach-home select {
    font-size: 16px;
  }
}

.doctors-inner-landing-page-main .select-single select {
  position: relative;
  /** for the dropdown indicator */
  appearance: none;
}
@media (max-width: 1199.98px) {
  .doctors-inner-landing-page-main .select-single select {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .doctors-inner-landing-page-main .select-single select {
    font-size: 14px;
  }
}

.doctors-inner-landing-page-main .select-single {
  position: relative;
}
@media (max-width: 991.98px) {
  .doctors-inner-landing-page-main .select-single {
    margin-bottom: 20px;
  }
}
.doctors-inner-landing-page-main .select-single:after {
  font-family: "st-icons" !important;
  position: absolute;
  font-size: 10px;
  content: "\e903";
  right: 27px;
  top: 20px;
  color: rgba(82, 82, 81, 0.5);
  display: none;
}
@media (max-width: 575.98px) {
  .doctors-inner-landing-page-main .select-single:after {
    top: 13px;
  }
}

.btn-home-main:after {
  display: none;
}

.preloadcss {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #003D4D;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------- */
/* 1. LOADING SCREEN ................... */
/* ------------------------------------- */
@keyframes pre-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloadcss-logo {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
}
.preloadcss-logo .loader {
  height: 100%;
  width: 100%;
}
.preloadcss-logo .loader .loader-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  max-width: 400px;
  width: 90%;
}
.preloadcss-logo .loader .loader-section.wow .loader-img {
  opacity: 0;
  transform: translateY(70px);
  -webkit-transition: all 0.4s ease-out 0s !important;
  -moz-transition: all 0.4s ease-out 0s !important;
  -ms-transition: all 0.4s ease-out 0s !important;
  -o-transition: all 0.4s ease-out 0s !important;
  transition: all 0.4s ease-out 0s !important;
}
.preloadcss-logo .loader .loader-section.wow .loader-text {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.4s ease 0.3s;
  -webkit-transition: all 0.4s ease 0.3s;
  -moz-transition: all 0.4s ease 0.3s;
  -ms-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
}
.preloadcss-logo .loader .loader-section.wow.animated .loader-img {
  opacity: 1;
  transform: translateY(0px);
}
.preloadcss-logo .loader .loader-section.wow.animated .loader-text {
  opacity: 1;
  transform: translateY(0px);
}
.preloadcss-logo .loader .loader-section .loader-img {
  width: 60px;
  margin: 0 auto;
}
.preloadcss-logo .loader .loader-section .loader-img .prerotate {
  animation: pre-rotate 1s linear infinite;
  position: absolute;
  width: 99.2px;
  height: 99.2px;
  top: -21.6px;
  left: -18.6px;
  border-radius: 50%;
  box-shadow: 0 2.48px 0 0 rgba(242, 242, 242, 0.5);
  transform-origin: 49.6px 50.84px;
}
.preloadcss-logo .loader .loader-section .loader-text p {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  margin: 30px 0 0 0;
  line-height: 12px;
}
.preloadcss-logo .loader .loader-section .loader-text span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  margin: 0.19em;
  background: #007DB6;
  border-radius: 0.6em;
  animation: loading 1s infinite alternate;
}
.preloadcss-logo .loader .loader-section .loader-text span:nth-of-type(2) {
  background: #008FB2;
  animation-delay: 0.2s;
}
.preloadcss-logo .loader .loader-section .loader-text span:nth-of-type(3) {
  background: #009B9E;
  animation-delay: 0.4s;
}
.preloadcss-logo .loader .loader-section .loader-text span:nth-of-type(4) {
  background: #00A77D;
  animation-delay: 0.6s;
}
.preloadcss-logo .loader .loader-section .loader-text span:nth-of-type(5) {
  background: #00B247;
  animation-delay: 0.8s;
}
.preloadcss-logo .loader .loader-section .loader-text span:nth-of-type(6) {
  background: #5AB027;
  animation-delay: 1s;
}
.preloadcss-logo .loader .loader-section .loader-text span:nth-of-type(7) {
  background: #A0B61E;
  animation-delay: 1.2s;
}

.before-loading {
  visibility: hidden !important;
  opacity: 0 !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#loading:before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(50% + 2px);
  content: "";
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #003D4D;
}

#loading:after {
  position: absolute;
  z-index: -20;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: calc(50% + 2px);
  content: "";
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #003D4D;
}

#loading.loaded:before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

#loading.loaded:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

#loading .loader,
#loading .loader__figure {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loading .loader {
  overflow: visible;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

#loading .loader.loaded {
  opacity: 0;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }
}
.leadership-popup .management-team-model-area .modal-body {
  padding: 0px;
}
@media (max-width: 767.98px) {
  .leadership-popup .management-team-model-area .modal-body {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .leadership-popup .management-team-model-area .modal-body {
    padding: 0px;
  }
}
.leadership-popup .management-team-model-area .modal-content {
  border-radius: 0px;
  background: #fff;
  border: none;
}
.leadership-popup .management-team-model-area .modal-content .modal-body {
  opacity: 1;
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .row {
  --bs-gutter-x: 0px;
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .doctor-section-main {
  background: #fff;
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .leaders-image-area-popup img {
  width: 100%;
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section {
  background: #00546A;
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
  padding: 45px 30px;
}
@media (max-width: 991.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
    padding: 35px 20px;
  }
}
@media (max-width: 480px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .booking-btn.medium-size {
    padding: 11px 17px;
    padding-right: 17px !important;
  }
}
@media (max-width: 480px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .booking-btn.medium-size {
    width: 100%;
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .depart-find-btn {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .text-section-inner .department-btn-secton .depart-find-btn {
    text-align: center;
  }
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section h2 {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section h2 {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section h2 {
    font-size: 20px;
  }
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .designation {
  color: #70ACBC;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .designation {
    font-size: 15px;
  }
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main {
    margin-top: 20px;
  }
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-1 {
  color: #00A4A3;
  font-size: 14px;
  font-weight: 500;
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(237, 237, 237, 0.15);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .text-section .dtls-main .dtls-2 {
    font-size: 18px;
  }
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .doctor-section {
  background: #e1e1e2;
  background: -moz-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: -webkit-linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  background: linear-gradient(180deg, #e1e1e2 0%, rgba(225, 225, 226, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e2", endColorstr="#e1e1e2", GradientType=1);
  width: 100%;
  height: 100%;
}
.leadership-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .doctor-section img {
  width: 100%;
  height: 100%;
}
.leadership-popup .management-team-model-area .modal-content .model-popup-header {
  border-bottom: none;
  padding: 0px;
}
.leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
  background: none !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  margin-top: -150px;
  margin-right: -55px;
}
@media (max-width: 991.98px) {
  .leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
    margin-top: -26px;
    margin-right: 0px;
    z-index: 9;
  }
}
.leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close:hover:before {
  color: #00A4A3 !important;
}
.leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close:focus {
  box-shadow: none !important;
}
.leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
  color: #00A4A3 !important;
  content: "\e91b";
  font-size: 23px !important;
  font-weight: 400;
  position: absolute;
  right: -30px;
  top: -27px;
  font-family: "st-icons";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    right: 14px;
    top: 11px;
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    right: 4px;
    top: 1px;
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .leadership-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    right: 4px;
    top: 3px;
    font-size: 16px !important;
  }
}

.mega-menu-container h4 {
  margin-bottom: 20px !important;
}
@media (max-width: 1199.98px) {
  .mega-menu-container h4 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 480px) {
  .mega-menu-container h4 {
    margin-bottom: 7px !important;
  }
}

.vision-block .abstract p {
  color: #fff !important;
}

.mission-block .abstract p {
  color: #fff !important;
}

.serch-box-open .select-main ul li:before {
  display: none;
}

.share {
  width: 30%;
}
@media (max-width: 991.98px) {
  .share {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .share {
    margin-bottom: 33px;
  }
}
@media (max-width: 480px) {
  .share {
    margin-bottom: 14px;
  }
}

.sharediv {
  position: relative;
  right: 0;
  width: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .sharediv {
    position: relative;
    z-index: 2;
  }
}
.sharediv .share-text {
  margin-right: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: #808080;
}
@media (max-width: 767.98px) {
  .sharediv .share-text {
    display: none;
  }
}
.sharediv .shareoption {
  justify-content: end;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .sharediv .shareoption {
    justify-content: start;
  }
}
.sharediv .shareoption div.icon-share {
  position: relative;
  font-size: 18px;
  color: #00A4A3;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .sharediv .shareoption div.icon-share {
    z-index: 2;
    position: absolute;
    top: 2px;
  }
}
.sharediv .shareoption div.icon-share:before {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.sharediv .shareoption div.icon-share:after {
  font-family: "st-icons" !important;
  content: "\e91b";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .sharediv .shareoption div.icon-share:after {
    top: 9px;
  }
}
.sharediv .shareoption div.icon-share.active:after {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.sharediv .shareoption div.icon-share.active:before {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sharediv .shareoption div.icon-share:hover {
  color: #00546A;
}
.sharediv .shareoption .sharebtnid {
  display: none;
  position: absolute;
  right: 12px;
  top: -6px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .sharediv .shareoption .sharebtnid {
    padding-left: 0px;
    width: 100%;
    top: -6px;
    z-index: 1;
    position: relative;
    right: -22px;
  }
}
.sharediv .shareoption .sharebtnid .st-btn {
  display: inline-block !important;
  margin-right: 6px !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.sharediv .shareoption .sharebtnid .st-btn img {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  filter: brightness(0) invert(0) !important;
}
.sharediv .shareoption .sharebtnid .st-btn:hover {
  background-color: #00A4A3 !important;
  color: #00546A !important;
  opacity: 1 !important;
}
.sharediv .shareoption .sharebtnid .st-btn:hover img {
  filter: brightness(0) invert(1) !important;
}
.sharediv .sharethis-inline-share-buttons {
  text-align: right !important;
  margin-right: 60px !important;
}
@media (max-width: 991.98px) {
  .sharediv .sharethis-inline-share-buttons {
    text-align: left !important;
    margin-left: 96px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .sharediv .sharethis-inline-share-buttons {
    text-align: left !important;
    margin-left: 9px !important;
    margin-right: 0px !important;
  }
}

.overview-slider .swiper-button-next,
.overview-slider .swiper-rtl .swiper-button-prev {
  right: 30px;
}
.overview-slider .swiper-button-prev,
.overview-slider .swiper-rtl .swiper-button-next {
  left: 30px;
}
.overview-slider .swiper-button-prev {
  background: rgba(0, 164, 163, 0.17);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.overview-slider .swiper-button-prev:after {
  color: white;
  font-size: 12px;
}
.overview-slider .swiper-button-next {
  background: rgba(0, 164, 163, 0.17);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.overview-slider .swiper-button-next:after {
  color: white;
  font-size: 12px;
}

.project-slider .swiper-button-next,
.project-slider .swiper-rtl .swiper-button-prev {
  right: 10px;
}
.project-slider .swiper-button-prev,
.project-slider .swiper-rtl .swiper-button-next {
  left: 10px;
}
.project-slider .swiper-button-prev {
  background: rgba(237, 237, 237, 0.17);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.project-slider .swiper-button-prev:after {
  color: white;
  font-size: 12px;
}
.project-slider .swiper-button-next {
  background: rgba(237, 237, 237, 0.17);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.project-slider .swiper-button-next:after {
  color: white;
  font-size: 12px;
}

.innovating-grid.img-right ul {
  margin-right: 15px;
  margin-left: inherit;
}
.innovating-grid.img-right li {
  padding-right: 20px;
  padding-left: inherit;
}
.innovating-grid.img-right ul li:before {
  right: 0px;
  left: inherit;
}

.navik-menu > ul > li > a {
  padding: 0px 22px 0px 18px;
}
@media (max-width: 1399.98px) {
  .navik-menu > ul > li > a {
    margin-right: 5px;
  }
}
@media (max-width: 1199.98px) {
  .navik-menu > ul > li > a {
    padding: 13px 15px 13px 15px;
    margin-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.news-slider a {
  width: 100%;
}

.main-btn.right-arrow-2:active {
  background-color: #00546A;
  color: #fff;
}

.main-btn.white-btn:active {
  color: #fff;
  background-color: transparent;
}

.main-btn.white-btn:focus {
  color: #fff;
  background-color: transparent;
}

.main-btn.btn-darkblue:active {
  background-color: transparent;
  color: #fff;
}

.main-btn.btn-darkblue:focus {
  background-color: transparent;
  color: #fff;
}

.overview-video-main-sec {
  z-index: 9;
  position: relative;
}

.nice-select .list {
  margin-left: 0px;
}

.mega-menu-single {
  padding: 30px 20px 30px 50px;
}
@media (max-width: 1199.98px) {
  .mega-menu-single {
    padding: 10px 20px 30px 0px;
  }
}
@media (max-width: 991.98px) {
  .mega-menu-single {
    padding: 10px 20px 10px 0px;
  }
}
@media (max-width: 480px) {
  .mega-menu-single {
    padding: 10px 20px 10px 15px;
  }
}

.mega-menu-single2 {
  padding: 30px 20px 30px 20px;
}
@media (max-width: 1199.98px) {
  .mega-menu-single2 {
    padding: 10px 20px 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .mega-menu-single2 {
    padding: 10px 20px 10px 0px;
  }
}
@media (max-width: 480px) {
  .mega-menu-single2 {
    padding: 10px 20px 10px 15px;
  }
}

.menu-all-department-div {
  position: absolute;
  bottom: 0px;
  left: 40px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  z-index: 1;
  width: 73.4%;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1399.98px) {
  .menu-all-department-div {
    display: flex;
    border-top: 1px solid rgba(112, 112, 112, 0);
  }
}
@media (max-width: 1199.98px) {
  .menu-all-department-div {
    position: relative;
    left: 0px;
    width: 100%;
    display: block;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
}
@media (max-width: 480px) {
  .menu-all-department-div {
    padding-left: 15px;
  }
}
.menu-all-department-div .main-btn {
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1399.98px) {
  .menu-all-department-div .main-btn {
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .menu-all-department-div .main-btn {
    padding-top: 8px;
  }
}
@media (max-width: 1199.98px) {
  .menu-all-department-div .main-btn.right-arrow:hover {
    color: #fff !important;
  }
}
.menu-all-department-div .mega-btn {
  margin-left: 27px;
}
.menu-all-department-div .menu-department-head {
  font-size: 18px;
  font-weight: 600;
  color: #00546A;
}
@media (max-width: 1199.98px) {
  .menu-all-department-div .menu-department-head {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .menu-all-department-div .menu-department-head {
    font-size: 16px;
  }
}
.menu-all-department-div .menu-department-head span {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.formpreloader {
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s !important;
  -moz-transition: all 0.4s ease-out 0s !important;
  -ms-transition: all 0.4s ease-out 0s !important;
  -o-transition: all 0.4s ease-out 0s !important;
  transition: all 0.4s ease-out 0s !important;
}
.formpreloader.active {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.formpreloader .loadmorediv-cen {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 85, 184, 0.1882352941);
}
.formpreloader .loadmorediv-cen .spinner-grow {
  background-color: #00A4A3;
}

.select2-container {
  width: 100% !important;
}
.select2-container > span {
  display: block;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 10px;
}

.select2-container--default .select2-selection--single {
  color: #525251;
  border: 1px solid rgba(0, 164, 163, 0.7);
  border-radius: 30px;
  height: 50px;
  padding: 11px 7px;
  font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00546A;
}

.select2-results__option {
  font-size: 16px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f4f4f4;
}

@media (max-width: 991.98px) {
  .main-side-block {
    display: flex !important;
  }
  .main-side-block .header-top-right,
  .main-side-block .header-social-media {
    display: none;
  }
}

.main-side-block {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 575.98px) {
  .main-side-block .account-dropdown {
    display: none;
  }
}

.main-navigation-right .account-dropdown {
  display: none;
}
@media (max-width: 575.98px) {
  .main-navigation-right .account-dropdown {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .main-navigation-right .account-dropdown .account-btn {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation-right a.arabic {
    padding-top: 0px;
  }
}

@media (max-width: 575.98px) {
  .search-button {
    right: 90px;
    top: -29px;
  }
  .main-navigation-right a.arabic {
    margin-top: 0px;
    margin-right: 34px;
  }
  .main-navigation-right .account-dropdown {
    margin-top: -1px;
  }
  .scroll-to-fixed-fixed .main-navigation-right a.arabic {
    margin-top: 4px;
    padding-top: 0px !important;
  }
  .scroll-to-fixed-fixed .main-navigation-right .account-dropdown {
    margin-top: 6px;
  }
}
.account-btn {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background-color: #00A4A3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .account-btn {
    height: 35px;
    width: 35px;
  }
}
.account-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #033240;
  border-radius: 100%;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.account-btn span:before {
  z-index: 111;
  position: relative;
}
.account-btn:hover:before {
  transform: scale(1.1);
}
.account-btn:hover h6 {
  transform: translateY(0px);
}
.account-btn h6 {
  position: absolute;
  top: -32px;
  left: -25px;
  background-color: #003D4D;
  color: #00A4A3;
  font-size: 10px;
  border-radius: 5px;
  white-space: nowrap;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transform: translateY(-50px);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .account-btn h6 {
    top: -26px;
  }
}
.account-btn h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #003D4D;
  left: 50%;
  bottom: -9px;
  transform: translate(-50%, -50%);
}

.account-dropdown {
  position: relative;
  z-index: 111111111 !important;
}
.account-dropdown button {
  border: none;
  box-shadow: none;
}
.account-dropdown .account-dropdown-menu {
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 26px #000000);
  width: 270px;
  position: absolute;
  right: 0;
  left: auto;
  transform: translate(0px, 100px);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 111111111 !important;
}
@media (max-width: 1599.98px) {
  .account-dropdown .account-dropdown-menu {
    width: 250px;
  }
}
@media (max-width: 575.98px) {
  .account-dropdown .account-dropdown-menu {
    transform: translate(-20px, 100px);
  }
}
.account-dropdown .account-dropdown-menu:before {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: -4px;
  height: 0px;
  width: 0px;
  border: none;
  border-bottom: 10px solid rgb(255, 255, 255);
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, -50%);
}
.account-dropdown .account-dropdown-menu .dropdown-menu-head {
  font-size: 16px;
  font-weight: 600;
  color: #033240;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
@media (max-width: 767.98px) {
  .account-dropdown .account-dropdown-menu .dropdown-menu-head {
    font-size: 15px;
  }
}
.account-dropdown .account-dropdown-menu ul {
  padding: 20px 30px;
}
.account-dropdown .account-dropdown-menu ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.account-dropdown .account-dropdown-menu ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 10px;
  background-color: #525251;
  transform: translateY(-50%);
}
.account-dropdown .account-dropdown-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #525251;
}
@media (max-width: 767.98px) {
  .account-dropdown .account-dropdown-menu ul li a {
    font-size: 15px;
  }
}
.account-dropdown .account-dropdown-menu ul li a:hover {
  color: #00A4A3;
}
.account-dropdown.active .account-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 20px);
}
@media (max-width: 575.98px) {
  .account-dropdown.active .account-dropdown-menu {
    transform: translate(-20px, 60px);
  }
}

.main-seach-home .nav {
  justify-content: center;
  background: #f7f7f7;
  width: 100%;
}
.main-seach-home .nav .nav-item {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.main-seach-home .nav .nav-item .nav-link {
  font-size: 18px;
  background: #f7f7f7;
  padding: 20px;
  width: 440px;
}
.main-seach-home .nav .nav-item .nav-link:hover {
  background-color: #00A4A3;
}
@media (max-width: 1399.98px) {
  .main-seach-home .nav .nav-item .nav-link {
    width: 350px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .main-seach-home .nav .nav-item .nav-link {
    width: 300px;
    font-size: 14px;
  }
}
.main-seach-home .nav .nav-item .nav-link.active {
  background: #ffffff;
}

.fancybox-caption {
  z-index: 9999 !important;
}

.contact-form-area .captcha-txt {
  text-align: left;
  float: left;
}

.contact-form-area .button-main {
  float: left;
  margin-left: 0;
  margin-right: 25px;
}

.doctors-common-cont {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */