﻿/* Fonts */
@font-face {
  font-family: 'FontAwesome';
  src        : url('../awesome-font/fontawesome-webfont.eot');
  src        : url('../awesome-font/fontawesome-webfont.ttf') format('embedded-opentype'),
    url('../awesome-font/fontawesome-webfont.woff') format('woff2'),
    url('../awesome-font/fontawesome-webfont.woff2') format('woff'),
    url('../awesome-font/fontawesome-webfont.ttf') format('truetype');
  font-weight : bold;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins';
  src        : url('../fonts/poppins/Poppins-Bold.eot');
  src        : url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
    url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight : bold;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins';
  src        : url('../fonts/poppins/Poppins-semiBold.eot');
  src        : url('../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight : 400;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src        : url('../fonts/poppins/Poppins-Medium.eot');
  src        : url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
    url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight : 600;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins';
  src        : url('../fonts/poppins/Poppins-Regular.eot');
  src        : url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
    url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight : normal;
  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: "poppins", sans-serif;
  /* --font-secondary: "Poppins", sans-serif; 
} */

::-webkit-scrollbar {
  width           : 5px;
  height          : 8px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

.hmg-font-family-poppins {
  font-family: 'poppins';
}

.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;
}

/*--------------------------------------------------------------
# Sprint6-March-2024
--------------------------------------------------------------*/

.ahmg-fm-10{
    margin-top: 10px;
  }

.qhmg-ui {
  position: relative;
  top: 2px;
}

.quser-infrom{
   font-size: 20px !important;
    font-weight: 600;
    line-height: 32px !important;
    text-align: left;
    margin: 0px !important;
}

.quser-infrom-sp{
  font-size: 16px !important;
  line-height: 0px !important;
  margin-top: 12px !important;
}

.pay-brd{
  border: 1px solid  #E0E5EA;
}

.applypay{
border: 2px solid #D9D9D9;
  width: 31.63px;
  height: 25px;
  gap: 0px;
  border-radius: 3.44px;
  opacity: 0px;
 text-align: center;
}

.pay-bxpy{
  padding: 10px !important;
      margin: 10px;
    }

.hmg-defualt{
width: 99px;
 padding: 2px 20px 2px 20px;
  gap: 10px;
  border-radius: 9px;
  opacity: 0px;
  background: #F0F3F5;
  float: right;
}  

.pay-svcard{
      display: flex !important;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
}

.expcardtext{
  font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
 color: #6E8A9E;
}

.addcard{
  border: 1px solid  #182C35;
 padding: 8px 24px 8px 24px;
    gap: 12px;
    border-radius: 7px;
background: #fff;
}

.qhmg-fm-12 {
  margin-top: 12px;
}

.card-pd{
    padding: 12px;
    margin: 0px;
  }

.card3{
    display: flex;
    justify-content: flex-end;}

       .qhmg-crbd {
          border-bottom: 1px solid #E0E5EA;
          height: 34px;
        }

.qhmg-savecard{
  font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-top: 12px;
    color: #182C35 !important;
}

.xxcard{
      border: 1px solid var(--stroke, #E0E5EA);
      border-radius: 7px;
      padding: 12px 0px;
      /* gap: 12px; */
      margin: 0px;
    }


.ahmg-report-tabs .active
{
  color: #182C35;

font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 25.6px */
}
.ahmg-report-tabs .nav-tabs .nav-link:focus,
.ahmg-report-tabs .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: none !important;
}
.ahmg-report-search
{
  border-radius: 8px;
border: 1px solid var(--Grey-Blue-200, #E9EDF0);
background: var(--White-500, #FFF);
}
.ahmg-m-37
{
  margin: 37px 0 21px 0;
}
.ahmg-mt-55
{
  margin-top: 55px;
}
.ahmg-doc-heading
{
  border-radius: 12px 12px 0px 0px;
background: var(--Grey-Blue-100, #F8F9FA);
padding: 16px;
}
.ahmg-report-content
{
  color: var(--Dark-Jungle-600, #182C35);

/* Lable/L2/Medium */

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */

}
.ahmg-pdf-txt a
{
  color: #8B959A !important;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */

}
.ahmg-pdf-txt a:hover
{
  color: #8B959A !important;


}
.ahmg-padding
{
  padding: 20px 17px 20px 16px!important;
}
.ahmg-mb-91
{
  margin-bottom: 91px;
}

.has-search .form-control-report {
  position      : absolute;
  z-index       : 2;
  display       : block;
  width         : 2.375rem;
  height        : 2.375rem;
  line-height   : 50px;
  text-align    : center;
  pointer-events: none;
  color         : #aaa;

}
.ahmg-report-select .form-select
{
  padding: 14px !important;
}
/*--------------------------------------------------------------
# Sprint6-end
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sprint6-Feb-2024
--------------------------------------------------------------*/
.ahmg-nom-heading
{
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}
.ahmg-mb-24
{
  margin-bottom: 24px;
}
.ahmg-mb-48
{
  margin-bottom: 48px;
}
.ahmg-line-award
{
  background: var(--Grey-Blue-200, #E9EDF0);
  height: 1px;
}
.line-mb-20
{
  margin: 20px 0 !important;
}
.ahmg-big-line
{
  border-radius: 2px;
background: linear-gradient(90deg, rgba(223, 226, 228, 0.00) 0%, #DFE2E4 27.08%);
}
.ahmg-mb-4272
{
  margin: 42px 0 72px 0;
}
.ahmg-mb-4996
{
  margin: 49px 0 96px 0;
}
.ahmg-award-img
{
  width: 421.6px;
height: 300.835px !important;
flex-shrink: 0;
}
.ahmg-pt-48
{
  padding-top: 48px;
}
.ahmg-investor-h
{
  width: 100%;
height: 600px;
flex-shrink: 0;
}
.ahmg-investor-rad
{
  border-radius: 72px 0px;
}
.ahmg-investor-border
{
  border: 8px solid var(--Grey-Blue-100, #F8F9FA);
}

.ahmg-investor-overlay
{
  
  border-radius: 72px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1.04%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 100;
    position: absolute;
    width: 100%;
  height: 600px;
     
}
.ahmg-investor-count
{
  border-radius: 0px 28px;
/* opacity: 0.6; */
background:rgba(0, 0, 0, .6);
width: 382px;
height: 193px;
flex-shrink: 0;
}
.ahmg-investor-btstr
{
  border-radius: 0px 28px;
  background:rgba(0, 0, 0, .6);

  /* opacity: 0.6;
background: #000; */
/* width: 100%; */
height: 76px;
flex-shrink: 0;
}

.qhmg-publish-box{
    background: #F4F5F8;
    gap: 0px;
    border-radius: 24px 0px 24px 0px;
    opacity: 0px;
    padding: 92px 100px 92px 100px;
    text-align: center;
}


.ahmg-strip-m
{
  margin: 14px 29px;
}
.ahmg-strip-h
{
  color: var(--White-500, #FFF);


font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.ahmg-strip-c
{
  color: var(--White-500, #FFF);
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}


.ahmg-typing-txt
{
  color: var(--White-500, #FFF);

font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 128.571% */
}

.top-left {
  position: absolute;
  top: 164px;
  left: 56px;
  z-index: 101;
}
.top-right {
  position: absolute;
  top: 164px;
  right: 56px;
  z-index: 101;
}
.bottom-strip {
  position: absolute;
  /* top: 164px; */
  bottom: 64px;
  left: 56px;
  right: 56px;
  z-index: 101;
}
.ahmg-counter-m
{
  margin: 21px 58px 27px 59px;
}
.ahmg-counter-h
{
  color: var(--White-500, #FFF);

font-size: 37.731px;
font-style: normal;
font-weight: 600;

padding-bottom: 8.3px;
}
.ahmg-counter-per
{
  color: var(--Pale-Red-600, #E74F54);

font-size: 29.346px;
font-style: normal;
font-weight: 600;

/* padding-bottom: 19.62px; */

}
.ahmg-counter-info
{
  color: var(--White-500, #FFF);

  /* margin: 19.62px 0 0 0; */
  margin: 5.62px 0 0 0;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
}
.ahmg-inv-pad
{
  padding: 55px 50px 68px;
}
.ahmg-investment-bg {
  background: #182c35;
  color: #fff;
 
}
.ahmg-investment-m
{
  margin: 127px 0 200px;
}
.ahmg-inv-h
{
  color: #FFF;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 150% */
}
.ahmg-inv-des
{
  color: #FFF;
  text-align: center;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
 
  text-wrap: balance;
}
.hmg-fingertip {
  padding: 48px 40px 0;
}

.qhmg-top128{
  margin-top: 128px;
}

.para-publish{
  font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

.para-unlock {
  font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
      text-align: center;
}

.ahmg-report
{
  color: var(--Pale-Red-600, #E74F54);
text-transform: uppercase;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}
.ahmg-report-h
{
  color: #182C35;

font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 150% */
text-transform: capitalize;
}
.hmg-linh-1
{
  height: 1px;
}

.ahmg-form-txt
{
  color: var(--Dark-Jungle-500, #5D6B72);

/* Paragraph/P1/Regular */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}
.ahmg-form-a
{
  color: var(--Dark-Jungle-500, #5D6B72);

/* Paragraph/P1/Regular */
font-family: Poppins;
font-size: 14px;
font-style: normal;
text-decoration: underline;
font-weight: 400;
line-height: 24px; /* 150% */
}












.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-1 p:nth-child(1) {
  width: 500px;
  -webkit-animation: type4 3s steps(40, end);
  animation: type4 4.5s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing-1 p:nth-child(2) {
  width: 412px;
  opacity: 0;
  -webkit-animation: type5 2s steps(40, end);
  animation: type5 4.5s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing-1 p:nth-child(3) {
  width: 200px;
  opacity: 0;
  -webkit-animation: type6 2s steps(20, end), blink .5s step-end infinite alternate;
  animation: type6 4.5s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


@keyframes type4 {
  0% {
    width: 0;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    border: none;
  }
}

@-webkit-keyframes type4 {
  0% {
    width: 0;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    border: none;
  }
}

@keyframes type5 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type5 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  99.9% {
    border-right: .15em solid #e74f54;
  }

  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type6 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type6 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}


/*--------------------------------------------------------------
# Sprint6 - End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# fix 15-nov-2023
--------------------------------------------------------------*/
.hmg-acc-heading
{
  color: #182C35;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.ahmg-accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.hmg-space-pt-12
{
  padding-top: 12px !important;
}

.hmg-fnt-16px{
  font-size: 16px;
}

.hmg-book-mb76{
  margin-bottom: 76px;
}

.hmg-redbox-app{
  position: relative;
  right: -38px;
  top: 27px;
  width: 87px;
  height: 86px;
  flex-shrink: 0;
  border-radius: 34px 20px;
  border: 5.11px solid #F4F5F8;
  background: #E74F54;
  display: block;
}

.hmg-our-scs{ 
  top: 4px;
  position: relative;
}

.hmg-desc{
  color: #425563 !important;
}

.hmg-checkup-btn {
  display: flex;
  /* width: 100%!important; */
  padding: 12px 40px!important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px 0px;
  background: var(--pale-red-600, #E74F54)!important;
  margin-left: 0!important;
  color: #fff!important;
  font-size: 14px!important;
}

.hmg-story-hdr{

font-size: 28px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: left;

}

.hmg-search-placehldr{
  padding: 14px 0px  !important;
  font-size: 14px;
}

.hmg-footer-desc
{
  margin-top: 20.45px !important;
}

.hmg-contact-no
{
  color: #5D6B72 !important;
}

/* .owl-stage-outer{
  border-radius: 0px 24px!important;

} */

.hmg-tag{
  padding: 6px;
}

.hmg-hdr-space
{
  margin-top: 40px;
}
.hmg-health-numbers {
  color: var(--dark-jungle-600, #182C35);
/* Heading/H4/Bold */
/* //font-family: Poppins; */
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 150% */
}

.Cent_Exc_Btn
{
background-color: rgba(255, 255, 255, 0.10) !important
}

.Cent_Exc_Desc{
  line-height: 24px;
  font-size: 16px;
  }

  .hmg-checkup-label
  {
    color: var(--dark-jungle-600, #182C35);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }

  .hmg-checkup-field::placeholder
  {
    color: var(--dark-jungle-300, #C5CACC);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }

  .hmg-mega-mneu-scroll
  {
    overflow-y   : scroll;
  overflow-x   : hidden;
    height: 94%
  }

  .hmg-checkup-field
  {
      display: flex;
  padding: 18px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;border-radius: 8px;
  border: 1px solid var(--grey-blue-200, #E9EDF0) !important;
  background: var(--white-500, #FFF);
  
  }

  .hmg-checkup-select
  {
      display: flex;
  padding: 18px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;border-radius: 8px;
  border: 1px solid var(--grey-blue-200, #E9EDF0) !important;

  
  }



/*--------------------------------------------------------------
# 26 Novemeber - Amer Sprint 5
--------------------------------------------------------------*/
.hmg-acc-select .form-select
  {
    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);


font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
  }
.acc-sec img {
  display: block;
  /* width: 100%; */
  width: auto !important;
  height: 51px;
}
.acc-arrow .owl-carousel .owl-stage-outer {
  border-top: 1px solid #DFE2E4;
  border-bottom: 1px solid #DFE2E4;
  padding: 8px 2px 4px 67px !important;
}
.ahmg-mt-88
{
  margin-top: 88px;
}
.ahmg-accr-cover {
  padding: 23.5px 12px 20px 20px !important;
}
.ahmg-mb-8
{
  margin-bottom: 8px;
}
.ahmg-mb-20
{
  margin-bottom: 20px !important;
}
.hmg-mb-45
{
  margin-bottom: 45px;
}
.ahmg-desc{
  color: #425563;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.ahmg-mtb
{
  margin: 28px 0 39px;
}
.ahmg-bg-counter
{
  padding: 32px;
}
.ahmg-inner-box
{
  padding: 16px 20px;
}
.ahmg-counter-txt
{
  color: #425563;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}
.ahmg-mtb-96
{
  margin: 96px 0;
}
.ahmg-mt-39
{
  margin-top: 39px;
}
.ahmg-mt-125
{
  margin-top: 125px;
}
.ahmg-mt-78
{
  margin-top: 78px;
}
.ahmg-mt-83
{
  margin: 83px 0 46px;
}

.ahmg-awards-title
{
  color: #182C35;

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
}
.ahmg-awards-h
{
  color: #182C35;

font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.ahmg-heading-black
{
  background: var(--dark-jungle-600, #182C35);
  padding: 22px 50px;
}
.ahmg-blckh-text
{
  color: var(--white-500, #FFF);

  /* Heading/H4/Bold */
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
}
/* .service-1 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
  display: block!important;
} */
.acc-arrow .owl-carousel .owl-dots.disabled, 
.acc-arrow .owl-carousel .owl-nav.disabled
{
  display: block!important;
}

.acc-arrow .owl-carousel .owl-nav button.owl-prev,
.acc-arrow .owl-carousel .owl-nav button.owl-next
 {
 
  top: 24px !important;
 
}

.services-1 .owl-carousel .owl-nav button.owl-next, 
/* .services-1 .owl-carousel .owl-nav button.owl-prev, */
.services-1 .owl-carousel button.owl-dot
{
  background-color: #D0D5DD !important;
  height: 86px !important;
  width: 86px !important;
  line-height: 20px !important;
  border-radius: 100%;
  color: #fff!important;
  font-size: 30px !important;
  position: absolute;
  right: 0;
  top: 30px;
}
.services-1 .owl-carousel .owl-nav button.owl-prev,
.services-1 .owl-carousel button.owl-dot
{
  background-color: #D0D5DD !important;
  height: 86px !important;
  width: 86px !important;
  line-height: 20px !important;
  border-radius: 100%;
  color: #fff!important;
  font-size: 30px !important;
  display: none!important;
}
.ahmg-arrow-awards
{
  position: relative;
  top: -25px;
}
.acc-sec img
{
 /* width: 50px!important;
   height: 20px; */
  cursor: pointer;
}
.ahmg-tab-head
{
  color: var(--dark-jungle-600, #182C35);

font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.ahmg-tab-des
{
  color: var(--dark-jungle-500, #5D6B72);

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.acc-sec .owl-carousel.owl-drag .owl-item
{
  /* filter: grayscale(1) !important; */
}
.acc-sec .owl-stage-outer
{
  border-radius: 0 !important;
}
.acc-sec .owl-item 
{
  filter: grayscale(1);
}
.acc-sec .owl-item.active.center
{
  filter: grayscale(0);
}
/* .about-sec .item img .active 
{
  filter: grayscale(0);
} */
.accrd-awards .hmg-rad-box1,
.accrd-awards .hmg-rad-box2,
.accrd-awards .hmg-rad-box3
{
 background: #fff!important;
}
.ahmg-acc-subh
{
  color: var(--Dark-Jungle-500, #5D6B72);


font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.ahmg-acc-mtb
{
  margin: 10px 0 19px 0;
}
.hmg-line
{
  border-radius: 2px;
background: linear-gradient(-90deg, rgba(223, 226, 228, 0.00) 0%, #DFE2E4 27.08%);
}
.hmg-linh
{
  height: 2px;
}
.hmg-mtb-48
{
  margin: 48px 0;
}
.hmg-mt-45
{
  margin-top: 45px;
}
.hmg-left-colomn
{
  border-radius: 8px;
/* border: 1px solid var(--Grey-Blue-200, #E9EDF0);
background: #FFF; */
}
.hmg-left-txt
{
  color: var(--Dark-Jungle-500, #5D6B72);

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}


/*--------------------------------------------------------------
# Sprint5 End
--------------------------------------------------------------*/

.hhmg-tablet-hide {
  display: none !important;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'poppins';
  color      : var(--color-default);
  background : var(--main-bg);
  overflow-x : hidden;
  font-size  : 14px;
}

/*.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
--------------------------------------------------------------*/

.sliderhigh {
  min-height: 420px
}
.breadcrumb-item a {
  color      : #8B959A;
  font-weight: 400;
}

.breadcrumb-item i {
  color: #8B959A;
}

.abouthistroy .owl-dots {
  display: none;
}

.abouthistroy span {
  display: none;
}

.abouthistroy .owl-carousel .owl-stage-outer {
  border-top   : 1px solid #DFE2E4;
  border-bottom: 1px solid #DFE2E4;
  padding      : 8px 2px 4px 12px;
}


.abouthistroy .owl-carousel .owl-nav button.owl-prev {
  content          : "";
  position         : absolute;
  height           : 22px;
  width            : 22px;
  left             : 0px;
  top              : 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform    : translateX(-50%) translateY(-50%);
  transform        : translateX(-50%) translateY(-50%);
  background       : url(../img/about-us/perv-icon.svg) no-repeat center center;
  margin-top       : 18px;
  border-radius    : 40px;
  padding          : 18px !important;
}

.abouthistroy .owl-carousel .owl-nav button.owl-next {
  content          : "";
  right            : -48px;
  top              : 10px;
  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/about-us/next-icon.svg) no-repeat center center;
  margin-top       : 18px;
  border-radius    : 40px;
  padding          : 18px !important;

}
.acc-arrow .owl-carousel .owl-nav button.owl-next {
  content          : "";
  right            : -53px  !important;
  
  margin-top       : 7px  !important;
  

}
.acc-arrow .owl-carousel .owl-nav button.owl-prev {
  
  left: 17px !important;
  /* top: 10px; */
 
  margin-top: 7px  !important;

}

.selectedArrow {
  position: relative;
}

.selectedArrow::after {

  content : '';
  position: absolute;
  width   : 100%;
  height  : 45px;

}

.history-item-selected::after {
  content   : '';
  position  : absolute;
  width     : 100%;
  height    : 45px;
  background: url('/_catalogs/masterpage/Design_2023/assets/img/about-us/historyline.svg') no-repeat center;
}


.sliderArrow .owl-stage-outer {
  overflow: inherit !important;
}


.historyYear h4 {

  text-align: center !important;
}

.history-item-selected h4 {
  color: #E74F54 !important;
}


.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;
}

.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;
}

.qmg-tp-left {
  left: -25%;
}

.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;
}

#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-changepwd {
  background: #F4F5F8;
 margin: 46px 0px 46px 0px;
  padding: 32px 0px 0px 0px;
    gap: 24px;
    border-radius: 40px 0px 40px 0px;
 
}

.ahmg-tabs-cover .card{
    display: block;
    border: 0px;
    background: #f4f5f8;
    margin: 0px;
  }

    .ahmg-tabs-cover table .bg-table-header{
      --bs-table-accent-bg: #000;
          --bs-table-color: #fff;
          text-align: center;
    }

        .ahmg-tabs-cover table tr{
          text-align: center;
        }

 .ahmg-tabs-cover table tr .btn-link{
  text-decoration: none;
 }

 .ahmg-tabs-cover table tr .black{
  color: #000;
 }

    .ahmg-tabs-cover .card label{
     font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
          width: 100%;
          color: #182C35;
    }

.ahmg-tabs-cover h4{
  font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-top: 32px;
    width:100% ;
    color:#182C35;
}
.coi-df {
  width: 100%;
  display: flex;
}

        .ahmg-tabs-cover .card {
          text-align: left;
          color: #182C35;
          line-height: 24px;
        }

 .stepper-row {
  display: flex;
}

 .md-step.active .md-step-circle {
  background-color: #359846;
}
.md-step .md-step-circle {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border: 1px solid #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 6px;
  bottom: 10px;
}
 .md-step.active .md-step-circle:after {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #aaa;
  background-color: #359846;
  border-radius: 50%;
}

.md-step {
  display: inline-block;
  position: relative;
  width: 9%;
  cursor: pointer;
}
 .step {
   color: #6c757d;
 }
  .rc-project p{
      color:#5D6B72;
      text-align: left;
    }
 .md-step .md-step-circle {
   position: relative;
   width: 18px;
   height: 18px;
   margin: 0 auto;
   border: 1px solid #999999;
   border-radius: 50%;
   text-align: center;
   line-height: 19px;
   font-size: 11px;
   font-weight: 600;
   padding-bottom: 6px;
   bottom: 10px;
 }
 .md-step-title {
   font-family: Poppins;
   font-size: 14px;
   font-weight: 500;
   line-height: 20px;
   line-height: 24px;
   text-align: center;
color: #5D6B72;
   /* margin: 14px 42px; */
 }

 .md-step-bar-right {
   position: relative;
   border-top: 1px solid #e9edf0;
   width: 9%;
   top: 25px;
   padding: 0px;
 }

 .btn-attachment-outline {
   border: 1px solid #8B959A;
   padding: 10px;
   /* width: 40%; */
   width: 85%;
   color: #8B959A;
   background: #fff;
}

.qhmg-changepwd  span {
  color: #E74F54;
}

.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 img {
  width : 24px;
  height: 24px;
}

.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     : 48px;
  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;
  display           : -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow          : hidden;
}

.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   : 9px;
  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;
  color: #fff !important;
}

.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;
  background: transparent;
}

.qhmgmediahub .carousel-control-next {
  right     : -40px;
  background: transparent;
}

.qhmgmediahub .carousel-indicators {
  bottom: 2%;
  left  : -69%;
}

.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;
}

.qhmg-fitawadimg{
  width: 391px;
    height: 279px !important;
 object-fit: cover;
}

.qhmgpagtb{
  margin: 54px 0px 54px 0px;
}

#health-section .owl-carousel .owl-stage{
  left: -43px;
}

#health-section .owl-carousel .owl-item img{
  width: auto;
  display: inline;
}

.qhmg-filterawad{
  margin-right: 14px;
  margin-top: 18px;}

.qhmg-awdtopc{
  margin-top: 39px;
}
  
.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-m-t48{
  margin-top: 48px;
}

.qhmg-mtopaw78{
  margin-top: 78px;
}

.qhmg-awbtm20{
  margin-bottom: 20px;
}

.qhmg-awd-title{
  font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
   color: #425563;
   margin-top: 20px;
}

.qhmg-hubhead {

  font-size         : 18px;
  font-weight       : 600;
  line-height       : 28px;
  letter-spacing    : 0em;
  text-align        : left;
  color             : #182C35 !important;
  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 li:first-child
{
  margin-right: 0;
  margin-left: 0;
}
.hmg-social-cover
{
background: #F4F5F8;
border-radius: 10px;
width: 250px;

}
.qhmg-followbtn {
  padding      : 8px;
  border-radius: 12px;
  background   : #F4F5F8;
  text-align   : center;
  margin       : -7px;
}
.qhmg-followbtn li
{
  margin-right: 24px;
 
}
.qhmg-followbtn li:nth-child(5)
{
  margin-right: 0!important;
  margin-left: 0!important;
}
.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-1 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: 900px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .abouthistroy .owl-carousel .owl-nav button.owl-prev {
    left: 256px;
    top : 300px;
  }

  .abouthistroy .owl-carousel .owl-nav button.owl-next {
    top  : 300px;
    right: 130px;
  }

  .qhmg-mob-direct .carousel-control-next {
    right: 270px !important;
  }

  .qhmg-mob-direct .carousel-control-prev {
    left: 272px !important;
  }

  .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            : 29px;
    top              : 386px;
    width            : 58px;
    height           : 61px;
    z-index          : -1;
  }

  .hmg-navbar-nav {
    display: none !important;
  }

  .ahmg-hide-tab {
    display: none !important;
  }

  .ahmg-show-tab {
    display: block !important;
  }

  .ahmg-hide-gen {
    display: none !important;
  }

  .ahmg-show-gen {
    display: block !important;
  }

  .h-hmg-btn-books {
    width: 320px;
    float: left;
  }

  .qtxt-line {
    text-wrap: nowrap;
  }

  .hmg-count-noti p {
    font-size: 15px;
  }

  .mt20ph {
    margin-top: 20px !important;
  }

  .qhmg-e-pharmacy-logo {
    right: 36px;
    top  : 170px
  }

  .hmg-services-txt-h {
    padding: 0px 0 0 0 !important;
  }

  .ahmg-services-img-mob {
    border-radius: 40px 0;
    border       : 8px solid rgba(248, 249, 250, 1);
  }

  .ahmg-bg-overlay {

    width: 580px !important;
  }

  .ahmg-icon-hw-mob {
    height: 36px !important;
    width : 36px !important;
  }

  .hmg-icon-bg1-mob {

    top: 0 !important;

  }

  .ahmg-search-icon {

    margin: 40px 10px 0 0px !important;
  }

  .qhmg-top-r-12 {

    right: -11% !important;
  }

  .qmg-tp-left {
    left: -9%;
  }

  .ahmg-m-6 .ahmg-digser-high {
    margin-top: 20px;
  }

  .h-hmg-bookl-box {
    top: -55px !important;
    left: 13px !important;
  }

  .pr-1 {
    padding-right : 16px;
    padding-bottom: 10px;
  }

  .ahmg-patient-mt-56 {
    margin-top: 56px !important;
  }

  .ahmg-mobile-scr {

    top: -97px !important;
  }

  .hmg-mtbox-med {

    top: -75px !important;
  }
.hhmg-num-tab{
 padding-right:0;
 widows:85px;
}
  /* .hmg-med-subbox {
 
  margin-bottom: -67px!important;
} */
  .ahmg-exl-mar {
    margin: 32px 0 0 0;
  }

  .sp-swiper-btn-prev {
    bottom: 13px !important;
  }

  .h-hmgblackbox {
    bottom: -75px !important;
  }

  .ahmg-hospital-mh {
    min-height: 315px;
  }

  .ahmg-hospital-mb {
    margin-bottom: 90px;
  }

  .ahmgblackbox {
    top     : 149px !important;
    position: relative;

  }

  .hhmg-fa-subboxmt {
    margin-top: 10px !important;
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  .hhmg-toggle {
    padding: 24px 36px !important;
  }

  .hmg-text-whitbox {

    white-space: inherit;
  }

  #Med-tabs .ahmg-show-gen {
    display: block !important;
  }

  .qhmg-loc {
    margin-top: 185px !important;
  }

  .ahmg-multi-cover .hmg-main-p {
    padding: 0 20px;
  }


  .ahmg-multi-cover .ahmg-swiper-button-next {
    right: 26px !important;
    top  : -5px !important;
  }

  .ahmg-multi-cover .ahmg-swiper-button-prev {
    right : 26px !important;
    bottom: -18px !important;
  }

  .ahmg-multi-cover .ahmg-swiper-button-next,
  .ahmg-multi-cover .ahmg-swiper-button-prev {
    height : 75px !important;
    padding: 20px !important;
  }

  .hmg-med-subbox {
    margin-bottom: -55px !important;

  }

  .qhmg-news .qhmgmediahub .carousel-indicators {
    left: -306px !important;
  }

  .qhmgmediahub .carousel-item p {
    font-size  : 15px;
    line-height: 17px;
  }

  .hhmg-header-txt {

    padding-bottom: 0px !important;
  }

  .qhmg-news .qhmgmediahub {
    margin: 10px 0 24px 0px;
  }

  .qhmg-news .qhmgmediahub .carousel-control-next {
    right: -20px;

  }

  .ahmg-search-icon {
    top : -27px !important;
    left: 10px !important;

  }

  /* ----------------------amer900 */

  /*--------------------------------------------------------------
# Sprint6-Feb-2024
--------------------------------------------------------------*/
.ahmg-award-img
{
  width: 264px !important;
height: 188px !important;
flex-shrink: 0;
}
.css-typing-1 p {
  border-right: 0.15em solid #e74f54;
  /* font-family: "Courier"; */
  color: #FFF;

font-size: 45px !important;
line-height: 60px !important; /* 150% */
}
.ahmg-investor-count {
  border-radius: 0px 28px;
  /* opacity: 0.6; */
  background: rgba(0, 0, 0, .6);
  width: 382px;
  height: 193px;
}

.ahmg-counter-h
{
  color: var(--White-500, #FFF);

font-size: 37.731px;
font-style: normal;
font-weight: 600;

padding-bottom: 8.3px;
}
.ahmg-counter-per
{
  color: var(--Pale-Red-600, #E74F54);

font-size: 29.346px;
font-style: normal;
font-weight: 600;

/* padding-bottom: 19.62px; */

}
.ahmg-counter-info
{
  color: var(--White-500, #FFF);

  /* margin: 19.62px 0 0 0; */
  margin: 5.62px 0 0 0;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
}
.top-left {
 
  top: 50px;
  left: 70px;
}
 

.top-right {
 
  top: 260px;
  right: 112px;
 
}
.ahmg-counter-m {
  margin: 16px 30px;
}

.bottom-strip {
  
  bottom: 42px;
  left: 11px;
  right: 0px;
  
}
.ahmg-mt-17
{
  margin-top: 17px;
}
.ahmg-mr-4
{
  margin-right: 4px;
}
.ahmg-investor-overlay,
.ahmg-investor-rad
{
  border-radius: 0;
}
.ahmg-investor-btstr {
  border-radius: 0 0 0px 28px;
}

.css-typing-1 p:nth-child(1) {
  width: 400px;
}

.css-typing-1 p:nth-child(2) {
  width: 325px;
}

.css-typing-1 p:nth-child(3) {
  width: 165px;

}

/*--------------------------------------------------------------
# Sprint6-END
--------------------------------------------------------------*/


  .card {
    display   : inline-block;
    border    : none;
    margin    : 0 45px 0 0;
    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; */
  }


  .h-viwebtn-hos-p {
    margin-top: 0px !important;
    padding   : 0px 0 61px 0;
  }

  .card .nav-link:active {
    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: 1.5px 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: 1.5px solid var(--dark-jungle-600, #182C35);

  }
  .ahmg-minslider {
    margin-bottom: 0px!important;
  }

}

@media screen and (min-width: 768px) {

  .ahmg-hide {
    display: block;
  }

  .ahmg-show {
    display: none;
  }

  .qhmg-depbtn a {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }

  .hmg-img-text p {
    font-size  : 12px;
    line-height: 20px;
  }

  .sticked-header-offset {
    margin-top: 24px !important;
  }

  .ahmg-hr-hospital {
    border-bottom: 1px solid #c5c5c5;
  }








}



/*-------------------------------------------------------------- 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: 70px;
}

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) {
  .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          : var(--color-links);
    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;
  }

  .navbar .dropdown ul a {
          min-width: 200px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            align-self: stretch;
            padding: 8px;
            border-bottom: 1px solid #f0f3f5;

  }

#main_nav .dropdown-toggle::after{
  height: 0px !important;
    width: 0px !important;
}

  .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;
  }
}

/*--------------------------------------------------------------
# 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-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       : 95%;
  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;
}

.hmg-med-hvr:hover{
  color: #000;
}

/* .services .med-services:hover .hmg-wire-logo
{
  opacity: .7;
} */
.services .service-item {
  padding      : 12px 20px 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;
  color: #425563 !important;
}

.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) {
  .mb-56his {
    margin-bottom: 56px;
  }

  .abouthistroy p {
    display           : -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow          : hidden;
  }

  .abouthistroy .owl-carousel .owl-stage-outer {
    padding: 8px 2px 4px 38px;
  }

  .abouthistroy .owl-carousel .owl-nav button.owl-prev {
    left: 141px;
    top : 300px;
  }

  .abouthistroy .owl-carousel .owl-nav button.owl-next {
    top  : 300px;
    right: 88px;
  }

  .qhm-hismob .card a.nav-link {
    background: none !important;
  }

  .qhm-hismob .card a.nav-link:hover,
  .qhm-hismob .card a.nav-link:active {
    color        : #E74F54 !important;
    text-align   : right;
    font-size    : 14px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 32px;
    border-radius: 0px !important;
    padding      : 4px 16px;
    border-bottom: 1px solid #fefefe;
  }

  .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    : 0px;
    top     : 10px;
    width   : 18px;
  }
  .ahmg-accordion p span {
    padding: 0 0 0 20px !important;
  }

}

.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-color: var(--color-primary); */
  /* background      : linear-gradient(180deg, #F4F5F8 0%, rgba(244, 245, 248, 0.00) 100%); */
  background         : var(--Grey-Gradient, 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-jungle-500, #5D6B72);
  /* 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          : rgba(110, 138, 158, 1);
  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: var(--color-secondary);
}

.footer h4 {
  color: var(--dark-jungle-600, #182C35);
  /* 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-jungle-500, #5D6B72);
  transition : 0.3s;
  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: left;
}

.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: #182c35;
  color     : #fff;
  margin    : 60px 0;
}

.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 : 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:hover {
  background: #E74F54;
  color     : #fff;
}

.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;
font-size: 14px;
  padding: 15px 20px !important;

}

.hmg-font-weight-600 {
  font-weight: 600 !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(24, 45, 53, 0.00) 0%, rgba(24, 45, 53, 0.90) 100%), url(../img/home/img-1.png);
  /* width        : 80%; */
  height          : 400px;
  background-size : cover;
  color           : white;
  /* padding      : 20px; */
  /* border-radius: 28px 0; */
}

/* .hmg-bg-img1:hover,
.hmg-bg-img2:hover,
.hmg-bg-img3:hover 
{
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(24, 45, 53, 0.90) 0%, #182D35 100%), url(../img/home/hover-img.svg) no-repeat center center;
  transition: 0s,background-position .4s;

} */
.ahmg-grow-txt:hover .ahmg-img-cover {
  height: 400px;

  background: url(../img/home/op-img.png) repeat;
  /* opacity: 0.5; */
}

.ahmg-grow-txt:hover .ahmg-img-hvr {
  height: 400px;

  background: url(../img/home/hover-img.svg) no-repeat;

}

.ahmg-grow-txt:hover .hmg-arrow-bg {
  background: #fff;
  color     : #000;
}




.hmg-bg-img2 {
  background      : linear-gradient(180deg, rgba(24, 45, 53, 0.00) 0%, rgba(24, 45, 53, 0.90) 100%), url(../img/home/img-2.png);
  /* width        : 80%; */
  height          : 400px;
  background-size : cover;
  color           : white;
  /* padding      : 20px; */
  /* border-radius: 28px; */
}

.hmg-bg-img3 {
  background      : linear-gradient(180deg, rgba(24, 45, 53, 0.00) 0%, rgba(24, 45, 53, 0.90) 100%), url(../img/home/img-3.png);
  /* width        : 80%; */
  height          : 400px;
  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  : 0%;
  left    : 8px !important;

  color  : white;
  z-index: 10000;
  padding: 28px !important;
}

.hmg-img-text h6 {
  color: #FFF;

  font-size  : 20px;
  font-style : normal;
  font-weight: 700;
  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: 115px 20px;
  position     : absolute;
  transform    : translate(1px, 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-award {
  border-radius: 8px;
  background: #E64F54;
  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: 0 28px;
  overflow     : hidden;
  height       : 253.117px;

}

.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) {

/*--------------------------------------------------------------
# Sprint6-Feb-2024
--------------------------------------------------------------*/
.qahmg-search-articlemob {
   font-size: 18px !important;
    padding-bottom: 0px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.qhmg-bd-sign {
    width: 343px !important;
  }

 .qhmg-bd-sign p{
  font-size: 13px;
 }

.para-publish{
  font-size: 20px;
}

.para-unlock{
  font-size: 16px;
}

.ahmg-award-img
{
  width: 264px;
height: 188px !important;
flex-shrink: 0;
}
.css-typing-1 p {
  border-right: 0.15em solid #e74f54;
  /* font-family: "Courier"; */
  color: #FFF;

font-size: 32px !important;
line-height: 48px !important; /* 150% */
}
.ahmg-investor-count {
 
  width: 290px;
  height: 151.065px;
}
.ahmg-counter-h
{
font-size: 29px;


}
.ahmg-counter-per
{


font-size: 22px;

line-height: 41.92332px; 

}
.ahmg-counter-info
{

  margin: 5.62px 0 0 0;
font-size: 9px;

line-height: 12px; /* 133.333% */
}
.top-left {
 
  top: 86px;
  left: 17px;
 
}
.top-right {
 
  top: 248px;
  right: 12px;
 
}
.ahmg-counter-m {
  margin: 16px 30px;
}

.bottom-strip {
  
  bottom: 42px;
  left: 11px;
  right: 0px;
  
}
.ahmg-mt-17
{
  margin-top: 17px;
}
.ahmg-mb-30
{
  margin-bottom: 30px;
}
.abouthistroy-1 .owl-carousel .owl-stage-outer

{
  padding: 0 !important;
}
.ahmg-mr-4
{
  margin-right: 4px;
}
.ahmg-investor-overlay,
.ahmg-investor-rad
{
  border-radius: 0;
}
.ahmg-investor-btstr {
  border-radius: 0 0 0px 28px;
}


.css-typing-1 p:nth-child(1) {
  width: 285px;
}

.css-typing-1 p:nth-child(2) {
  width: 240px;
}

.css-typing-1 p:nth-child(3) {
  width: 120px;

}
/*--------------------------------------------------------------
# Sprint6-END
--------------------------------------------------------------*/





  body {
    padding: 16px;
  }


  #Med-tabs .hhmg-toggle {
    padding: 15px 0px 20px 25px !important;
  }

  #Med-tabs .hhmg-web {

    display: none !important;

  }

  .qhmg-pv {
    display           : -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow          : hidden;
  }

  .qphloc .mt-5 {
    margin-top: 0px !important;
  }

  .rc-project{
            padding: 0px !important;
              background: #fff;
              border-radius: 0px;
              margin: 0px;
  }

.ahmg-tabs-cover .card{
  background: #fff;
  margin: 0px;
}
.ahmg-tabs-cover .card label{
  width: 100%;
}

.ahmg-tabs-cover .card{
  text-align: left;
    color: #182C35;
    line-height: 24px;
}

.btn-attachment-outline{
  width: 100%;
}

.coi-df{
    width: 100%;
    display: flex;
  }

.bkw-40{
  width: 40%;
}

 .bt-wsdbtn{align-items: stretch;
width: 50%;
float: inline-end;}
 

.rc-project p {
  margin-bottom: 5px;
}

.md-step-title{
  text-wrap: initial;
}

.md-step{
  margin-top: 24px;
  left: 172px;
}


.md-step-bar-right{
  padding: 0px 50px;
  left: 39px;
}

.ahmg-tabs-cover h4{
  color: #182C35;
}

  .ahmg-hide {
    display: block;
  }

  .ahmg-show {
    /* display: none; */
  }

  .qhmg-tt24 {
    margin-top: 24px;
  }

  .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;
  }



  .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;
  }

  /* .topbar
  {
    display: none!important;
  } */

 .qhmg-mob-sb{
  margin-bottom: 100px;
 }
  .hmg-main-p {
    padding: 0 16px !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            : 23px;
    top              : 188px;
    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;
  }

   .qmb-78aa{
margin-bottom: 78px !important;
}

.qhmg-paginationmob{
  display:none;
}

.award-acc-section .owl-carousel .owl-stage-outer{
  left: -12px;
}

.accred-section .owl-carousel .owl-stage-outer {
  left: -36px;
}

.mtop-39{
  margin-top: 39px;
}

    .qhmg-acc-awad .hmg-count-noti {
      display: none
    }
  .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;
    z-index   : 1008;
    position  : absolute !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: 0 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     : 429px !important;
    z-index : 1000;
    right   : 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     : 18px;
    font-weight   : 600;
    font-style    : normal;
    line-height   : 28px;
    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 !important;
    /* 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;
  }

  .hmg-icon-bg1-mob {

    top: 6px !important;

  }

  .ahmg-search-icon {
    margin: 31px 10px 0 0px !important;
  }

  .ahmg-ser-btn {

    margin-right: 61px;
  }

  .ahmg-ser-btn {
    text-overflow: ellipsis;
    max-width    : 316px;
    white-space  : nowrap;
    overflow     : hidden;
  }

  .ahmg-hide-gen {
    display: block !important;
  }

  .ahmg-show-gen {
    display: none !important;
  }

  #hhm-health-chk .ahmg-hide-gen {
    display: none !important;
  }

  .pr-1 {
    padding-right : 16px;
    padding-bottom: 10px;
  }

  .qhmg-news .qhmgmediahub .carousel-indicators {
    left: -40px !important;
  }

  .ahmg-trust-p {
    padding: 40px 16px !important;
  }

  .hmg-slider-overlay{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .hmg-app-btns{
    background-color: #283c45;
    border-radius: 16px 0px;
    padding: 12px 32px;
  }

.hmg-hdr-space
{
  margin-top: 28px;
}
.hhmg-disa-btn {
  width: 100%;
}
.hmg-hdr-ptop-88{
  margin-top: 88px;
}

.hmg-hdr-ptop-63{
  margin-top: 63px;
}

.hmg-cal-img{
  width: 185px;
  transform: translate(-18px, -1px) !important;
}

.hmg-book-img
{
  width: 280px !important;
  height: 172px !important;
}

.hmg-redbox-app{
  position: relative;
  right: -14px;
  top: 36px;
  width: 69px;
  height: 69px;
  flex-shrink: 0;
  border-radius: 28px 18px;
  border: 5.11px solid #F4F5F8;
  background: #E74F54;
  display: block;
}

.hmg-serv-12pd
{
  padding: 12px;
}

.hmg-acc-m0{
  margin: 0px !important;
}

.ahmg-faq-header{
  padding: 12px !important;
}
.hmg-health-care 
{
  color: var(--pale-red-600, #E74F54);
text-align: right;

/* Lable/L3/Medium */
/* font-family: Poppins; */
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.hmg-health-numbers {
font-size: 32px !important;
}

.qhmg-slider-txt {
  padding: 40px 0 0 0  !important;
}

#qhmgphy-section .qhmg-phm-sec-h4{
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}

.hmg-dep-btn 
{
  margin-top: 32px;
}

.hmg-emrg{
  margin: 0px !important;
}

.hmg-p-location {
  color: #182c35 !important;
  font-weight: 600;
}

.hmg-space-mt-84{
  margin-top: 84px;
}

.hmg-location
{
  border-radius: 8px;
border: 1px solid var(--grey-blue-200, #E9EDF0) !important;
background: var(--white-500, #FFF);
}

.hmg-pha-contact
{
color: #182C35;
text-align: left;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
margin-top: 10px!important;
}

.hmg-pha-dir
{
color: var(--pale-red-600, #E74F54);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
margin-top: 10px !important;
}

.hmg-bod-tit{
  font-size: 28px;
  font-weight: 700;
}

.hmg-bod-name-tit{
  font-size: 16px;
  font-weight: 700;
}

.hmg-main-p .ahmg-search-research {
  background: none !important;
  padding: 0px !important;
  border : 1px solid #E9EDF0 !important;
  margin-top: 100px;
}

.ahmg-search-icon-rsh{
  margin: -37px 2px 0px 12px !important;
}

.hmg-space-pt-28{
  padding-top: 28px !important;
}

.hmg-space-pt-44
{
  padding-top: 12px !important;
}

.hmg-space-ml-10{
  margin-left: 10px
}

.hmg-pha-pad
{
  padding: 12px !important;
}

.hmg-disp-flx{
  display: inline-flex;
}

.hmg-relatednews-text
{
  color: var(--dark-jungle-600, #182C35) !important;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px !important; /* 155.556% */
}


.hmg-bg-director{
  background-color: #F4F5F8 !important;

}
#hmg-bg-director-tit{
  color: #182C35 !important;

}

.ahmg-search-articles-1 {
  
  font-size     : 18px !important;
  
  font-weight   : 600 !important;
  line-height   : 28px !important; 
 
}
.hmg-stats-padding
{
  display: flex;
padding: 20px 30px 20px 20px;
justify-content: space-between;
align-items: center;
align-self: stretch;
}
.hmg-state-txt
{
  color: var(--dark-jungle-600, #182C35);


font-size: 28px!important;

font-weight: 700!important;
line-height: 40px!important; /* 142.857% */
}
.hmg-stat-subh
{
  color: var(--dark-jungle-500, #5D6B72);

font-size: 14px!important;

font-weight: 400!important;
line-height: 20px!important; /* 142.857% */
}

.about-val
{
 
font-size: 28px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 40px !important; /* 142.857% */
}
.hmg-history
{
  padding: 0 18px 0 14px!important;
}
.hmg-name
{
 
  font-size: 16px!important;

  font-weight: 700!important;
  line-height: 24px !important; /* 150% */
}
.hmg-desg
{
  
font-size: 16px!important;

font-weight: 500!important;
line-height: 20px !important; /* 150% */

}
.Cent_Exc_Desc{
  line-height: 24px !important;
  font-size: 14px !important;
  }
  
  .hmg-count-noti-shadow{
  box-shadow: 0px 2.15172px 21.51722px 0px rgba(0, 0, 0, 0.08) !important;
  }

  .hmg-checkup-btn {
    display: flex;
    width: 100%!important;
    padding: 12px 40px!important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px 0px;
    background: var(--pale-red-600, #E74F54)!important;
    margin-left: 0!important;
    color: #fff!important;
    font-size: 14px!important;
}


  .hmg-mg-menu-active{
    color: var(--white-500, #FFF) !important;
    text-align: right !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    border-radius: 30px !important;
    padding: 4px 16px !important;
    background: var(--dark-jungle-600, #182C35) !important;
  }

  /* --------------------------------------November--------------------------- */
  .acc-sec img
{
  /* width: 30px!important; */
  width: 50px!important;
/* height: 48px; */
 /*  height: 20px; */

 
}
.accrd-awards .hmg-border-gray1
{
  border: 1px solid #E9EDF0 !important;
}
.accrd-awards .hmg-rad-box1
{
  border-radius: 24px 0px !important;
}
.accrd-awards .hmg-rad-box2
{
  border-radius: 24px !important;
}
.accrd-awards .hmg-rad-box3
{
  border-radius:0 24px !important;
}
.ahmg-mt-125 {
  margin-top: 36px;
}
.ahmg-mt-78 {
  margin-top: 72px;
}


  /* --------------------------------------New--------------------------- */
  .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;
}
.ahmg-view-room-carl button
{
  min-width: auto!important;
}
.services-1 .owl-carousel .owl-nav button.owl-next, 
/* .services-1 .owl-carousel .owl-nav button.owl-prev, */
.services-1 .owl-carousel button.owl-dot
{
  display: none!important;
}
.ahmg-mh-50
{
  min-height: 50px !important;
}


  /* ==================================amer600=========================== */
/*--------------------------------------------------------------
# Sprint6-March-2024
--------------------------------------------------------------*/
.ahmg-search-m43
{
  margin: 43px 0 34px 0;
}
.ahmg-p-20
{
  padding: 20px 16px;
}
.ahmg-mb-9
{
  margin-bottom: 9px;
}
.ahmg-report-border
{
  border-bottom: 1px solid var(--Grey-Blue-200, #E9EDF0);
background: var(--White-500, #FFF);
}
.ahmg-report-pagniation
{
  margin: 59px 0 73px;
}
/*--------------------------------------------------------------
# Sprint6-March-2024 - End
--------------------------------------------------------------*/




  /* ==================================Scrolling for the the mobile=========================== */
  .acc-sec img {
    display: block;
    /* width: 100%; */
    width: auto !important;
    height: 51px;
  }
  .acc-arrow .owl-carousel .owl-dots.disabled, 
.acc-arrow .owl-carousel .owl-nav.disabled
{
  display: none!important;
}
  .hmg-acc-select .form-select
  {
    border: none;
    color: var(--Dark-Jungle-600, #182C35);

/* Lable/L3/Regular */

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
  }
  .ahmg-blckh-text
  {
    font-size: 28px;
  }
  .ahmg-mtb {
    margin: 28px 0 23px;
}
  .hmg-bg-counter
  {
    padding: 12px;
    border-radius: 24px 0px;
background: #F4F5F8;
  }
  .hmg-mtb-48 {
    margin: 16px 0 48px;
}
  .ahmg-acc-subh {
   
    font-size: 14px;
   
}
.ahmg-awards-title {
 
  font-size: 14px;
  
}
.ahmg-acc-mtb {
  margin: 7px 0 18px 0;
}
  .hmg-accr-serach
  {
    border-radius: 8px;
border: 1px solid var(--Grey-Blue-200, #E9EDF0);
background: var(--White-500, #FFF);

  }
  .hmg-acc-input
  {
    display: flex;

padding:14px 12px 14px 40px;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
  }
  .ahmg-acc-icon
  {
    position: absolute!important;
    top: 17px !important;
    left: 10px;
  }
  .ahmg-acc-filter
  {
    position: absolute!important;
    top: 17px !important;
    right: 10px;
  }
  .ahmg-mtb-96 {
    margin: 28px 0 72px 0;
}
  .ahmg-heading-black {
    padding: 17px 16px 18px 16px;
}
  .ahmg-mb-20
{
  margin-bottom: 8px !important;
}
  .scrolling-wrapper {
    overflow-x   : scroll;
    overflow-y   : hidden;
    white-space  : nowrap;
    border-bottom: 1.5px solid var(--grey-blue-200, #E9EDF0);
  }


  .scrolling-wrapper-soc {
    border-bottom: 1.5px solid #ffffff;
  }

  #qhmgmediahub-section a.active {
    background: #000 !important;
    color     : #fff !important;
  }

  .card {
    display   : inline-block;
    border    : none;
    margin    : 0 45px 0 0;
    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; */


  }

  .card .nav-link:active {
    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: 1.5px 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: 1.5px 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-dig-bg-mob {
  background: rgba(110, 138, 158, 1);
}

.qdpp .mt-5 {
  margin-top: 0px !important;
}

.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;
  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: 31px 10px 0 0px;

}

/* .owl-stage {
  left: -32px;
} */


.quote {
  width  : 100%;
  padding: 15px;
}

.qhmg-des-services {
  width: 86%;
}

.qhmg-slider-txt {
  padding: 40px 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;
  /* height: 100vh; */
}

.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: 14px 16px 14px 35px !important;
  border: none !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: #5D6B72 !important; */
  color: #425563 !important;
  font-size  : 14px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px !important;
  /* 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 50px;
}

.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-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 0 64px 0;
}

.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: 24px;
}


.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 !important; 
  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 #F4F5F8;
  background   : var(--white-500, #FFF);
}

.ahmg-mm .dropdown-menu {
  height: 60vh;

  /* 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  : 20px;
  left    : 9px;
}

.hmg-owl-mytheme .owl-dots .owl-dot span {
  height                        : 10px !important;
  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  : 30px;
  z-index : 1000;
  right   : 30px;
}

.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   : 50px;
  /* left  : 33px; */
  color    : #fff;
  margin   : 1px 8px;
  /* border: 6px solid red; */
  left     : 34px;
  z-index  : 100;
}

.grow {
  padding           : 5px 5px 5px 5px;
  border-radius     : 10px;
  height            : 70px;
  /* width          : 22%; */
  margin            : 5px 1% 5px 1%;
  /* float          : left; */
  /* position       : relative; */
  transition        : height 0.5s;
  -webkit-transition: height 0.5s;

  overflow: hidden;
}

.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 5px 50px 50px;

}

.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: linear-gradient(180deg, #f1f1f1 0%, rgba(244, 245, 248, 0.50) 100%); */
  background: linear-gradient(180deg, #FFF 0%, #FAFBFC 100%);
}

/* .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 32px;
}

.ahmg-dep-btn .ahmg-btn-white-fill:hover {
  padding: 12px 32px;
}

.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;


}

.ahmg-digtal-padding {
  padding: 60px 72px;
}

.qhmg-vision-hlogo {
  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-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 {


  overflow: hidden;
  display: -webkit-box;
  /* display 3 lines only */
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -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);
  font-size       : 14px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : 24px;
  white-space     : nowrap;
  text-overflow   : ellipsis;

} */

ul.ahmg-tick-list {
  padding-left: 0px !important;
}

ul.ahmg-tick-list li {
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
  max-width    : 200px;
  /* Set a maximum width for the text */

}

ul.ahmg-tick-list li:before {
  content     : url('../img/med-services/tick.svg');
  /* Custom question mark icon */
  margin-right: 10px;
  /* Adjust spacing as needed */
  top: 5px;
  position: relative;
}


.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-gray-rh1 {
  bottom  : -20px;
  position: absolute;
  right   : -24px;
  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);
  padding: 20px !important;
}

/* .ahmg-search-p {
  padding: 10px 10px 10px 35px;
} */

.ahmg-search-icon {
  top : -17px;
  left: 4px;
}



.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       : 572px;
  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        : 486px;
  height       : 572px;
  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;
}

.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;
  margin-bottom: 20px !important;
  /* 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: 600 !important;
  line-height   : 24px;
  /* 150% */
}


.hmg-top-12 {
  top : -8px !important;
  left: -26px;
}

.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 */
  color: #182C35;
  font-size  : 14px;
  font-style : normal;
  font-weight: 700;
  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 12px 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    : 60vh;
  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;
}

#main_nav .dropdown-toggle::after {
  box-sizing  : border-box;
  height      : 5px;
  width       : 5px;
  border-style: solid;
  border-color: #5D6B72;
  border-width: 0px 1px 0px 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;
  font-size: 16px;
    font-weight: 600;
}

#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;
  text-wrap  : nowrap;
  font-size  : 18px;
  font-style : normal;
  font-weight: 600;
  line-height: 28px;
  white-space: inherit;
}

.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 !important;
}

.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  !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.hmg-two-line {
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box  !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding           : 0;
}


.hmg-three-line {
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hmg-booking {
  font-size: 14px;
}


@media (max-width: 640px) {
  .pharmacyservicese h6 {
    text-wrap: nowrap;
  }


  .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 !important;
  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 !important;

  font-size  : 14px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px !important;

}

.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;
  height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.hmg-subp-credit {
  margin-bottom: 12px;
  color        : #425563;

  font-size  : 14px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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  : 54px;
  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) {
  #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 !important;
  }

  .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;
}
.ahmg-minslider {
  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) {

  .qhmg-mob-direct .carousel-control-next {
    right: 98px !important;
  }

  .qhmg-mob-direct .carousel-control-prev {
    left: 120px !important;
  }


  #Med-tabs .hhmg-web {

    display: none !important;

  }

  .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 {
    bottom: 53px;
    left: 25px;
  }

  .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;
  margin-top: 22px;
}

.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-rc-btn {
  border-radius: 16px 0px;
  padding: 12px 40px 12px 40px !important;
background: #E9EDF0;
border: 1px solid #E9EDF0 !important;
  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;
  font-size: 28px;
}

.hhmh-Most-Trusted-p {
  margin-bottom: 36px;
}

.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 !important;
}

.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;
}
.hhmg-imghedearaward {
  margin: 0px 56px 80px 157px;
}


.qhmg-top-15{
  margin-top: 15px;
}

.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: 1440px;
  }
}

#s4-workspace {
  overflow-x: hidden;
}

.s4-workspace-y-hd{
  overflow-y: hidden !important;
}

.ahmg-serc-carousal {
  display: flex;
}



.ahmg-pharmacies p {
  padding-top: 0 !important;
}

.ms-webpart-zone {
  display: block !important;

}

.ms-webpart-cell-vertical {
  display: block;

}

.ms-webpart-chrome-vertical {
  display: block;
}




/* ----------------------------New ------------- */


.ahmg-main-cover
{
  border-radius: 20px;
}
.ahmg-mheader-cover
{
  padding: 20px 24px 20px 32px;
}
.ahmg-tabs-cover
{
  padding: 32px;
}
.ahmg-modal .ahmg-modal-head
{
  color: var(--dark-jungle-600, #182C35);
/* Heading/H6/Bold */
/* font-family: Poppins; */
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
margin:0px;
}
.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: Poppins; */
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: Poppins; */
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: Poppins; */
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 213.333% */
border: none!important;
}
.qhmg-bd-sign{
  padding: 10px 0px 0px 0px;
    border-radius: 40px 0px 40px 0px;
    background: #F8F9FA;
    width: 504px;
      margin: 0 auto;
      
}

.qhmg-bd-sign .modal-header{
  border-bottom: 0px;
    padding-bottom: 0px;
}

.qhmg-bd-sign .modal-title{
 font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.qhmg-bd-sign span{
  color: #E74F54;
}

.qhmg-bd-sign .green-paraact {
  color: #359846;
 font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-top: 12px;
}

.qhmg-bd-sign .red-paraact {
  color: #DE183D;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-top: 12px;
}

.qhmg-bd-sign label{
  font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #182C35;
}

 .qhmg-mbnum{
   position: relative;
   top: 14px;
 }

.qhmg-bd-sign .p24{
  padding:0px 24px 24px 24px;
  
}

.qhmg-bd-sign .form-control {
  background: #fff;
  font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.ahmg-tabs-cover .form-control{
  padding: 18px 16px;
 
}
.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: Poppins; */
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: Poppins; */
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: Poppins; */
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: Poppins;*/
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: Poppins; */
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;
}


/* @media only screen and (min-width: 700px) and (max-width: 899px) */
@media only screen and (min-width: 700px) and (max-width: 1024px) {
.hmg-main-p {
    padding: 0 16px;
  }

.ahmg-slider-heading{
  font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.hmg-desc{
  font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.acc-tabletnone .hmg-count-noti {
  display: none;
}
.hhmg-imghedearaward {
  margin: 0px 31px 80px 12px;
}

.hhmg-tablet-show {
  display: block ;
}
.ahmg-show{
  display: block;
}
.ahmg-hide {
  display: none;
}
.d-nonetab{
  display: none;
}
.qhmg-mtopaw78 {
  margin-top: 0px;
}

#Med-tabs .nav{
  flex-wrap: wrap;
      justify-content: center;
}
.qhmg-tp24{
  margin-top: 24px;
}

.hmg-rad-boxtab3 {
  border-radius: 0 24px !important;

}

.hmg-box1-credittab{
  border-radius: 24px 0px !important;
}

.qmbtab-5{
  margin-bottom: 0px !important;
}

.qhmgpagtb{
  margin-top: 0px;
}

.btn-attachment-outline{
  width: 100%;
}
.rc-project p {
  margin: 0px;
  line-height: 30px;
}
   
        .scrolling-wrapper {
          overflow-x: scroll;
          overflow-y: hidden;
          white-space: nowrap;
          border-bottom: 1.5px solid var(--grey-blue-200, #E9EDF0);
        }
.md-step-title {
  text-wrap: initial;
}

.md-step {
margin-top: 24px;
  left: 234px;
  width: 100%;
  padding: 0px 40px 0px 40px;
}


.md-step-bar-right {
  padding: 0px 20px;
    left: 237px;
    top: 50px;
}


.qhmg-publish-box{
  padding: 92px 0px 92px 0px;
}



}
