/* ==============
 ========= css documentation =========

 * template name: Medical
 * version: 1.0
 * description: Hospital Website Template
 * author: softivus
 * author url: https://www.templatemonster.com/authors/softivus/

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> preloader

 04. layout
     4.1 --> header
     4.2 --> banner
     4.3 --> footer

 05. sections


 06. responsive

    =========================
============== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 0;
  font-weight: 400;
  color: #444444;
  background-color: #ffffff;
  overflow-x: hidden;
}

/*
body::-webkit-scrollbar {
  width: 0.4vw;
}
body::-webkit-scrollbar-track {
  background-color: #cae6f7;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #13578c;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
*/

a,
button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  transition: all 0.35s ease-in-out;
  letter-spacing: 0.3px;
}
a i,
button i {
  transition: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
  color: #68c2e8
}

button {
  cursor: pointer;
}
button:focus {
  box-shadow: none;
}

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

input,
textarea {
  border: 0px;
  outline: 0px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666 !important;
  opacity: 1;
  font-size: 18px;
}
input::placeholder,
textarea::placeholder {
  color: #666666 !important;
  opacity: 1;
  font-size: 18px;
}
input:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0;
  width: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
a,
button {
  font-size: 18px;
  line-height: 1.2;
  color: #222222;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
a:hover,
button:hover {
  color: #68c2e8;
}

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

p span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a
{
	font-family: "Domine", serif!important;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #222222;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

h1,
h1 > a {
  font-weight: 700;
  font-size: 70px;
}

h2,
h2 > a {
  font-weight: 700;
  font-size: 55px;
}

h3,
h3 > a {
  font-weight: 700;
  font-size: 40px;
}

h4,
h4 > a {
  font-weight: 600;
  font-size: 30px;
}

h5,
h5 > a {
  font-size: 25px;
  font-weight: 600;
}

h6,
h6 > a {
  font-size: 20px;
  font-weight: 600;
}

.xsmall_size {
  font-size: 14px;
  line-height: inherit;
}

.headingStyle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #222222;
}

.headingThree {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 1.2;
  color: #222222;
}

.headingFour {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}

.headingFive {
  font-weight: 600;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  color: #222222;
}

.headingSix {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

.font_primary {
  font-family: "Open Sans", sans-serif;
}

.font_600 {
  font-weight: 600;
}

.font_500 {
  font-weight: 500;
}

.font_400 {
  font-weight: 400;
}

@media (max-width: 1399px) {
  h1,
  h1 > a {
    font-size: 64px;
  }
  h2,
  h2 > a {
    font-size: 48px;
  }
  h5,
  h5 > a {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 54px;
  }
  h2,
  h2 > a {
    font-size: 40px;
  }
  h3,
  h3 > a {
    font-size: 36px;
  }
  .headingThree {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h3,
  h3 > a {
    font-size: 30px;
  }
  h4,
  h4 > a {
    font-size: 24px;
  }
  h5,
  h5 > a {
    font-size: 20px;
  }
  h6,
  h6 > a {
    font-size: 18px;
  }
  .headingThree {
    font-size: 30px;
  }
  .headingFour {
    font-size: 24px;
  }
  .headingFive {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h2,
  h2 > a {
    font-size: 36px;
  }
  h3,
  h3 > a {
    font-size: 28px;
  }
  .headingThree {
    font-size: 28px;
  }
  .headingSix {
    font-size: 16px;
  }
  .headingStyle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  h1,
  h1 > a {
    font-size: 40px;
  }
  h2,
  h2 > a {
    font-size: 30px;
  }
  h3,
  h3 > a {
    font-size: 23px;
  }
  h4,
  h4 > a {
    font-size: 20px;
  }
  h5,
  h5 > a {
    font-size: 18px;
  }
  .headingThree {
    font-size: 24px;
  }
  .headingFour {
    font-size: 20px;
  }
  .headingFive {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h1,
  h1 > a {
    font-size: 32px;
  }
  h2,
  h2 > a {
    font-size: 26px;
  }
}
.section_pt60 {
  padding-top: 60px;
}

.mb_12 {
  margin-bottom: 12px;
}

.pt_12 {
  padding-top: 12px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mt_60 {
  margin-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_30 {
  padding-top: 30px;
}

.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .section_md_pt {
    padding-top: 60px;
  }
  .part_md_pt {
    margin-top: 60px;
  }
  .part_md_pt40 {
    margin-top: 40px;
  }
  .mb_30 {
    margin-bottom: 28px;
  }
  .mb_24 {
    margin-bottom: 24px;
  }
  .py_30 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .mb_40 {
    margin-bottom: 37px;
  }
  .mt_40 {
    margin-top: 37px;
  }
  .mb_60 {
    margin-bottom: 44px;
  }
  .mt_60 {
    margin-top: 44px;
  }
  .pt_70 {
    padding-top: 48px;
  }
  .py_60 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .mb_60 {
    margin-bottom: 40px;
  }
  .mt_60 {
    margin-top: 40px;
  }
  .pt_70 {
    padding-top: 45px;
  }
  .py_60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .part_md_pt {
    margin-top: 40px;
  }
  .part_md_pt40 {
    margin-top: 30px;
  }
  .mb_30 {
    margin-bottom: 26px;
  }
  .py_30 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .mb_40 {
    margin-bottom: 35px;
  }
  .mt_40 {
    margin-top: 35px;
  }
}
/* ==== 
  --------- (2.2) typography styles end ---------
  ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
}

.fluid_img {
  max-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.unset {
  max-width: unset;
}

.bg-img {
  background-color: #13578c;
  background-repeat: no-repeat;
  background-position: cover;
  background-size: center center;
}

.dir-rtl {
  direction: rtl;
}

.slick-slide {
  margin: 0px 12px;
}
.slick-slide img {
  display: block;
}

.slick-list {
  margin: 0px -12px;
}

.slick-arrow[aria-disabled=true] {
  opacity: 0.4 !important;
}

.star_review {
  color: #DFDFDF;
  display: flex;
  gap: 6px;
}
.star_review .star_active {
  color: #13578c;
}

.section {
  padding: 120px 0px;
}

.section--space-top {
  padding-bottom: 0px;
}

.section--space-bottom {
  padding-top: 0px;
}

.section__cta {
  margin-top: 60px;
  text-align: center;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section__header {
  text-align: center;
  margin-bottom: 60px;
}
.section__header .section__header-sub-title {
  color: #13578c;
  margin-bottom: 30px;
}
.ls-dark-bg .section__header .section__header-sub-title
{
	color: #ffffff;
}
.section__header .section__header-title {
  margin-bottom: 30px;
  font-size: 44px;
  max-width: 55ch;
  text-transform: uppercase;
}
.section__header .section__header-title SPAN,
.content-page-content H2 EM
{
	font-size: 80px;
  line-height: 44px;
  font-style: normal;
}
.ls-dark-bg .section__header .section__header-title
{
	color: #ffffff;
}
.section__header .section__header-content {
  max-width: 75ch;
  margin: 0 auto;
}
.ls-dark-bg .section__header .section__header-content
{
	color: #ffffff;
}

.section__content .section__content-sub-title,
.section__content .banner__content-sub-title {
  margin-bottom: 30px;
  color: #13578c;
}
.section__content .section__content-title,
.section__content .banner__content-title
{
  margin-bottom: 30px;
  /*max-width: 20ch;*/
      font-weight: 600;
    font-size: 40px;
}
.section__content .section__content-text,
.section__content .banner__content-text {
  margin-bottom: 30px;
}
.section__content .section__content-text:nth-last-of-type(1),
.section__content .banner__content-text:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-text-content,
.section__content .banner__content-text-content {
  margin-bottom: 30px;
}
.section__content .section__content-text-content:nth-last-of-type(1),
.section__content .banner__content-text-content:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-inner,
.section__content .banner__content-inner {
  margin-top: 44px;
}
.section__content .section__content-inner ul,
.section__content .banner__content-inner ul {
  display: flex;
  align-items: center;
  row-gap: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.section__content .section__content-inner ul li,
.section__content .banner__content-inner ul li {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.section__content .section__content-inner ul li i,
.section__content .banner__content-inner ul li i {
  color: #13578c;
}
.section__content .section__content-inner ul li span,
.section__content .banner__content-inner ul li span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #68c2e8;
  color: #13578c;
}
.section__content .section__content-cta,
.section__content .banner__content-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.between_part {
  display: flex;
  gap: 24px;
  align-items: center;
}

.space_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customGapThree {
  gap: 32px;
}

.customGapTwo {
  gap: 20px;
}

.customGapOne {
  gap: 12px;
}

.tall {
  grid-row: span 2;
}

.wide {
  grid-column: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

.theme_color {
  color: #13578c;
}

.word .letter {
  color: #13578c;
}
.ls-dark-bg .word .letter
{
  color: #bababa;
}

@keyframes pulse {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(30deg) scale(1.5);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(-30deg) scale(0.8);
  }
  60% {
    transform: rotate(-90deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(0.7);
  }
  100% {
    transform: rotate(120deg) scale(1);
  }
}
.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.slider-navigation .news__dots-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.slider-navigation .news__dots-list li {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  background: #B5B5B5;
  transition: all 0.35s ease-in-out;
}
.slider-navigation .news__dots-list li.slick-active {
  background: #13578c;
  color: #ffffff;
}
.slider-navigation .news__dots-list li:hover {
  background: #68c2e8;
}
.slider-navigation .news__dots-list li:hover i {
  color: #ffffff;
}
.slider-navigation .pagination-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background: #B5B5B5;
  border-radius: 0;
}
.slider-navigation .pagination-button i {
  color: #ffffff;
}
.slider-navigation .pagination-button:hover {
  background: #68c2e8;
}
.slider-navigation .pagination-button:hover i {
  color: #ffffff;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.social a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 14px;
}
.social a i {
  color: #ffffff;
}
.social a:hover {
  background-color: #ffffff;
}
.social a:hover i {
  /*color: rgba(42, 161, 173, 1);*/
  color: #68c2e8;
}

.play-btn-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.play-btn-wrapper .video-main {
  position: relative;
  display: inline-block;
}
.play-btn-wrapper .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes play-waves {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5, 1.5);
    opacity: 0;
  }
}
.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}

.play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-wrapper .play-btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13578c;
  color: #ffffff;
  z-index: 1;
}
.play-wrapper .play-btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(12, 169, 64, 0.4);
  animation: play-waves 3s ease-in-out infinite;
  animation-delay: 1s;
}
.play-wrapper .play-btn::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.7);
  animation: play-waves 3s ease-in-out infinite;
}

.nav_pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.nav_pagination .pagination {
  gap: 1rem;
}
.nav_pagination .page-item .page-link {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  color: #ffffff;
  border: none;
  background-color: #B5B5B5;
  font-size: 18px;
}
.nav_pagination .page-item .page-link:hover {
  background-color: #68c2e8;
}
.nav_pagination .page-item .page-link:focus {
  box-shadow: none;
}
.nav_pagination .page-item .page-link.active {
  background: #68c2e8;
}

.slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D9D9D9;
  text-indent: -9999px;
}
.slick-dots .slick-active button {
  background: #13578c;
  z-index: 9;
}

/* ==== 
   --------- (2.3) global styles end ---------
   ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.btn_theme
{
  background: #68c2e8;
  color: #ffffff;
  filter: drop-shadow(0px 4px 16px rgba(0, 125, 110, 0.29));
  padding: 20px 37px!important;
  border-radius: 5px;
  border: none;
  outline: 3px solid transparent;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all ease-in-out 0.35s;
}
/*
.ls-dark-bg .btn_theme
{
  background: #2aa1ad;
}
*/
.btn_theme:hover, .btn_theme:focus
{
  outline: 3px solid #68c2e8;
  outline-offset: 8px;
  color: #ffffff;
}
/*
.ls-dark-bg .btn_theme:hover, .ls-dark-bg .btn_theme:focus
{
  outline: 3px solid #2aa1ad;
}
*/

.btn_light {
  background: #ffffff;
  color: #68c2e8;
}
.btn_light:hover, .btn_light:focus {
  outline: 3px solid #ffffff;
  outline-offset: 8px;
  color: #68c2e8;
}

.btn_light_border {
  background: transparent;
  border: 1px solid #ffffff;
}
.btn_light_border:hover, .btn_light_border:focus {
  outline: 3px solid #ffffff;
  outline-offset: 8px;
  border: 1px solid #ffffff;
}

.btn_dark_border {
  background: transparent;
  border: 1px solid #13578c;
  background-color: #13578c;
  color: #ffffff;
}
.btn_dark_border:hover, .btn_dark_border:focus {
  outline: 3px solid #13578c;
  outline-offset: 8px;
  border: 1px solid #13578c;
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: -10px;
  width: 45px;
  height: 45px;
  line-height: var(--body-line-height);
  border-radius: 5px;
  background-color: #13578c;
  /*box-shadow: 0px 1px 13px #e25846;*/
  font-size: 20px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  color: #ffffff !important;
  transition: 0.3s;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollToTop:hover {
  color: #ffffff !important;
}
.scrollToTop:focus {
  color: #ffffff !important;
}

.topActive {
  bottom: 30px;
  transform: translateY(0%);
}

@media (max-width: 1599px) {
  .topActive {
    bottom: 60px;
  }
}
/* ====  
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.alert {
  transition: 1s;
  margin-bottom: -20px;
  margin-top: 10px;
  display: block;
}

label.error {
  color: red;
  font-size: 14px;
  position: absolute;
  left: 0;
}

.message-error.error {
  position: absolute;
  color: red;
  font-size: 14px;
}

.form-control {
  border: none;
  font-size: 18px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.input-group .input-single {
  width: 100%;
  width: calc(50% - 12px);
}

.newsletter {
  background: #13578c;
  overflow: hidden;
}
.newsletter .newsletter__content {
  padding: 60px 0;
}
.newsletter .newsletter__content .newsletter__content-text {
  max-width: 55ch;
}
.newsletter .newsletter__content .newsletter__content-form {
  max-width: 72%;
}
.newsletter .newsletter__content .newsletter__content-form .form-control {
  border-radius: 5px;
  padding: 0 30px;
}
.newsletter .newsletter__content .newsletter__content-form .btn_theme {
  background: #DC8E1A;
  filter: none;
  padding: 30px 48px;
}
.newsletter .newsletter_img img {
  max-width: unset;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px)
{
	.newsletter .newsletter_img img
	{
		width: 100%
	}
}

/* ==== 
 --------- (3.2) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
#pre_loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: visible;
  background: url(../images/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
/* #Navbar */
.header_area {
  /*position: absolute;*/
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 299;
}
.header_area .container-fluid
{
	padding-left: 0px !important;
  padding-right: 0px !important;
}
.header_area .navbar {
  padding: 0 30px;
  background-color: #ffffff;
  /*border-radius: 5px;*/
}
.header_area .navbar .btn_nav .btn_theme {
  filter: none;
}
.header_area .navbar-toggler {
  font-size: x-large;
  border: none;
}
.header_area .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.header_area .navbar-nav {
  display: flex;
  gap: 16px;
}
.header_area .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  padding: 40px 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: break-spaces;
}
.header_area .navbar-nav .nav-item .nav-link:focus, .header_area .navbar-nav .nav-item .nav-link:active, .header_area .navbar-nav .nav-item .nav-link:hover {
  color: #13578c !important;
}
.header_area .dropdown-item.active,
.header_area .dropdown-item:active {
  background-color: transparent !important;
}

.header-active {
  position: fixed;
  top: -70px;
  transform: translateY(70px);
  transition: transform 0.5s;
  background-color: #ffffff;
  box-shadow: 0px 4px 18px rgba(199, 199, 199, 0.25);
}

.nav-shadow {
  box-shadow: 0px 4px 18px rgba(199, 199, 199, 0.25);
}

.active {
  color: #13578c;
}

@media (min-width: 992px) {
  .nav-item .dropdown-menu {
    inset-inline-start: 0;
    inset-block-start: calc(100% + 0.5rem);
    pointer-events: none;
    min-width: 230px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #13578c;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    padding: 18px 0;
    border-radius: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
  }
  .nav-item .dropdown-menu li {
    margin-left: 0;
    text-align: left;
  }
	.header_area .navbar-nav .nav-item .nav-link
	{
	  letter-spacing: 0.3px;
	}
  .nav-item .dropdown-menu li a {
    padding: 9px 25px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.3px;
  }
  .nav-item .dropdown-menu li a:hover {
    color: #ffffff;
    transform: translateX(8px);
    background: transparent;
  }
  .nav-item:hover > .dropdown-menu {
    inset-block-start: 100%;
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background: none !important;
  }
}
@media (max-width: 1199px) {
  .header_area .navbar-nav {
    gap: 8px;
  }
  .header_area .navbar-nav .nav-item .nav-link {
    padding: 36px 12px;
    white-space: break-spaces;
  }
}
@media (max-width: 991px) {
  .header_area.header-active {
    position: absolute;
    background: none;
    top: 0px;
    transform: translateY(0px);
  }
  .header_area .navbar {
    padding: 20px 30px;
  }
  .header_area .navbar .navbar-nav {
    gap: 0;
  }
  .header_area .navbar .btn_nav {
    display: none;
  }
  .header_area .navbar .nav-item {
    display: block;
  }
  .header_area .navbar .nav-item:first-child .nav-link {
    padding-top: 38px;
  }
  .header_area .navbar .nav-item .nav-link {
    padding: 12px 0;
    width: 100%;
    justify-content: start;
    padding-bottom: 10px !important;
  }
  .header_area .navbar-nav .dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-left: 0px;
  }
  .header_area .navbar-nav .dropdown-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    white-space: break-spaces;
  }
  .header_area .navbar-nav .dropdown-menu li a :hover {
    color: #ffffff;
  }
  .header_area .dropdown-item:focus,
  .header_area .dropdown-item:hover {
    background: none !important;
  }
}
.navbar-brand
{
	padding: 0px;
    margin: 0px;
}
.navbar-brand IMG
{
	max-height: 67px;
    width: auto;
    max-width: calc(100% - 80px);
}
@media (max-width: 479px) {
  .header_area .navbar .navbar-brand {
    width: 60%;
  }
  .header_area .navbar-toggler {
    font-size: 22px;
  }
  .in-box {
    display: block;
  }
  .in-box .form-control {
    height: 70px;
  }
  .in-box .btn_theme {
    width: 100%;
  }
}
/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */
.banner {
  height: 400px;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../images/inner_banner.png) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
}
.banner .banner__content .banner__title {
  color: #ffffff;
}
.banner .banner__content .breadcrumb {
  justify-content: center;
  display: flex;
  margin-top: 12px;
}
.banner .banner__content .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.banner .banner__content .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.banner .banner__content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e941";
  font-family: "Material Symbols Outlined";
  color: #ffffff;
}

/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer_area {
	/*
	background: #120f0e url(../images/bg-1.jpg);
	background-size: cover;
	background-position: center center;
	*/
	background-color: #120f0e
}
.footer_area .company_contact {
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.footer_area .company_contact a,
.footer_area .company_contact p,
.footer_area .company_contact h5 {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 1rem;
}
.footer_area .company_contact .between_part {
  align-items: start;
}
.footer_area .overview h5,
.footer_area .services h5,
.footer_area .policy h5 {
  color: #ffffff;
}
.footer_area .overview .footer_menu a,
.footer_area .overview .footer_menu p,
.footer_area .services .footer_menu a,
.footer_area .services .footer_menu p,
.footer_area .policy .footer_menu a,
.footer_area .policy .footer_menu p {
  color: #C0C0C0;
  line-height: 1.5;
}
.footer_area .overview .footer_menu li a,
.footer_area .services .footer_menu li a,
.footer_area .policy .footer_menu li a {
  padding: 5px 0;
}
.footer_area .overview .footer_menu li a:hover,
.footer_area .services .footer_menu li a:hover,
.footer_area .policy .footer_menu li a:hover {
  padding-left: 8px;
}
.footer_area .footer_bottom {
  border-top: 1px solid #FFFFFF;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer_area .footer_bottom .copyright a {
  color: #ffffff;
}
.footer_area .footer_bottom .copyright a:hover {
  color: #C0C0C0;
}

/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.0) all sections styles start ---------
 ==== */
.hero-area,
.carousel-item .home-banner-area
{
  min-height: 75vh;
    height: 720px;
}
.hero-area .hero-text {
  position: relative;
}
@media only screen and (min-width:576px)
{
	.hero-area H1
	{
		font-size: 44px;
	}
}
.hero-area .section__content-title
{
	font-weight: 500;
  position: relative;
}
.hero-area .section__content-title B,
.hero-area .section__content-title STRONG
{
	color: #56941e;
	font-weight: 500;
}
.carousel-inner
{
	position: relative;
}
.banner-content
{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
    text-align: left;
    width: 100%;
    padding-bottom: 70px;
}
@media only screen and (max-width:990px)
{
	.banner-content
	{
    padding-top: 70px;
	}
}
.hero-area .section__content-title::after
{
  content: "";
  position: absolute;
  background: url("../images/hero_line.png") no-repeat;
  top: 100%;
  left: -20px;
  height: 28px;
  width: 309px;
  z-index: 5;
}
.hero-area .hero-area__slider {
  width: 45vw;
  position: relative;
}
.hero-area .hero-area__slider .slider-image img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  /*border-bottom-left-radius: 50px;*/
}
.hero-area .hero-area__slider .slider-nav {
  position: absolute;
  top: 0;
  left: -60px;
  width: 120px;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
  min-width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 10px;
}
.hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: -4px 2px 8px rgba(120, 120, 120, 0.25);
}

.countdown {
  background: url(../images/countdown_bg.png);
  background-color: #68c2e8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.countdown .countdown__part {
  padding: 30px 8px;
  background: #FFFFFF;
  border: 2px solid #56941e;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.about
{
	background: #120f0e url(../images/menu_bg.jpg);
	background-size: cover;
	background-position: center center;
/*
  background: #eeeeee url(../images/about_bg.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: content;
*/
}
.about .about__single-thumb {
  margin-top: 60px;
  margin-bottom: 33px;
  margin-left: 33px;
  width: 504px;
  height: 504px;
  /*
  background: radial-gradient(50% 50% at 50% 50%, #81E0D4 0%, #13578c 100%);
  border-radius: 50%;
  outline: 4px solid #13578c;
  outline-offset: 28px;
  */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.about .about__single-thumb img {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 112%;
  border-radius: 5px;
  object-fit: cover;
  object-position: center center;
  border: 10px #13578c solid;
}
/*
.about .about__single-thumb:before {
  content: "";
  position: absolute;
  top: -28px;
  left: -16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #13578c;
}
*/
/*
.about .about__single-thumb:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -12px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 7px solid #FFFFFF;
  box-shadow: 0px 15px 20px rgba(153, 153, 153, 0.25);
  background: url(https://static.wixstatic.com/media/e8c0e0_7850365fc04b4b238757bd250b4f4423~mv2_d_8256_5504_s_4_2.jpg/v1/crop/x_933,y_92,w_4113,h_4115/fill/w_327,h_322,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/e8c0e0_7850365fc04b4b238757bd250b4f4423~mv2_d_8256_5504_s_4_2.jpg);
  background-position: center;
}
*/
.about .about__secondary-thumb-1
{
  position: absolute;
  bottom: -18px;
  right: -12px;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  border: 7px solid #FFFFFF;
  box-shadow: 0px 15px 20px rgba(153, 153, 153, 0.25);
  background-position: center;
  background: #ffffff
}
.about .about__secondary-thumb-1 IMG
{
	border: none;
	border-radius: 5px;
    width: 100%;
    height: 100%;
}
.about .about__secondary-thumb-2
{
  position: absolute;
  bottom: -18px;
  left: -12px;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  border: 7px solid #FFFFFF;
  box-shadow: 0px 15px 20px rgba(153, 153, 153, 0.25);
  background-position: center;
  background: #ffffff
}
.about .about__secondary-thumb-2 IMG
{
	border: none;
	border-radius: 5px;
    width: 100%;
    height: 100%;
}

.call-to-action {
  background-color: #EAEAEA;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.call-to-action:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(116, 182, 82, 0.88);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.call-to-action .section__content .section__content-title {
  margin: 0 auto 30px;
}

.service {
  background-color: #ffffff;
}
.service .service__card {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(143, 143, 143, 0.25);
  border-radius: 5px;
  text-align: center;
}
.service .service__card H4
{
	text-transform: uppercase;
	font-size: 24px;
}
.service .service__card P
{
	font-size: 16px;
}
.service .service__card .service__card-icon {
  width: 100%;
  min-width: 168px;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 93, 93, 0.05);
  border-radius: 5px;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center center;
}
.service .service__card .service__card-icon img {
/*
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  -o-object-fit: contain;
     object-fit: contain;
*/
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    border-radius: 5px;
}
.service .service__card .service__card-read-more {
  color: #13578c;
}
.service .service__card .service__card-read-more:hover {
  color: #68c2e8;
}
/*
.ls-dark-bg .service__card-read-more:hover
{
  color: #2aa1ad!important;
}
*/
.team {
  width: 100%;
  background: #13578c;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.team:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-color: white;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  transform: scaleX(1.2);
  z-index: -1;
}
.team .team__slider-card {
  box-shadow: 0px 6px 17px rgba(138, 138, 138, 0.25);
  border-radius: 5px;
  margin-bottom: 60px;
  transition: all 0.35s ease-in-out;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
}
.team .team__slider-card .team__slider-card-thumb a img {
  width: 100%;
  transition: all 0.35s ease-in-out;
  aspect-ratio: 9 / 14;
    object-fit: cover;
    object-position: center center;
}
.team .team__slider-card .team__slider-card-thumb:hover img {
  transform: scale(1.1) rotate(-4deg);
}
.team .team__slider-card .team__slider-card-info {
  background: #13578c;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.team .team__slider-card:hover .team__slider-card-info {
  opacity: 1;
  transform: translateY(-20px);
}

.testimonial .testimonial__slider-card {
  background: #F5F5F5;
  border-radius: 5px;
  padding: 30px;
}
.testimonial .testimonial__slider-card .testimonial__slider-card-author {
  padding-top: 20px;
  position: relative;
  display: inline-block;
}
.testimonial .testimonial__slider-card .testimonial__slider-card-author:before {
  content: "";
  position: absolute;
  border-top: 1px solid #13578c;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
}
.testimonial .testimonial__slider-card .testimonial__slider-card-author .author {
  border-radius: 50%;
  border: 2px solid #13578c;
}

.blog-articles {
  background: #eeeeee;
}
.blog-articles .blog-articles__card .blog-articles__card-thumb {
  width: 100%;
  border-radius: 5px;
  overflow: clip;
}
.blog-articles .blog-articles__card .blog-articles__card-thumb img {
  width: 100%;
  transition: all 0.35s ease-in-out;
  height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}
.blog-articles .blog-articles__card .blog-articles__card-thumb:hover img {
  transform: scale(1.2) rotate(-5deg);
}
.blog-articles .blog-articles__card .blog-articles__card-content {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px rgba(190, 190, 190, 0.25);
  border-radius: 5px;
  position: relative;
  margin: 0 20px;
  margin-top: -115px;
}
.blog-articles .blog-articles__card .blog-articles__card-content .blog-articles__card-more {
  color: #13578c;
}
.blog-articles .blog-articles__card .blog-articles__card-content .blog-articles__card-more:hover {
  color: #68c2e8;
}

.about--secondary {
  background: none;
}
.about--secondary .about--secondary__single-thumb {
  display: flex;
  align-items: end;
  grid-column-gap: 18px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
.about--secondary .about--secondary__single-thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -72px;
  height: 92%;
  width: 63%;
  background: #13578c;
  z-index: -1;
}

.choose {
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  z-index: 0;
}
.choose::after {
  content: "";
  position: absolute;
  top: 0;
  right: -57%;
  height: 100%;
  width: 100%;
  background: #13578c;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  z-index: -1;
}
.choose .content-inner--secondary {
  margin-top: 70px;
}

.team--secondary {
  background: none;
  overflow: clip;
  margin-bottom: -60px;
}
.team--secondary:before {
  display: none;
}
.team--secondary .section__header {
  text-align: start;
  margin-bottom: 0;
}
.team--secondary .section__header .section__header-content {
  margin: 0;
}
.team--secondary .slider-navigation .pagination-button {
  background: #13578c;
}
.team--secondary .cardiology-slider,
.team--secondary .pulmonologist-slider {
  min-width: 90vw;
}
.team--secondary .cardiology-slider .team__slider-card .social,
.team--secondary .pulmonologist-slider .team__slider-card .social {
  position: absolute;
  top: 0;
  right: 22px;
  gap: 9px;
  flex-direction: column;
  background: #8FBEB8;
  padding: 16px 18px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.35s ease-in-out;
}
.team--secondary .cardiology-slider .team__slider-card .social a:hover,
.team--secondary .pulmonologist-slider .team__slider-card .social a:hover {
  background: #13578c;
  border: transparent;
}
.team--secondary .cardiology-slider .team__slider-card .social a:hover i,
.team--secondary .pulmonologist-slider .team__slider-card .social a:hover i {
  color: #ffffff;
}
.team--secondary .cardiology-slider .team__slider-card:hover .social,
.team--secondary .pulmonologist-slider .team__slider-card:hover .social {
  opacity: 1;
  transform: translateX(0);
}
.team--secondary .team__slider-card .team__slider-card-thumb a img {
  transform: scale(1.01);
}

.neurologists {
  background: #F2F7F7;
}
.neurologists .neurologists__card {
  position: relative;
}
.neurologists .neurologists__card .neurologists__card-thumb {
  background: #FFFFFF;
  box-shadow: 0px 4px 19px rgba(31, 29, 29, 0.34);
}
.neurologists .neurologists__card .neurologists__card-thumb a {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: clip;
}
.neurologists .neurologists__card .neurologists__card-thumb a img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
.neurologists .neurologists__card .neurologists__card-info {
  background: #13578c;
  display: flex;
  padding: 39px 33px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 30px;
  right: 30px;
  transform: translateY(-10px);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.neurologists .neurologists__card .neurologists__card-info .line {
  width: 1px;
  height: 90px;
  background: #fff;
  border-left: 1px solid #fff;
}
.neurologists .neurologists__card:hover img {
  transform: scale(1.1) rotate(-4deg);
}
.neurologists .neurologists__card:hover .neurologists__card-info {
  transform: translateY(-30px);
  opacity: 1;
}

.gallery .gallery__thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery .gallery__thumb .popup_img {
  cursor: zoom-in;
  overflow: clip;
}
.gallery .gallery__thumb .popup_img img {
  transition: all 0.35s ease-in-out;
  width: 100%;
  height: 100%;
}
.gallery .gallery__thumb .popup_img:hover img {
  transform: rotate(-4deg) scale(1.2);
}

.contact {
  background: #F5F5F5;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: clip;
}
/*
.contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: -57%;
  height: 100%;
  width: 100%;
  background: #13578c;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  z-index: -1;
}
*/
.contact .contact__info {
  display: flex;
  flex-direction: column;
}
.contact .contact__info span {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #13578c;
  color: #ffffff;
  font-size: 27px;
}
.contact .contact__form {
  padding: 30px;
  background: #ffffff;
  border-radius: 5px;
}
.contact .contact__form .contact__form-mail {
  filter: drop-shadow(0px 4px 29px rgba(211, 211, 211, 0.25));
}
.contact .contact__form .contact__form-mail .form-control {
  padding: 20px 28px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.service-slider {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 110px;
}
.service-slider .service__slider .service__slider-thumb {
  cursor: pointer;
  overflow: clip;
}
.service-slider .service__slider .service__slider-thumb img {
  background: #FFFFFF;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center center;
}
.service-slider .service__slider .service__slider-thumb:hover img {
  transform: rotate(-6deg) scale(1.2);
}
/*
.service-slider:after {
  content: "";
  position: absolute;
  background: rgba(68, 0, 107, 0.54);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
*/
.service-cardiology .service-cardiology__temp {
  position: relative;
  z-index: 0;
}
.service-cardiology .service-cardiology__temp:after {
  content: "";
  background: #13578c;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: -23px;
  width: 97%;
  height: 100%;
  z-index: -1;
}
.service-cardiology .service-cardiology__temp img {
  padding: 23px 0;
}
.service-cardiology .heart {
  background: #EFF9F7;
  padding: 20px 26px;
}
.service-cardiology .heart .heart__single-thumb {
  width: 63px;
  min-width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #13578c;
}
.heart__single-thumb IMG
{
	max-width: 100px;
    border-radius: 5px;
    margin: 5px;
    max-height: 100px;
    object-fit: cover;
    object-position: center center;
    box-shadow: 10px 10px 10px #eeeeee;
}

.heart-transplant {
  background: #F5F5F5;
}
.heart-transplant .list {
  list-style-type: disc;
  margin-left: 25px;
}
.heart-transplant .list li {
  list-style-position: outside;
  margin-bottom: 30px;
  font-weight: 600;
}
.heart-transplant .list li::marker {
  font-size: 20px;
  color: #13578c;
}
.heart-transplant .heart-transplant__temp {
  max-width: 575px;
  height: 511px;
  margin: auto 0 0 auto;
  position: relative;
  z-index: 0;
}
.heart-transplant .heart-transplant__temp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 85px;
  height: 100%;
  width: 60%;
  background: #13578c;
  border-radius: 5px;
  z-index: -1;
}
.heart-transplant .heart-transplant__temp .transplant_one {
  position: relative;
  top: 0;
  right: 0;
}
.heart-transplant .heart-transplant__temp .transplant_one img {
  border-radius: 5px;
  border: 7px solid #ffffff;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
}
.heart-transplant .heart-transplant__temp .transplant_two {
  position: absolute;
  left: 0;
  bottom: 0;
}
.heart-transplant .heart-transplant__temp .transplant_two img {
  border-radius: 5px;
  border: 7px solid #ffffff;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
}

.doctors-cardiology .doctors-cardiology__temp,
.dra-team .dra-team__temp
{
  position: relative;
  z-index: 0;
}
.doctors-cardiology .doctors-cardiology__temp:after,
.dra-team .dra-team__temp:after
{
  content: "";
  background: #13578c;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  z-index: -1;
}
.doctors-cardiology .doctors-cardiology__temp img,
.dra-team .dra-team__temp img
{
  border-radius: 5px;
  margin: 25px 0 25px 29px;
  width: 100%;
}
.doctors-cardiology .section__content .section__content-sub-title,
.dra-team .section__content .section__content-sub-title
{
	background: #68c2e8;
    display: inline-flex;
    padding: 22px 23px;
    border-radius: 5px;
    font-weight: 400;
    color: #ffffff;
}
.doctors-cardiology .section__content .contact__info .customGapThree,
.dra-team .section__content .contact__info .customGapThree
{
  font-size: 20px;
}
.doctors-cardiology .section__content .contact__info i,
.dra-team .section__content .contact__info i
{
  color: #13578c;
}
.doctors-cardiology .section__content .contact__info .social,
.dra-team .section__content .contact__info .social
{
  justify-content: start;
}
.doctors-cardiology .section__content .contact__info .social a,
.dra-team .section__content .contact__info .social a
{
  border: 1px solid #13578c;
}
.doctors-cardiology .section__content .contact__info .social a:hover,
.dra-team .section__content .contact__info .social a:hover
{
  background-color: #13578c;
}
.doctors-cardiology .section__content .contact__info .social a:hover i,
.dra-team .section__content .contact__info .social a:hover i
{
  color: #ffffff;
}

.experience .experience__progress {
  display: flex;
  justify-content: space-between;
}
.experience .experience__progress .pie {
  background: #E1EBEA;
  border-radius: 50%;
  margin: auto;
}
.experience .experience__progress circle[fill] {
  cx: 50%;
  cy: 50%;
  r: 45;
  stroke: #13578c;
  stroke-linecap: round;
}
.experience .experience__progress text[fill] {
  stroke: #13578c;
  fill: #13578c;
}

.sidebar {
  background: #FFFFFF;
  box-shadow: 0px 4px 17px rgba(150, 150, 150, 0.25);
  border-radius: 5px;
  padding: 22px;
}
.sidebar .sidebar__search {
  margin-bottom: 20px;
}
.sidebar .sidebar__search .sidebar__form {
  display: flex;
  box-shadow: 0px 4px 19px rgba(201, 201, 201, 0.25);
  border-radius: 5px;
}
.sidebar .sidebar__search .sidebar__form .search_icon {
  background-color: #13578c;
  color: #fff;
  padding: 24px 24px;
  font-size: 1.5rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar .sidebar__post-cat ul li {
  margin: 10px 3px;
  transition: all 0.35s ease-in-out;
}
.sidebar .sidebar__post-cat ul li:before {
  content: "\f105";
  font-family: "fontAwesome";
  margin-right: 7px;
}
.sidebar .sidebar__post-cat ul li:hover {
  padding-left: 8px;
}
.sidebar .sidebar__latest-post .sidebar__post-single {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
.sidebar .sidebar__latest-post .sidebar__post-single .latest-post__thumb img,
.sidebar .sidebar__latest-post .sidebar__post-single .latest-post__thumb I
{
  max-width: 100px;
  background: #E6E6E6;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.sidebar .sidebar__latest-post .sidebar__post-single .latest-post__content a {
  font-weight: 400;
}
.sidebar .sidebar__latest-post .sidebar__post-single .latest-post__content .blog__content-meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.sidebar .sidebar__latest-post .sidebar__post-single .latest-post__content .blog__content-meta .material-symbols-outlined {
  font-size: 19px;
}
.sidebar .sidebar__tag .tag {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sidebar .sidebar__tag .tag a {
  padding: 6px 8px;
  background: #EDEDED;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2;
}

.blog .blog__wrapper {
  row-gap: 32px;
  display: flex;
  flex-direction: column;
}
.blog .blog__wrapper .blog__single {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 19px rgba(149, 149, 149, 0.25);
  border-radius: 5px;
  gap: 30px;
}
.blog .blog__wrapper .blog__single .blog__thumb {
  border-radius: 5px;
  overflow: hidden;
  flex: 1;
}
.blog .blog__wrapper .blog__single .blog__thumb img {
  transition: all 0.35s ease-in-out;
}
.blog .blog__wrapper .blog__single .blog__thumb:hover img {
  transform: rotate(-5deg) scale(1.2);
}
.blog .blog__wrapper .blog__single .blog__content {
  padding-left: 30px;
  border-left: 1px solid #666666;
  flex: 1;
}
.blog .blog__wrapper .blog__single .blog__content .blog__content-meta {
  margin-bottom: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog .blog__wrapper .blog__single .blog__content .blog__content-meta span.material-symbols-outlined {
  font-size: 20px;
}
.blog-details__content .material-symbols-outlined
{
  vertical-align: top;
}
.blog .blog__wrapper .blog__single .blog__content .blog__content-title {
  margin-bottom: 20px;
}
.blog .blog__wrapper .blog__single .blog__content .blog__content-text {
  margin-bottom: 30px;
}
.blog .blog__wrapper .blog__single .blog__content .blog__content-text:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog .blog__wrapper .blog__single .blog__content .blog__content-link {
  margin-top: 32px;
  color: #FF5349;
}
.blog .blog__wrapper .blog__single .blog__content .blog__content-link:hover {
  color: #13578c;
}

.blog--others {
  background: #F5F5F5;
}
.blog--others .blog__wrapper .blog__single {
  flex-direction: column;
}
.blog--others .blog__wrapper .blog__single .blog__content {
  padding: 0;
  border: none;
  flex: auto;
}
.blog--others .blog__wrapper .blog__single .blog__content .blog__content-title {
  margin-bottom: 0;
}

.blog-details .blog-details__wrapper .blog-details__inner .blog-details__thumb {
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 0px 4px 19px rgba(149, 149, 149, 0.25);
  border-radius: 5px;
}
.blog-details .blog-details__wrapper .blog-details__inner .blog-details__content-meta {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-details .blog-details__wrapper .blog-details__inner .blog-details__content-text {
  margin-bottom: 32px;
}
.blog-details .blog-details__wrapper .blog-details__inner .blog-details__content-text:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-details .blog-details__wrapper .blog-details__inner .blog-details__inner-thumb {
  margin-top: 60px;
  margin-bottom: 32px;
  padding: 10px;
  filter: drop-shadow(0px 4px 19px rgba(149, 149, 149, 0.25));
  border-radius: 5px;
  background: #ffffff;
}
.blog-details .blog-details__wrapper .blog-details__comments-area {
  margin-top: 60px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments-count {
  display: flex;
  gap: 12px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .comments-form {
  margin: 60px 0;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .comments-form .input-group .form-control {
  background: #F5F5F5;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .comments-form .input-group .btn_theme {
  padding: 28px 47px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single {
  display: flex;
  gap: 30px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-thumbs img {
  max-width: 100px;
  border: 5px solid #13578c;
  border-radius: 50%;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment__meta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment__meta .reply-active {
  color: #13578c;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply {
  margin-top: 30px;
  display: none;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner img {
  max-width: 70px;
  border: 5px solid #13578c;
  border-radius: 50%;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner .reply__form {
  width: 80%;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner .reply__form .form-control {
  background: #F5F5F5;
}
.blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner .reply__form .btn_theme {
  padding: 18px;
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0 80px;
  min-height: 100vh;
  height: 100%;
  position: relative;
  overflow: clip;
  background: url(../images/comming-soon-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.coming-soon .coming-soon__countdown {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.coming-soon .coming-soon__countdown .timer {
  text-align: center;
}
.coming-soon .coming-soon__countdown .coming-soon__number span {
  background-color: #13578c;
  border-radius: 5px;
  padding: 20px;
  color: #ffffff;
  font-size: 57px;
}
.coming-soon .coming-soon__countdown .coming-soon__title {
  margin-top: 30px;
  text-align: center;
  color: #13578c;
}
.coming-soon .coming-soon__form {
  max-width: 40%;
  margin: 60px auto 0;
}
.coming-soon .coming-soon__form .input-group {
  border-radius: 5px;
  overflow: clip;
}
.coming-soon .coming-soon__form .input-group .form-control {
  background: #f5f5f5;
  padding-left: 30px;
}
.coming-soon .coming-soon__form .input-group .btn_theme {
  padding: 25px 40px;
}
.coming-soon .coming-soon__form .input-group .btn_theme:hover, .coming-soon .coming-soon__form .input-group .btn_theme:focus {
  outline: none;
  outline-offset: 0;
}

.error-404 {
  background: url(../images/404_error_bg.png), url(../images/error.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center, bottom left;
  min-height: 100vh;
  height: 100%;
  position: relative;
}

/* ==== 
 --------- (5.0) all sections styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media (max-width: 1799px) {
  .coming-soon {
    background-size: 25%;
  }
  .gallery {
    background-size: 40%;
  }
  .footer_area {
    /*background-size: 20%;*/
  }
}
@media (max-width: 1599px) {
  .service {
    background-size: 30%;
  }
  .testimonial {
    background-size: 20%, 25%;
  }
  .error-404 {
    background-size: 40%;
  }
  .team--secondary .cardiology-slider,
  .team--secondary .pulmonologist-slider {
    min-width: auto;
  }
}
@media (max-width: 1399px) {
  .hero-area .hero-text::after {
    background-size: 86%;
  }
  .team .team__slider-card .team__slider-card-info {
    padding: 10px;
    left: 0px;
    right: 0px;
  }
  .team .team__slider-card .team__slider-card-info a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team .team__slider-card .team__slider-card-info a {
    font-size: 16px;
  }
  .sidebar .sidebar__latest-post .sidebar__post-single {
    gap: 12px;
  }
  .sidebar .sidebar__latest-post .sidebar__post-single .latest-post__thumb img,
  .sidebar .sidebar__latest-post .sidebar__post-single .latest-post__thumb I
  {
    max-width: 84px;
  }
  .sidebar .sidebar__search .sidebar__form .search_icon {
    padding: 18px 20px;
  }
  .blog .blog__wrapper .blog__single {
    gap: 20px;
  }
  .blog .blog__wrapper .blog__single .blog__content {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .blog .sidebar,
  .blog-details .sidebar {
    position: sticky;
    top: 140px;
  }
}
@media (max-width: 1199px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 1.5;
  }
  a,
  button {
    font-size: 16px;
  }
  .hero-area .hero-text::after {
    background-size: 75%;
  }
  .hero-area .section__content {
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .hero-area .hero-area__slider {
    width: 100%;
  }
  .hero-area .hero-area__slider .slider-image {
    max-height: 700px;
    height: 100%;
  }
  .hero-area .hero-area__slider .slider-image img {
    height: 100%;
  }
  .hero-area .hero-area__slider .slider-nav {
    width: 50%;
    height: auto;
    bottom: 50px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all 2s ease-in-out;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
    min-width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 5px;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    width: 100%;
    height: 100%;
  }
  .blog-articles .blog-articles__card {
    display: flex;
    flex-direction: column;
  }
  .blog-articles .blog-articles__card .blog-articles__card-thumb {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .blog-articles .blog-articles__card .blog-articles__card-content {
    margin: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .about .about__single-thumb {
    height: 400px;
    width: 400px;
  }
  .about .about__single-thumb:after {
    height: 160px;
    width: 160px;
  }
  .service .service__card {
    padding: 30px 20px;
  }
  /*
  .service .service__card .service__card-icon {
    height: 140px;
    width: 140px;
    min-width: 120px;
  }
  */
  .contact::after {
    display: none;
  }
  .neurologists .neurologists__card .neurologists__card-info {
    left: 0;
    right: 0;
  }
  .neurologists .neurologists__card .neurologists__card-info .social {
    flex: 0.7;
  }
  .heart-transplant .heart-transplant__temp {
    margin: auto;
  }
  .service-cardiology .service-cardiology__temp {
    display: none;
  }
  .service-cardiology .section__content .section__content-title {
    margin-bottom: 30px;
    max-width: 25ch;
  }
  .coming-soon .coming-soon__countdown .coming-soon__number span {
    font-size: 47px;
  }
  .newsletter .newsletter__content .newsletter__content-form {
    max-width: 94%;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 100px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .unset {
    max-width: 75%;
    height: auto;
  }
  .dir-rtl {
    direction: ltr;
  }
  .btn_theme {
    padding: 17px 30px;
  }
  .banner {
    height: auto;
  }
  .hero-area .hero-area__slider .slider-image
  {
	max-height: none;
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image {
    margin: 0px 7px;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
    min-width: 80px;
    height: 80px;
    margin: 0 auto;
    padding: 5px;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    border: 5px solid #fff;
  }
  .about .about__single-thumb {
    display: none;
  }
  .neurologists .neurologists__card .neurologists__card-info {
    padding: 24px 30px;
  }
  /*
  .service .service__card .service__card-icon {
    height: 120px;
    width: 120px;
    min-width: 120px;
  }
  */
  .gallery .gallery__thumb {
    grid-template-columns: repeat(2, 1fr);
  }
  .coming-soon .coming-soon__countdown {
    gap: 16px;
  }
  .coming-soon .coming-soon__countdown .coming-soon__number span {
    font-size: 32px;
  }
  .coming-soon::after {
    width: 590px;
    min-width: 590px;
    bottom: -555px;
    right: -330px;
  }
  .coming-soon .coming-soon__form {
    max-width: 60%;
  }
  .newsletter .newsletter__content .newsletter__content-form {
    max-width: 94%;
  }
  .newsletter .newsletter__content .newsletter__content-form .btn_theme {
    padding: 25px 35px;
  }
  .choose {
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
    z-index: 0;
  }
  .choose::after {
    display: none;
  }
  .blog .blog__wrapper .blog__single .blog__thumb {
    flex: auto;
    width: 100%;
  }
  .blog .blog__wrapper .blog__single .blog__thumb img {
    width: 100%;
  }
  .blog--others .blog__wrapper .blog__single {
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 80px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .section__header {
    margin-bottom: 36px;
  }
  .section__header .section__header-sub-title {
    margin-bottom: 10px;
  }
  .section__header .section__header-title {
    margin-bottom: 10px;
  }
  .blog .blog__wrapper .blog__single {
    flex-direction: column;
  }
  .blog .blog__wrapper .blog__single .blog__content {
    padding-left: 0;
    border-left: none;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .comments-form .input-group .btn_theme {
    padding: 20px 35px;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner .reply__form .input-group {
    flex-direction: column;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner .reply__form .input-group .form-control {
    height: 75px;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single .comments__author-content .blog-comment-reply .blog-comment-reply-inner .reply__form .input-group .btn_theme {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
  .neurologists .neurologists__card .neurologists__card-info {
    left: 0;
    right: 0;
  }
  .neurologists .neurologists__card .neurologists__card-info .social {
    flex: none;
  }
  .heart-transplant .heart-transplant__temp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 46px;
    height: 100%;
    width: 70%;
  }
  .testimonial .testimonial__slider-card {
    padding: 20px;
  }
  .section__content .section__content-sub-title,
  .section__content .banner__content-sub-title,
  .banner__content .section__content-sub-title,
  .banner__content .banner__content-sub-title {
    margin-bottom: 20px;
  }
  .section__content .section__content-title,
  .section__content .banner__content-title,
  .banner__content .section__content-title,
  .banner__content .banner__content-title {
    margin-bottom: 20px;
  }
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    margin-top: 30px;
  }
  .section__cta {
    margin-top: 30px;
  }
  .progress-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 8px rgba(195, 180, 186, 0.4901960784);
    line-height: 1.5;
  }
  .progress-wrap::before, .progress-wrap::after {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .blog .blog__wrapper .blog__single {
    padding: 10px;
    gap: 0px;
  }
  .blog .blog__wrapper .blog__single .blog__content {
    padding: 25px 15px;
    padding-bottom: 15px;
  }
  .experience .experience__progress {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
  }
  .coming-soon .coming-soon__countdown .coming-soon__number span {
    padding: 12px;
    font-size: 26px;
    border-radius: 5px;
  }
  .coming-soon .coming-soon__form {
    max-width: 80%;
  }
  .about {
    background-size: 15%;
  }
  .team:before {
    transform: scaleX(1.4);
  }
  .newsletter .newsletter__content .newsletter__content-form {
    max-width: 85%;
  }
  .team .slider-navigation {
    gap: 6px;
  }
  .team .slider-navigation .pagination-button {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
  .team .slider-navigation .news__dots-list {
    gap: 6px;
  }
  .team .slider-navigation .news__dots-list li {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 575px) {
  .btn_theme {
    padding: 15px 22px;
  }
  .col-12 {
    /*max-width: 400px;*/
    margin-left: auto;
    margin-right: auto;
  }
  .hero-area .hero-text::after {
    background-size: 58%;
  }
  .hero-area .hero-area__slider .slider-image {
    max-height: 450px;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image {
    margin: 0 2px;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    border: 2px solid #fff;
  }
  .blog .blog__wrapper .blog__single .blog__content {
    padding: 15px 10px;
    padding-bottom: 10px;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .blog-details__comments .comments-single {
    flex-direction: column;
  }
  .doctors-cardiology .doctors-cardiology__temp:after,
  .dra-team .dra-team__temp:after
  {
    display: none;
  }
  .doctors-cardiology .doctors-cardiology__temp img,
  .dra-team .dra-team__temp img
  {
    margin: 0;
  }
  .heart-transplant .heart-transplant__temp {
    max-height: 400px;
    width: 100%;
  }
  .heart-transplant .heart-transplant__temp .transplant_one {
    display: none;
  }
  .heart-transplant .heart-transplant__temp .transplant_two {
    width: 100%;
    height: 100%;
  }
  .heart-transplant .heart-transplant__temp .transplant_two img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .heart-transplant .heart-transplant__temp::after {
    display: none;
  }
  .gallery .gallery__thumb {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: 24px;
  }
  .coming-soon .coming-soon__countdown {
    gap: 7px;
  }
  .coming-soon .coming-soon__countdown .coming-soon__number span {
    padding: 8px;
    font-size: 23px;
  }
  .coming-soon .coming-soon__form {
    max-width: 95%;
  }
  .team:before {
    transform: scaleX(1.7);
    bottom: -100px;
  }
  .newsletter .newsletter__content .newsletter__content-form {
    max-width: 95%;
  }
  .pagination {
    gap: 8px;
  }
  .pagination a,
  .pagination button {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
}
@media (max-width: 479px) {
  .col-6 {
    width: 100%;
  }
  .section__content .banner__content-inner ul,
  .section__content .section__content-inner ul,
  .banner__content .banner__content-inner ul,
  .banner__content .section__content-inner ul {
    flex-direction: column;
    align-items: start;
  }
  .section__content .banner__content-inner ul li,
  .section__content .section__content-inner ul li,
  .banner__content .banner__content-inner ul li,
  .banner__content .section__content-inner ul li {
    width: 100%;
  }
  .section__content .banner__content-inner,
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .banner__content-inner,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .section__content .banner__content-inner .btn_theme,
  .section__content .section__content-cta .btn_theme,
  .section__content .banner__content-cta .btn_theme,
  .banner__content .banner__content-inner .btn_theme,
  .banner__content .section__content-cta .btn_theme,
  .banner__content .banner__content-cta .btn_theme {
    width: 100%;
    justify-content: center;
  }
  .hero-area .hero-text::after {
    background-size: 48%;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .hero-area .hero-area__slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    border: 2px solid #fff;
  }
  .neurologists .neurologists__card .neurologists__card-info {
    flex-direction: column;
    gap: 20px;
    transform: translateY(0);
  }
  .neurologists .neurologists__card .neurologists__card-info .line {
    display: none;
  }
  .neurologists .neurologists__card:hover .neurologists__card-info {
    transform: translateY(-15px);
  }
  .sidebar .sidebar__latest-post .sidebar__post-single {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    margin-bottom: 28px;
  }
  .sidebar .sidebar__search .sidebar__form .search_icon {
    padding: 18px 20px;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .comments-form .input-group {
    flex-direction: column;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .comments-form .input-group .form-control {
    height: 75px;
    width: 100%;
  }
  .blog-details .blog-details__wrapper .blog-details__comments-area .comments-form .input-group .btn_theme {
    padding: 16px 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px !important;
  }
  .contact .contact__form {
    padding: 20px 12px;
  }
  .coming-soon .coming-soon__countdown {
    gap: 3px;
  }
  .coming-soon .coming-soon__countdown span {
    font-size: 4px;
    line-height: 1.5;
  }
  .coming-soon .coming-soon__countdown .coming-soon__title {
    font-size: 15px;
  }
  .coming-soon .coming-soon__countdown .coming-soon__number span {
    padding: 8px;
    font-size: 16px;
  }
  .coming-soon .coming-soon__form .input-group .btn_theme {
    padding: 20px;
  }
  .newsletter .newsletter__content .newsletter__content-form {
    max-width: 100%;
  }
  .newsletter .newsletter__content .newsletter__content-form .customGapOne {
    display: block !important;
  }
  .newsletter .newsletter__content .newsletter__content-form .form-control {
    width: 100%;
    height: 75px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .newsletter .newsletter__content .newsletter__content-form .btn_theme {
    padding: 20px 30px!important;
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
  }
  .newsletter .newsletter__content .newsletter__content-form .btn_theme:hover, .newsletter .newsletter__content .newsletter__content-form .btn_theme:focus {
    outline: none;
  }
}
/* ==== 
  --------- (6.0) responsive styles end ---------
  ==== *//*# sourceMappingURL=style.css.map */
  
.btn_theme
{
    filter: none;
}

.btn_nav
{
	margin: 20px 0px;
}

.header_area .navbar-nav .nav-item .nav-link
{
    padding: 28px 20px;
}

.header_area .navbar-nav .nav-item .nav-link:focus, .header_area .navbar-nav .nav-item .nav-link:active, .header_area .navbar-nav .nav-item .nav-link:hover
{
    color: #68c2e8 !important;
}

.nav-item .dropdown-menu
{
	border-radius: 5px;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.footer_area .widget-title,
.footer-contacts H5
{
	font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer_area .menu A,
.footer_area .menu A:link,
.footer_area .menu A:visited,
.footer-contacts P,
.footer-contacts A,
.footer-contacts A:link,
.footer-contacts A:visited
{
	color: #C0C0C0;
    line-height: 1.5;
    padding: 5px 0;
    font-size: 16px;
}
p.copyright 
{
    font-size: 14px;
}
.footer_area .menu A:hover,
.footer_area .menu A:active,
.footer-contacts A:hover,
.footer-contacts A:active
{
    padding-left: 8px;
}
.footer_area .customGapThree
{
    gap: 12px;
}

.footer_area .material-symbols-outlined
{
	color: #68c2e8;
}

.section__content H2
{
	line-height: 1.1;
}
.section__content P
{
    margin-bottom: 30px;
}

#content_page_item IFRAME
{
	aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center center;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

#content_page_item H1,
#content_page_item H2,
#content_page_item H3,
#content_page_item H4,
#content_page_item H5,
#content_page_item H6,
#content_page_item OL,
#content_page_item UL,
#content_page_item P
{
	margin-bottom: 30px;
}
#content_page_item H1,
#content_page_item H2,
#content_page_item H3,
#content_page_item H4,
#content_page_item H5,
#content_page_item H6
{
	font-weight: 400;
}
@media (min-width: 990px)
{
	.dra-splash-content UL,
	.dra-splash-content OL
	{
	  columns: 2!important;
	  -webkit-columns: 2!important;
	  -moz-columns: 2!important;
	}
}
#content_page_item UL,
#content_page_item OL
{
	margin-top: 10px;
}
#content_page_item LI
{
	padding: 5px 0px 15px 44px;
	position: relative;
	break-inside: avoid-column;
}
#content_page_item LI:before
{
	content: "\f00c";
	position: absolute;
	font-family: fontawesome;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #68c2e8;
    color: #ffffff;
    margin-left: -44px;
    margin-top: -2px;
}

.footer-contacts STRONG
{
	display: contents;
}

.footer-contacts .between_part SPAN
{
	min-width: 18px;
	/*color: #2aa1ad;*/
	color: #68c2e8;
}

.fluentform 
{
	line-height: 150%;
}
select.ff-el-form-control:not([size]):not([multiple])
{
    height: 48px!important;
}

.navbar-brand.logo-wide
{
	display: contents;
}
.navbar-brand.logo-thin
{
	display: none;
}
@media (max-width: 1320px)
{
	.navbar-brand.logo-wide
	{
		display: none;
	}
	.navbar-brand.logo-thin
	{
		display: contents;
	}
}
@media (max-width: 990px)
{
	.navbar-brand.logo-wide
	{
		display: contents;
	}
	.navbar-brand.logo-thin
	{
		display: none;
	}
}

IMG.alignleft
{
	float: left;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-top: 7px;
}
IMG.alignright
{
	float: right;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 7px;
}

.blog-details__content H2,
.blog-details__content-text H1,
.blog-details__content-text H2,
.blog-details__content-text H3,
.blog-details__content-text H4,
.blog-details__content-text H5,
.blog-details__content-text H6
{
	padding: 20px 0px 10px;
	line-height: 160%;
	font-weight: 400;
}
.blog-details__content-text H1
{
	font-size: 36px;
}
.blog-details__content-text H2
{
	font-size: 30px;
}
.blog-details__content-text H3
{
	font-size: 28px;
}
.blog-details__content-text H4
{
	font-size: 26px;
}
.blog-details__content-text H5,
{
	font-size: 26px;
}
.blog-details__content-text H6
{
	font-size: 26px;
}
.blog-details__content-text P
{
	padding: 10px 0px;
	line-height: 160%;
}
.blog-details__content-text IMG
{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

.blog-details__content-text UL,
.blog-details__content-text OL
{
	margin-top: 10px;
}
.blog-details__content-text OL
{
	counter-reset: my-awesome-counter;
}
.blog-details__content-text LI
{
	padding: 5px 0px 15px 44px;
	position: relative;
}
.blog-details__content-text UL LI:before
{
	content: "\f111";
	position: absolute;
	font-family: fontawesome;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #68c2e8;
    color: #ffffff;
    margin-left: -44px;
    margin-top: -2px;
    font-size: 8px;
}
.blog-details__content-text OL LI::before
{
	counter-increment: my-awesome-counter;
    content: counter(my-awesome-counter);
	position: absolute;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #68c2e8;
    color: #ffffff;
    margin-left: -44px;
    margin-top: -2px;
}

.blog-details__content-text A,
.blog-details__content-text A:link,
.blog-details__content-text A:visited
{
	display: inline;
    font-weight: initial;
    color: #13578c;
}
.blog-details__content-text A:hover,
.blog-details__content-text A:active
{
	color: #68c2e8;
}

.pull-right
{
	float: right;
}

.heart.between_part
{
	align-items: start;
}
.heart.between_part.boxed
{
    border: 1px #eeeeee solid;
    box-shadow: 1px 1px 10px #cccccc;
    background-color: #ffffff;
    padding: 15px;
}

.hero-area .text-white,
.banner .text-white
{
    text-shadow: 1px 1px 10px #000000;
}

.ls-dark-bg
{
	background-color: #13578c;
}
.ls-light-bg
{
	background-color: #eeeeee;
}
.ls-white-bg
{
	background-color: #ffffff;
}

.heart__single-thumb I
{
	min-width: 44px;
	color: #68c2e8;
}

.ls-sidebar-img
{
	position: relative;
	float: right;
	margin-left: 64px;
	margin-bottom: 42px;
	margin-top: 31px;
	width: 25vw;
	margin-right: -15vw;
	min-width: 200px;
}
.ls-sidebar-img IMG
{
	width: 100%;
	height: auto;
	aspect-ratio: 9/12;
	object-fit: cover;
	object-position: center center;
	border-radius: 5px;
	/*box-shadow: 1px 1px 10px #13578c;*/
}
.ls-sidebar-img::after
{
	content: "";
    background: linear-gradient(#68c2e8 0%, #13578c 100%);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 68%;
    height: calc(100% + 30px);
    z-index: -1;
    margin-top: -15px;
    margin-left: -15px;
}
@media (max-width: 720px)
{
	.ls-sidebar-img
	{
		display: none;
	}
}

.fluentform .ff_upload_btn.ff-btn
{
    background: #222222!important;
    border-radius: 5px;
}
.fluentform label
{
    color: #222222;
    font-size: 16px;
}
.ls-dark-bg .fluentform label
{
    color: #bababa;
    font-size: 18px;
}
.fluentform .ff-custom_html STRONG
{
    color: #222222;
    font-weight: 500;
}
.ls-dark-bg .fluentform .ff-custom_html STRONG
{
    color: #bababa;
    font-weight: 500;
}

.slick-prev.slick-arrow
{
	left: -15px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.slick-next.slick-arrow
{
	right: -15px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow
{
	display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    z-index: 9;
    color: transparent;
    margin-top: -1.5rem;
}

.ag-splash-about-img-containter
{
	margin-top: -280px;
}

.ab-text-dark
{
	color: #13578c;
}
.section__content .section__content-title.ab-text-dark,
.section__content .banner__content-title.ab-text-dark
{
	font-weight: 900 !important;
}

.heart.between_part.boxed
{
	display: table;
	width: 100%;
}
.heart.between_part.boxed .heart__single-thumb
{
	display: table-cell;
	vertical-align: middle;
}
.heart.between_part.boxed .heart__single-content
{
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}

.map-area
{
	box-shadow: 0px 4px 18px rgba(199, 199, 199, 0.25);
}

#content_page_item H2
{
	margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
}


.contact__item {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center
}

.contact__item--ico {
	align-items: center;
	border-radius: 50%;
	color: #13578c;
	display: flex;
	font-size: 30px;
	height: 55px;
	justify-content: center;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	width: 55px
}

.contact__item--ico i {
	isolation: isolate
}

.contact__item--ico:before {
	background: #68c2e8;
	content: "";
	inset: 0;
	position: absolute
}

.contact__item .h4,
.contact__item h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px
}

.contact__item p {
	margin-bottom: 0
}

.contact__image {
	background-color: #68c2e8;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px 0 0 5px;
	height: 100%;
	position: relative;
	z-index: 1
}

.contact__address {
	padding: 30px
}

@media only screen and (max-width:1199px) {
	.contact__address {
		padding: 20px
	}
}

.contact__address--single {
	grid-gap: 15px;
	display: grid;
	grid-template-columns: 55px 1fr;
	margin-bottom: 25px
}

.contact__address--single--icon {
	align-items: center;
	border-radius: 50%;
	color: #68c2e8;
	display: flex;
	font-size: 30px;
	height: 55px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 55px
}

.contact__address--single--icon i {
	isolation: isolate
}

.contact__address--single--icon:before {
	background: #68c2e8;
	content: "";
	inset: 0;
	opacity: .3;
	position: absolute
}

.contact__address--single--content .h4,
.contact__address--single--content h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px
}

.contact__address--single--content p {
	margin-bottom: 0
}

.contact__wrapper {
	background: #f0f4ff;
	border-radius: 10px;
	overflow: hidden
}

.header-address-bar
{
	background-color: #13578c;
	padding: 10px 30px;
	color: #ffffff;
}
@media only screen and (max-width:1199px)
{
	.header-address-bar
	{
		display: none;
	}
}
.header-address-bar UL
{
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header-address-bar LI
{
  font-size: 14px;
	color: #ffffff;
}
.header-address-bar LI A
{
  font-size: 14px;
	color: #ffffff;
}
