﻿@font-face {
  font-family: 'NeoSansArabic';
  src: url('../fonts/neosans/NeoSansArabic.eot');
  src: url('../fonts/neosans/NeoSansArabic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/neosans/NeoSansArabic.woff2') format('woff2'),
    url('../fonts/neosans/NeoSansArabic.woff') format('woff'),
    url('../fonts/neosans/NeoSansArabic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Arabic';
  src: url('../fonts/neosans/NeoSansArabic_1.eot');
  src: url('../fonts/neosans/NeoSansArabic_1.eot?#iefix') format('embedded-opentype'),
    url('../fonts/neosans/NeoSansArabic_1.woff2') format('woff2'),
    url('../fonts/neosans/NeoSansArabic_1.woff') format('woff'),
    url('../fonts/neosans/NeoSansArabic_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Arabic';
  src: url('../fonts/neosans/NeoSansArabic-Black.eot');
  src: url('../fonts/neosans/NeoSansArabic-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/neosans/NeoSansArabic-Black.woff2') format('woff2'),
    url('../fonts/neosans/NeoSansArabic-Black.woff') format('woff'),
    url('../fonts/neosans/NeoSansArabic-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Arabic';
  src: url('../fonts/neosans/NeoSansArabic-Bold.eot');
  src: url('../fonts/neosans/NeoSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/neosans/NeoSansArabic-Bold.woff2') format('woff2'),
    url('../fonts/neosans/NeoSansArabic-Bold.woff') format('woff'),
    url('../fonts/neosans/NeoSansArabic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Arabic';
  src: url('../fonts/neosans/NeoSansArabic-Light.eot');
  src: url('../fonts/neosans/NeoSansArabic-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/neosans/NeoSansArabic-Light.woff2') format('woff2'),
    url('../fonts/neosans/NeoSansArabic-Light.woff') format('woff'),
    url('../fonts/neosans/NeoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Arabic';
  src: url('../fonts/neosans/NeoSansArabic-Medium.eot');
  src: url('../fonts/neosans/NeoSansArabic-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/neosans/NeoSansArabic-Medium.woff2') format('woff2'),
    url('../fonts/neosans/NeoSansArabic-Medium.woff') format('woff'),
    url('../fonts/neosans/NeoSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Arabic Ultra';
  src: url('../fonts/neosans/NeoSansArabic-Ultra.eot');
  src: url('../fonts/neosans/NeoSansArabic-Ultra.eot?#iefix') format('embedded-opentype'),
    url('../fonts/neosans/NeoSansArabic-Ultra.woff2') format('woff2'),
    url('../fonts/neosans/NeoSansArabic-Ultra.woff') format('woff'),
    url('../fonts/neosans/NeoSansArabic-Ultra.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* :root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "NeoSansArabic", sans-serif;
  /* --font-secondary: "NeoSansArabic", sans-serif; 
} */

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

#s4-workspace {
  overflow-y: auto !important;
  position: relative;
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

.hmg-font-family-poppins {
  font-family: 'NeoSansArabic';
}

.hmg-font-regular {
  font-weight: normal;
}

.hmg-font-sbold {
  font-weight: 400;
}

.hmg-font-medium {
  font-weight: 600;
}

.hmg-font-bold {
  font-weight: bold;
}

/* Colors */
:root {

  --main-bg: #f4f5f8;
  --container-bg: #fdfdfe;
  --color-links: #5d6b72;
  --color-default: #222222;
  --color-primary: #F4F5F8;
  --color-secondary: #E74F54;
  --color-form-bg: #F8F9FA;
  --border-color: #E9EDF0;
  --bg-white: #fff;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--color-default);
  background: var(--main-bg);
  overflow-x: hidden;
  font-size: 14px;
    font-family: 'NeoSansArabic' !important;
      direction: rtl;
}

.cnhmg-before {
  position: absolute;
  width: 163px;
  height: 110px;
  bottom: -10px;
  right: 24px;
  background: #f7f8fa;
  z-index: 2;
  border-radius: 50px;
}

.cnhmg-after {
  position: absolute;
  width: 163px;
  height: 110px;
  bottom: -10px;
  left: 22px;
  background: #f7f8fa;
  border-radius: 50px;
  z-index: 2;
}

  
    .hmg-navbar-nav li{
      float: right;
    }

        .hmg-navbar-nav li a img {
          padding-left: 8px;
          padding-right: inherit;
        }

     #main_nav {
       margin-right: 88px;
       margin-left: inherit;
     }

.sub-section .accordion-button:not(.collapsed) {
  color: #182C35;
}

.qhmgc-excelence-btn{
  right: 66px;
  left: inherit;
}

.qhmg-btn-orange-fill{
  margin-left: 37px;
  margin-right: inherit;
}

#services .fa {
transform: rotate(179deg);
}

.qhmg-upevent {
  padding: 35px 0px 36px !important;
}

.hmg-rad-box3{
  border-radius: 24px 0px 24px 0px !important;}

    .hmg-nf-img {
      border-radius: 0px 24px 0px 24px !important;
    }

    .ahmg-news-feed .fa{
      transform: rotate(179deg);
    }

#services .hmg-rad-box1{
  border-radius: 0px 24px 0px 24px !important
}

#services .hmg-rad-box3 {
  border-radius: 0px 24px 0px 24px !important
}

.hmg-trusted-bg{
  border-radius: 0px 24px 0px 24px !important
}

.qpad-newssec {
  padding: 12px;
}

.ourpgarrow ,.ourpgarrow2,.ourpgarrow3{
  transform: rotate(179deg);
  left: 37px;
    right: inherit;
    top: 132px;
}

.hmg-border-r{
  border-left: 1px solid #ccc;
  border-right: inherit;
}

.footer .social-links a{
  float: right !important;
  margin-left: 10px;
  margin-right: inherit;
}

.qhmgc-jnews{
  left: 23px;
  right: inherit;
}




/*.bg-body {
   border-radius: 0 0 15px 15px; 
}*/

.shadow-sm {
  box-shadow: 0 0px 1px rgba(0, 0, 0, .075) !important;
}

a {
  color: var(--color-secondary);
  text-decoration: none;
}

a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}


/*--------------------------------------------------------------
# syed qamar CSS
--------------------------------------------------------------*/



.qbanner-card1{
border-radius: 28px 0px;
  background: linear-gradient(180deg, rgba(14, 61, 82, 0.00) 0%, rgba(14, 61, 82, 0.90) 100%);
  height: 557px;
    position: relative;
    top: -555px;
}

#qhmgc-menu{
  background: #fff;
}

.qhmg-input input{
  display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  border: 0px;
    border-radius: 12px;
      background: #F0F3F5;
      margin-right: -10px;
        padding-right: 37px;
}

.qhmg-input .search-icon{
position: absolute;
  top: 12px;
}

.hmg-btn-blue {
border-radius: 16px 0px;
color: var(--blue--100, #E7EDF0);
  background: var(--blue-main, #114C66);
display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.hmg-btn-blue:hover{
  color: var(--blue--100, #E7EDF0);
    background: var(--blue-main, #114C66);
}
/* .qhmgc-p {
  padding: 0px 30px 0px 30px;
} */
.qhmgc-image-video{
  margin-top: 41px;
   border-radius: 28px 0px;
  position: relative;
}

.qhmgc-image-v{
  height: 557px;
  width: 100%;
  object-fit: cover;
}

.qhmgc-video h1{
color: var(--white, #FFF);
  font-family: NeoSansArabic;
  font-size: 52.081px;
  font-style: normal;
  font-weight: 600;
  line-height: 58.209px;
 top: 300px;
  left: 62px;
}

.qhmgc-top32{
  margin-top: 32px;
}

.qhmgc-excelence-btn{
  position: absolute;
    top: 300px;
    left: 62px;
}

.qhmgc-top64 {
  margin-top: 64px;
}
.qfont28 {
  font-size: 28px;
  font-weight: 700 !important;
}
.qhmgc-event h2{
  color: var(--gray, #6E8A9E);
    text-align: center;
    font-family: NeoSansArabic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 59.612px;
}
.qhmgc-event p {
  color: var(--blue-100, #092633);
    text-align: center;
    font-family: NeoSansArabic;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.612px;
   
}

.announce-bg{
  border-radius: 0px 28px;
    border: 1px #F4F5F8;
    padding: 12px;
   background: var(--white, #FAFAFA);
  height: 720px;
}
#main_nav{
  margin-right: 88px;
  margin-left: inherit;
}

.qhmgc-choose h3{
font-family: NeoSansArabic;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.qfont32 {
  font-size: 32px;
  font-weight: 700;
}
.qhmgc-bronze {
  color: #665811 !important;
}

.qhmgc-pb{
  padding-bottom: 53px;
}

.qhmgc-top164{
  padding-top: 164px;
}

.qhmgc-jnews{
    position: absolute;
    bottom: 5px;
      left: 23px;
  }

 .qw-50 {
   width: 50%;
 }

.qhmg-acad{
  display: block;
}
.qhmg-acad-mob{
  display: none;
}

.qhmgc-collage{
  background: #fff;
}
.qhmgc-acad-tb{
  padding:41px 0px 64px 0px  ;
}

#main_nav .hmg-btn-blue a{
color: var(--blue--100, #E7EDF0) ;
}
 .navbar .dropdown ul a{
    color: #37454F !important;
}

.fc-day-header ,.fc-day-number{
  
  font-family: 'NeoSansArabic' !important;
}

.qhmgc-calendar{
  border-radius: 25.516px;
    border: 1.021px solid #E9EDF0;
    background: var(--white, #FFF);
}

.qhmgc-calendar img{
margin: 0 auto;
display: block;
}
.qhmgc-calendar .fc-button {
  background: none;
  border: none;
  box-shadow: none;
}

.qhmgc-calendar h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  color: #092633;
  margin: 22px 28px !important;

}

.qhmgc-calendar .fc-button-group {
  margin: 28px 0px !important
}

.fc-button-group{
direction:ltr;}


.qhmgc-calendar .clsNextMonth,
.clsPrevMonth {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: right;
  color: #6E8A9E !important;
}

.qhmgc-calendar .fc-day-grid {
  padding: 0px 4px 0px 4px;
}

.qhmgc-calendar .fc-event {
  top: -38px !important;
}

.qacad-event {
  padding: 40px 40px 40px 0px !important;
  margin-top: 52px;
  margin-left: 0px;
}

.pagination {
  --bs-pagination-disabled-bg: var(--bg-white)
}


 .qhmgc-life-head {
color: var(--white, #FFF) !important;
font-family: NeoSansArabic;
  font-size: 40.08px;
  font-style: normal;
  font-weight: 600;
  line-height: 58.209px !important;
    letter-spacing: -1px;
    width: 648px;
 }

.hmg-btn-pur {
  border-radius: 12.25px;
background: var(--purple-main, #661146);
  color: #fff;
  display: inline-flex;
  padding: 12px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hmg-btn-pur:hover{
  background: var(--purple-main, #661146);
    color: #fff;
}

.hmg-btn-blue:hover{
  background: var(--blue-main, #114C66);
  color: #E74F54;
}


.breadcrumb-item a {
  color: #8B959A;
  font-weight: 400;
}

.breadcrumb-item i {
  color: #8B959A;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.breadcrumb-item.active {
  color: #182C35;
  
}

.qhmgvguide {
  padding-bottom: 28px;
}

.qhmg-coverage {
  padding-bottom: 7px;
}

.qhmg-ppbtm {
  margin-bottom: 96px;
  margin-top: 96px;
}

.hmg-slider1 {
  background: #fff;
  height: 606px;
}

.ourpgarrow{
    position: absolute;
    top: 138px;
    left: 37px;
        border-radius: 21.84px;
      /*background: var(--blue-main, #114C66);*/
      width: 43.68px;
        height: 43.68px;
        display: flex;
          justify-content: space-around;
  }

 .ourpgarrow2 {
   position: absolute;
   top: 138px;
    left: 37px;
   border-radius: 21.84px;
 /*background: var(--purple-main, #661146);*/
   width: 43.68px;
   height: 43.68px;
   display: flex;
   justify-content: space-around;
 }

    .ourpgarrow3 {
      position: absolute;
     top: 138px;
    left: 37px;
  border-radius: 21.84px;
    /*background: var(--bronze-main, #665811);*/
      width: 43.68px;
      height: 43.68px;
      display: flex;
      justify-content: space-around;
    }

 .ourpgarrow img, .ourpgarrow2 img, .ourpgarrow3 img{
  width: 22px;
 }

.qahmg-bg-vguide-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-x: 384px;
  background-repeat: no-repeat;
  background-position-y: 212px;
  padding-bottom: 30px;
}

.qhmg-about-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-y: 229px;
  background-position-x: 433px;
  background-repeat: no-repeat;
  /* opacity: 0.9; */
  padding-bottom: 30px;
}

.qhmg-live-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-y: 229px;
  background-position-x: 433px;
  background-repeat: no-repeat;
  /* opacity: 0.9; */
  padding-bottom: 30px;
}


.qhmg-m-t28 {
  margin-top: 28px;
}

.qhmg-box1-mobcredit {
  border-radius: 24px;
  border: 1px solid #E9EDF0;
  background: #FFF;
  padding: 16px;
  min-height: 256px;
}

.qhmg-m-b42 {
  margin-bottom: 42px !important;
}

.qhmg-m-b48 {
  margin-bottom: 48px;
}

.qhmg-m-b72 {
  margin-bottom: 72px;
}

.qhmg-slider-txt {
  padding: 56px 0 133px 0;
}

.qhmg-about-bg {
  background: #FAFBFC;
}

.qhmg-award-section {
  background: #F4F5F8;
}

.qhmg-mission {
  margin-top: 96px;
}

.qhmg-mission-details {
  padding: 89px 0px 89px 0px
}

.qhmg-mt24 {
  margin-top: 24px;
}

.qhmg-text-white {
  color: #fff !important;
}

.qhmg-vbox {
  background: #fff;
  min-height: 240px;
}

.qhmg-value-box2 {
  background: #fff;
  border-radius: 24px 24px 24px 24px !important;
}

.qhmg-value-box3 {
  background: #fff;
  border-radius: 0px 24px 0px 24px !important;
}

.qhmg-valuebox-p {
  padding: 24px 24px 0px 24px;
}

.qhmg-history-section {
  background: #F8F9FA;
  border-radius: 24px;
}

.owl-carousel .owl-item .qhmg-hos-img img {

  width: auto !important;
  height: auto !important;

}

.qm-5 {
  margin: 3rem;
}

.qhmgc-leadbox-1{
  border-radius: 0px 24px 0px 0px;
}

.qhmc-ar-rad{
  border-radius: 0px 24px 0px 24px;
    border: 1px solid var(--Grey-Blue-200, #E9EDF0);
    background: var(--white, #FFF);
    padding: 12px 20px 20px 20px;
            height: 232px;
}

.qhmc-ar-rad h4{
  color: var(--blue-100, #092633);
   font-family: NeoSansArabic;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.qhmc-ar-rad p{
  color: var(--gray, #6E8A9E);
   font-family: NeoSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
        margin-top: 8px;
}

.qhmc-topvc{
  margin-top: 68px;
  float: left;
    width: 100%;
}

.qhmc-topvc1 {
margin-top: 18px;
  float:right;}

.qhmc-topvc2 {
  margin-top: 41px;
  float: right;
}


.qhmgc-leadbox-2 {
border-radius: 24px;
}

.qhmgc-leadbox-3 {
border-radius: 0px 0px 0px 24px;
}

#history-section .nav-tabs .nav-link {
  min-width: 142px;
  background: none;
  color: #8B959A;
  font-weight: 500;
  font-size: 24px;
}

#history-section .nav-tabs {
  border-top: 1px solid #DFE2E4;
  border-bottom: 1px solid #DFE2E4;
  margin-bottom: 63px;
  justify-content: space-around;
}

.qhmg-mt56 {
  margin-top: 56px;
}

.qhmg-mb56 {
  margin-bottom: 56px;
}

.qhmg-mb40 {
  margin-bottom: 40px;
}

.qhmg-history-para {
  padding: 94.5px 0 94.5px 0px;
}

.qhmg-mt20 {
  margin-top: 20px;
}

#history-section .nav-tabs .nav-link.active {
  border: #182c3500 solid 1.5px !important;
  color: #E74F54 !important;
  font-weight: 600;
  font-size: 36px;
}

#history-section .his-yearly {
  background: url(../img/about-us/histroyline.svg);
  width: 50px;
  height: 80px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 64px;
  background-position-y: 0px;
  z-index: 999;
}

.qhmg-newyear {

  position: relative;
  top: 11px;
}


.qhmgpat-ser {
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* display: flex; */
  height: 42px;
}

.q-hmg-prg-box {
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  margin: 0px;
  min-width: 227px;
}

.qhmg-rad-subbox1 {
  border-radius: 16px 20px 16px 20px;
}

.qhmg-ps {
  padding: 31px 24px 59px 24px;
}

.qhmg-care-inner-img1 {
  background-image: url(..//img/about-us/hmg-shadow.svg);
  background-repeat: no-repeat;
  background-position: left;
  /* background-position-x: 127px; */
  background-size: 103px;
  background-position-y: 8px;
  padding: 80px 0;
  border-radius: 60px;
  background-position-x: 8px;
  z-index: 1;
  position: absolute;
}

#Board-of-Directors {
  padding-bottom: 30px;
}

#Board-of-Directors .swiper-button-prev {
  left: 54px;
}

#Board-of-Directors .swiper-button-next {
  right: 521px;
}

.qhmg-directors-bg {
  background: #182C35;
  ;
}

.qhmg-heading-services {
  color: #182C35;
  text-align: left;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.qhmg-des-services {
  color: #425563;
  text-align: left;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.qhmg-services-txt-h {
  padding: 40px 0 0 0;
}

.qhmg-services-btm4 {
  padding: 0px 0 40px 0;
}

.qhmg-director-top {
  position: relative;
  z-index: 999;
  top: -56px;
}

.qgallery-thumbsimg {
  height: 222px;
  position: absolute;
  top: 87px;
  width: 160px;
}

.swiper-slide-active .qgallery-thumbsimg {
  height: 308px;
  position: absolute;
  top: 259px;
  width: 204px;
}

.qhmg-awardevent {
  position: absolute;
  top: 12px;
  left: 82px;
  width: 386px;
}

.qhmg-med-servcies-img {
  border-radius: 24px 80px;
}

.qhmg-bg-med-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-y: 209px;
  background-position-x: 326px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.qhmg-bg-mission-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-y: 209px;
  background-position-x: 370px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.qh-hmg-logo-bottom {
  position: absolute;
  bottom: 8px;
  right: 405px;
  opacity: 7%;
  border-radius: 28px;
}

.qhmg-bg-insurance-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-x: 138px;
  background-repeat: no-repeat;
  background-position-y: 193px;
  padding-bottom: 30px;
}


.qhmg-phramacy-services {
  background: #F4F5F8;
  border-radius: 24px;
  margin: 46px 0px 46px 0px;
  padding: 56px 44px 0px 44px;
}

.qhmg-btn-red {
  background: #E74F54;
  color: #fff;
  border-radius: 16px 0px;
  display: inline-flex;
  padding: 12px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.qhmg-btn-red:hover {
  background: #E74F54;
  color: #fff;
}

.qhmgphr-bg {
  background: #E9EDF0;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 56px;
}

.qhmg-txtphr {
  white-space: pre;
}

.qhmgtxt-phr {
  color: #000;
}

.qhmg-e-phy {
  width: 314px;
}

.qhmg-top-50 {
  top: 0;
  left: -25%;
}

.qhmg-top-rp {
  margin-top: 22px !important;
}

.qhmg-epharmacy-padding {
  padding: 16px 8px;
}

.qhmg-green-box {
  top: -37px;
  right: -33px;
  border-radius: 41px 20px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #40A351 -272.437px 0px / 229.148% 100% no-repeat;
  width: 95px !important;
  height: 95px !important;
  z-index: -1;
}

.qhm-ephr-btn {
  border-radius: 16px 0px;
  background-color: #fff;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-Weight: 500;
  color: #e74f54;
}

.h-hmg-btn-books .btn:hover {
  border-radius: 16px 0px;
  background-color: #fff;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-Weight: 500;
  color: #e74f54;
}

.qhm-ephr-btn2 {
  border-radius: 16px 0px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-Weight: 500;
}



.qhmg-e-pharmacy-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-repeat: no-repeat;
  padding-bottom: 30px;
  position: absolute;
  z-index: 99999999;
  right: 46px;
  top: 205px;
  width: 58px;
  height: 61px;
  z-index: -1;
}

.qhmg-mob-phy {
  display: block;
}

.qhmg-mob-phyhide {
  display: none !important;
}

.qhmg-mob-24px {
  margin-top: 0px;
}

.qhmg-mobpl {
  margin-bottom: 24px;
}

.qhmg-info-hos {
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}

.qhmg-txt {
  white-space: nowrap;
}

.qhmg-pr-0 {
  padding-right: 0px;
}

.qhgm-whitbox {
  padding: 24px;
  flex-shrink: 0;
  border-radius: 24px 0px;
  background: #FFF;
}

.qhm-topphy {
  margin-top: 88px !important;
}

.qhmg-mtbox-med {
  position: relative;
  top: -300px;
}

.qhmgtop-pl {
  margin-top: -90px;
}

#departmentletter {
  padding-bottom: 95px;
}

.qhmg-depbtn {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #E9EDF0;
  color: #182C35;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0px 0px 24px 0px;
}

.qhmg-depbtn a {
  color: #182C35;
  white-space: pre;
}

.qhmg-searchbox {
  display: flex;
  padding: 20px;
  border-radius: 12px;
  background: #F4F5F8;
  align-items: center;
  margin: 0px;
}

.qhmgdp-emailbox {
  background: #fff;
  border-radius: 8px;
}

.qhmgdp-emailbox .form-control {
  border: 0px;
  padding-left: 0px !important;
}

.qhmg-searchletter {
  padding: 20px;
  border-radius: 12px;
  background: #F8F9FA;
  align-items: center;
  margin: 0px;
}

.qhmg-searchletter .scearch-content {
  margin: 0;
  padding: 0;
}

.qhmg-searchletter .scearch-content li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 2;
}

.qhmg-searchletter .triggers {
  display: inline-block;
  width: 31.73px;
  text-align: center;
  text-decoration: none;
  color: #C5CACC;
  font-size: 12px;
  height: 33px;
  line-height: 16px;
  margin: 0.6px;
  height: 16px;
}


.qhmg-searchletter-active {
  color: #182C35 !important;
}

.qhmg-content-letter {}

.qhmg-content-letter h1 {
  font-size: 56px;
  line-height: 72px;
  color: #182C35;
  font-weight: bold;
}

.qhmg-topdep {
  margin-top: 72px;
}

.qhmg-searchbox .form-select,
.has-search .form-select {
  border: none;
}

.qhmg-slider-txt h1 {

  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmg-slider-txt p {
  margin-top: 16px;

  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmgvisionorder h4 {

  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmgvisionorder p {

  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmg-h-credit {
  min-height: 24px;
  margin-top: 16px;
  color: #182C35;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.qhmg-subp-credit {
  margin-bottom: 20px;
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.qhmg-visitor-padding h4 {
  margin-bottom: 32px;
}

.qhmg-h-credit {
  margin-top: 16px;
  color: #182C35;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.qhmg-box1-credit {
  flex-shrink: 0;
  border-radius: 24px 0px;
  border: 1px solid #E9EDF0;
  background: #FFF;
  padding: 20px;
  gap: 20px;
}

.qhmgpf li {
  list-style: decimal;
  line-height: 32px;
}

.qhmg-padding12 {
  padding: 12px;
}

.qhmg-Roomshospital {
  color: #182C35;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-top: 16px;
}

.qhmg-Roomshos-para {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #6E8A9E;
  padding-top: 12px;
}

.qhmg-btmroom {
  margin-top: 288px;
}

.qhmg-livecare h1 {

  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
}

.qhmg-livecare p {

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #5D6B72;
}

.qhmg-downhmg {
  padding: 24px;
  border-radius: 12px;
  background: #6E8A9E;
  margin-top: 20px;
}

.qhmg-downhmg h1 {

  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.qhmg-downhmg p {

  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.qhmg-btn-orange {
  padding: 12px 32px 12px 32px;
  border-radius: 16px 0 16px 0px;
  background: #fff;
  color: #E74F54;
  width: 100%;
}

.qhmg-btn-orange:hover {
  padding: 12px 32px 12px 32px;
  border-radius: 16px 0 16px 0px;
  background: #E74F54;
  color: #fff;
  width: 100%;
}


.qhmg-faq-mr {
  margin: 88px 0 48px 0;
}

.qhmg-iph {
  height: 246px !important;
}

.specialties-livecare h1 {

  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
}

.specialties-livecare p {

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #5D6B72;
}

.qhmgromhos-rad {
  border-radius: 28px 0px;
}

.qhmgrompic {
  border-radius: 24px 0;
}


.qhmg-sharep {
  border: 1px solid #F4F5F8;
  margin: 32px 0 32px 0px;
}

.qhmg-sharepage .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e6e8eb;
  font-size: 16px;
  color: #425563;
  margin-right: 10px;
  transition: 0.3s;
  float: left;
  margin-bottom: 48px;
}

.qhmg-sharepage h1 {

  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.copylink {
  padding: 8px 12px 8px 12px;
  width: 116px !important;
  height: 36px !important;
  border-radius: 100px !important;
  font-size: 14px !IMPORTANT;
}


.qhmghelp {
  padding: 20px;
  background: #99ADBB;
  border-radius: 24px 0px 24px 0px
}

.qhmghelp h2 {

  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}


.qhmg-sharebtn,
.qhmg-sharebtn:hover {
  border-radius: 16px 0px;
  border: 1px solid #fff;
  background: #fff;
  display: inline-flex;
  padding: 8px 24px;
  align-items: flex-start;
  gap: 10px;
  color: #E74F54;
  margin-right: 12px;
}

.qhmg-sharebtnno,
.qhmg-sharebtnno:hover {
  border-radius: 16px 0px;
  border: 1px solid #fff;
  display: inline-flex;
  padding: 8px 24px;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
}

.qhm-mrbtm96 {
  margin-bottom: 96px;
}

.qhmg-livecare-mr {
  margin: 88px 0 48px 0;
}

.qhmglivecare li {
  list-style: unset;
  line-height: 32px;
  color: #5D6B72;
}

.qhmg-wdp {
  display: none;
}

.mediahub .nav-fill .nav-item {
  display: none;
}

.qhmgmediahub .carousel-inner {
  border-radius: 24px 0px 28px 0px;
  background: #182D3599;
}

.qhmgmediahub h1 {

  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmgmediahub .carousel-item p {

  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmg-mediahubbg-overlay {
  border-radius: 0px 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px 28px 0px 34px;
  background: rgba(24, 45, 53, 0.6);

}

.qhmgmediahub .carousel-caption {
  left: 4%;
}

.qhmgmediahub .carousel-control-prev {
  left: -25px;
}

.qhmgmediahub .carousel-control-next {
  right: -40px;
}

.qhmgmediahub .carousel-indicators {
  bottom: 2%;
  left: -76%;
}

.qhmgsocialhub {
  margin: 40px 72px 0px 72px;
}

.qhmgsocialhub .owl-carousel .owl-dots.disabled {
  display: block;
}

.qhmgsocialhub .owl-theme .owl-dots .owl-dot.active span {
  background: #E74F54;
}


.qhmg-followbtn .btn:first-child:active {
  color: white;
  background: #000000;
  border: 1px solid #000000;
}

.qhmgmediahub {
  margin: 60px 0 24px 0px;
}

.qhmg-mb-32 {
  margin-bottom: 32px;
}

.qhmgmediahub h2 {

  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmgmediahub p {

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmgmediahubhos-rad {
  border-radius: 0px 28px 0px 28px;
}

.qhmgmediahubhos-rad1 {
  border-radius: 28px;
}

.qhmgmediahubhos-rad2 {
  border-radius: 28px 0px 28px 0px;
}

.qhmghub-pic {
  border-radius: 0px 24px;
}

.qhmghub-date-p {
  color: var(--dark-jungle-500, #5D6B72);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0px 16px 0px;
}

.qhmg-hubhead {

  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #182C35;
  margin: 16px 0px 16px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.qmghub-tag,
.qmghub-tag:hover {

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #6E8A9E;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  border-radius: 0px 12px;
  background: #F4F5F8;
  padding: 10px 7px;
  margin-bottom: 8px;
}

.qhmg-socres {
  padding: 96px 72px 0px 72px !important;
}

.qhmg-socrespad {
  margin: 40px 0px 40px 0px;
}

.qhmg-Multimedia-head {
  color: #182C35;
  text-align: left;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.qhmg-Multimedia-para {
  color: #425563;
  text-align: left;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 60%;
}

.qhmg-mmt-47 {
  padding-top: 47px;
}

.qhmg-flw-sm {
  margin: 40px 0px 40px 0px;
}

.qhmg-followbtn {
  padding: 8px;
  border-radius: 12px;
  background: #F4F5F8;
  text-align: center;
  margin: -7px;
}

.qhmg-followbtn a:active {
  background-color: yellow;
}

.qhmg-med-arow .nav-fill .nav-item {
  display: none;
}

.qhmg-followbtn .btn.active {
  Width: 42px;
  Height: 42px;
  background: #000;
  padding: 0px;
  border: none;
}

.qhmg-followbtn .btn.active2 {
  background: #F00073;
}

.qhmg-followbtn .btn.active3 {
  background: #FF0000;
}

.qhmg-followbtn .btn.active4 {
  background: #2867B2;
}


.qhmg-followbtn .btn {
  Width: 40px;
  Height: 40px;
  padding: 3px;
  margin-right: 3px;
}

.qhmg-followbtn .nav-link.disabled {
  display: none;
}

.qp-0 {
  padding: 0px;
}

#qhmgphy-section h4 {

  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

#qhmgphy-section p {

  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.qscmob h4 {

  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.qhmg-medhub-tb {
  margin: 28px 0px 56px 0px;
}

.qhmg-medtop {
  margin-top: 92px;
}

.qhmg-fshub {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}

#social-hub {
  padding: 0 72px 0 72px;
}

.qhmg-padding20 {
  padding: 20px;
}
.qhmg-mrgtop {
  margin-top: 12px;
}

.qhmg-insta h2{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.qhmg-insta p{
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: right;
}
.qhmg-insta .bd-icon img{
  width:auto !important;
  margin-right: 9px;
    margin-top: 3px;
    float: left;
}

/*--------------------------------------------------------------
# syed qamar CSS
--------------------------------------------------------------*/
.hmg-container-bg {
  background: #fff;
}

.css-typing p {
  border-right: 0.15em solid #e74f54;
  /* font-family: "Courier"; */
  font-size: 56px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  margin: 0;
  line-height: 72px;
}

.css-typing p:nth-child(1) {
  width: 100%;
  -webkit-animation: type 3s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
  width: 84%;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
  width: 65%;
  opacity: 0;
  -webkit-animation: type3 2s steps(20, end), blink .5s step-end infinite alternate;
  animation: type3 2s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
  /* padding: 15px 0; */
  overflow: hidden;
}

.sections-bg {
  background-color: #f6f6f6;
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
  background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .hmg-navbar-nav {
    display: none !important;
  }
#s4-workspace {
    overflow-x: hidden;
    width: 100% !important;
}


}

@media screen and (min-width: 768px) {

  .ahmg-hide {
    display: none;
  }

}

/*-------------------------------------------------------------- using this
# Header
--------------------------------------------------------------*/
.topbar {
  background: #f4f5f8;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }

}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #fff;
}

.header.sticked {
  /* position: fixed;  */
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  /* box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1); */
}

.hmg-header-relative {
  position: relative;
  z-index: 9999;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  margin-top: 0px;
}

section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation new
--------------------------------------------------------------*/
.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {


  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: #fff;
  }

}

/* ============ desktop view .end// ============ */

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .qhmgc-pdhead {
      padding: 0 10px !important;
    }

 .banner-card {
   padding: 71px 15px 55px 24px !important;}

.criteria-tabs {
  padding: 50px 22px !important;}

 .qhmgc-pdfooter{
  padding: 0 15px !important;
 }

  .ahmg-hide {
    display: none;
  }

  .ahmg-show {
    display: block;
  }

  .hmg-pos-1 {
    left: 3%;
  }

  .hmg-pos-2 {
    left: 12%
  }

  .hmg-pos-3 {
    left: 28%;

  }

  .hhmg-margin-index {
    margin-top: -40px;
    display: none !important;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: normal;
    color: #37454F;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    padding: 8px;
    border-bottom: 1px solid #f0f3f5;
  }

    .dropdown-item:active{
      background: #ccc;
    }

        .dropdown-item:hover {
          background: #fff;
        }

  .navbar .dropdown ul a {
    padding: 6px 0;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    color: #425563;
    text-wrap: wrap;

  }

  .navbar .dropdown ul a:hover {
    color: var(--color-secondary) !important;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}
@media(min-width:1600px){
  .qhmgc-pdhead {
      padding: 0 6px !important;
    }
.ahmg-bg-overlay {
  left: 33px !important;
}

}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 200%;
    width: 100%;
    /* max-width: 400px; */
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    background: #000;
    color: #fff;
  }

  .hmg-navbar-nav {
    display: none !important;
  }

  .hmg-fingertips-p {
    padding: 20px 0 80px 0 !important;
  }

  .navbar ul {
    /* position: absolute; */
    inset: 0;
    padding: 0px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    /* overflow-y: auto; */
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    /* white-space: nowrap; */
    transition: 0.3s;
  }


  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff !important;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    /* display: none; */
    padding: 10px 0;
    /* margin: 10px 20px; */
    transition: all 0.5s ease-in-out;
    /* background-color: #007466;
    border: 1px solid #006459; */
    background: transparent;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-top: 10px;
    /* margin-right: 10px; */
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    /* position: fixed; */
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9996;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    overflow-y: scroll;
    height: 800px;
  }

}

/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
/* .services {
  padding: 40px 0;  
}*/

.services .med-services,
.services .digital-services,
.services .phar-services {
  padding: 20px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  fill: #fff;
}

.services .med-services svg,
.services .digital-services svg,
.services .phar-services svg {
  /* fill: #182C35; */
  fill: #fff;
}

.services .med-services:hover svg {
  /* fill: #182C35; */
  fill: #182C35;

}

.services .digital-services:hover svg {
  fill: #6E8A9E;
}

.services .phar-services:hover svg {
  fill: #359846;
}

.services .med-services:hover .hmg-inner-hmg,

.services .digital-services:hover .hmg-inner-hmg,
.services .phar-services:hover .hmg-inner-hmg {
  background: #fff;
}

/* .services .med-services:hover .hmg-wire-logo
{
  opacity: .7;
} */
.services .service-item {
  padding: 24px 20px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}

.services .service-item:hover {
  /* border-radius: 24px 0px;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 2px 17px 0px rgba(24, 44, 53, 0.12); */
  /* background: #FFF;
  cursor: pointer;

  box-shadow: 0px 2px 17px 0px rgba(24, 44, 53, 0.12); */


}

.services .med-services:hover {
  background: #182c35;
  transition: all .5s ease-in-out;

}

.services .med-services:hover .hmg-service-h,
.services .med-services:hover .hmg-service-des,
.services .digital-services:hover .hmg-service-h,
.services .digital-services:hover .hmg-service-des,
.services .phar-services:hover .hmg-service-h,
.services .phar-services:hover .hmg-service-des {
  color: #fff !important;
}

.services .digital-services:hover {
  background: #6e8a9e;
  transition: all .5s ease-in-out;
}

.services .phar-services:hover {
  background: #359846;
  transition: all .5s ease-in-out;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

/* .services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
} */

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  color: var(--color-secondary);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;

  /* 171.429% */
}

.services .service-item:hover .icon:before {
  background: #00b6a1;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}


/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
.hmg-slider {
  width: 100%;
  position: relative;
  /* background: var(--color-primary); */
  padding: 60px 0 0 0;
}

@media (min-width: 1365px) {
  .hmg-slider {
    background-attachment: fixed;
  }
}

.hmg-slider h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hmg-slider p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 30px;
}

.hmg-slider .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.hmg-slider .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hmg-slider .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hmg-slider .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hmg-slider .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {


  .sticky-top {
      background: #FFF !important;
    }

.announce-bg {
    height: 482px;
  }

  .qhmghub-date-p img {
    width: 20px !important;
    float: left;
  }

  .qhmg-mmt-55 {
    padding-top: 55px;
  }

  .qhmg-mghead {

    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
  }

  .qhmg-mgpara {

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px !important;
  }

  .qhmg-fshub {

    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
  }

  #social-hub {
    padding: 0px;
  }

  .qhmg-flw-sm {
    margin: 24px 0px 24px 0px;
  }

  .qmghub-tag {

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 8px;
  }

  #qhmgphy-section h4 {

    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }

  .qsp-live {
    display: none
  }

  .qhmg-wpbtm {
    margin-bottom: 48px;
  }


  .qhmg-wdp .qhmg-btn-orange {
    padding: 12px 32px 12px 32px;
    border-radius: 16px 0 16px 0px;
    background: #E74F54;
    color: #ffffff;
    width: 100%;
  }

  .qhmg-sharep {
    border: 1px solid #F4F5F8;
    margin: 32px 0 32px 12px;
    width: 96%;
  }

  .qhmg-about-logo {
    background-position-y: 148px;
    background-position-x: 279px;
  }

  .qhmg-pv {
    background-position-y: 171px;
    background-position-x: 225px;
  }

  .qhmg-visitpatient-bg {
    background: #182c35;
    margin: 56px 0 0 0;
  }

  .qhmg-btmroom {
    margin-top: 88px;
  }

  .qhmg-dep-mobiletop {
    margin-top: 48px;
  }

  .qhmg-radpr-box1 {
    border-radius: 0px 12px !important;
  }

  .qhmg-dephos-box1 {
    border-radius: 12px 0px !important;
  }

  .qhmg-depbtn {
    padding: 12px;
    margin: 0px 0px 12px 0px;
  }

  .qhmg-mobmb-lb {
    margin-bottom: 72px;
  }

  .hmg-text-map {
    margin-top: 10px;
  }

  .qhmg-about-bg .hmg-count-noti {
    display: none;
  }

  /* .qhmg-about-bg .main-img-container {
    position: relative;
    width: 80%;
    left: 33px;
  } */



  .h--timeline-dates li a {
    display: block;
    width: 117px;
  }

  .hmg-slider h2 {
    font-size: 36px;
  }

  .hmg-slider .btn-get-started,
  .hmg-slider .btn-watch-video {
    font-size: 14px;
  }

  .hmg-main-p {
    padding: 0 16px !important;
  }

  .qhmg-livecare-mr {
    margin: 44px 0 48px 0;
  }

  .qhmg-liveaccordicon {
    position: absolute;
    left: -15px;
    top: 10px;
    width: 18px;
  }

}

.hmg-slider .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hmg-slider .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }

  .ahmg-search-icon {
    margin: 30px 0 0 10px;
  }

  /* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px!important;
} */
}

.hmg-slider .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #008d7d;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hmg-slider .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.hmg-slider .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}

.hmg-slider .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.hmg-slider .icon-box:hover {
  background: #009786;
}

.hmg-slider .icon-box:hover .title a,
.hmg-slider .icon-box:hover .icon {
  color: #fff;
}

.owl-carousel .owl-dots.disabled {
  display: block !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
background: var(--footer, linear-gradient(180deg, #F4F5F8 0%, rgba(244, 245, 248, 0.00) 100%));

  padding: 48px 0 20px 0;
  /* color: white; */
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  /* color: #fff; */
  font-family: var(--font-primary);
}

.footer .footer-info p {
color: var(--dark-gray, #37454F);
  /* Paragraph/P2/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 85%;
  /* 171.429% */
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e6e8eb;
  font-size: 16px;
  color: #114C66;
  margin-right: 10px;
  transition: 0.3s;
  float: left;
}

.footer .hmg-store-name {
  color: #FFF;

  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 4px !important;
}

.footer .social-links a:hover {
  color: #fff;
  background: #114C66;
}

.footer h4 {
color: var(--blue-100, #092633);
  /* Lable/L2/SemiBlod */

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  padding-bottom: 16px;
  margin: 0;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
color: var(--dark-gray, #37454F);
  transition: 0.3s;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--color-secondary);
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: right;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.footer .hmg-name {
  color: var(--color-secondary);
}

.footer .hmg-footer-line {
  border-top: 1px solid #EAEAEA;
}

.footer .hmg-btn-download {
  padding: 12px 32px !important
}



/*--------------------------------------------------------------
# Mega Menu
--------------------------------------------------------------*/

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px #2424240F;
  border: none;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 20px 0 30px 0;
  outline: none;

}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  /* float: right; */
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.hmg-accordion-item {
  border: none !important;
}

.hmg-accordion-button {
  background: none !important;
  box-shadow: none !important;
  width: auto;
}



/*--------------------------------------------------------------
# specfic spacing padding
--------------------------------------------------------------*/

/*.hmg-rounded-box1
{
   border-radius: 28px 0px!important;
  border: 1px solid #E9EDF0;
  background: #FFF;
}

.hmg-rounded-box2
{
  border-radius: 28px!important;
  border: 1px solid #E9EDF0;
  background: #FFF;
}

.hmg-rounded-box3
{
  border-radius: 0px 28px!important;
  border: 1px solid #E9EDF0;
  background: #FFF;
} */

.hmg-awards-bg {
  border-radius: 28px 28px 0px 0px !important;
  background: #F4F5F8;
}

.hmg-trusted-bg {
background: linear-gradient(270.14deg, rgba(51, 9, 35, 0) -17.79%, rgba(51, 9, 35, 0.9) 75.22%), url(../img/lifehmg.jpg);
  color: #fff;
  height: 454px;
  margin: 60px 0;
  border-radius: 0px 24px 0px 24px !important;
    background-size: cover;
}

.hmg-trust-icon-bg {
  /* border-radius: 28px 0px; */
  background: rgba(255, 255, 255, 0.05);
}

.hmg-rad-box1 {
  border-radius: 24px 0px !important;
  /* background: #FFF; */
}

.hmg-rad-box2 {
  border-radius: 24px !important;
  /* background: #FFF; */
}

.hmg-rad-box3 {
  border-radius: 0 24px !important;
  /* background: #FFF; */
}

.hmg-wire-logo {
  background: url(../img/home/hmg-wire-logo.svg) no-repeat;
  height: 89px;
  width: 89px;

}

.hmg-icon-bg {
  border-radius: 8px;
  background: #182C35;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 14px;
  margin: 15px;
  position: relative;
  top: 15px;

}

.hmg-icon-bg1 {
  position: relative;
  top: 19px;
  left: 11px;

}

.hmg-btn-orange-fill {
  border-radius: 16px 0px;
  background: #E74F54;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}

.qhmg-btn-orange-fill {
  border-radius: 12.254px;
 background: #E74F54;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-size: 14px;
  margin-right: 0px;
}

.qhmg-btn-orange-fill:hover {
  background: #E74F54;
  color: #fff !important;
}

.hmg-btn-orange-fill:hover

/* .btn:first-child:active disable*/
  {
  color: white;
  background: #a3070b;
  border: 1px solid #E74F54;
}

.hmg-btn-gray {
  border-radius: 16px 0px;
  color: #E74F54 !important;

  padding: 15px 20px !important;

}

.hmg-font-weight-600 {
  font-weight: 600 !important;
}
.hmg-font-weight-400 {
  font-weight: 400 !important;
}

.hmg-btn-gray:hover {
  border-radius: 16px 0px;
  background-color: #f4f5f8 !important;
  padding: 12px 20px !important;
}

.hmg-btn-orange {
  border-radius: 16px 0px;
  border: 1px solid #E74F54;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.ahmg-btn-white {
  border-radius: 16px 0px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  padding: 12px 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hmg-btn-download {
  /* border-radius: 16px 0px;
  background: #283d45; */
  border-radius: 12px 0px;
  background: var(--dark-jungle-500, #5D6B72);
  color: var(--main-bg);

  padding: 5px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hmg-btn-orange:hover,
.hmg-btn-white:hover,
.ahmg-btn-white:hover,
.ahmg-btn-white-brd:hover {
  background: #E74F54;
  color: #fff;

}

.hmg-btn-download:hover {
  background: #000000;
  color: #fff;
}

.hmg-btn-white {
  border-radius: 16px 0px;
  background-color: #fff;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.qhmg-btn-white {
  border-radius: 16px 0px;
  background-color: #fff;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
}

.qhmg-btn-white:hover {
  background: #E74F54;
  color: #fff;
}

.hmg-btn-white1 {
  border-radius: 16px 0px;
  background-color: rgba(255, 255, 255, 0.4);
  color: var(--container-bg);
  display: inline-flex;
  font-size: 14px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;

}

.hmg-btn-white1:hover {
  background-color: rgba(255, 255, 255, 0.4);


}

.ahmg-btn-white {
  border-radius: 16px 0px;
  background-color: #fff;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ahmg-btn-white-brd {
  border-radius: 16px 0px;
  /* background-color: #fff; */
  color: var(--bg-white);
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--bg-white);
  gap: 10px;
}



.hmg-bg-img1 {
 background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #114C66 100%), url(../img/qhmg-prg/our-pg1.png);
  /* width: 80%; */
  height: 507px;
  background-size: cover;
  color: white;
  /* padding: 20px; */
  /* border-radius: 28px 0; */
}


.ahmg-grow-txt:hover .ahmg-img-cover {
  height:507px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #114C66 100%);
}

.ahmg-grow-txt:hover .ahmg-img-hvr {
  height: 507px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #114C66 100%);
}

.ahmg-grow-txt2:hover .ahmg-img-cover {
  height: 507px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #661146 100%);
}

.ahmg-grow-txt2:hover .ahmg-img-hvr {
  height: 507px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #661146 100%);
}

.ahmg-grow-txt3:hover .ahmg-img-cover {
height: 507px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #665811 100%);
}

.ahmg-grow-txt3:hover .ahmg-img-hvr {
height: 507px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #665811 100%);
}

.ahmg-grow-txt:hover .hmg-arrow-bg {
  background: #fff;
  color: #000;
}



.hmg-bg-img2 {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #661146 100%), url(../img/qhmg-prg/our-pg2.png);
  /* width: 80%; */
  height: 507px;
  background-size: cover;
  color: white;
  /* padding: 20px; */
  /* border-radius: 28px; */
}

.hmg-bg-img3 {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #665811 100%), url(../img/qhmg-prg/our-pg3.png);
  /* width: 80%; */
  height: 507px;
  background-size: cover;
  color: white;
  /* padding: 20px; */
  /* border-radius:0 28px; */
}


.hmg-arrow-bg {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  height: 28px;
  width: 28px;
  line-height: 28px !important;
  text-align: center;
  right: 24px;
  bottom: -18px;
  position: relative;
}

.hmg-img-text {

position: absolute;
  bottom: 15px;
  left: 8px !important;
  color: white;
  z-index: 10000;
  padding: 13px 28px 0px 28px !important;
}

.hmg-img-text h6 {
  color: #FFF;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  /* line-height: 32px; */
  /* 160% */
}

.hmg-img-text p {
  color: #FFF;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.hmg-expect-care-bg {
  background: #f4f5f8 !important;
  color: #6E8A9E !important;
}

.hmg-expect-care-bg a {
  color: #6E8A9E;
}

.hmg-expect-care-bg:hover {
  background: #6e8a9e !important;
  color: #fff !important;
  transition: all .5s ease-in-out;
}


.hmg-dr-img {
  border-radius: 120px 20px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), lightgray -272.437px 0px / 229.148% 100% no-repeat;
}

.hmg-dr-img-container {
  height: 306px;
  width: 370px;

  position: relative;

  z-index: 1;
  border-radius: 120px 20px;
  border: 8px solid #F4F5F8;
  background: lightgray -335.437px 0px / 178.148% 72% no-repeat;
  top: -2px;
}

.hmg-dr-img-top {
  border-radius: 81px 20px;
  position: absolute;
  transform: translate(-26px, 0px);
  z-index: 10000000;
  bottom: 0;
}

.hmg-orange-leaf {
  border-radius: 41px 20px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #E74F54 -272.437px 0px / 229.148% 100% no-repeat;
  width: 95px;
  height: 110px;
  position: absolute;
  right: 23px;
  z-index: -50;
  top: -38px;
}

.hmg-black-leaf {
  border-radius: 41px 20px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #182C35 -272.437px 0px / 229.148% 100% no-repeat;
  width: 95px;
  height: 110px;
  position: relative;
  left: 24px;
  z-index: -50;
  bottom: 71px;
}

.hmg-count-noti {
  border-radius: 12px;
  background: #FFF;
  /* box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08); */
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.hmg-inner-icon {
  border-radius: 8px;
  background: #6E8A9E;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.hmg-inner-hopital {
  border-radius: 8px;
  background: #393;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.hmg-inner-hmg {
  border-radius: 8px;
  background: #182C35;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}


.hmg-top-r-12 {
  top: -11px;
  right: -14%;
}

.hmg-top-l-15 {
  top: 20px;
  left: -14%;
}

.hmg-top-30 {
  top: 30%;
}

.hmg-top-80 {
  top: 70%;
  left: -47px;
}

.hmg-top-20 {
  top: 20%;
  left: -53px;
}

.hmg-br-80 {
  top: 64%;
  right: -10%;
}

.hmg-slider-top {
  margin-top: 173px !important;
}

.hmg-pl {
  padding-left: 10px;
}

.hmg-nf-img {
border-radius: 24px 0px;
  overflow: hidden;
  height:159px;
object-fit: cover;
}
.qnews-width {
  width: 149px !important;
}

.hmg-btn-nf {
  border-radius: 0px 12px;
  background: #F4F5F8;
  color: #6E8A9E;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.hmg-btn-nf:hover {
  background: #6e8a9e;
  color: #fff;
}

.hmg-download-sm {
  color: #FFF;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}

.hmg-download-lg {
  color: #FFF;
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*  ==========Mobile=====================*/

/*  ===============================*/
@media only screen and (max-width: 600px) {
  body {
    padding: 16px;
  }

    .qwcstop-n {
      margin-top: -57px;
    }


  .ahmg-hide {
    display: block;
  }

  .ahmg-show {
    display: none;
  }

  .qm-5 {
    margin: 0px;
  }

  .qhmg-awards-mob .owl-dots {
    display: none;
  }

  .qmt20 {
    margin-top: 20px;
  }

  .qhmg-mob-phy {
    display: none !important;
  }

  .qhmg-mob-phyhide {
    display: block !important;
  }

  .qhmg-ps {
    padding: 12px 12px 56px 12px;
  }

  .qhmgpatient img {
    display: none !important;
  }

  .qhmg-hosp-pt {
    padding-top: 60px !important;
  }

  .qhmg-pt-btm {
    margin-bottom: 56px;
  }

  .qhmg-visitor-padding {
    padding: 48px 40px 0px 16px !important;
  }

  .qhmg-visitor-pr {
    padding-right: 16px;
  }

  .qhmgvisithead .mt-4 {
    margin-top: 0px;
  }

  .qhmgpatient .hmg-box1-credit {
    border-radius: 24px 24px;
    min-height: 218px;
  }

  .qhmg-box1-mobcredit {
    min-height: 220px;
  }

  .qhmg-visitor-padding .p-4 {
    padding: 0px !important;
  }

  .qhmg-webvisitor {
    display: none;
  }

  #qhmgphy-section .p-3 {
    padding: 0rem !important;
  }

  /* .qhmg-awards-mob .owl-stage .item {
    margin-left: 12px;
  } */

  .qhmg-mission-details {
    padding: 8px 10px 8px 10px !important
  }

  .qhmg-paravision {
    width: 100% !important;
  }

  .qhmg-mission-details {
    margin-top: 24px;
  }

.qhmgc-image-video{
  margin-top: 0px;
}

.hmg-slider1 {
 height: 490px;
}

  .qhmg-mission-details {
    margin-top: 24px;
  }

  .qmt20 {
    margin-top: 20px;
  }

  .hmg-heading-services .qhmgtextleft {
    text-align: left;

    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }

  .hmg-des-services .qhmg-textpara {
    color: #425563;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .qhmgvaluemob .owl-dots {
    display: none;
  }

  .qhmg-value {
    margin-bottom: 38px;
  }

  .h--timeline-line {
    left: -68px;
  }

            .ihmg-page-padding {
              padding: 8px !important;
            }

        .ihmg .main-card2 {
          border: none !important;
          height: 368px;
          margin: 20px 0px;
        }
        .ihmg-section-margin {
          margin: 0px !important;
        }
.ihmg .main-card2 .card-img1 {
  border-radius: 24px 0px 0px 0px;
  margin-right: 0px;
  overflow: hidden;
  height: 390px;
}

 .ihmg .main-card2 .card-img2 {
   border-radius: 0px 0px 24px 0px;
   margin-left: 0px !important;
   overflow: hidden;
   height: 368px;
 }

 .ihmg .main-card2 .banner-card2 {
   margin-right: 0px !important;
   height: 390px;
 }

 .ihmg .main-card2 .card-img2{
  margin-right: 0px !important;
 }

.ihmg .main-card2 .banner-card1 {
  margin-right: 0px !important;
  height: 390px;
}

 .ihmg .main-card2 .banner-card2 {
          margin-left: 0px;
          height: 390px;
        }

 .ihmg .main-card2 {
          border: none !important;
          height: 368px;}
        
     .banner-card1 .card-text,
     .banner-card2 .card-text {
       width: 95% !important;
     }

         .banner-card2 .card-title{
              margin: 130px 0px 0px 8px !important;
         }
   
.card-img-top {
  height: 172px;
  object-fit: cover;
}

.qhmgc-adult h5{
color: var(--blue-100, #092633);
  font-family: NeoSansArabic;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.admins-card .card-body-ah{
  margin-top: 16px;
}

.ahmg-col-reverse .card a{
  color: var(--blue--50, #7094A3);
    font-family: NeoSansArabic;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

.ahmg-col-reverse .card .qhmgc-a.active{
  color: var(--dark-jungle-600, #182C35);
  border-bottom: 4px solid #114C66;
}
    .banner-card .card-text {
      width: 100% !important;
    }

     .banner-card{
      height: 443px;
     }

  .qhmgc-ahn{
    height: 445px;
  }

        .card-img {
          height: 444px ! IMPORTANT;}
  
    .banner-card .card-text {
     font-size: 14px !important;
    }

  /* .topbar
  {
    display: none!important;
  } */

.admins-card .card-body-ah{
  padding: 24px 16px !important;
}

 .qhmgc-image-v {
   height: 486px;
 }
.qhmgc-excelence-btn{
right: 20px !important;
left:inherit ;
}
.qhmgc-excelence-btn .qhmgc-top32{
  margin-top: 0px;
}

 .qhmgc-video h1{
  font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
 }

 .qhmg-btn-white-fill{
  padding: 10px 38px !important;
 }

 .qhmg-btn-orange-fill{
  padding: 12px 38px;
  margin-left: 15px;
 }

 #exp-care-section h4{
  font-size: 28px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 40px;
    color: var(--main-1, #182C35);
 }

 .ahmg-bg-overlay{
  width: 100% !important;
      height: 464px;
 }
.hmg-slider-overlay{
  font-family: NeoSansArabic;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  left: 45px;
}

#exp-care-section .qhmgc-newmob h4{
  color: var(--blue-100, #092633);
  font-family: NeoSansArabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
              height: 56px;
}
#exp-care-section .qhmgc-newmob p{
  color: var(--gray, #6E8A9E);
   font-family: NeoSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}

.qhmgc-newmob h2{
  color: var(--gray, #6E8A9E);
   font-family: NeoSansArabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.qhmgc-newmob span{
  color: var(--blue-100, #092633);
    font-family: NeoSansArabic;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
        margin-bottom: 12px;
        float: left;
        width: 100%;
}

#services .fa{
transform: rotate(179deg) !important;
}

.hmg-font-bold{
  font-weight: 500;
}

.qmobc-32{
  margin-top: 32px !important;
}

.qhmgc-pb {
  padding-bottom: 12px;
  padding-top: 32px;
font-weight: 600 !important;
}
.qhmgc-partour{
  font-weight: 600 !important;
}

.hmg-border-r{
border-left: 0px !important;
border-right: inherit !important;
}
.qhmgc-top-24{
  margin-top: 24px;
}
.qw-50{
  width: 100%;
}

.hmg-slider1{
  padding: 0px !important;
}

.ihmg .admins-card {
  padding-top: 20px;
}

.hmg-bg-skew-1{
bottom: 70px !important;
  left: -4% !important;
  height: 50px !important;
  z-index: 0 !important;
  position: relative !important;
}

.qhmgc-p5 {
  padding: 0px !important;
}
.qhmgc-top164 {
  padding-top: 190px;
}
.qhmgc-life-head{
  font-family: NeoSansArabic;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px !important;
    width: auto;
}

.hmg-btn-pur{
  text-align: center ;
  width: 100%;
  align-items: center;
}

.qhmg-acad{
  display: none;
}
.qhmg-acad-mob {
  display: block;
}

.qhmgc-jnews {
bottom: 6px;
 left: 10px;
}

.hhmg-pb-48 {
  padding: 0px 0 !important;
}

.hmg-articles-date-p span{
  color: var(--gray, #6E8A9E);
   font-family: NeoSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.hmg-owl-mytheme .owl-dots .owl-dot span{
  height: 7px !important;
}

.hmg-owl-mytheme .owl-dots{
  bottom: 25px !important;
}

.qhmgc-chtp{
  margin-top: 55px;
    }


  .hmg-main-p {
    padding: 0 16px ;
  }

    .bg-body{
      padding: 0px;
    }

 .hmg-awards-p{
  padding: 0px 8px !important;
 }

  .ahmg-p-mob {
    padding: 40px 0 56px !important;
  }

  .ahmg-des-services-mob {
    color: rgba(66, 85, 99, 1);
    ;
    /* text-align: center; */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .hmg-slider-txt {
    padding: 0px 0 32px 0 !important;
  }

  .hmg-border-mr {
    border-right: none !important;
  }

  .css-typing p {
    border-right: 0.15em solid #e74f54;
    /* font-family: "Courier"; */
    font-size: 32px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    margin: 0;
    line-height: 48px;
  }

  .hmg-navbar-nav {
    display: none;
  }

  .hmg-slider-txt {
    padding: 30px 0 32px 0 !important;
  }

  .sticked-header-offset {
    /* margin-top: 10px !important;  before it was*/
    margin-top: 0px !important;
  }

  .hmg-inner-pos {
    top: -24px !important;
    position: relative;
  }

  .image-container {
    position: static !important;
    display: inline-block;
  }

  .hmg-dr-img-container {
    height: 216px !important;
    width: 250px !important;
    position: relative;
    z-index: 1;
    border-radius: 120px 20px;
    border: 8px solid #F4F5F8;
    background: lightgray -335.437px 0px / 178.148% 72% no-repeat;
    top: -2px;
  }



  .qhmg-mission-mob-logo {
    background: url(../img/services/hmg-bg-logo.svg);
    background-repeat: no-repeat;
    padding-bottom: 30px;
    position: absolute;
    z-index: 99999999;
    right: 49px;
    top: 167px;
    width: 58px;
    height: 61px;
    z-index: -1;
  }

  .qhmg-visitor-mob-logo {
    background: url(../img/services/hmg-bg-logo.svg);
    background-repeat: no-repeat;
    padding-bottom: 30px;
    position: absolute;
    z-index: 99999999;
    right: -18px;
    top: 167px;
    width: 58px;
    height: 61px;
    z-index: -1;
  }

  .qhmg-history-para {
    padding: 0px 0px 0px 0px !important;
  }

  .h--timeline-navigation {
    top: 300% !important;
  }

  .h--timeline-navigation--prev {
    left: 136px !important;
    filter: opacity(0.5);
  }

  .h--timeline-navigation--next {
    right: 129px !important;
  }

  .hmg-top-12 {
    top: 41px !important;
    left: -12% !important;
  }

  .hmg-top-80 {
    top: 77% !important;
    left: -30px !important;
  }

  .hmg-br-80 {
    top: 77% !important;
    right: -8% !important;
  }


  .hmg-red-box-top {
    top: -33px !important;
    right: -24px !important;
    background: url(<path-to-image>), #E74F54 -272.437px 0px / 229.148% 100% no-repeat;
    width: 116px !important;
    height: 116px !important;
    border-radius: 48px 16px !important;
    border: 7px solid #F4F5F8 !important;
    z-index: -1;
  }

  .hmg-dr-img-top {
    transform: translate(18px, -1px);
  }

  .hmg-btn-orange-fill {
    padding: 12px 24px;
  }

  .ahmg-med-ser-p {
    min-height: 120px !important;
  }

  .qtmtp {
    margin-top: 20px !important;
  }

  ul.ahmg-tick-list li {
    text-wrap: nowrap;
  }

  .hmg-count-noti p {

    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
  }

  .f-14 {

    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
  }

  .dropdown-menu.show {

    box-shadow: 0px 1px 1px #efefef !important;

  }

  .hmg-p-5 {
    padding: 20px !important;
  }

  .hmg-top-20 {
    top: 20%;
    left: 0;
  }

  .hmg-top-20-mob {
    top: 1px;
    left: -50px;
  }

  .footer .footer-left {
    float: left !important;
  }

  .hmg-fingertips-p {
    padding: 40px 0 0px 0 !important;
  }

  .ahmg-wire-logo-mob {
    background: url(../img/home/hmg-res.svg) no-repeat;
    height: 46px !important;
    width: 43px !important;
  }

  .ahmg-med-bg-mob {
    border-radius: 8px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    background: rgba(24, 44, 53, 1);

  }

  .ahmg-icon-hw-mob {
    height: 36px !important;
    width: 36px !important;
  }

  .ahmg-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .ahmg-m-6 {
    margin: 33px !important;
    padding-bottom: 30px;
  }

  .ahmg-mlr {
    margin: 0 !important;
  }

  .ahmg-location {
    color: #182C35 !important;
    font-weight: 700 !important;
  }

  .ahmg-pl-1 {
    padding-left: 15px
  }

  .hmg-care-inner-img1 {
    background-image: url('../img/home/hmg-logo-flw.svg');
    background-repeat: no-repeat;
    background-position: -8px -11px;
    /* background-position-x: 127px; */
    background-size: 91px !important;
    padding: 80px 0;
    border-radius: 60px;
    }

  .hmg-care-inner-img {
    background-image: url('../img/home/hmg-logo-flw.svg');
    background-repeat: no-repeat;
    background-position: right 460px;
    /* background-position-x: 127px; */
    background-size: 98px !important;
    /* padding: 80px 0; */
    border-radius: 60px;
  }

  .hmg-bg-skew {
    /* background: #F4F5F8; */
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(245, 246, 249, 0.90));
    height: 100%;
    width: 100%;
    clip-path: none !important;
    border-radius: 50px;
  }

  .ahmg-sol {
    margin-top: 56px;
  }

  .ahmg-patient-mt-56 {
    margin-top: 56px !important;
  }

  .ahmg-news-mt-32 {
    margin-top: 32px;
  }

  .ahmg-m-63 {
    margin: 63px 0 0 0 !important;
  }

  .ahmg-m-10 {
    margin: 10px 0 0 0 !important;
  }

  .ahmg-m-35 {
    margin: 35px 0 0 0 !important;
  }

  .ahmg-reverse-col {
    flex-direction: column-reverse;
  }

  .ahmg-arrow-color {
    color: rgba(231, 79, 84, 1);
  }

  .ahmg-gray-rc {
    bottom: -27px;
    position: absolute;
    right: -24px;
    z-index: 0;
  }

  .ahmg-emger-m-40 {
    margin: 18px !important;
  }

  .hmg-heading-services {
    color: #182C35;
    text-align: center;

    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }

  .ahmg-slider img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    border-radius: 0px 28px 0px 34px !important;
    left: 31px;
    position: relative;
  }

  .hmg-play-pause-btn {
    position: absolute;
    top: 454px !important;
    z-index: 1000;
    left: 38px !important;
  }

  .ahmg-mmt-87 {
    padding-top: 44px !important;
  }

  .qhmg-multimedia li {
    list-style: none;
  }

  .qhmg-mtop-56 {
    margin-top: 56px;
  }

  .qhmg-schead {

    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
  }

  .qhmg-mtop-32 {
    margin-top: 32px;
  }

.m-logo22{
  width: 22px !important;
}
.qhmg-insta .bd-icon img {
  width: auto !important;
  margin-right: 9px;
  margin-top: 3px;
  float: left;
}
  .qhmg-Mobpara {

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px !important;
  }

  #qhmgmediahub-section h4 {

    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
  }

  #qhmgmediahub-section p {

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  #nav-fill .nav-item,
  .nav-fill>.nav-link {
    flex: none;
    /* text-align: center; */
    padding: 0 12px 0 0 !important;
  }

  .qmg-mmt-40 {
    padding-top: 40px !important;
  }

  .hmg-top-r-12 {
    top: -13px !important;
    right: -10% !important;
  }

  .ahmg-btn-white {
    padding: 12px 16px !important;

  }

  .ahmg-mob-p {
    padding: 16px !important;
  }

  .ahmg-h-500 {
    height: 625px;
    margin-bottom: 196px;
  }

  .ahmg-mobile-scr {
    /* position: absolute; */
    top: 39px !important;
  }

  .ahmg-faq-mr {
    margin: 32px 0 96px 0 !important;
  }

  .hhmg-mb-48-mob {
    margin-bottom: 48px;
  }

  .ahmg-min-h h6 {
    overflow: hidden;
    display: -webkit-box;
    /* display 2 lines only */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .hmg-arrow-bg {

    margin-right: 17px;
  }

  .ahmg-reptation {
    padding: 12px !important;
  }

  .readmore {
    margin-top: 12px;
    float: left;
  }

  .ahmg-sol p {
    margin-bottom: 80px;
  }

  .hmg-nf-img {
    border-radius: 0 28px;
    overflow: hidden;
    height: auto;
  }

  .hmg-btn-orange,
  .ahmg-btn-white-brd {
    padding: 12px 18px !important;
  }

  .ahmg-heading {

    font-size: 28px !important;

  }

  .ahmg-des,
  .ahmg-des-w {
    font-size: 14px !important;
  }


  .ahmg-slider-heading {
    color: #182C35;
    /* Heading/H5/Bold */

    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 142.857% */
  }

  .hmg-des-services {
    font-size: 14px !important;
  }

  .ahmg-multimedia-mob a svg {
    fill: var(--grey-blue-600, #6E8A9E) !important;

  }

  .ahmg-multimedia-mob {
    border-bottom: none !important;
  }


  .ahmg-multimedia-mob a:hover svg {
    fill: #fff !important;
    color: #fff;

  }

  .ahmg-multimedia .card {
    margin: 0 4px 0 5px !important;
    gap: 12px;
  }

  .ahmg-mm-mar {
    margin: 24px 16px;
  }

  .ahmg-news-mh {
    min-height: 200px !important;
  }

  .ahmg-related-news {
    padding-left: 18px;
  }

  .ahmg-copylink .copylink {
    font-size: 12px !IMPORTANT;
  }

  .ahmg-copylink .social-links a {
    margin-right: 5px;
  }

  .ahmg-subh-mar {
    margin-top: 48px!important;
    margin-bottom: 24px!important;
}
.ahmg-mb-135
{
  margin-bottom: 135px;
}
.ahmg-view-heading {
  padding: 0px 0 27px 0!important;
}
.ahmg-view-room-web
{
  margin-bottom: 92px;
}
.ahmg-view-room-carl .owl-stage {
  left: -10px!important;
}
.ahmg-view-room-carl .owl-dots .owl-dot.active span {
  background: #E74F54!important;
}
.ahmg-view-room-carl .owl-dots .owl-dot span {

  background: #F9D3D4!important;
}

  /* ==================================Scrolling for the the mobile=========================== */
  .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    
  } 


  .scrolling-wrapper-soc {
    border-bottom: 1.5px solid #ffffff;
  }

  #qhmgmediahub-section a.active {
    background: #000 !important;
    color: #fff !important;
  }

    .main-card{
      height: 405px !important;
      border-radius: 28px 0px !important;
      width: 100%;
    }

 .ihmg .main-card {
   height: 405px !important;
 }
 .qhmgc-acad-tb .main-card {
   height: 455px !important;
 }

 .ihmg .card-img {
   height: 405px;
 }

 .ihmg .banner-card {
   padding: 71px 15px 55px 29px
 }

 .banner-card .card-title {
   color: #FAFAFA;
   margin-top: 145px;
 }
        .ihmg .banner-card .card-text {
          width: 311px !important;
          font-family: NeoSansArabic;
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
        }
  
     .qhmgc-acad-tb {
       padding:0px;
     }


.qhmgc-calendar img {
 width: 80%;
}

.main-card{
  height: 405px !important;
}

.banner-card{
  border-radius: 24px 0px;
}



   .card {
    display: inline-block;
    border: none;
    margin: 0 0px 0 0px;
    color: var(--dark-jungle-400, #8B959A);
    text-align: right;
    /* Lable/L2/Medium */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 150% */
    /* padding: 12px 16px; */


  }

    #v-tabs-tab .card{
      margin: 0 0px 0 45px;
    }

  .qhmgc-card{
    width: 100%;
  }

    .qhmgc-card .card-bottom-img {
      height: 465px !IMPORTANT ;
      border-radius: 24px 0px;
      opacity: 0px;
      background: linear-gradient(270.14deg, rgba(51, 9, 35, 0) -17.79%, rgba(51, 9, 35, 0.9) 75.22%);
    }

         .qhmgc-card .card-title{
          padding-top: 169px;
         }
 .qhmgc-card h5{
color: var(--white, #FFF);
font-family: NeoSansArabic;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 40px;}


 .qhmgc-card p {
  color: var(--white, #FFF);
   font-family: NeoSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
 }

.qhmgcfaq h5{
color: var(--blue-100, #092633);
  font-family: NeoSansArabic;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.qhmgcfaq .sub-section .accordion-button{
  font-family: NeoSansArabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.qhmgcfaq .sub-section p{
color: var(--Dark-Jungle-500, #5D6B72);
 font-family: NeoSansArabic;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.sub-section .accordion-button{
  font-family: NeoSansArabic;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.qmbc-32{
  margin-bottom: 32px;
}

.card-img-top{
  height: 172px;
}

.card-img,
.card-img-top{
  border-radius:0px ;
}

.card-item-text{
  color: var(--blue-100, #092633);
    font-family: NeoSansArabic;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
   
}

.qhmgc-hmggroup {
  text-align: left;
  padding: 12px 0px;
}

.qhmgc-hmggroup .card-text{
color: var(--gray, #6E8A9E);
  font-family: NeoSansArabic;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: right ;
}

.qhmgc-hmggroup .card-title {
  text-align: right;
}

.qhmc-ar-rad{
  height: 236px;
  margin-left: 3px;
}

.qhmc-ar-rad img{
width: 96px !important;
  height: 48px;
}

.qhmc-ar-rad span{
  color: var(--Dark-Jungle-600, var(--main-1, #182C35));
    font-family: NeoSansArabic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.qhmc-ar-rad a{
  color: var(--blue-main, #114C66);
    text-align: right;
    font-family: NeoSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
}

    .qhmgc-card .btn-banner{
      width: 100%;
    }

    .admins-card .card-body{
      margin-top: 12px;
    }

  .card .nav-link:active {
    color: var(--dark-jungle-600, #182C35) !important;
    text-align: right;
    /* Lable/L2/SemiBlod */

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    border-bottom: 4px solid var(--dark-jungle-600, #182C35);
  }

  .card .nav-link:hover {
    color: var(--dark-jungle-600, #182C35);
    text-align: right;
    /* Lable/L2/SemiBlod */

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    border-bottom: 3px solid var(--dark-jungle-600, #182C35);

  }

}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

  .card {
    flex: 0 0 auto;
  }
}

.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper {
  &::-webkit-scrollbar {
    display: none;
  }

  .ahmg-slider img {
    width: 100% !important;
    height: 100% !important;
    /* width: 486px!important;
    height: 572px!important; */
    object-fit: cover !important;
    border-radius: 0px 28px 0px 34px !important;
    left: 31px;
    position: relative;
  }

  .ahmg-bg-overlay {
    border-radius: 0px 24px;
    /* background: red; */
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;

    left: 30px;
    border-radius: 0px 28px 0px 34px;
    background: linear-gradient(180deg, rgba(24, 45, 53, 0.00) 0%, rgba(24, 45, 53, 0.90) 100%);
    z-index: 99;
  }

  .ahmg-search-icon {
    margin: 30px 10px 0 0px !important;
  }



}

/* ==================================Scrolling for the the mobile=========================== */



/* ==========================Mobile End==================================== */
.ahmg-padding-icon-mob {
  padding: 7px !important;
}

.hmg-icon-bg1-mob {
  position: relative;
  top: 6px !important;
  left: 4px !important;
}

.accordion-button:not(.collapsed) {
  /* background-color: #fff!important; */
  background: rgba(255, 255, 255, .0) !important;
  border-bottom: 1px solid var(--color-primary);
  border-radius: 0;
  box-shadow: none !important;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--bs-border-color) !important;
}

.ahmg-acc-txt-mob {
  color: rgba(24, 44, 53, 1);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  /* margin-top: 15px; */
  background: rgba(255, 255, 255, 0);


}

.ahmg-pha-bg-mob {
  background: rgba(53, 152, 70, 1);
  border-radius: 8px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);

}

.ahmg-padding-icon-mob {
  padding: 7px !important;
}

.hmg-icon-bg1-mob {
  position: relative;
  top: 6px !important;
  left: 4px !important;
}

.accordion-button:not(.collapsed) {
  /* background-color: #fff !important; */
  /* border-bottom: 1px solid #ccc; */
  border-bottom: 1px solid var(--grey-blue-200, #E9EDF0);
  border-radius: 0;
  box-shadow: none !important;
}

.accordion-button {
  background-color: transparent !important;
}

.ahmg-acc-txt-mob {
  color: rgba(24, 44, 53, 1);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;


}

.ahmg-pha-bg-mob {
  background: rgba(53, 152, 70, 1);
  border-radius: 8px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);

}

.ahmg-padding-icon-mob {
  padding: 7px !important;
}

.hmg-icon-bg1-mob {
  position: relative;
  top: 6px !important;
  left: 4px !important;
}

.accordion-button:not(.collapsed) {
  background-color: none !important;
  /* border-bottom: 1px solid #ededed; */
  border-bottom: 1px solid var(--grey-blue-200, #E9EDF0);
  border-radius: 0;
  box-shadow: none !important;
}


.owl-stage {
  left: -32px;
}

.ahmg-acc-txt-mob {
  color: rgba(24, 44, 53, 1);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;


}

.ahmg-p-15 {
  padding-left: 15px;
}

.ahmg-img .ahmg-car-img {
  height: 100px !important;
  width: 100px !important;
}

.ahmg-mr-2 {
  margin-right: 6px;
}

.ahmg-min-h {
  min-height: 235px;
}

.ahmg-search-icon {
  margin: 25px 0px 0 10px;
}

.owl-stage {
  right: -35px;
}


.quote {
  width: 100%;
  padding: 15px;
}

.qhmg-des-services {
  width: 86%;
}

.qhmg-slider-txt {
  padding: 44px 0 66px 0;
}

.qhmg-aboutcount {
  position: relative;
  left: 0px;
}


.qhmg-mob-direct .carousel-control-next,
.qhmg-mob-direct .carousel-control-prev {
  position: absolute;
  top: 92%;
  opacity: 1;
}



.qhmg-mob-direct .quote img {
  background: #99ADBB;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 18px;
}

.qhmg-mob-direct .carousel-control-next {
  right: 140px;
}

.qhmg-mob-direct .carousel-control-prev {
  left: 130px;
  filter: opacity(0.5);
}

.ahmg-mob-direct .carousel-control-prev {
  left: 118px;
  filter: opacity(0.5);
}



.qhmg-history-para {
  padding: 0px 0 94.5px 0px;
}



.h--timeline-navigation {
  top: 349%;
}

.qhmg-misvis {
  margin-right: 50px;
  margin-left: 40px;
  padding: 0rem !important;
}

/* #exp-care-section .owl-stage {
    left: 12px;
  } */
.qhmg-paravision {
  width: 80%;
}

.qhmg-mission-details {
  padding: 8px 0px 8px 0px;
}

.qhmg-mismob {
  margin-right: 54px;
  margin-left: 0px;
  padding: 0rem !important;
}

.qhmg-misvis {
  margin-right: 63px;
  margin-left: 40px;
  padding: 0rem !important;
}

.qhmg-mission-details {
  padding: 8px 0px 8px 0px;
}

.qhmg-value .owl-carousel .owl-item img {
  width: 32px;
  height: 32px;
}

/* .qhmg-value .owl-stage {
  left: -7px;
} */

.qhmg-awards-mob .hmg-rad-subbox3 {
  border-radius: 0 24px;
  border: 12px solid #F4F5F8;
  ;
}

.qhmg-awards-mob .qhmg-rad-subbox1 {
  border-radius: 0 24px;
  border: 12px solid #F4F5F8;
}

.qhmg-awards-mob .hmg-rad-subbox1 {
  border: 12px solid #F4F5F8;
}

/* .qhmg-awards-mob .owl-stage {
  left: -11px;
}

#exp-care-section .owl-stage {
  left: 12px;
} */

.nav-tabs1 {
  border-bottom: 1px solid #ccc;
}

.nav-tabs1 li {
  margin: 0;
  padding: 0;
}

.nav-tabs1 li button {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(110, 138, 158, 1);

  background: none;
  border: none;
}

.nav-tabs1 .nav-link.active {
  border-bottom: 2px solid rgba(231, 79, 84, 1);

  color: rgba(24, 44, 53, 1);

}

.hmg-dr-img {
  border-radius: 40px 0 !important;
}

.ahmg-tab-txtp {
  padding: 20px 0 40px 0;
}

.ahmg-tab-serp {
  padding: 40px 0 24px 0;
}


.ahmg-search-p {
  padding: 10px 35px 10px 35px !important;
}

/* .ahmg-tab-mob
{
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: rgba(24, 44, 53, 1)!important;
  background: none;
  border: none;

}
.active .ahmg-tab-mob 
{
  color: red;
} 

}*/

.hmg-p-28 {
  padding: 0 28px;
}

.hmg-heading-services {
  color: #182C35;
  text-align: center;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 150% */
}

.hmg-des-services {
  color: #425563;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.hmg-service-h {
  color: #182C35;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
}

.hmg-service-des {
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.hmg-down-btn {
  color: #FFF;


  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}

.hmg-store-name {
  color: #FFF;


  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hmg-border-r {
  /*border-right: 1px solid #ccc;*/
  height: 70px;
  margin-bottom: 15px;
}

.hmg-main-p {
  padding: 0 20px;
}
.oup-main-p {
  padding-bottom:  70px;
}

.hmg-img-overlay {
  background: linear-gradient(rgba(24, 45, 53, 0.00), rgba(24, 45, 53, 0.90));
}

.hmg-care-operator-bg {
  /* padding: 80px 0;
   background: var(--container-bg); */

  /* background-image: linear-gradient(rgba(245, 245, 248, 1), rgba(255, 255, 255, 0.90)); */
  background-color: #fff;



}

.hmg-care-inner-img {
  background-image: url(../img/home/hmg-logo-flw.svg);
  background-repeat: no-repeat;
  background-position: right;
  /* background-position-x: 127px; */
  background-size: 190px;
  background-position-y: 275px;
  /* padding: 80px 0; */
  border-radius: 60px;
}

.hmg-care-inner-img1 {
  background-image: url(../img/home/hmg-logo-flw.svg);
  background-repeat: no-repeat;
  background-position: left;
  /* background-position-x: 127px; */
  background-size: 160px;
  background-position-y: -5px;
  padding: 80px 0;
  border-radius: 60px;
  background-position-x: 86px;
}

.hmg-border-lft {
  border-left: 4px solid #F4F5F8;
  padding-left: 24px;
}

.active .hmg-border-lft {
  border-left: 4px solid var(--color-secondary);
  padding-left: 24px;
}

/* .owl-carousel .owl-item img {
  display: block;
  width: auto!important;
} */
.active .hmg-tabs-heading {
  color: #182C35;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 240% */
  text-transform: capitalize;
}

.hmg-tabs-heading {
  color: #6E8A9E;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 240% */
  text-transform: capitalize;
}

.hmg-mt-5 {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Picture with top right and bottom left corner
--------------------------------------------------------------*/

.main-img-container {
  position: relative;
}

.image-container {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.image-container img {
  /* max-width: 90%; */
  height: auto;
  display: block;
}

.box {
  width: 50px;
  height: 50px;
  position: absolute;
}

.hmg-red-box {
  top: -37px;
  right: -33px;
  border-radius: 41px 20px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #E74F54 -272.437px 0px / 229.148% 100% no-repeat;
  width: 95px;
  height: 110px;
  z-index: -1;
}


.hmg-red-box-top {
  top: -61px;
  right: -54px;
  border-radius: 80px 24px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #E74F54 -272.437px 0px / 229.148% 100% no-repeat;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.hmg-black-box {
  bottom: -35px;
  left: -31px;

  border-radius: 41px 20px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #182C35 -272.437px 0px / 229.148% 100% no-repeat;
  width: 95px;
  height: 110px;
  z-index: -1;
}

.hmg-megamenu ul {
  margin: 0;
  padding: 0;
}

.hmg-mengamenu ul li a {
  color: #425563;
}

.hmg-mengamenu ul li a:hover {
  color: var(--color-secondary);
}

.hmg-megamenu-border {
  border: 1px solid #eee;
}

.hmg-megamenu-bg {
  background: #f4f5f8;
}

.hmg-megamenu-link a {
  color: var(--color-secondary);
}

.hmg-megamenu-link a:hover {
  color: var(--color-links);
}

.navbar-nav .nav-link.active,
.navbar-nav {
  color: var(--color-links) !important;
}

/* .col-megamenu ul li a {
  color: #000 !important;
} */

.nav-link.show {
  color: var(--color-secondary) !important;
}

.nav-r-item {
  color: var(--color-secondary);
}

/*--------------------------------------------------------------
# Exact Space according the the design
--------------------------------------------------------------*/
.hmg-main-ns {
  padding: 0 30px !important;
}
.hmg-menu-p {
  padding: 16px 0;
}

.hmg-slider-txt {
  padding: 116px 0 32px 0;
}

.hmg-services-txt-h {
  padding: 95px 0 0 0;
}

.hmg-services-box {
  /* padding-bottom: 60px; */
  padding: 40px 0 60px 0;
}

.hmg-awards-p {
  padding-bottom: 32px;
}

.hmg-awards-btn {
  padding: 16px 0 20px 0;
}

.hmg-btn-services {
  padding: 0px 0 103px 0;
}

.hmg-btn-depart {
  padding: 40px 0;
}

.hmg-excelence-p {
  padding: 35px 0;
}

.hmg-excelence-btn {
  padding-top: 40px;
}

.hmg-care-operator {
  padding: 44px 20px 22px 20px;
}

.hmg-reputation-section {
  padding-bottom: 82px;
}

.hmg-articles-date-p {
  padding-bottom: 8px;
}

.hmg-articles {
  padding: 12px;
  border-radius: 24px;
  border: 1px solid #F4F5F8;
  background: #FFF;
}

.hmg-pat-news {
  padding-bottom: 16px;
}

.hmg-pat-news a{
color:#e74f54 !important;
}

.hmg-articles:hover,
.ahmg-news-feed:hover {
  /* box-shadow: 0px 3px 5px #ccc;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s ease-out; */
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 2px 17px 0px rgba(24, 44, 53, 0.12);
}


.hmg-fingertips-p {
  padding: 104px 0 80px 0;
}

.hmg-reputation {
  padding: 56px 0 32px 0;
}

.hmg-sol-pb {
  padding-bottom: 54px;
}

.summaryTxt {
  display: none;
}

.active .summaryTxt {
  display: block;
}

.hmg-navbar-nav-left {
  margin: 0;
  padding: 0;
}

.hmg-navbar-nav-left li {
  float: left;
  list-style: none;
  margin: 0;

}

.hmg-navbar-nav-left li:first-child a {
  float: left;
  padding: 0px 12px 0 0px !important;
  font-size: 14px;
}

.hmg-navbar-nav-left li a {
  float: left;
  padding: 0 12px;
  font-size: 14px;
}


.hmg-navbar-nav-left li a:hover {
  float: left;
  /* padding: 0 10px; */
  color: var(--color-secondary);
}

.hmg-navbar-nav {
  margin: 0;
  padding: 0;
}

.hmg-navbar-nav li {
  float: left;
  list-style: none;
  margin: 0;
  border-right: 2px solid #DBE2E7;
}

.hmg-navbar-nav li:last-child {
  float: left;
  list-style: none;
  margin: 0;
  border-right: none;
}

.hmg-navbar-nav li input[type='text'] {
  border: none;
  margin: 0 10px;
  outline: none;
  width: 70px;
  background: transparent;

}

.hmg-navbar-nav .search-icon {
  padding-left: 10px;
}

.hmg-navbar-nav li a {
  float: left;
  padding: 0 12px;
  font-size: 14px;
}

.hmg-navbar-nav li a img {
  padding-right: 8px;
}

.hmg-navbar-nav li a:hover,
.nav-link:hover {
  color: var(--color-secondary)
}

.hmg-triangle-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid black;
  transform: translate(39px, -32px);
}

.hmg-menu-icon {

  top: -56px;
  width: 59px;
  left: 48px;
}

.hmg-pos-4 {
  left: 50%
}

.hmg-inner-pos {
  top: -34px;
  position: relative;
}

.hmg-inner-pos img {

  position: relative;
  width: 25px;
  height: 15px
}

.hmg-menu-heading {
  color: #182C35;

  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  /* 150% */
}

.hmg-menu-txt {
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

.hmg-menu-border-btm {
border-bottom: 1px solid var(--Grey-Blue-100, #F8F9FA);
  background: var(--white, #FFF);

}


.loginDropList {
	height: unset !important;
}



.ahmg-mm .dropdown-menu {
 

  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Slider CSS
--------------------------------------------------------------*/

.slider-container {
  position: relative;
  overflow: hidden;
  /* width: 600px;  Adjust the width as per your requirements */
  max-height: 420px;
  /* Adjust the height as per your requirements */
}

.slider {
  display: flex;
  transition: transform 5s ease-in-out;
}

.slider img {
  width: 100%;
  /* max-height: 420px; */
  height: 420px;
  object-fit: cover;
  border-radius: 28px 0;
}

/*.owl-carousel .owl-item img {
   width: 100% !important;
  height: 420px !important;
  object-fit: cover !important; */
/* border-radius: 28px 0 !important; 
}*/

.hmg-owl-mytheme .owl-dots .owl-dot span {
  width: 60px !important;
  height: 10px;
  margin: 5px 3px !important;
  background: #D6D6D6;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity .2s ease;
  border-radius: 30px
}

.hmg-owl-mytheme .owl-dots {
position: absolute;
  bottom: 43px;
  right: 29px;
}

.hmg-owl-mytheme .owl-dots .owl-dot span {
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity .4s ease-in;
  border-radius: 30px;
}

.hmg-owl-mytheme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
}

#social-hub .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cb2828 !important;
}

.hmg-play-pause-btn {
  position: absolute;
  bottom: 50px;
    z-index: 1000;
    left: 65px;
}

.slider-indicators {
  position: absolute;
  bottom: 10px;
  left: 3%;
  transform: translateX(0);
  display: flex;
}

.indicator {
  width: 48px;
  height: 6px;
  border-radius: 17px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 5px;
  cursor: pointer;
}

.indicator.active {
  background-color: #fff;
}

.play-pause-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.hmg-overlay-txt {
  position: absolute;
  bottom: 17px;
  padding: 15px;
  color: #fff;
}

.hmg-slider-overlay {
  position: absolute;
  bottom: 70px;
  /* left: 33px; */
  color: #fff;
  margin: 1px 8px;
  /* border: 6px solid red; */
  left: 90px;
  z-index: 100;
  text-align: right;
}

.hmg-7th{
  font-size: 20px !important;
    font-weight: 600;
    padding-left: 50px;
    line-height: 30px !important;
    direction:rtl;
}

.grow2{
    height: 98px ;
}

.grow {
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  height:102px;
  /* width: 22%; */
  margin: 5px 1% 5px 1%;
  /* float: left; */
  /* position: relative; */
  transition: height 0.5s;
  -webkit-transition: height 0.5s;

  overflow: hidden;
}

.qhmgc-icon img{
  height: 40px;
}
.ahmg-grow-txt:hover .grow {
  height: 170px;

}

.carousel-indicators [data-bs-target] {
  position: relative;
  width: 60px;
  height: 6px;
  border: none;
  border-radius: 24px;
}

.carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #7952b3;
  border-radius: inherit;
}

.hmg-nav-white {
  color: #fff;
  padding: 18px 0 0px 17px;

}

.hmg-bg-skew {
  /* background: #F4F5F8; */
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(245, 246, 249, 0.90));
  height: 100%;
  width: 100%;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);

  border-radius: 5px 0px 128px 124px;

}
.hmg-bg-skew-1 {
  /* background: #f9fbff; */
  background-color: rgba(244, 245, 248, 0.50);
  height: 50px;
  width: 90%;
  /* clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%); */
  border-radius: 25px;
  position: absolute;
  z-index: 0;
  bottom: -24px;
  left: 5%;
}

.hmg-p-5 {
  padding: 3rem;
}

.hmg-border-gray {
  border: 1px solid #E9EDF0 !important;

}

.hmg-login-btn {
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Image Overlay CSS
--------------------------------------------------------------*/
.hmg-grad-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image {
  width: 100%;
  height: 100%;
}

.hmg-grad-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 45, 53, 0.00) 0%, rgba(24, 45, 53, 0.90) 100%);
  border-radius: 28px 0 !important;
}

/*--------------------------------------------------------------
# Medical Services
--------------------------------------------------------------*/
.hmg-gray-box-p {
  padding: 20px;
}

.hmg-box-services {
  border-bottom: 1px solid #F4F5F8;
  padding-bottom: 15px;
}

.hmg-appoinment-bg {
  padding: 0 48px
}

.hmg-appoinmnt-cal {
  height: 193px;
  width: 370px;
  position: relative;
  z-index: 1;
  border-radius: 120px 20px;
  border: 8px solid #F4F5F8;
  background: lightgray -335.437px 0px / 178.148% 72% no-repeat;
  top: -2px;
}

.hmg-redbox-appoint {
  top: -61px;
  right: -54px;
  border-radius: 80px 24px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #E74F54 -272.437px 0px / 229.148% 100% no-repeat;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.hmg-apointment-bg {
  background: #182c35;
  margin: 88px 0 0 0;

}

.hmg-bg-white {
  color: #fff;
}

.hmg-app-zindex {
  top: -42px;
  right: -36px;
  border-radius: 41px 24px;
  border: 8px solid #F4F5F8;
  background: url(<path-to-image>), #E74F54 -272.437px 0px / 229.148% 100% no-repeat;
  width: 95px;
  height: 110px;
  z-index: 0;
}

.hmg-app-hand {
  position: absolute;
  transform: translate(-26px, 0px);
  z-index: 10000000;
  bottom: 0;
}

.hmg-medical-title {
  background: rgba(24, 44, 53, 1);
  padding: 5px;
  margin-bottom: 15px;

}

.hmg-rad-sm-box1 {
  Width: 44px;
  Height: 44px;
  border-radius: 12px 0px;
}

.hmg-rad-sm-box2 {
  Width: 44px;
  Height: 44px;
  border-radius: 12px;
}

.hmg-rad-sm-box3 {
  Width: 44px;
  Height: 44px;
  border-radius: 0 12px;
}




/*--------------------------------------------------------------
 Amer Younis
--------------------------------------------------------------*/
/* .p-spacing-1
{
  padding: 4px;
}
.p-spacing-2
{
  padding: 8px;
}
.p-spacing-3
{
  padding: 12px;
}
.p-spacing-4
{
  padding: 16px;
}
.p-spacing-5
{
  padding: 20px;
}
.p-spacing-6
{
  padding: 20px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;
}
.p-spacing-1
{
  padding: 4px;

  .hmg-slider1 {
      background: #fff;
      height: 456px;
    }
} */


/* .ahmg-search-icon {
  margin: 30px 0 0 10px;
} */

.ahmg-services-img {
  border-radius: 80px 0;
  border: 8px solid rgba(248, 249, 250, 1);
}

.ahmg-inner-padding {
  padding: 28px 0 48px 0;
}

.ahmg-text-padding {
  padding: 56px 0 157px 0;
}

.ahmg-top-40 {
  /* top: 40px;
  left: -14%; */
  top: 17px;
  left: -20%;
}

.ahmg-top-40c {
  /* top: 40px;
  left: -14%; */
  top: 17px;
  left: -40%
}

.ahmg-med-services-img {
  border-radius: 24px 80px;
  border: 12px solid rgba(244, 245, 248, 1);
}

.ahmg-btn-dept {
  display: block;
  /* justify-content: space-between; */
  align-items: center;
  padding: 16px 16px;

  border-radius: 12px;
  /*  background: #F4F6F8; */
  border: 1px solid rgba(233, 237, 240, 1);
  color: rgba(24, 44, 53, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.qhmg-remhov {
  display: block;
  /* justify-content: space-between; */
  align-items: center;
  padding: 16px 16px;

  border-radius: 12px;
  /*  background: #F4F6F8; */
  border: 1px solid rgba(233, 237, 240, 1);
  color: rgba(24, 44, 53, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.qhmg-remhov:hover {
  color: rgba(24, 44, 53, 1);
}

.ahmg-btn-certificate {
  display: block;
  /* justify-content: space-between; */
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: #F4F6F8;
  border: 1px solid rgba(233, 237, 240, 1);
  color: rgba(24, 44, 53, 1);
  font-size: 14px;

  line-height: 24px;
  margin-bottom: 12px;
}

.ahmg-btn-digital {
  display: block;
  /* justify-content: space-between; */
  align-items: center;
  padding: 16px 16px;

  border-radius: 12px;
  background: #fff;
  /* border: 1px solid rgba(233, 237, 240, 1); */
  color: rgba(24, 44, 53, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.qhmg-btn-dgs {
  display: block;
  /* justify-content: space-between; */
  align-items: center;
  padding: 16px 16px;

  border-radius: 12px;
  background: #fff;
  /* border: 1px solid rgba(233, 237, 240, 1); */
  color: rgba(24, 44, 53, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.ahmg-btn-dept:hover {
  background: #F4F6F8;
  color: rgba(24, 44, 53, 1);
}

.qhmg-btn-dgs:hover {
  color: rgba(24, 44, 53, 1) !important;
}

.med-serv-section {
  padding: 39px 0 0px 0;
}

.med-serv-section h4 {
  margin: 0px;
}

.med-serv-section p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5d6b72;
  padding-top: 16px;
  margin-bottom: 20px !important;
}

.med-serv-section .hmg-btn-orange,
.ahmg-dep-btn .hmg-btn-orange {
  padding: 12px 40px;
}

.med-phar-section {
  padding: 104px 0 104px 0;
}

.ahmg-dig-mar {
  margin: 88px 0 0 0;
}

.ahmg-m-96 {
  /* margin: 96px 0 0 0; */
  margin: 78px 0 0 0;
  padding-top: 18px;
}

.ahmg-med-digital-img {
  border-radius: 80px 24px;
  border: 12px solid rgba(244, 245, 248, 1);
}

.hmg-top-50 {
  /* top: 0; digital */
  top: -10px;
  left: -24%;
}

.ahmg-dep-btn .ahmg-btn-white-fill {
  padding: 12px 40px;
}

.ahmg-dep-btn .ahmg-btn-white-fill:hover {
  padding: 12px 40px;
}

.ahmg-digtal-padding h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  padding-bottom: 16px;

}

.ahmg-digtal-padding p {
  margin-bottom: 20px !important;
}

.ahmg-btn-white-fill {
  border-radius: 16px 0px;
  background: #fff;
  color: var(--color-secondary);
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

}

.ahmg-btn-white-fill:hover {
 background: var(--color-secondary);
  color: #fff;
}

.qhmg-btn-white-fill {
border-radius: 12.254px;
  background: #fff;
  color: #114C66;
  display: inline-flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

}

.qhmg-btn-white-fill:hover {
  background: #fff;
  color: #114C66;
}

.ahmg-digtal-padding {
  padding: 60px 72px;
}

.qhmg-vision-hlogo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-x: 34px;
  background-repeat: no-repeat;
  background-position-y: 189px;
  padding-bottom: 30px;
}

.ahmg-bg-digital-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-x: 0px;
  background-repeat: no-repeat;
  background-position-y: 189px;
  padding-bottom: 30px;
}

.ahmg-bg-med-logo {
  background: url(../img/services/hmg-bg-logo.svg);
  background-position-x: 400px;
  background-repeat: no-repeat;
  background-position-y: 241px;
  padding-bottom: 30px;
}

.ahmg-phar-inner-hmg {
  border-radius: 8px;
  background: rgba(53, 152, 70, 1);

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.ahmg-padding-icon {
  padding: 17px;
}

.ahmg-rad-icon2 {
  border-radius: 8px !important;
  background: rgba(110, 138, 158, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);

}

.ahmg-rad-icon1 {
  border-radius: 16px 0 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);

}

.ahmg-rad-icon3 {
  border-radius: 0px 16px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  background: rgba(53, 152, 70, 1);

}

.ahmg-icon-hw {
  height: 60px;
  width: 60px;
}

.ahmg-txt-restrict {


  word-wrap: break-word;
  overflow: hidden;
  max-width: 517px;
  /* white-space: nowrap; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ahmg-menu-bycity {
  color: #8b959a;
}

.ahmg-med-ser-h {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(24, 44, 53, 1);

}

.ahmg-med-ser-p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  min-height: 100px;
  /* 171.429% */
}

/*ul.ahmg-tick-list
{
 margin: 0;
 padding: 0; 


}*/
.ahmg-rad-box-header {
  border-radius: 80px 0;
}

.ahmg-rad-box1 {
  border-radius: 24px 80px;
}

.ahmg-rad-box2 {
  border-radius: 80px;
}

.ahmg-rad-box3 {
  border-radius: 80px 24px;
}

.ahmg-rad-box-border {
  border: 8px solid #F4F5F8;
}

.ahmg-black-box-wh {
  bottom: -35px;
  left: -40px;
  width: 95px;
  height: 110px;
  z-index: -1;
  background: #182C35;
}

.ahmg-red-box-wh {
  top: -37px;
  right: -33px;

  width: 95px;
  height: 110px;
  z-index: -1;
  background: #E74F54;
}

.ahmg-rad-inner {
  border-radius: 41px 0;
  border: 8px solid #F4F5F8;
}

ul.ahmg-tick-list li {
  /* list-style-image: url(../img/med-services/tick.svg); */
  /* list-style: none; 
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; */
  /* 171.429% */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; /* Set a maximum width for the text */

}
ul.ahmg-tick-list li:before {
 /* background: url(../img/med-services/tick.svg); */
  /* content:"?";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -27px; */

  content: url('../img/med-services/tick.svg'); /* Custom question mark icon */
            margin-right: 10px; /* Adjust spacing as needed */
           

}

.ahmg-border-btm {
  border-bottom: 1px solid #E9EDF0;
  margin: 16px 0;
}

.ahmg-med-amount {
  color: var(--dark-jungle-600, #182C35);
  /* Heading/H7/semiBold */

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
}

.ahmg-med-vat,
.ahmg-med-vat a {
  color: var(--dark-jungle-500, #5D6B72);

  /* Caption/C1/Regular */

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.ahmg-mlr {
  margin: 0 100px;
}

.ahmg-hmg-gray-r {
  bottom: -30px;
  position: absolute;
  right: -31px;
  z-index: 0;
}

.ahmg-hmg-gray-l {
  bottom: -30px;
  position: absolute;
  left: -31px;
  z-index: 0;
}

.ahmg-gray-rh {
  bottom: -12px;
  position: absolute;
  right: -3px;
  z-index: 0;
}

.ahmg-dble-border {
  /* background: rgba(255,255,255,.0); */
  position: absolute;
  z-index: 1;
  width: 104%;
  height: 100%;
  /* border: 1px solid red; */
  border-radius: 80px 0;
  margin: -12px -59px;
  z-index: -2;
  top: 4px;
  left: 51px;
  border-radius: 80px 0px;
  border: 1px solid rgba(24, 50, 53, 0.10);
}

.ahmg-mtop-46 {
  margin-top: 46px;
}

/* .qhmg-epharmacy-padding {
  padding: 16px;
} */

.qhmg-pl-padding {
  padding: 8px;
}

.qhmg-top-50 {
  top: -33px;
  left: -19%;
}

.qhmg-mob-24px {
  margin-top: 24px;
}

.qhmg-ptextbtn-mob {
  padding: 14px 18px !important;
  margin-right: 6px;
}

.ahmg-search ::placeholder {

  color: var(--dark-jungle-400, #8B959A);

  /* Lable/L3/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.ahmg-search-bg {
  background: var(--color-primary);
}

.ahmg-search-p {
  padding: 10px 10px 10px 35px;
}

.ahmg-search-icon {
  top: -17px;


}

.ahmg-filter-icon {
  top: 14px;
  right: 10px;
}

.ahmg-mt-20 {
  margin: 20px 0 0;
}


.ahmg-search-aside {
  color: var(--dark-jungle-600, #182C35);

  /* Lable/L1/SemiBold */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

.ahmg-checkbox-txt {
  color: var(--dark-jungle-500, #6E8A9E);
  /* Paragraph/P2/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.ahmg-checkbox-txt span {
  color: var(--dark-jungle-600, #182C35);
}

.ahmg-auther {
  padding: 16px 0;
}

.ahmg-view-downlaod a {
  padding-right: 15px;
}

.ahmg-view-downlaod a:hover {
  color: var(--dark-jungle-600, #182C35);
}

.ahmg-form-check-input,
input[type=checkbox] {
  accent-color: rgba(24, 44, 53, 1) !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0px 9px 1px 0px !important;
  position: relative;
  top: 4px;

}

.ahmg-search-box-padding {
  padding: 20px;
}

.ahmg-pagination,
.page-item {
  margin: 0 10px 0 0;
  color: var(--dark-jungle-500, #5D6B72);
}

.ahmg-pagination,
.page-item a {
  /* margin: 0 G0px 0 0;
  border-radius: 8px !important;
  border: 1px solid var(--grey-blue-200, #E9EDF0);
  background: var(--white-500, #FFF);
  color: var(--dark-jungle-500, #5D6B72); */
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--grey-blue-200, #E9EDF0);
  background: var(--white-500, #FFF);
  color: var(--dark-jungle-500, #5D6B72);

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.ahmg-pagination,
.page-item a:hover,
.page-item a:active {
  background: var(--color-secondary);
  color: var(--container-bg);
}

.ahmg-pangiation .active>.page-link,
.page-link.active {
  background: var(--color-secondary);
  color: var(--container-bg);
  border: none;
}

.ahmg-faq-header {
  /* padding: 9px 16px 6px; */
  padding: 20px;
  /* padding: 15px 20px 12px 20px; */
  border-radius: 12px;
  border: 1px solid var(--dark-jungle-100, #F4F5F8);
  background: var(--grey-blue-100, #F8F9FA);
}

.ahmg-faq-h-txt {
  color: var(--dark-jungle-600, #182C35) !important;
  /* Lable/L1/SemiBold */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

#ahmg-faq-tab .nav-tabs .nav-link {
  color: var(--dark-jungle-400, #8B959A);

  /* Paragraph/P1/Regular */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 24px;
  /* 150% */
  /* padding: 16px 0; */
}

#ahmg-faq-tab .nav-tabs .nav-item.show .nav-link {
  color: var(--dark-jungle-600, #182C35);
  /* Lable/L2/SemiBlod */

  font-size: 16px;
  font-style: normal;
  padding: 16px 0;
  font-weight: 700;
  line-height: 24px;
  /* 150% */

}

#ahmg-faq-tab .nav-tabs .nav-link.active {
  border-left: 3px solid var(--dark-jungle-600, #182C35);
  background: var(--grey-blue-100, #F8F9FA);
  color: var(--bs-nav-tabs-link-active-color) !important;
  border-bottom: #fff solid 1.5px !important;
  border-radius: 0;

  font-weight: 700;
}


#ahmg-taf-tab .accordion-button:not(.collapsed) {
  color: var(--main-colors-hmg-black, #2E303A);
  /* Lable/L1/SemiBold */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

#ahmg-faq-tab .nav-tabs .nav-link,
#ahmg-faq-tab .nav-tabs {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-width) solid transparent;

  border-top-right-radius: var(--bs-nav-tabs-border-width) solid transparent;

}

/* .ahmg-flex a
{
  display: grid;
} */

.ahmg-center-of-ex {
  color: var(--grey-blue-600, #6E8A9E);
  /* Lable/L3/SemiBold */

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

.ahmg-mtbox-med {
  position: relative;
  top: -100px;
}

.ahmg-mtbox-p {
  padding: 0 40px;
}

.ahmg-txt-wdith {
  width: 77%;
}

.ahmg-m-6 {
  margin: 0 50px 50px 50px;
}

.ahmg-min-h-med {
  min-height: 532px;
}

.ahmg-articles-h {
  color: var(--dark-jungle-600, #182C35) !important;
  /* Lable/L1/SemiBold */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  padding-bottom: 12px;
}

.mr-1 {
  padding-right: 8px;
}

.pr-1 {
  padding-right: 16px;
}

.ahmg-accordion .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--grey-blue-100, #F8F9FA) !important;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-radius: 12px !important;
}

.ahmg-accordion p span {
  padding: 0 0 0 0;
}

.ahmg-accordion .accordion-body {
  padding: 0px 20px;
}

.ahmg-faq-mr {
  margin: 88px 0 96px 0;
}

.ahmg-fingertips-bg {
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(244, 245, 248, 0.50) 0%, rgba(244, 245, 248, 0.00) 100%);
}

.ahmg-arrow-fz {
  font-size: 21px;
}

.ahmg-emger-m-40 {
  margin: 40px;
}

.ahmg-slider img {
  /* width: 100% !important;
  height: 420px !important; */
  width: 486px;
  height: 693px;
  object-fit: cover !important;
  border-radius: 0px 28px 0px 34px !important;
  left: 31px;
  position: relative;
}

.ahmg-bg-overlay {
  border-radius: 0px 24px;
  /* background: red; */
  z-index: 1000;
  position: absolute;
  /* width: 100%;
  height: 100%; */
  width: 512px;
    height: 693px;
  left: 30px;
  border-radius: 0px 28px 0px 34px;
  background: linear-gradient(180deg, rgba(24, 45, 53, 0.00) 0%, rgba(24, 45, 53, 0.90) 100%);
  z-index: 99;
}

.ahmg-txtfield-outer {
  display: flex;
  padding: 18px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.ahmg-txtfield-mt-32 {
  margin: 32px 0 0 0;
}

.ahmg-txtfield-mt-24 {
  margin: 24px 0 0 0;
}

.ahmg-txtfield {
  border-radius: 8px;
  border: 1px solid var(--grey-blue-200, #E9EDF0);
  background: var(--white-500, #FFF);
}

.ahmg-select .form-select {
  padding: 18px 16px !important;
}

.ahmg-verify-btn {
  padding: 12px 40px;
}

.ahmg-acc-brd .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none !important;
}

.ahmg-bg-gray,
.ahmg-form-accordion .accordion-button {
  background: var(--color-form-bg) !important;
}

.ahmg-form-p {
  padding: 32px;
  border-radius: 40px 0;
}

/* .h-100
{

    position: absolute;
} */
.ahmg-multimedia-p {
  margin: 41px 0 96px 0;
}

.ahmg-rad-slide {
  border-radius: 24px 0px 0px 0px !important;

}

.ahmg-slide-txt-h {
  color: #FFF;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-align: left;

}

.ahmg-slide-txt-des {
  color: #FFF;

  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-align: left;

}


.ahmg-multimedia-btn {
  border-radius: 30px;
  background: var(--dark-jungle-100, #F4F5F8);
  color: var(--grey-blue-600, #6E8A9E);
  /* Lable/L3/Medium */

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  fill: #6E8A9E;
  padding: 8px 16px;
}

.ahmg-multimedia-btn svg {
  /* border-radius: 30px;
 background: var(--dark-jungle-100, #F4F5F8); */
  fill: var(--grey-blue-600, #6E8A9E);
}

.ahmg-multimedia-btn:hover {
  color: #fff;
  fill: #fff;
  background: var(--dark-jungle-600, #182C35);
}

.ahmg-multimedia-btn:hover svg {
  color: #fff;

  fill: #fff;
}

.ahmg-multimedia .nav-pills .nav-pills .show>.nav-link {
  border-radius: 30px !important;
  background: var(--dark-jungle-600, #182C35);
  color: var(--grey-blue-600, #6E8A9E) !important;
}

.ahmg-multimedia .nav-pills .btn.active {
  background: var(--dark-jungle-600, #182C35);
  color: #fff;

}

.ahmg-multimedia .nav-pills .btn.active svg {
  fill: #fff;
}

.ahmg-multimedia .nav-pills {
  /* --bs-nav-pills-border-radius: var(--bs-border-radius); */
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #6E8A9E !important;
}

.ahmg-multimedia .nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: none;
  /* text-align: center; */
  padding: 0 9px 0 0 !important;
}

.ahmg-mmt-87 {
  padding-top: 87px;
}

.ahmg-multimedia .nav-fill .nav-item .nav-link svg {
  display: none;
}

.ahmg-multimedia .nav-paginator-prev::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/multimedia-gallery/arrow-right.svg) no-repeat center center;
  margin-top: 10px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 2px 17px 0px rgba(24, 44, 53, .25);
  padding: 18px !important;

  /* Shadow/md */
  box-shadow: 0px 2px 17px 0px rgba(24, 44, 53, 0.12);
}

.ahmg-multimedia .nav-paginator-next::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/multimedia-gallery/arrow-right.svg) no-repeat center center;
  margin-top: -4px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 2px 17px 0px rgba(24, 44, 53, .25);
  padding: 18px !important;
  box-shadow: 0px 2px 17px 0px rgba(24, 44, 53, 0.12);
  transform: rotate(180deg);
}

.ahmg-mobile-scr {
  position: absolute;
  top: -156px;
}

.ahmg-mob-p {
  padding: 48px;
}

.ahmg-search-articles {
  color: var(--dark-jungle-600, #182C35);
  /* Heading/H6/Bold */

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  padding-bottom: 12px;
}


.ahmg--search-articles-date-p {
  padding-bottom: 8px;
}

.hmg-articles-date-p {
  color: var(--dark-jungle-500, #5D6B72);
  /* Lable/L3/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.ahmg-m-24 {
  margin: 24px;
}

.ahmg-research-line {
  border-radius: 8px;
  border: 1px solid var(--grey-blue-200, #E9EDF0);
}

.ahmg-service-arrow {
  position: relative;
  right: 23px;
  bottom: 0;
}

.ahmg-reptation {
  padding: 30px 20px 20px 20px !important;
}

.ahmg-reptation a {
  position: absolute;
  bottom: 15px;
}

.hmg-news {
  color: var(--dark-jungle-500, #5D6B72);
  /* Paragraph/P2/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.ahmg-heading {
  color: var(--dark-jungle-600, #182C35);
  /* Heading/H4/Bold */

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 150% */
}

.ahmg-heading-w {
  color: var(--white-500, #FFF);

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 150% */
  text-transform: capitalize;
}

.ahmg-des {
  color: var(--dark-jungle-500, #5D6B72);
  /* Paragraph/P1/Regular */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.ahmg-des-w {
  color: var(--white-500, #FFF);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.ahmg-slider-heading {
  color: var(--dark-jungle-600, #182C35);
  /* Heading/H2/Bold */

  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 150% */
}

.hmg-count-noti p {
  margin-bottom: 0px !important;
  /* added */
  color: var(--dark-jungle-600, #182C35);

  font-size: 16px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: 24px;
  /* 150% */
}

.hmg-top-12 {
  top: -8px !important;
}

.ahmg-bg-certificat,
.ahmg-topnav .qmg-tp-left {
  top: -8px !important;
  left: -29%;
}

.qhmg-top-r-12 {
  top: -11px;
  right: -26%;
}

.ahmg-bg-certificat {
  background: var(--grey-blue-100, #F8F9FA);
}

.ahmg-certif-h {
  padding: 12px 20px;
}

.ahmg-mobile-m {
  border: 0px !important;
  /* margin-top: 20px; */
}

.ahmg-mobile-m .accordion-button:not(.collapsed),
.ahmg-mobile-m .accordion-item,
.ahmg-mobile-m .accordion-item:not(:first-of-type) {
  border-top: 0px !important;
  border-bottom: 0px !important;
  color: var(--dark-jungle-600, #182C35);
  /* Lable/L2/Bold */

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.ahmg-mobile-m .accordion-button,
.ahmg-mobile-m .accordion-flush .accordion-item .accordion-button.collapsed {
  color: var(--dark-jungle-500, #5D6B72);
  /* Paragraph/P1/Regular */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 20px 12px 0 !important;
}

.ahmg-mobile-m .ahmg-acc-inner ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.ahmg-mobile-m .ahmg-acc-inner ul li a {
  color: #425563;
  /* Lable/L3/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.ahmg-city-filter {
  padding: 16px 12px 0;
}

.ahmg-mobile-m .ahmg-acc-inner .accordion-button:not(.collapsed),
.ahmg-city-filter {
  color: #182C35;
  /* Lable/L3/SemiBold */

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.ahmg-mobile-m a {
  color: var(--dark-jungle-500, #5D6B72);
  padding: 20px 12px 0;
  font-size: 16px;
  display: block;
  font-weight: normal;
}

.ahmg-mobile-m .accordion-button::after {

  /* transform: rotate(-90deg); */
  width: 16px !important;
  height: 16px !important;
  color: rgba(93, 107, 114, 1) !important;
  background-size: 16px;
  margin-left: auto;
  left: 8px;
  position: relative;
  transform: rotate(-90deg);
}

.ahmg-acc-inner .accordion-item,
.ahmg-acc-inner .accordion-flush .accordion-item:first-child,
.ahmg-acc-inner .ahmg-mobile-m .accordion-item {
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  /* border: 1px solid red; */
  padding: 0 12px 16px 12px;
  margin-top: 12px;
}

.ahmg-acc-inner .accordion-item:not(:first-of-type),
.ahmg-acc-inner .accordion-flush .accordion-item:first-child,
.ahmg-mobile-m .ahmg-acc-inner .accordion-item {
  border-top: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #EFEFEF !important;
}

.ahmg-mobile-m .ahmg-acc-inner .accordion-button {
  color: var(--dark-jungle-500, #5D6B72);
  /* Paragraph/P1/Regular */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 20px 12px 0 !important;
}

.ahmg-view-all {
  border-top: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #EFEFEF !important;
}

.ahmg-scrolling-btn .card a.nav-link {
  color: var(--grey-blue-600, #6E8A9E);
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  padding: 4px 16px;
  border-radius: 30px;
  background: #F4F5F8;

}

.ahmg-scrolling-btn .card a.nav-link:hover,
.ahmg-scrolling-btn .card a.nav-link:active {
  color: var(--white-500, #FFF);
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  border-radius: 30px;
  padding: 4px 16px;
  background: var(--dark-jungle-600, #182C35);
}

.ahmg-acc-inner .scrolling-wrapper {
  border-bottom: none !important;
}

.ahmg-acc-inner .scrolling-btn-inner {
  padding-top: 12px;
}

.ahmg-acc-inner .card {
  margin: 0 12px 0 0;
}

/* .ahmg-scrolling-btn .card a.nav-link {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
background: var(--dark-jungle-600, #182C35);

} */


.ahmg-web-m {
  color: #6E8A9E !important;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.ahmg-img-txt {
  bottom: 10px;
  left: 1px;
  right: 14px;
  position: absolute;
  padding: 0 20px;
}

/* .ahmg-img-txt1
{
  bottom: 10px;
  left: 1px;
  right: 14px;
  position: absolute;
  padding: 0 14px;
} */
.ahmg-m-img {
  color: #FFF;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ahmg-m-bp {
  display: flex;
  /* width: 272px;
height: 251px; */
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
}

.ahmg-mline {
  border-top: 1px solid #ccc;

  margin: 32px 0 20px;
}

.ahmg-mobile-m .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  position: absolute !important;
  left: 2px !important;
  transform: rotate(90deg);
}

.ahmg-mobile-m .ahmg-acc-inner .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  position: absolute !important;
  right: 9px !important;
}

.ahmg-mobile-m .accordion-button:not(.collapsed) {
  padding: 20px 22px 0 !important;
}

.ahmg-mobile-m .ahmg-acc-inner .accordion-button:not(.collapsed) {
  padding: 20px 15px 0 !important;
}

.hmg-top-27 {
  top: -10px;
  left: -27%;
}

.ahmg-mobile-icon a.nav-link {
  float: left;
  margin-right: 8px;
  padding: 0;
}

.ahmg-mobile-icon a.nav-link:first-child {
  float: left;
  margin-left: 0;
}

.ahmg-mob-scrolling {
  height: 72vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ahmg-nav-m {
  padding: 12px 0;
}

.ahmg-mega-m {
  padding: 16px 0;
}

.services .service-item .ahmg-success {
  color: var(--dark-jungle-500, #5D6B72);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-height: 48px;
}

.services .service-item .ahmg-arrow-spc {
  padding-left: 4px;
}

.services .service-item .ahmg-award-heading {
  color: var(--dark-jungle-600, #182C35);
  /* Lable/L2/Bold */

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.ahmg-patient-stories {
  color: #FFF;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  padding: 4px;
}

.ahmg-topnav {
  background: var(--grey-blue-100, #F8F9FA);
}

.ahmg-trust-p {
  padding: 72px 70px;
}

.ahmg-mt-parag {
  margin-top: 8px;
}

.ahmg-zoom-img {

  position: relative;
  z-index: 1000;

}

.ahmg-multmedia-hm {
  margin: 28px 0 56px 0;
}

.ahmg-news-detail-h {
  color: var(--dark-jungle-600, #182C35);
  /* Heading/H5/Bold */

  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 142.857% */
}

.ahmg-related-news {
  color: #182C35;
  /* Heading/H6/Bold */

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
}


.ahmg-news-pic-rad1 {
  border-radius: 24px 0;
}

.ahmg-mt-16 {
  margin-top: 16px;
}

.ahmg-mt-32 {
  margin-top: 32px;
}

.ahmg-mt-24 {
  margin-top: 24px;
}

.ahmg-mt-56 {
  margin-top: 56px;
}

.ahmg-news-mtb {
  margin: 16px 0 32px 0;
}

.ahmg-news-date {
  color: var(--dark-jungle-500, #5D6B72);
  /* Paragraph/P1/Regular */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.ahmg-mr-24 {
  margin-right: 24px;
}

.ahmg-mr-6 {
  margin-right: 6px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  right: -23px;
}

#main_nav .dropdown-toggle::after {
  box-sizing: border-box;
  height: 5px;
  width: 5px;
  border-style: solid;
  border-color: #114c66;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}

.ahmg-news-hr {
  width: 100%;
  border-top: 1px solid #ccc;
}

/*--------------------------------------------------------------

 Hussain Almarzooq
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Med-tabs
--------------------------------------------------------------*/


#Med-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: #182C35 solid 1.5px !important;
  border-color: #fff0;
  color: var(--bs-nav-tabs-link-active-color) !important;
}

#Med-tabs .nav-link {
  color: #6E8A9E;
}

#Med-tabs .hmg-text-form {
  font-size: 14px;
}

#sub-tabs .nav-link {
  color: #6E8A9E;
  margin-top: 20px;
  margin-right: 12px;
  color: #6E8A9E !important;
  border-radius: 30px;
  background: #F4F5F8;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 16px !important;
}

#sub-tabs .nav-link.active {
  color: #FFF !important;
  background: #182C35;
}

#sub-tabs .nav-tabs .nav-item.show .nav-link,
#sub-tabs .nav-tabs .nav-link.active {
  color: #6E8A9E;
  margin-top: 20px;
  margin-right: 12px;
  color: #ffff !important;
  border-radius: 30px;
  background: #182C35;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
}


#sub-tabs .nav-tabs {
  --bs-nav-tabs-border-width: #ff8c0000;
}

.hmg-circle {
  display: flex;
  width: 17px;
  height: 17px;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #6E8A9E;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-align: right;

}

#navbar-example2 .nav-link.active .hmg-circle {
  background: #FFF !important;
  color: #182C35;
}



.hmg-name-hosp {
  color: #182C35;

  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  margin-top: 14px;
}



.hmg-med-box {
  border-radius: 24px 0px !important;
  background: #FBFBFB;
  border: 1px solid #EFEFEF;
  padding: 24px;

}

.hmg-med-subbox {
  border-radius: 24px 0px !important;
  background: #EFEFEF;
  padding: 24px 12px 24px 12px;
  margin: 0;
  margin-bottom: -105PX;

}

.hmg-med-img {
  height: 100%;
  justify-content: center;
  background: #F4F5F8;
  border-radius: 35px 0;
  width: 100%;
  display: inline-grid;
  align-content: space-around;
}

.qhmgcolumn {
  display: inline-block;
}

/*Zoom In*/
#zoomIn img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 35px 0;
}

#zoomIn:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 35px 0;
}

figure {
  overflow: hidden;
  border-radius: 35px 0;
}

.hmg-text-map {
  margin-bottom: 5px;
  color: #182C35;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
}

.hmg-subtext-map {
  color: #667085;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hmg-btn-med {
  padding: 12px 19px !important;
}

.hmg-location-icon {
  margin-top: 24px;
  color: #E74F54;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.hmg-info-hos {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  color: #000;
}

.hgm-whitbox {
  padding: 24px;
  flex-shrink: 0;
  border-radius: 24px 0px;
  background: #FFF;
}

/* .hgm-whitbox:hover {
  color: #FFF !important;
  padding: 24px;
  flex-shrink: 0;
  border-radius: 24px 0px;
  background: rgb(0, 0, 0);
} */



.hmg-text-whitbox {
  padding: 0px 0px 0px 0px;
  color: #182C35;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.hmg-ptext-whitbox {
  color: #667085;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hmg-mbox-med {
  margin-bottom: 10%;
}

.hmg-mtbox-med {
  position: relative;
  top: -145px;
}



.has-search .form-control {
  border: 0;
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;

}


.hmg-searchbox {
  display: flex;
  padding: 20px;
  border-radius: 12px;
  background: #F4F5F8;
  align-items: center;
  gap: 20px;
}


.hmg-mobile-subnav {
  display: flex;
  overflow-x: auto;
}


.hmg-mobile-subtab {
  display: contents;
}



#sub-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #6E8A9E;
  margin-top: 20px;
  margin-right: 12px;
  color: #ffff !important;
  border-radius: 30px;
  background: #182C35;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
}

#sub-tabs .navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #e74f5400;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

#sub-tabs .bg-light {
  background-color: rgba(255, 222, 173, 0) !important;
}


#sub-tabs .hmg-viwe-red {
  color: var(--color-secondary) !important;
}

#sub-tabs.navbar>ul>li {
  white-space: nowrap;
  padding: 0 !important;
}

/* .hgm-whitbox:hover .hmg-ptext-whitbox,
.hgm-whitbox:hover .hmg-text-whitbox {
  color: #FFF;
} */

#sub-tabs .nav-pills .nav-link.active .hmg-circle,
.nav-pills .show>.nav-link .hmg-circle {
  background: #FFF !important;
  color: #182C35;
}

.hmg-flow-scr {
  height: 500px;
  overflow-y: scroll;
}


.hmg-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.hmg-three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hmg-min-height-AR {
       min-height: 70px !important;
}
.qhmc-ar-parag{
min-height: 25px !important;	
	}


.hmg-booking {
  font-size: 14px;
}


@media (max-width: 640px) {

    .qfmgtop {
        margin-top: 220px !important;
      }

    .stop {
        display: none;
      }
  .qimgprog .owl-carousel .owl-item img {
      width: auto;
    }

  .qhmg-wdp {
    background: #fff;
    padding: 16px 16px;
    display: block;
    box-shadow: 0px 2px 17px 0px #182C351F;
  }

  .qhm-vstop {
    margin-top: -86px;
  }

  .qhmg-e-pharmacy-moblogo {
    right: 41px;
    top: 136px;
  }

  .qhmgvisionorder {
    flex-direction: column-reverse;
  }

  .qhmghis-mobimg {
    display: none;
  }

  .hmg-med-box {
    padding: 16px !important;
  }

  .qhmg-mobpr-box {
    padding-bottom: 0px !important;
    margin-bottom: 16px;
  }

  /* 
   */
  .hmg-med-img {
    padding: 0px;
  }

  #Med-tabs .hmg-mobile-lef {
    justify-content: left !important;
  }

  .hgm-whitbox {
    margin-bottom: 10px;

  }

  .hmg-ptext-whitbox {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .h-hmgblackbox {
    display: none;
  }

  .h-hmg-redboxslider {
    display: none;
  }

}


@media screen and (max-width: 992px) {
  .ahmg-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .hmg-booking {
    font-size: 14px;
  }

  .ahmg-search-icon {
    /* margin: 42px 0 0 10px; */
  }

}

.hmg-te-location {
  margin-right: 8px;
  margin-top: 8px;
  float: left;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #6E8A9E;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0px 12px;
  background: #F4F5F8;
  /* text-wrap: nowrap; */
  padding: 8px 10px;
}



/* .hmg-te-location:hover {
  background: #6e8a9e;
  color: #FFF;
} */

.hmg-te-location img:hover {
  filter: brightness(0.9);
}

.hmg-btn-depart a {
  color: #6E8A9E;
}

.hmg-p-location {
  color: #6E8A9E;
  float: left;
  display: flex;
  width: 152px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  gap: 8px;
}

.hmg-Hospital-icon-bg {
  flex-shrink: 0;
  border-radius: 28px 0px;
  background: #F4F5F8;
  margin-bottom: 25px;

}

.hmg-Hospital-icon-top {
 border-radius: 0px 28px !important;
}

.hmg-subHospital-icon-bg {
  border-radius: 28px 0px;
  background: #F4F5F8;
}

.hmg-subHospital-box1 {
  margin: 12px !important;
  flex-shrink: 0;
  border-radius: 24px 0px !important;
  background: #FFF;
}

.hmg-sub-box-top {
  margin: 12px !important;
  flex-shrink: 0;
  border-radius: 0px 24px 0px 24px !important;
  background: #FFF;
}

.h-hmg-img-hosp {
  justify-content: center;
  display: grid;
  padding: 31px;
}

.h-paddingp-picon {
  padding: 32px 32px 30px 28px;

}

.h-hospital-boxp {
  padding: 32px 32px 8px 32px;

}

.h-padding-sub-box {
  margin-top: 10px;
  padding: 31px 24px 20px 24px;
}

.qhmg-padding-sub-box {
  margin-top: 10px;
  padding: 12px 12px 12px 12px;
}

.h-hmg-bgspase {
  margin: 2px 12px 24px 12px;
}

.hmg-subhosp-box {
  color: #182C35;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
  margin-top: 10px;

}

.hmg-subhosp-num {
  color: #425563;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;

}

.hmg-rad-subbox1 {
  border-radius: 24px 0px !important;
}

.hmg-rad-subbox3 {
  border-radius: 0 24px !important;
}


.hmg-subhosp-take {
  color: #55A6E7;
  text-align: left;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}



.hmg-department-box {
  border: 1px solid #E9EDF0;
  background: #FFF;
  flex-shrink: 0;
  padding: 24px;
}

.hmg-department-box:hover {
  box-shadow: 1px 0px 6px #ccc;
}

.hmg-de-box1 {
  border-radius: 28px 0px;
}

.hmg-de-box2 {
  border-radius: 28px;
}

.hmg-de-box3 {
  border-radius: 0px 28px;
}

.hmg-depar-hr {

  color: #c5c5c5;
  margin-top: 52px;
  width: 100%;
  left: 0;
  position: absolute;
}

.hmg-department-titel {
  color: #182C35;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.hmg-department-body {
  margin-top: 16px;
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hmg-btn-viewm {
  color: #E74F54;
  background: #FEF8F8;
}





/* ForVisit */

.hmg-ForVisit {
  min-height: 510px;
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #E9EDF0;
  background: #FFF;
}

.hmg-title-Visit {
  color: #182C35;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;

}

.hmg-body-Visit {
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

}

.hmg-btn1-visit {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px 0px;
  background: #F4F6F8;
  color: #6E8A9E;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}


.hmg-btn2-visit {
  border-radius: 12px !important;
}

.hmg-btn3-visit {
  border-radius: 0px 12px;
}



.hmg-box1-credit {
  flex-shrink: 0;
  border-radius: 24px 0px;
  border: 1px solid #E9EDF0;
  background: #FFF;
  padding: 16px;
}

.hmg-midbox-creit {
  border-radius: 24px !important;
}

.hmg-lastbox-creit {
  border-radius: 0px 24px;
}

.hmg-h-credit {
  min-height: 45px;
  margin-top: 16px;
  color: #182C35;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hmg-subp-credit {
  margin-bottom: 12px;
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hmg-book-img {
  border-radius: 80px 24px;
  border: 12px solid #F4F5F8;
  background: #EDEEF1;
  width: 315px;
  height: 194px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  top: -2px;
}

.hmg-redbox-book {
  width: 175px;
  height: 175px;
  flex-shrink: 0;
  top: -61px;
  right: -80px;
  border-radius: 80px 24px;
  /* border: 8px solid #F4F5F8; */
  /* background: url(<path-to-image>), #E74F54 -272.437px 0px / 229.148% 100% no-repeat; */
  z-index: -1;
}

.hmg-card-box {
  top: 0;
  left: -35%;
}

.hmg-smallbox-book {
  color: #182C35;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;

  margin-top: 10% !important;
}

.hmg-hand-img {

  border-radius: 0px 0px !important;
}

.hmg-inner-book {
  border-radius: 8px;
  background: #182C35;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;

}

.hmg-mt-book {
  margin-top: 16px;
}


@media (max-width: 1400px) {

  .hmg-t-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.h-hmg-headrt-box {

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin: 0px;
}

.h-hmg-prg-box {
  color: #425563;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;

  margin: 0px;
}

.h-hmg-padding-contener {
  padding: 88px 63px 61px 63px;
}

.h-hmg-grybox-hospital {
  width: 64px;
}

.h-viwebtn-hos-p {
  margin-top: -24px;
  padding: 0px 0 61px 0;
}

.h-hospbtn-spasing {
  padding: 12px 40px 12px 40px;
}

.h-hmgline-height {
  line-height: 1.6 !important;
}

.h-hmg-hosp-pt {
  padding-top: 80px;
  /* padding-bottom: 0px; */
}

.h-hmg-plorlogo {
  display: grid;
  justify-content: space-evenly;
  background: url(../img/home/hmg-wire-logo.svg) no-repeat;
  height: 89px;
  width: 89px;
  margin-bottom: 24px;
}

.h-hmg-logo-background {
  position: absolute;
  top: 9px;
  left: 8px;
  opacity: 7%;
  border-radius: 28px;
}

.h-hmg-logo-bottom {
  position: absolute;
  bottom: 19px;
  right: 8px;
  opacity: 7%;
  border-radius: 28px;
}

.h-hmg-row-z {
  z-index: 2;
  position: relative;
}

.h-hmg-hosp-about-t {
  margin: 32px;
  color: #55A6E7;
}

.h-hmg-logo-book {
  bottom: -17px;
  position: absolute;
  left: -32px;
}

.h-hmg-bookl-box {
  top: 0;
  left: -35%;
}

@media screen and (max-width: 992px) {
  .hmg-booking {
    font-size: 14px;
  }

  .h-hmg-padding-contener {
    padding: 0rem !important;
  }

  .h-hmg-bookl-box {
    top: -80px;
    left: 0;
  }

  .h-hmg-btn-books {
    margin-bottom: 95px;
  }

  .h-hmg-logo-background {
    display: none;
  }

  .h-hmg-logo-bottom {
    display: none;
  }
}


.h-hmg-collp {
  padding: 12px;
  border-radius: 12px 0px 12px 0px;
  border: 1px solid #E9EDF0;
  margin-bottom: 8px;

}

.h-hmg-collaps-hr {
  width: 100%;
  height: 1px;
  background: #F4F5F8;
  display: inline-block;
}

.h-hmg-services {
  padding: 0px 0px 0px 0px;

}

.h-hmg-accordion-p:not(.collapsed) {
  padding-bottom: 12px;
}

.h-hmg-img-sub-colapse {
  margin-top: -12px;
}


@media only screen and (max-width: 600px) {
.hmg-trusted-bg {
    height: 440px;
  }
.hmg-bg-skew{
  border-radius: 5px 50px 50px !important;
  z-index: 1 !important;
    position: relative;
}

.ahmg-slider img {
    width: 100% !important;
    height: 458px !important;}

  #award-section .ncourprog .item {
      height: 423px;
    }

.hmg-img-text {
  padding: 13px 17px 0px 0px !important;
  bottom: 6px;
}

.hmg-img-text h6 {
  font-size: 18px;
  margin-bottom: 22px;
}

#award-section .ncourprog .hmg-bg-img1,
#award-section .ncourprog .hmg-bg-img2,
#award-section .ncourprog .hmg-bg-img3 {
  height: 423px;
}

.ahmg-grow-txt:hover .ahmg-img-hvr,
.ahmg-grow-txt:hover .ahmg-img-cover {
  height: 423px;
}

.ahmg-bg-overlay {
  height: 458px !important;
}

  #digital-section h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;

  }

  #Excellencies-section,
  #departments-section {
    display: none;
  }

  .hgm-whitbox {
    padding: 10px 8px;
  }

  .hgm-whitbox:hover .hmg-ptext-whitbox,
  .hgm-whitbox:hover .hmg-text-whitbox {
    color: #000000;
  }

  .hgm-whitbox:hover {
    color: #000000 !important;
    padding: 10px 8px;
    flex-shrink: 0;
    border-radius: 24px 0px;
    background: rgb(255, 255, 255);
  }

  .hmg-text-whitbox {
    padding: 0px;
    margin: 0px;
  }

  .hmg-mtbox-med {
    position: relative;
    top: -110px;
  }

  .hmg-ForVisit {

    padding: 12px;
  }

  .hmg-btn1-visit {
    padding: 12px 14px;
    text-wrap: nowrap;
    font-size: 14px;
    line-height: 20px;
  }

  #For_Your_Visit-mob .owl-carousel .owl-item img {
    width: inherit;
  }

  /* 
  #For_Your_Visit-mob .owl-stage {
    margin-right: 3px !important;
    width: 305px;
  } */


  /* .h-hmg-forvisitbox {
    width: 220px;

  } */

  /* 

  

  #For_Your_Visit-mob .item {
    width: 200px !important;
  }

  .hmg-ForVisit {
    min-height: 523px;
  } */
  .h-hmg-padding-mb {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 0;
    right: inherit;
    left: -165px;
  }

  .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: 1.25rem;
    left: 18px;
  }

  .qhmg-mediahubbg-overlay {
    border-radius: 24px 0px 24px 0px;
  }

  #hhmgmyCarousel .carousel-inner {
    position: relative;
    width: 28%;
    border-radius: 24px 0px 24px 0px;
  }

}

@media (min-width: 1280px) {
 

  #Excellencies-section-mobile {
    display: none;
  }

  .hhmg-mb {
    display: none;
  }

  .Credit_Certifications-mob {
    display: none;
  }

  .hhmg-hidermrb {
    margin-bottom: 40px;
  }
}

.h-hmg-slider-txt {
  padding: 56px 0 92px 0;

}

.hhmgminslider {
  margin-bottom: 114px;
}

.hhmg-bt-bookingp {
  padding: 12px 40px 12px 40px;

}


.hhmg-pbooking {
  padding: 60px;
}

.hhmg-mib-text {
  font-size: 16px;
  color: #5D6B72;
}

.hhmgbox-checkup {
  margin-top: 51px;
  margin-bottom: 231px;
  padding: 32px;
  background: #F8F9FA;
  border-radius: 40px 0px 40px 0px;
}


.hhmg-med-pbtn {
  padding: 0px;
}

@media (max-width: 640px) {
  .hhmg-mt-3 {
    margin-top: 24px;
  }

  .h-hmg-slider-txt {
    padding: 0px 0px 16px 0px;
  }

  .hhmgminslider {
    margin-bottom: 60px;
  }

  .hhmg-bt-bookingp {
    padding: 14px 24px 14px 24px;
  }

  .hhmg-sliderm-b {
    margin-bottom: 60px !important;
    height: 270px;
  }

  .trusted-section {
    margin-top: 40px;
  }

  .qhmgt-40 {
    margin-top: 40px;
  }

  .hmg-Hospital-icon-bg {
    margin-bottom: 16px;
  }

  .hmg-excelence-p {
    padding: 26px 0px 8px 0px;
  }

  .h-hospbtn-spasing {
    padding: 14px 32px 14px 32px;
  }

  .h-viwebtn-hos-p {
    padding: 0px 0px 0px 0px;
  }

  .h-hospbtn-spasing {
    padding: 12px 24px 12px 24px;
    /* margin-bottom: -70px; */
  }

  .hmg-awards-btn {
    margin-bottom: -75px;
  }

  .hhmg-pbooking {
    padding: 40px 40px 80px 16px;
  }

  .h-hmg-logo-book {
    left: -14px;
  }

  .h-hmgline-height {
    font-size: 28px;
    line-height: 1.6 !important;
  }

  .hhmg-web {
    display: none;
  }

  .qhmgtop-pl {
    margin-top: 0px;
  }

  .hhmg-pzero {
    padding: 0px !important;
  }

  #Credit_Certifications-web {
    display: none;
  }


  .owl-carousel .owl-item img {
    width: inherit;
  }

  .owl-carousel .owl-item img .hhmg-wid-mob {
    width: 100% !important;
  }


  .hmg-h-credit {
    min-height: 45px;
    margin-top: 14px;
  }

  .qhmg-pr-height {
    min-height: 30px;
    margin-top: 14px;
  }

  .h-hmg-collp {
    margin: 8px 25px;
  }

  .hhmg-mb-credit {
    margin-bottom: 56px;
  }

  .hhmg-ptextbtn-mob {
    padding: 14px 24px !important;
  }

  .hmg-box1-credit {
    min-height: 265px;
  }

  .hmg-p-location {
    float: inherit;
  }

  .hmg-ForVisit {
    padding: 12px;
  }

  .hmg-location-icon {
    margin-left: 12px;
  }

  .hhmg-fa-subboxp {
    display: none;
    padding: 0px 13px 0px 8px;
  }

  .hmg-mbox-med {
    margin-bottom: 0px;
  }

  .hmg-one-line {
    display: inherit;
  }

  .hmg-btn-med {
    padding: 12px 38px !important;
  }

  .h-hospital-boxp {
    padding: 16px;
  }

  .h-padding-sub-box {
    margin-top: 0px;
    padding: 20px 14px 12px 14px;
    margin-bottom: -10px;
  }

  .hmg-rad-subbox3 {
    border-radius: 24px 0px !important;
  }

  .h-paddingp-picon {
    padding: 7px 20px;
  }

  .hmg-med-img {
    width: 364px !important;
    height: 214px;
  }

  .hhmg-ofnt-48 {
    font-size: 28px !important;
  }

  .hhmg-hosp-mt-box {
    margin-top: 48px !important;
  }

  #navbar-example2 .dropdown-toggle::after {
    content: none !important;
  }

  .hhmg-fontsize-18 {
    font-size: 18px !important;
  }

  .hhmg-mib-text {
    font-size: 14px;
    color: #5D6B72;
  }

  .hhmgbox-checkup {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background: #ffffff;
    border-radius: 0px;
  }

  .hhmg-whitebak {
    background: white;
  }

  .hhmg-Requestbtn {
    width: 100%;

  }

  .hhmg-p-plase {
    padding: 14px 16px !important;
  }

  .hhmg-med-pbtn {
    padding-left: 8px;
  }

  .hhmg-space-dot {
    width: 24px;
    margin: 4px;
    height: 16px;
  }

  .hhmg-btn-med {
    padding: 14px 38px !important;
  }

  .ahmg-multimedia-p {
    margin: 0 20px !important;
  }

  .hmg-rad-box1-mob {
    border-radius: 12px 0px !important;

    border: 1px solid var(--border-color);
    /* background: #FFF; */
  }

  .hmg-rad-box2-mob {
    border-radius: 12px !important;
    border: 1px solid var(--border-color);
    /* background: #FFF; */
  }

  .ahmg-padding-t20 {
    padding-top: 20px;
  }

  .ahmg-services-img-mob {
    border-radius: 40px 0;
    border: 8px solid rgba(248, 249, 250, 1);
  }


  .hmg-rad-box3-mob {
    border-radius: 0 24px !important;
    border: 1px solid var(--border-color);
    /* background: #FFF; */
  }

  .ahmg-dble-border-mob {
    /* background: rgba(255,255,255,.0); */
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */

    margin: -12px -59px;
    z-index: -2;
    top: 4px;
    left: 50px;
    border-radius: 40px 0px;
    border: 1px solid rgba(24, 50, 53, 0.10);
  }

  .hhmg-medfa-ser {
    margin-top: 40px !important;
    margin-bottom: -10px !important;
  }

  .hmg-searchbox {
    background: #f4f5f800;
    padding: 0px;
    margin: 10px 4px 0px 4px;
  }

  .ahmg-pagination,
  .page-item {
    margin: 0 4px 0 0;
  }

  .hhmg-m0-mo {
    padding-top: 0px;
    margin-bottom: 0px !important;
  }
}

/* .hgm-whitbox:hover .hmg-text-whitbox g path {
  fill: white;
} */

.hhmg-ofnt-48 {
  font-size: 48px;
}

.hhmg-fa-iconmr {
  margin-right: 8px;
}

.hhmg-fa-subboxp {
  padding: 0px 13px 0px 8px;
}

.hhmg-fa-subboxmt {
  margin-top: 43px;
}

.qhhmg-fa-subboxmt {
  margin-top: 22px;
}

/* .hgm-whitbox:hover .hmg-text-whitbox path {
  fill: white;
} */

.hhmg-nav-fa {
  color: #6E8A9E;
}

.hhmg-disa-btn {
  border-radius: 16px 0px;
  padding: 12px 40px 12px 40px !important;
  background: #DFE2E4;
  color: #8B959A;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
}

.hhmg-hos-subboxp {
  padding: 0px 24px 0px 8px;
  margin-top: 20px;
}

.hhmg-hosp-circle {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F4F5F8;
  color: #6E8A9E;
  font-size: 12px;
}

.hhmg-linone-hos {
  text-wrap: nowrap;
}

.hhmg-hos-location-color {
  color: #6E8A9E;
}

.hhmg-med-fabox {
  top: 11px;
  left: -26%;
}

.hhmg-medfa-ser {
  margin-top: 88px;
  margin-bottom: 20px;
}



.hhmg-Requestbtn {
  background: #E74F54;
  border-radius: 16px 0px 16px 0px;
  padding: 12px 40px 12px 40px;
  color: white;
}

.hhmgpla-number {
  padding: 18px;
  font-size: 14px;
  text-align: center;
}

.hhmg-p-plase {
  font-size: 14px;
  padding: 18px 16px;
}


.hhmg-firstboxb {
  border-radius: 10px 0px 0px 0px;
  border: 1px solid #dee2e6;
}

.hhmg-linebox {

  padding: 32px 28px 20px 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #182C35;
}

.hhmg-bor-com {
  border: 1px solid #dee2e6;
  border-left: none;
}

.hhmg-heal {
  border-left: 1px solid #E9EDF0;
  border-right: 1px solid #E9EDF0;
  /* border-bottom: 1px solid #E9EDF0; */
  padding: 24px 28px;
  font-size: 16px;
}

.hhmg-bord-bodybox {
  padding: 24px 28px;
  border-right: 1px solid #E9EDF0;
  /* border-bottom: 1px solid #E9EDF0; */
}

.hhmgbb-table {
  border-bottom: 1px solid #E9EDF0;
}

.hhmghover:hover {
  background: #F8F9FA;
}

.hhmg-last-bo {
  border-right: 1px solid #E9EDF0;
  padding: 24px 28px;
  border-bottom: 1px solid #E9EDF0;
  border-bottom-right-radius: 30px;
}

.hhmg-mob-tabl {
  border-radius: 10px;
  background: #FBFBFB;
  font-size: 14px;
}

.hhmg-mob-h {

  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;

  padding: 16px 12px 16px 12px;
  border-right: 1px solid #E9EDF0;
}

.hhmg-rfe {


  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 16px 12px 16px 12px;
}

.hhmg-titel-he {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #182C35;
}

.hhmg-ds-p {
  padding: 24px 12px !important;
}

.hhmg-sd-p {
  padding: 12px 24px;
}

.hhmg-dso-e {
  margin: 0px;
  border: 1px solid #E9EDF0;
  border-radius: 10px;
  font-size: 14px;
}

.hhmg-font-14 {
  font-size: 14px;
}


.hhmh-Most-Trusted {
  margin-bottom: 12px;
}

.hhmh-Most-Trusted-p {
  margin-bottom: 36px !important;
}

.hhmg-btn-wh {
  padding: 12px 32px !important;
}


.hhmg-m-10 {
  margin: 10px !important;
}

.hhmg-mb-8 {
  margin-bottom: 8px !important;
}

.hhmg-mb-40 {
  margin-bottom: 40px !important;
}

.hhmg-mb-38 {
  margin-bottom: 38px !important;
}

.hhmg-mb-12 {
  margin-bottom: 12px !important;
}

.hhmg-mb-44 {
  margin-bottom: 44px;
}

.hhmg-pb-48 {
  padding: 48px 0 ;
}



.hhmg-ourpd {
  color: var(--dark-jungle-500, #5D6B72);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.hhmg-imghedear {
  margin: 0px 92px 94px;
}

.uphos {
  text-wrap: nowrap;
  margin-right: 45px;
}

.hhmg-drbl {
  color: #425563;
}

.hhmg-filter-se {
  font-size: 14px;
  margin-top: 40px;
  display: flex;
  /* width: 204px; */
  padding: 14px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--grey-blue-200, #E9EDF0);
  background: var(--white-500, #FFF);
}

.hhmg-r-se {
  text-align: -webkit-right;
}

.hhmg-sort-se {
  color: #8B959A;
  margin-right: 8px;
}

.hhmg-mt-52 {
  margin-top: 52px;
}

.hhmg-grycolorp {
  color: #5D6B72;
}

.hhmg-spcolorb {
  color: #182C35;
}

.hhmg-box-search {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 600px;
  border-radius: 24px 0px;
  border: 1px solid var(--grey-blue-200, #E9EDF0);
  background: var(--white-500, #FFF);
  margin-bottom: 16px;
}

.hhmgt-searchbox {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.hhmgp-searchbox {
  font-size: 16px;
}

.hhmg-subbox-search {
  display: inline-table;
  color: var(--grey-blue-600, #6E8A9E);
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 0px 12px;
  background: var(--dark-jungle-100, #F4F5F8);
}

.hhmg-search-box {
  height: 500px;
  overflow-x: hidden;
}

.hhmg-header-txt {
  padding-top: 12px;
  padding-bottom: 56px;
}

.hhmg-pagination {
  display: inline-block;
}

.hhmg-pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid var(--grey-blue-200, #E9EDF0);
  margin: 3px;
}

.hhmg-pagination a.active {
  background-color: #E74F54;
  color: white;
  border-radius: 5px;
}

.hhmg-pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

.hhmg-pagination-cen {
  text-align: center;
}

.hhmg-pagination-bor {
  border: 0px !important;
}

#sub-tabs .nav-link {
  text-wrap: nowrap;
  padding: 10px 16px !important;
}

.hhmg-nwes-re1 {
  border-radius: 28px 0px;
}

.hhmg-news-re2 {
  border-radius: 24px;
}

.hhmg-news-re3 {
  border-radius: 0px 28px;
}

.hhmg-newsp {
  color: var(--dark-jungle-500, #5D6B72);
  line-height: 24px;
}

.hhmg-hub-box3 {
  border-radius: 0px 24px !important;
}

.hhmg-not-404 {
  color: var(--dark-jungle-500, #5D6B72);
  font-size: 16px;
}

.hhmg-not-mt {
  margin-top: 110px;
}

.hhmg-not-mb {
  margin-bottom: 155px;
}

@media (min-width: 1200px) {

  .container {
    max-width: 1400px;
  }
    
}






.ahmg-main-cover
{
  border-radius: 20px;
}
.ahmg-mheader-cover
{
  padding: 20px 24px 20px 32px;
}
.ahmg-tabs-cover
{
  position: relative;
}
.ahmg-modal .ahmg-modal-head
{
  color: var(--dark-jungle-600, #182C35);
/* Heading/H6/Bold */
font-family: NeoSansArabic;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.ahmg-tabs-cover .nav-tabs .nav-item.show .nav-link 
{
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  color: var(--pale-red-600, #E74F54)!important;
text-align: right;
border-bottom: noneimportant;
font-family: NeoSansArabic;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 213.333% */
  border-radius: 16px 16px 0px 0px;
/* background: red!important; */
background: var(--grey-blue-100, #F8F9FA);
} 
.ahmg-tabs-cover  .nav-tabs .nav-link.active {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  color: var(--pale-red-600, #E74F54)!important;
text-align: right;
border-bottom: noneimportant;
font-family: NeoSansArabic;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 213.333% */
  border-radius: 16px 16px 0px 0px;
/* background: red!important; */
background: var(--grey-blue-100, #F8F9FA);
border-bottom: none!important;
} 
.ahmg-tabs-cover .ahmg-mtabs-bg
{
  background: var(--grey-blue-100, #F8F9FA);
  border-radius: 0px 0px 16px 0px;
  padding: 24px;
}
.ahmg-tabs-cover .nav-tabs
{
  border-bottom: none!important;
}
.ahmg-tabs-cover .nav-link{
  color: var(--grey-blue-500, #99ADBB)!important;
text-align: right;
font-family: NeoSansArabic;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 213.333% */
border: none!important;
}
.ahmg-tabs-cover .form-control{
  padding: 18px 12px;
  background: var(--white, #FFF);
  font-family: NeoSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
border: 1px solid #E9EDF0;
}
.ahmg-tabs-cover .form-control::placeholder{
 
  color: var(--dark-jungle-300, #C5CACC);
}
.ahmg-tabs-cover .form-select
{
  padding: 18px 16px;
  color: var(--dark-jungle-300, #C5CACC);
}
.ahmg-cc
{
  color: var(--dark-jungle-600, #182C35);
text-align: right;
/* Lable/L3/Medium */
font-family: NeoSansArabic;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
text-align: left;
}
.ahmg-fm-24
{
  margin-top: 24px;
}
.ahmg-sub-h
{
  color: #182C35;

font-family: NeoSansArabic;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 41px; /* 146.429% */
}
.ahmg-subh-mar
{
  margin-top: 29px;
  margin-bottom: 53px;
}
.ahmg-mmh
{
  min-height: 162px;
}
.ahmg-mb-108
{
  margin-bottom: 108px;
}
.hmg-htick-bg {
  background: #182c35;
  color: #fff;
}
.ahmg-htick-txt
{
  color: var(--dark-jungle-600, #182C35);
font-family: NeoSansArabic;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}
.h-hmg-bookl-box-1 {
  top: 0;
  left: -11%;
}
.ahmg-txt-blk
{
  width: 83%;
  margin-top: 45px;
}
.ahmg-htick-cver
{
  padding:10px 48px;
 
}
.ahmg-view-room
{
  overflow: hidden;
color: var(--dark-jungle-600, #182C35);
text-overflow: ellipsis;
/* Heading/H7/Bold */
font-family: NeoSansArabic;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 160% */
padding: 16px 0 12px 0;
margin: 0;
}
.ahmg-view-heading
{
  padding: 64px 0 40px 0;
}
.ahmg-view-room-web
{
  margin-bottom: 138px;
}
.ahmg-current-loc a
{
  color: #E74F54;

font-family: NeoSansArabic;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.ahmg-search-modal
{
  border-radius: 8px;
background: var(--white-500, #FFF);
padding: 18px 0;
}

.ahmg-mobile-search
{
  padding: 16px;
justify-content: space-between;
align-items: flex-start;
border-radius: 8px;
border: 1px solid var(--grey-blue-200, #E9EDF0)!important;
background: var(--white-500, #FFF);
box-shadow: none!important;
}
.ahmg-border-mob
{
  border-bottom: 1px solid var(--dark-jungle-200, #DFE2E4);
  border-radius: 0!important;
}
.hmg-searchbox-mob {
  display: flex;
  padding:16px 0;
  border-radius: 12px;
 
  align-items: center;
  gap: 5px;
}
.ahmg-close-icon
{
  position: absolute;
  right: 12px;
  top: -12px;
}



/****************************
 Irfan Css starts
 ****************************/



.main {
 background-color: #ffffff;
}
.card2 {
  border: 1px solid #E9EDF0 !important;
}
.card2 .card-title {
  font-family: NeoSansArabic;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #092633;
}


.main-card {
  height: 314px;
}

.card-img {
  /* height: 314px;  */
  border-radius: 24px 0px 24px 0px;
  overflow: hidden;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.card {
  border: none !important;
  border-radius: 0px !important;
}

.banner-card {
  padding: 71px 15px 55px 29px;
  opacity: 0px;
  background: linear-gradient(135deg, #acb0e30a, #230f23a3) !important;
  border-radius: 24px 0px;
}

.banner-card .card-title {
  font-family: NeoSansArabic;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  text-align: right;
  color: #FAFAFA;
}

.banner-card .card-text {
  font-family: NeoSansArabic;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
 gap: 0px;
  opacity: 0px;
  color: #FAFAFA;
  width: 60%;
}

section h5 {
  font-family: NeoSansArabic;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  text-align: right;
  color: #092633;
}


.sub-section {
  margin-top: 32px;
}

.breadcrumbs {
  display: flex;
  padding: 0px;
}

.breadcrumbs svg{
  transform:rotate(179deg);
}

.breadcrumbs li {
  list-style: none;
  font-family: NeoSansArabic;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}

.breadcrumbs-space {
  color: #B7C5CF;
}

.breadcrumbs li.current-pages {
  color: #FAFAFA;
}
.breadcrumbs li.current-pages1 {
color: var(--blue-100, #092633);
}

.breadcrumbs li a {
  color: #B7C5CF;
}

.criteria-tabs {
  color: #6E8A9E;
  padding: 50px 34px;
  background-color: #ffffff;
}

.criteria-tabs ol {
  padding-left: 16px !important;
  text-align: left;
}

.criteria-tabs ol li {
  font-family: NeoSansArabic;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  padding-top: 20px;
}

.adh-hmg{
      border-left: 1px solid #F8F7FB;
        height: auto;
       display: ruby;
        margin-left: 34px;
        margin-right: inherit;
}

.left-navtabs {
  display: block;
  width: 322px;
  /*height: 48px;*/
  padding: 8px 0px 0px 0px;
  gap: 10px;
  border: 0px 0px 0px 4px;
  opacity: 0px;
  font-family: NeoSansArabic;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
}

.left-navtabs .nav-link.active {
  color: #114C66 !important;
  border-right: 4px solid #114C66 !important;
  border-radius: 0px !important;
  padding-right: 8px;
  /*     background-color: #114C66 !important;  */
}

.left-navtabs .nav-link {
  font-family: NeoSansArabic;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #6E8A9E !important;
  width: 286px;
  background-color: transparent !important;
  padding-right: 12px;
  text-align: right;
}

.admission-grid {
  display: grid;
  grid-row: 1 / span 2;
}

.hmg-card .card-img-overlay {
  padding-top: 43px;
  padding-left: 59px;
}

.hmg-card .card-title {
  color: #ffffff;
}

.hmg-card .card-bottom-img {
  height: 299px;
  border-radius: 24px 0px;
  opacity: 0px;
  background: linear-gradient(270.14deg, rgba(51, 9, 35, 0) -17.79%, rgba(51, 9, 35, 0.9) 75.22%);
}

.hmg-card .card-text {
  width: 423px;
  height: 48px;
  top: 118.66px;
  left: 59px;
  font-family: NeoSansArabic;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
}

.admins-card .card-body {
  height: 300px;
  padding-top: 68px;
  border-radius: 24px !important;
  border: 1px solid #E9EDF0 !important;
  opacity: 0px;
  /* margin-right: 14px; */
}

.admins-card .card-body-ah {
  padding: 109px 30px 72px 30px;
  border-radius: 24px !important;
  border: 1px solid #E9EDF0 !important;
  opacity: 0px;
  /* margin-right: 14px; */
}

.admins-card .card-body-ah p{
  color: var(--gray, #6E8A9E);
    text-align: center;
   font-family: NeoSansArabic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card-item-text {
  font-family: NeoSansArabic;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #114C66;
padding-top: 20px;
  opacity: 0px;
}

.btn-banner {
  width: 221.66px;
  height: 61.64px;
  border-radius: 12.25px;
  background: #661146;
  color: #ffffff;
  font-family: NeoSansArabic;
  font-size: 21.45px;
  font-weight: 400;
  line-height: 30.64px;
  text-align: center;
}

.btn-banner:hover {
  background: #661146;
  color: #ffffff;
}


.sub-section .accordion-button {
  font-family: NeoSansArabic;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: right;
  background: #F8F9FA !important;
  border-radius: 12px 12px 0px 0px;
}

.sub-section .accordion-body {
  background: #F8F9FA !important;
  border-radius: 0px 0px 12px 12px;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

.sub-section .accordion-item {
  border: none !important;
  margin-top: 16px;
  /* border-radius: 11px; */
}

.ihmg-page-padding {
  padding: 32px 20px;
  padding-top:0px !important;
}

.ihmg-section-margin {
  margin: 34px 0px;
}

.ihmg .main-card2 {
  border: none !important;
  height: 368px;
}

.ihmg .main-card2 .banner-card1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0F5D7B 68.5%);
  border-radius: 0px 24px 0px 0px;
  margin-right: 0px;
  margin-left: inherit;
}

.ihmg .main-card2 .card-img1 {
  border-radius: 0px 24px 0px 0px;
  margin-right: 0px;
  overflow: hidden;
  margin-left: inherit;
}

.ihmg .main-card2 .banner-card2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #671247 68.5%);
  border-radius: 0px 0px 0px 24px;
  margin-right: 14px;
  margin-left: inherit;
}

.ihmg .main-card2 .card-img2 {
  border-radius: 0px 0px 0px 24px;
  margin-right: 14px;
  overflow: hidden;
  margin-left: inherit;
}

.btm-16 {
  bottom: 16px;
}

.banner-card1 .card-title,
.banner-card2 .card-title {
  font-family: NeoSansArabic;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: right;
  color: #FAFAFA;
  /* margin: 190px 0px 0px 8px; */
}

.banner-card1 .card-text,
.banner-card2 .card-text {
  width: 90%;
  font-family: NeoSansArabic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #FAFAFA;
  margin: 12px 0px 0px 10px;
}

.ihmg .view-details {
  font-family: NeoSansArabic;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #114C66;
}

.ihmg .page-link .active {
  background-color: #E74F54;
}

.ihmg-section-margin {
  margin: 34px 0px;
}

.ihmg .tab-pane .card-img-top {
  height: 267px;
}








/*-----------------------CUSTOM CSS - START--------------------------*/

#s4-bodyContainer{
	padding-bottom: 0px !important;
}

.nc-fontStyen {
     color: #222222 !important; 
}

.fw-bolder {
    font-weight: bolder !important;
    color: #222222 !important; 
}

a:visited {
    color: unset;
    text-decoration: none;
}

.ms-webpart-zone {
  display: block !important;

}
.ms-webpart-cell-vertical {
  display: block !important;

}
.ms-webpart-chrome-vertical {
  display: block !important;
  }
  
  .ms-webpartzone-cell {
  margin: 0 !important;
}


 .sticky-top {
    background: #F8F9FA;
} 

.setDirection_CLS{
	direction:ltr !important;
}

.sticky-top{
	z-index:1000 !important;
}

.flipImage{
	    transform: rotate(179deg);	
}

.ahmg-news-feed a{
	color:#e74f54 !important
}

#services a{
	color:#e74f54 !important
}

.ms-signInLink{
display:none !important;
}

#ms-designer-ribbon{
/*display:none !important;*/
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #E74F54;
    border-color: #E74F54;
}

.pagination .fa-angle-left
{
    transform: rotate(180deg);
}

.pagination .fa-angle-right
{
    transform: rotate(180deg);
}


/***************Event Calendar - START****************/

.calendar {
        width: 100%;
        direction:rtl !important;
        font-family:'NeoSansArabic' !important;
    }

    .calendarMob {
        width: 100%;
        direction:rtl !important;
        font-family:'NeoSansArabic' !important;
    }

    .fc-day-number {
        font-size: 16px !important;
        line-height: 32px !important;
        color: #B7C5CF !important;
        font-weight: 600 !important;
        /*font-family: 'poppins' !important;*/
    }

    .fc-unthemed .fc-disabled-day {
        background-color: transparent !important;
    }

    .event-dot {
        position: absolute!important;
        top: 10px!important;
        right: 50%!important;
        transform: translateX(50%)!important;
        width: 12px!important;
        height: 12px!important;
        background-color: red!important;
        border-radius: 50%!important;
    }

    .clsNextMonth,
    .clsPrevMonth {
        color: #a0b2c0!important;
        font-size: 14px!important;
        font-weight: bold!important;
    }

    .fc-prev-button,
    .fc-next-button {
        color: #a0b2c0 !important;
        margin: 0px 10px !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .fc-event {
        position: relative !important;
        top: 50% !important;
        right: 50% !important;
        transform: translateX(50%) !important;
        width: 8px !important;
        height: 10px !important;
        background-color: #661146 !important;
        border: 0px solid #661146 !important;
        border-radius: 50% !important;
        /*display: none !important;*/
        /* Hide event title */
    }



    .fc-day-top {
        text-align: center!important;
        padding-top: 12px !important;
    }

    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        float: none!important;
    }

    .fc-unthemed td.fc-today {
    background: url(/_catalogs/masterpage/NurseCollege_En/assets/img/2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 11px -1px !important;
    }

    .fc-day-header {
        font-size: 20px !important;
        color: #114C66 !important;
        font-weight: 500!important;
        /*font-family: 'poppins'!important;*/
    }

    .fc-unthemed .fc-content,
    .fc-unthemed .fc-divider,
    .fc-unthemed .fc-list-heading td,
    .fc-unthemed .fc-list-view,
    .fc-unthemed .fc-popover,
    .fc-unthemed .fc-row,
    .fc-unthemed tbody,
    .fc-unthemed td,
    .fc-unthemed th,
    .fc-unthemed thead {
        border-color: transparent!important;
    }

    @media only screen and (max-width: 768px) {
        .fc-day-top {
            text-align: center!important;
            /*padding-top: 12px !important;*/
        }

        .calendarMob {
            width: 100%!important;
        }

        .calendar {
            width: 100%!important;
        }
        .fc-unthemed td.fc-today {
		    background: url(/_catalogs/masterpage/NurseCollege_En/assets/img/2m.png) !important;
		    background-repeat: no-repeat !important;
		    background-position: 45% 0px !important;
	    }
    .fc-day-header {
        font-size: 16px !important;
        }

.qhmgc-calendar h2 {
  font-size: 20px;
  margin: 22px 20px !important;
  margin-right: 0px !important;
}
.fc-prev-button, .fc-next-button {
    margin: 0px !important;
}


    }


@media (min-width:320px) {

  .mob-hmgnc-logo{
      width: 245px;
    }
    .hmg-trusted-bg {
    height: 450px;
  }

}



/***************Event Calendar - END****************/


/*-----------------------CUSTOM CSS - END--------------------------*/
