/************************************/
/***     General css      ***/
/************************************/

body{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  color: #000;
  line-height: normal;
  font-family: 'Poppins', sans-serif;;
  /* overflow-x: hidden; */
}
.heading-span{
  color: #000;
}
html {
  overflow-y: scroll;
}
body.modal-open {
  padding-right: 0 !important;
}
p{
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #2b2a299e;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
ul{
  margin-top: 10px;
}

:root{
  --primary-color       : #2c56a1;
  --white-color     : #ffffff;
  --subheading-color :#ff914c;
  --btn-color: #2c56a1;
  --btn-hover-color: #2aa856;
  --headingfont-family: 'Poppins', sans-serif;;
  --text-color        : #9C9C9C;
  --accent-color        : #3D493A;
  --accent-secondary-color  : #c29d62;
  --white-color       : #FFFFFF;
  --divider-color       : #4156491A;
  --dark-divider-color    : #FFFFFF1A;
  --error-color       : rgb(230, 87, 87);
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesome') format('svg');
}
/* Regular - 400 */
/*@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.woff2') format('woff2'),
       url('../fonts/Figtree-Regular.woff') format('woff'),
       url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}*/

/* Medium - 500 */
/*@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.woff2') format('woff2'),
       url('../fonts/Figtree-Medium.woff') format('woff'),
       url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/

/* SemiBold - 600 */
/*@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
       url('../fonts/Figtree-SemiBold.woff') format('woff'),
       url('../fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}*/

/* Bold - 700 */
/*@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.woff2') format('woff2'),
       url('../fonts/Figtree-Bold.woff') format('woff'),
       url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../css/fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../css/fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../css/fonts/MYRIADPRO-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}*/
.hservc ul {
    column-count: 2;
}
.dropdown-menu li {
    border-bottom: 1px solid #d8d3d3;
}
header .navbar-nav li a{
      font-size: 14px;
    font-weight: 400;
    font-family: var(--headingfont-family);
    line-height: 1.2em;
    padding: 15px 12px !important;
    color: #fff;
  text-transform: capitalize;
    transition: all 0.3s  ease-in-out;
        letter-spacing: 0.8px;
}
.modal-body .form-group input, .modal-body .form-group textarea{
  margin-bottom: 10px;
      padding: 14px;
          background: #f7f7f7;
}
.modal-title{
  font-size: 20px;
}
.modal-header{
  background: var(--primary-color);
}
.modal-header h4{
  color: #fff;
}
.modal-header .btn-close{
      filter: invert(1);
      opacity: 1;
          box-shadow: none;
}
/************************************/
/***     header css start   ***/
/************************************/
/* Basic dropdown submenu setup */
.header-social a{
  display: inline-block;
  text-decoration: none;
}
.header-social i{
/*       padding: 10px 20px;
    border-radius: 50%;
    height: 45px;
    width: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px; */
	    background: white;
    padding: -1px 20px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background-color: rgb(255 255 255 / 23%);
    border: 1px solid #ffffff9c;
	    margin: 0px 2px;

}
.header-social{
	align-self:center;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}
.nav-link:focus, .nav-link:hover{
  color: rgba(255, 255, 255, 0.616);
}
.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
}
.dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu{
      background: #2c56a1;
    width: 250px;
    border: none;
    padding: 0px;
}
.dropdown-item:focus, .dropdown-item:hover{
  background: var(--btn-hover-color);
}
.dropdown-item{
  color: white !important;
}
.primary-header{
  background: #2c56a1;
  padding: 1px;
}
.primary-header ul{
  list-style: none;
}
.primary-header ul li{
  display: inline;
  margin: 0px 20px 0px 0px;
}
.primary-header ul li a{
  text-decoration: none;
  color: #fff;
}
.navbar-brand{
        background: white;
    padding: 10px;
    border-radius: 8px;
}
header{
padding: 0px 0px 0px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    transition: 0.5s all;
}
header .navbar-brand img{
/*filter: brightness(0) invert(1);*/
}
.nav-item{list-style: none;}

 header.scrolled {
      background: #f8fafff2;
      padding-bottom: 0px;
    }
header.scrolled .btn a{
  border: 1px solid #fff;
  background: #2aa856;
}   
header.scrolled .navbar-brand img{
  width: 150px;
}
/* Default swiper structure */
.hospital-slider .swiper-wrapper {
  display: flex;
}

  .hospital-slider .swiper-button-next:after, .hospital-slider .swiper-button-prev:after{
    color: #fff !important;
    background: #35b5b4ab;
    padding: 10px 13px;
    font-size: 12px !important;
    border-radius: 8px;
  }
   .doctor-slider .swiper-button-next:after, .doctor-slider .swiper-button-prev:after{
    top: -50px;
    position: absolute;
   }

/* Desktop (slider off) layout */
@media (min-width: 768px) {
  .hospital-slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
.treatment-destination .tab-pane .container{
  padding: 0px;
}
  .hospital-slider .swiper-slide {
    width: 100% !important;
  }

  /* Hide arrows on desktop if not needed */
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

}
/************************************/
/***     header css end   ***/
/************************************/

/************************************/
/***     google translater css  start   ***/
/************************************/

 
  body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
  #google_translate_element select{
    background:var(--btn-color);
    color:#fff4e4;
    border: none;
    font-weight:bold;
    border-radius:3px;
    padding:8px 12px
  }

/************************************/
/***     google translater css  end   ***/
/************************************/


/************************************/
/***     carousel css start   ***/
/************************************/


.banner-section .video-content h1{
  color: var(--primary-color);
}
.banner-section{
    background: url('../images/bg-3-1.jpg');
    padding: 200px 0px 100px 0px !important;
    width: 100%;
    background-color: #00000036;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-btn .btn:nth-child(1) a{
  background: #2aa856;
   border: 1px solid #2aa856;
}
.banner-btn .btn:nth-child(2) a{
  background: transparent;
  border: 1px solid #fff; 
}
.banner-btn .btn:nth-child(1) a:hover{
  background: transparent;
  border: 1px solid #fff; 
}
.banner-btn .btn:nth-child(2) a:hover{
  background: var(--primary-color);
  border: 1px solid var(--primary-color); 
}
.banner-section ul{
  list-style: none;
  padding-left: 5px;
  font-size: 18px;
  margin-top: 10px;
}
.banner-section ul li{
  margin: 10px 0px;
}
.banner-section ul li i{
    color: #000;
}
.banner-section p{
  font-size: 18px;
}
.form-section form {
    background: var(--primary-color);
    padding: 30px 30px 30px;
    border-radius: 20px;
    border: 1px solid #e5e4e4;
    box-shadow: 15px 15px 0px #f0f9ff;
}
.form-section form h2 {
    background: var(--btn-color);
    padding: 15px 10px 15px 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font-family: "Roboto", Sans-serif;
}
.form-section form label {
    margin-bottom: 5px;
}
.form-section form .form-control {
    padding: 12px .75rem;
}
  .form-control:focus{
    border-color: var(--primary-color);
    box-shadow: none;
  }
.form-section form button[type="submit"] {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 12px 50px;
    background: var(--btn-color);
    border: none;
    text-transform: uppercase;
}
 .main-book {
      display: flex;
      align-items: center;
      margin-top: 40px;
    }

    .action-bar {
      display: flex;
      border-radius: 50px;
      overflow: hidden;
          box-shadow: 0 2px 8px rgb(255 255 255);
    }

    .action-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 28px;
      font-size: 16px;
      font-weight: 500;
      color: #0a2540;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .action-item svg {
      width: 18px;
      height: 18px;
      stroke: #0a2540;
      margin-left: 10px;
      flex-shrink: 0;
    }

    .bg1:hover {
      background: #fbe8b7;
    }
     .bg2:hover {
      background: #dae8fa;
    }
      .bg3:hover {
      background: #d5f5e3;
    }

    /* Background colors */
    .bg1 { background: #fffbea; }
    .bg2 { background: #f0f9ff; }
    .bg3 { background: #ecfdf5; }

/************************************/
/***     carousel css end   ***/
/************************************/

/************************************/
/***     Explore Apartment css start    ***/
/************************************/

.iconbox-one__single{
      margin-bottom: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
    transition: color 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    border-radius: 20px;
    padding: 40px 25px;
}
.iconbox-one__single:before {
  content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 100%, 0px);
    background: #ff914c;
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.3s;
        z-index: -1;
    border-radius: 20px;
    position: absolute;
}
.iconbox-one__icon {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 45px;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.16);
    border-image: initial;
    border-radius: 20px;
    transition: 0.5s;
}
.iconbox-one__title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0px;
    transition: 0.5s;
}
.iconbox-one__single .term-count {
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.iconbox-one__link-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.iconbox-one__single::after {
  content: "";
  position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: var(--btn-color);
        z-index: -1;
    border-radius: 20px;
}
.aas-search-input-wrapper{
	padding:0px !important;
		
}
.iconbox-one__single:hover::before, .iconbox-one__single:focus::before, .iconbox-one__single.active::before {
    transform: translate3d(0px, 0px, 0px);
}
.iconbox-one__single:hover .iconbox-one__icon, .iconbox-one__single:focus .iconbox-one__icon, .iconbox-one__single.active .iconbox-one__icon {
    border-color: #ff914c;
    color: #ff914c;
}
/************************************/
/***     Explore Apartment css end    ***/
/************************************/


/************************************/
/***     Home about css start   ***/
/************************************/
.contact-info-section {
    position: relative;
    background: url('../images/shape.png');
}
.info-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 4px 30px rgba(205, 192, 192, 0.25);
    border-radius: 0px 0px 20px 20px;
    padding: 29px 10px 29px 90px;
    border: 3px solid #fff;
    z-index: 1;
    border-top: none;
    overflow: hidden;
    transition: all 500ms ease;
}
.info-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.info-block-one .inner-box:hover:before {
    height: 100%;
}
.treatment-template-default .dlt-trt .hero-section{
	    padding: 60px 0px 60px 0px;
}
.service-card:hover .service-title, .service-card:hover .service-description{
	color:#fff !important;
}
.info-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 18px;
    top: 22px;
    width: 56px;
    height: 56px;
    line-height: 52px;
    font-size: 22px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    background: var(--btn-hover-color);
    color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
    transition: all 500ms ease;
        display: flex;
    justify-content: center;
    align-items: center;
}
.info-block-one .inner-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--headingfont-family);
    transition: all 500ms ease;
}
.info-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 15px;
    font-weight: 700;
    transition: all 500ms ease;
}
.info-block-one .inner-box:hover .icon-box {
    background: #fff !important;
    border-color: #DAEBFB;
    color: var(--primary-color)
}
.info-block-one .inner-box:hover span, .info-block-one .inner-box:hover h4 {
    color: #fff;
}
.about-right-content h5{
      font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-right-content ul li i{
  color: var(--primary-color);
}
.about-right-content ul li{
    margin-bottom: 10px;
}
.wave-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 111px;
    background-repeat: no-repeat;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}
.wave-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 111px;
    background-repeat: no-repeat;
}
.wave-layer svg path {
    stroke-dasharray: 4717.19042968758765;
    stroke-width: 20px;
    stroke-dashoffset: 4717.19042968758765;
    animation: animate 10s linear infinite;
}
@keyframes animate {
  0% {
    stroke-dashoffset: 4717.1904296875;
  }
  25% {
    stroke-dashoffset: 3500;
  }
  30% {
    stroke-dashoffset: 2200;
  }
  65% {
    stroke-dashoffset: 0;
  }
  75% {
    stroke-dashoffset: 0;
  }
  96% {
    stroke-dashoffset: 4717.1904296875;
  }
  100% {
    stroke-dashoffset: 4717.1904296875;
  }
}
.about-seetion{
  background: url('../images/shape.png');
  background-size: cover;
  background-position: center;
}
.about-seetion img{
      border-radius: 10px;
    border: 4px solid #fff; 
}
.subheading span{
  font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primary-color);
}
.contact-new{
	background:inherit;
}
.contact-new:before{
	background:inherit;
}
.page-template-tpl-contact .hero-content .hero-title{
color:#000;
	text-shadow:none;
}
.page-template-tpl-contact .hero-text{
	color:#000;
}
.page-template-tpl-contact .feature-item{
	background: #2c56a1;
}
.page-template-tpl-contact .feature-icon{
	background:#2aa856;
}
.page-template-tpl-contact .hero-badge{
	background: #2c56a1;
}
.page-template-tpl-contact .method-icon{
	background: #2c56a1 !important;
}
.social-card p{
color:#fff;
}
.social-btn:hover{
color:#000;
}
 .title h2{
  font-size: 26px;
    margin: 0;
    font-family: var(--headingfont-family);
    font-weight: 600;
        letter-spacing: 0.4px;
}
.spacer{
  height: 10px;
}
.about-right-content .list ul{
  list-style: none;
  padding-left: 10px;
}
.about-right-content .list ul li{
  margin-bottom: 5px;
}
.about-right-content .list ul li i{
  color: var(--primary-color);
}
.vmore {
    float: right;
    text-decoration: none;
    background: #2d57a3;
    color: #fff;
    border-radius: 5px;
    padding: 3px 17px;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}
.btn a{
  background: #2c56a1;
    color: var(--white-color);
    padding: 12px 15px;
    line-height: 1;
    font-size: 16px;
    border-radius: 8px;
     font-family: var(--headingfont-family);
    position: relative;
    z-index: 9;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    text-decoration: none;
    font-weight: 500;
}
.pharmacy-card .btn a{
	background: #2c56a1 !important;
}
.pharmacy-card .btn a:hover {
background:#2aa856 !important;
}
.docor-main-box .text-end a > img{
	    max-width: 350px;
width: 350px !important;
}
.why-card{
	background:#ffff !important;
}
.appointment:hover{
	background:#2aa856 !important;
}
.doctor-wtsap:hover{
	background:#2aa856 !important;
}
.btn a:hover{
    background: var(--btn-hover-color);
}
.btn a .btn-icon {
    margin-right: 10px;
        font-size: 20px;
}

#myTab .nav-link{
  background: #e8e6ed;
  color: #000;
        padding: 15px 60px;
          font-weight: 500;
              border-radius: 5px;
}
#myTab .active{
  color: #fff;
  background: var(--primary-color);
}
#myTab .nav-item {
    margin: 0px 10px 0px 0px;
}
#myTabContent{
  border: 0px !important;
    padding: 10px 0px !important;
}
.about-seetion .carousel-control-prev, .about-seetion .carousel-control-next {
    background: #35b5b4;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    width: 40px;
    opacity: 0.8;
}
.al-trt .treatment-features li:hover{
	color: #2c56a1 !important;
}
.about-seetion .carousel-control-prev {
    top: 50%;
    left: 12px;
    transform: translate(-0%, -50%);
}
.about-seetion .carousel-control-next {
    top: 50%;
    right: 12px;
    transform: translate(-0%, -50%);
}
/************************************/
/***     Home about css end   ***/
/************************************/


/************************************/
/***     USP css start    ***/
/************************************/
#popup .modal{
background-color: rgb(0 0 0 / 13%) !important;
}

.video-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #26282b;
    background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
       background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #35b5b4 100%);
}
.video-background video {
    min-width: 100%;
    min-height: 100%;
    float: left;
    opacity: 0.15;
     top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* video poore container ko cover kare */
  object-position: center; /* video center me align ho */
  z-index: -1;
}
.video-background .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.video-content{
  position: relative;
  z-index: 99;
}
.usp-icon-box{
      align-items: center;
        border: 1px solid rgb(255 255 255 / 31%);
    padding: 30px 20px;
    margin: 15px 0;
        background: #f3f3f317;
}

/************************************/
/***     USP css end    ***/
/************************************/


/************************************/
/***     Project at glance css start    ***/
/************************************/

.project-at-glance .card-img-top{
  border-radius: 10px;
}
.project-at-glance .card{
border-radius: 10px;
    background: #f9f9f9;
}
.project-at-glance .list ul{
  list-style: none;
      padding-left: 10px;
}
.evaluation-box form{
	    padding: 20px 20px 20px;
}
.evaluation-box .frm button[type="submit"]{
	width:100%;
	background: #2aa856;
}
.pagination .current{
	background: #2c56a1;
	    padding: 6px 15px 5px 15px;
}
.project-at-glance .list ul li i{
color: #be8b22;
}
.project-at-glance .locations{
  font-size: 18px;
    font-weight: 500;
    color: #022150;
}
.project-at-glance .btn a{
      padding: 12px 20px;
}
.project-at-glance .card-title{
  font-size: 22px;
}
.project-at-glance{
  background: url('../images/bg-building.webp');
  background-size: cover;
  background-position: center;
  width: 100%;
}

/************************************/
/***     Project at glance css end    ***/
/************************************/


/************************************/
/***     why choose us css start    ***/
/************************************/
.why-choose-us{
  background: url('../images/team-bg.jpg') no-repeat bottom center;;
  background-size: contain;
}
.why-choose-left{
background: #fff;
        padding: 45px 30px;
    border-radius: 10px;
    text-align: center;
      box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 3%);
       border-bottom: 4px solid #2c56a1;
	height:330px;
}
.why-choose-icon i{
    padding: 20px;
    font-size: 34px;
    width: 80px;
    border-radius: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e9e9e9;
}
.why-choose-left:nth-child(1) i{
  background: #eef5f9;
  color: var(--primary-color);
}

.why-choose-img img{
  border-radius: 100px 10px 100px 10px;
      box-shadow: 15px 15px 0px #35b5b4;
}

/************************************/
/***     why choose us css end    ***/
/************************************/

/************************************/
/***     Featured Destination css start   ***/
/************************************/



/************************************/
/***     Featured Destination css end   ***/
/************************************/


/************************************/
/***     Why Invest css start   ***/
/************************************/
.Why-Invest .icon-box img{
  width: 60%;
}
.Why-Invest .icon-box {
    padding: 30px;
    text-align: center;
        border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 24%);
        height: 100%;
}
.Why-Invest .icon-box p{
  font-weight: 500;
}
.Why-Invest .icon-box:hover{
  background: #be8b22;
}
.Why-Invest .icon-box:hover p{
  color: #fff;
}
.location-flag{
 background: #2c56a114;
    border: 1px solid #3b63a9b8;
    padding: 12px;
    border-radius: 10px;
}
.location-flag img{
  height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.location-flag h5{
width: 100%;
color: #2b2a29;
}
.legal-cta p{
color:#fff;
}
.note-text{
	display:inherit;
}
/************************************/
/***     Why Invest css end   ***/
/************************************/



/************************************/
/***    CTA css start   ***/
/************************************/

.cta-bg{
    background-image: url('https://fortishospitalindia.com/amt-new/wp-content/uploads/2026/01/cta-shape-2-1-scaled.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    height: 26rem;
    padding-left: 1.875rem;
    display: flex;
    position: relative;
    overflow: hidden;
}
.cta-right-img {
    width: 100%;
    max-width: 35.125rem;
    height: 26rem;
    position: absolute;
    inset: 0% 0% 0% auto;
    object-fit: cover;
}
.cta-right-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cta-section .btn a{
  background: var(--btn-color);
   border: 1px solid #000;
}
.cta-section .btn a:hover{
  background: transparent;
  border: 1px solid #fff;
}

/************************************/
/***     CTA css end    ***/
/************************************/


/************************************/
/***     treatment css start    ***/
/************************************/
.treatment-section, .treatment-list{
      background: #eef5f9;
}
.treatment-section a{
  text-decoration: none;
}
.treatment-box{
 background: 
    rgba(0,0,0,0.5) url('../images/Medical.webp'); /* color + image */
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  padding: 15px;
  border-radius: 10px;
}
.treatment-icon i{
      font-size: 28px;
    color: white;
}
.treatment-heading h3{
  font-size: 24px;
}
.health-checkup{
    background-size: cover;
  background-position: center;
  background:  rgba(0,0,0,0.5)  url('../images/health-checkup.webp');
}
.wellness{
    background-size: cover;
  background-position: center;
  background:  rgba(0,0,0,0.5)  url('../images/wellness.webp');
}
.treatment-flex{
        padding: 20px 15px;
    border: 1px solid #ffffff9e;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .2);
}
.treatment-icon{
      padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #ffffff9e;
     width: max-content;
}
.treatment-destination{
      background: #eef5f9;
}
/************************************/
/***     treatment css end    ***/
/************************************/


/************************************/
/***     popular hospital css start   ***/
/************************************/
.popular-hospital-section{
      background: #eef5f9;
}
 .popular-hospitals {
      width: 100%;
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .popular-hospitals img {
      width: 100%;
      height: 380px;
      object-fit: cover;
      display: block;
    }
    .popular-hospitals .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    }
    .popular-hospitals .card-overlay h3 {
      margin: 0 0 5px;
      font-size: 18px;
      font-weight: bold;
    }
    .popular-hospitals .card-overlay p {
      margin: 0;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
      color: #ddd;
    }
    .popular-hospitals .card-overlay i {
      font-size: 14px;
      color: #fff;
    }

/************************************/
/***     popular hospital css end   ***/
/************************************/


/************************************/
/***     popular doctor css start   ***/
/************************************/
.doctor-card {
      border-radius: 15px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .doctor-card img {
      width: 100%;
      object-fit: unset;
      height: 364px;
      display: block;
    }
    .doctor-card .card-body {
      padding: 20px;
    }

    .speciality {
    display: inline-block;
    padding: 4px 12px;
    background: #1fa44df0;
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    }
    .doctor-card h3 {
      font-size: 20px;
      font-weight: 600;
      margin: 5px 0 10px;
      color: #1e3a3a;
    }
    .rating {
      font-size: 14px;
      color: #666;
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 15px;
    }
    .rating i {
      color: #be8b22;
      font-size: 16px;
    }
    .nwdoc-btn .appointment, .nwdoc-btn .doctor-wtsap{
        font-size: 13px;
        padding: 4px;
        margin: 3px 0px 1px 0px;
        border-radius: 4px;
    }
    .appointment {
      display: block;
      align-items: center;
      font-weight: 500;
      text-decoration: none;
      font-size: 15px;
      background: #445aa6;
      padding: 10px;
      margin: 5px 0px 15px 0px;
      text-align: center;
      color: #fff;
      border-radius: 10px;
    }
    .doctor-wtsap{
      font-weight: 500;
      display: inline-block;
      text-decoration: none;
      font-size: 15px;
      width: 100%;
      background: #198754;
      padding: 10px;
      margin-top: 0px;
      text-align: center;
      color: #fff;
      border-radius: 10px;
    }
    .appointment:hover {
      background: var(--primary-color);
    }
    .doctor-wtsap:hover{
      background: var(--btn-color);
    }
/************************************/
/***     popular doctor css end   ***/
/************************************/


/************************************/
/***     Treatment Destinations css start   ***/
/************************************/

   .custom-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }
    .amtcta{text-align: center;}
    .custom-card img {
      width: 100%;
      /*height: 500px;*/
      object-fit: cover;
      border-radius: 20px;
    }
    .rating-badge {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #fffbed;
      color: #000;
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .card-content {
      background: #2c56a1de;
      border-radius: 15px;
      padding: 7px 5px;
      z-index: 2;
      position: absolute;
      bottom: 3px;
      font-size: 14px;
      width: 90%;
      color: #fff;
      left: 50%;
      margin: auto;
      transform: translateX(-50%);
    }
    .card-content h5 {
        font-size: 16px;
    }
    .price {
      color: red;
      font-weight: 600;
    }
    .location-btn  a{
      background: #2aa856;
          padding: 7px 30px;
    }
     .location-btn  a:hover{
      background: var(--primary-color);
    }
.border-t-l img{
  border-radius: 20px 0px 0px 20px;
}
.border-r-b{
  border-radius: 0px 20px 20px 0px;
  background: var(--primary-color);
  display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fa-star, .fa-star-half-o{
      color: #e4bd37;
}
/************************************/
/***     Treatment Destinations css end   ***/
/************************************/


/************************************/
/***     treatment list css start   ***/
/************************************/

.treatment-list-detail{
  background: #fff;
    border: 1px solid #3b63a9b8;
    padding: 12px;
    border-radius: 10px;
    color: #005897;
    width: 100%;
}
.treatment-list-detail img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.treatment-list-detail h5 {
    width: 100%;
    color: #2b2a29;
    font-size: 18px;
}

/************************************/
/***     treatment list css end     ***/
/************************************/


/************************************/
/***     Testimonial css start    ***/
/************************************/
   .video-card {
      border-radius: 0.5rem;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.2s;
    }
    .video-card:hover {
      transform: translateY(-5px);
    }
    .video-card img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      position: relative;
    }
    .play-icon {
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      background: rgba(255,255,255,0.8);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .play-icon::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 15px solid var(--primary-color);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
    }
    .video-card-body {
      padding: 1rem;
    }
    .video-card-title {
      font-size: 0.95rem;
      font-weight: 500;
    }

.testimonial-section {
  padding: 80px 0px;
  background-size: cover;
  background-position: center;
}

.testimonial {
  position: relative;
  overflow: hidden;
}
.need-assistance a{
  background: #2c56a1;
  padding: 12px 22px;
}
.chat-btn a{
  background: #198754;
  padding: 12px 22px;
}
.customer-img img{
  width: 100px;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
}
.name-rating{
  display: flex;
  align-items: center;
}
.testimonial-content {
    background: #fff;
    /* padding: 25px; */
    margin: 10px;
        /* padding: 20px; */
        border-radius: 16px;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
        /* border-top: 3px solid var(--primary-color); */
}
.testimonial-profile-section{
  display: flex;
  align-items: center;
}
.testimonial-one__image {
    margin-right: 20px;
    border-radius: 50%;
}
.testimonial-one__image img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.details .name {
   font-family: var(--headingfont-family);
    font-weight: 600;
    font-size: 20px;
    display: block;
}
.testimonial-rating i{
      color: #be8b22;
}
.testimonial-content p{
  margin-top: 20px;
}
.testimonial .swiper-button-next:after, .testimonial .swiper-button-prev:after{
  color: var(--btn-color);
font-size: 22px;
    font-weight: 600;
}
.testimonial-meta{
  display: flex;
  justify-content: space-between;
}
.testimonial-quote i{
  color: #be8b22;
      font-size: 45px;
}
/************************************/
/***     Testimonial css end    ***/
/************************************/


/************************************/
/***     Blog css start   ***/
/************************************/
.blog-card{
      -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    border: none;
}
.how-do-we-work{
  background: #eef5f9;
}
.amt-btn-primary:hover{
	background:#2aa856;
}
.form-section form button[type="submit"]{
	background:#2aa856;
}
.work-box{
      background: #ffffff87;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #3b63a9b8;
}
.blog-section{
      background: #eef5f9;
}
 .blog-card a{
  text-decoration: none;
  color: #000;
}
.blog-footer a{
  color: #fff !important;
}
.blog-card .card-body{
      padding: 25px 30px 30px;
}
.blog-card .card-body span i{
  color: var(--primary-color);
}
.post-one__meta {
    position: relative;
    margin-bottom: 18px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #D7D7D7;
}
.post-one__meta > span {
   font-family: var(--headingfont-family);
    margin-right: 30px;
}
.blog-card .card-title{
  font-size: 22px;
  font-family: var(--headingfont-family);
}
.read-more a{
  text-decoration: none;
  color: #6c6e76;
  font-size: 15px;
}
.read-more a i{
  color: #6c6e76 !important;
}
.read-more a:hover{
  color: var(--subheading-color) !important;
}
.cta-secong{
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
        background: linear-gradient(267deg, #F5D875 0%, #be8b22 100%) !important;
}
.cta-secong-bg-bottom{
   background-image: url(../images/building-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
/************************************/
/***     Blog css end   ***/
/************************************/

/*Gallery Css*/

.galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-section .item {
  width: 100%;
  margin: 10px 0px;
  overflow: hidden;
  flex-shrink: 0;
}

.item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 13%) !important;
}

.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 50%;
}

.close {
  color: #f1f1f1;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* #gallery{
  background: #f7f7f7;
} */
/*Gallery Css End*/



/************************************/
/***     map css start    ***/
/************************************/
.map-section{
  background: #f7f7f7;
}
.map-section img{
      border: 2px solid #e7e7e7;
    border-radius: 10px;
    padding: 5px;
}
.location-sec h6{
    background: linear-gradient(267deg, #F5D875 0%, #be8b22 100%);
    padding: 20px;
    border-radius: 10px;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
        font-size: 18px;
}
.location-sec h6:hover{
   background: #000;
}
.location-sec h6:hover i{
   background: #be8b22;
}
.location-sec h6 i{
    background: #000;
    padding: 8px 12px;
    font-size: 30px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup .modal-content{
      width: 100%;
    max-width: 100%;
}


/************************************/
/***     map css end    ***/
/************************************/


/************************************/
/***     faq css start    ***/
/************************************/

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 5px 20px;
    margin-bottom: 5px;
}

.faq-question {
   font-family: var(--headingfont-family);
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: 500;
	text-align:right;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "â€“";
}
.faq-img img{
  border-radius: 10px;
  width: 100%;
}
#button {
    display: inline-block;
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 130px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}
#button:hover{
  cursor: pointer;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 50px;
    color: #fff;
}

/************************************/
/***     faq css end    ***/
/************************************/

/************************************/
/***     Our Services Cover Every Need css start    ***/
/************************************/

.service-cover img{
  border-radius: 5px;
}
.service-cover{
      background: #ffffff;
    border: 1px solid #3b63a9b8;
    padding: 20px;
    border-radius: 10px;
}
.why-trust{
      background: #ffffff;
}
/************************************/
/***     Our Services Cover Every Need css end    ***/
/************************************/




/************************************/
/***    counter section css start   ***/
/************************************/
.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0px 10px;
    width: 30%;
    background: white;
    padding: 30px 20px;
    border-radius: 8px;
        border-bottom: 5px solid var(--primary-color);
}
.counter-container i{
          color: #ffffff;
    border: 1px solid;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    background: var(--primary-color);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-section{
      background: var(--btn-color);
        padding: 60px 50px;
    border-radius: 30px;
}
.counter {
    font-size: 32px;
    margin-top: 10px;
    font-weight: 600;
    color: #2b2a29;
}
.counter-container span{
  font-size: 16px;
}
.schedule-your-consultation a{
  border: 1px solid var(--primary-color);
}
.schedule-your-consultation a:hover{
  background: transparent;
  border: 1px solid #fff;
}

/************************************/
/***     counter section css start    ***/
/************************************/
.section-padding {
  padding: 20px 0px;
}

.banner-new-name {
  font-size: 22px;
}

.whtasap {
    text-align: right;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 999;
}
.chatbot{
   text-align: right;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 999;
}
.left-menu-sticky{
  border: 0px;
  background: transparent !important;
}
.left-menu-sticky .video-call{
  border-radius: 0px 10px 0px 0px;
}
.left-menu-sticky .air-ambulance{
      border-radius: 0px 0px 10px 0px;
}
.left-menu-sticky .video-call, .left-menu-sticky .ambulance{
  background: #2aa856;
}
.left-menu-sticky .my-0{
  padding: 15px;
}

.chat-msg, .air-ambulance{
  background: var(--btn-color);
}
.bottom-menu {
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #fff;
    z-index: 1;
    transition: all .5s;
    -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 -5px 5px 0 rgba(0,0,0,.18);
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .18);
    z-index: 999;
    display: none;
}
.need-help{
      background: #2c56a1;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.bottom-menu a {
    display: inline-block;
    width: 48%;
    text-align: center;
}
.readmore.whatsapp-color {
    background: #25cb68;
    border-color: #25cb68;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.footer-section {
  background-image: 
    url("../images/footer-img-2.png"),  /* sabse upar right PNG */
    url("../images/footer-bg.webp");     /* pehle se lagi hui bg image */

  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right bottom, center center;
  background-size: auto, cover; /* pngs auto size, bg full cover */
  background-color: #f7f7f7; /* fallback color */
}
.footer-heading h5{
   font-family: var(--headingfont-family);
}
.footer-logo img{
      filter: brightness(0) invert(1);
}
.social-media-icon{
      display: flex;
    gap: 20px;
    align-items: center;
}
.icon-social i{
      color: white;
    font-size: 20px;
    margin: 0px 10px;
}
footer ul{
  list-style: none;
  padding-left: 10px;
}
footer ul li a{
  color: #fff;
  text-decoration: none;
}
footer ul li{
  margin: 12px 0px;
}
footer ul li a i{
  color: #fff;
}
.email a{
  text-decoration: none;
      font-size: 18px !important;
}
.whatsapp a{
  text-decoration: none;
      font-size: 18px !important;
}
.footer-social a{
  display: inline-block;
      text-decoration: none;
      margin-right: 5px;
}
.footer-social i{
      background: white;
    padding: 10px 20px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
        color: #fff;
    font-size: 22px;
        background-color: rgb(255 255 255 / 23%);
            border: 1px solid #ffffff9c;
}
.rounded-footer{
         background-color: #2c56a2e0;
    padding: 45px 30px;
    border-radius: 20px;
        border: 1px solid #ffffff75;
}
.email-footer{
        background: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-dark:focus, .link-dark:hover{
  color: #fff !important;
}
.email-footer i{
  color: #000;
  font-size: 25px;
  background: #fff;
}
.legal-hero{
	padding: 195px 0px 45px 0px;
}
.email-footer a{
  text-decoration: none;
}
.copywrite-footer {
  background: #000;
}

.copywrite-footer a {
  color: #ffffff;
  font-weight: 500;
}

    /* Initial Hidden State for Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px; /* Initially hide the menu off-screen */
    width: 250px;
    height: 100%;
            background-color: hsl(0deg 0% 94%);
    transition: left 0.3s ease; /* Smooth transition for sliding */
    z-index: 9999;
}

.mobile-menu.show {
    left: 0; /* Slide in when the menu is toggled */
}

.mobile-menu ul {
    padding: 20px;
    list-style-type: none;
    color: #fff;
}

.mobile-menu ul li {
    margin-bottom: 15px;
}
.dropdown-submenu{
  margin-bottom: 0px !important;
}
.dropdown-menu{
  padding: 0px !important;
}

.mobile-menu ul li a {
    color: #000;
    text-decoration: none;
        line-height: 30px;
}

/* Mobile menu close button */
.fa-times {
    display: none;
}

/* Display Close Icon when Menu is Open */
.mobile-menu.show .fa-bars {
    display: none;
}

.mobile-menu.show .fa-times {
    display: block;
}

/* ================================================================================================================================================================================================================= */
/*Hospital page css start*/

.hospital-banner{
  background: url('../images/hospital-banner.webp');
  background-blend-mode: overlay;
    background-color: #0000008a;
    display: none;
}
.filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 8px;
    align-items: center;
    background: white;
    border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .filter {
      background: #f1f5f9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    flex: 1;
    min-width: 200px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 44px;
    }

    .filter select {
      border: none;
      background: transparent;
      font-size: 15px;
      color: #374151;
      width: 100%;
      outline: none;
      appearance: none;
      cursor: pointer;
    }

    .filter i {
      color: #64748b;
      font-size: 16px;
    }

    .search-bar {
      background: #f1f5f9;
      border-radius: 12px;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .search-bar input {
      border: none;
      background: transparent;
      font-size: 15px;
      width: 100%;
      outline: none;
      color: #111827;
    }

    .search-bar i {
      color: #64748b;
      font-size: 18px;
    }

    /* Arrow style for select box */
    .filter select::-ms-expand {
      display: none;
    }

    .filter {
      position: relative;
    }

    .filter::after {
          content: "\f107";
          font: normal normal normal 14px / 1 FontAwesome;
      font-weight: 900;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #64748b;
      font-size: 18px;
    }
.hospital-banner-content .filters .btn a{
     border-radius: 6px; 
         box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.hospital-banner-content .filters .btn a i{
  font-size: 15px;
}
.hospital-banner-content{
      background: #ffffff47;
    padding: 15px;
    border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid #ffffff73;
}
.pharmacy-card {
    border-radius: 12px;
    background: #f8fafc;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #35b5b44a;
    margin-bottom: 10px;
}
    .pharmacy-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
    .pharmacy-img {
      /*width: 200px;
      height: 200px;*/
      border-radius: 12px;
      object-fit: cover;
      width: 100%;
    }
    .pharmacy-info h6 {
      color: #1e90ff;
      font-size: 14px;
      margin-bottom: 4px;
    }
    .pharmacy-info h5 {
      font-weight: 600;
      margin-bottom: 4px;
    }
    .pharmacy-info p {
      color: #6c757d;
      margin-bottom: 10px;
    }
    .rating i {
      color: #ffc107;
    }
    .small-icons span {
      margin-right: 15px;
      color: #6c757d;
      font-size: 14px;
          font-weight: 600;

    }
    .price {
      font-weight: 600;
      color: #000;
    }
    .wishlist-btn {
      color: #999;
      font-size: 20px;
      cursor: pointer;
    }
    .wishlist-btn:hover {
      color: #e74c3c;
    }
    .small-icons  i{
      font-size: 18px;
      color: var(--primary-color);
      margin-right: 5px;
    }
    .btn-flex .btn a{
          padding: 10px 18px;
              font-size: 14px;
    }
    .btn-flex .btn:nth-child(1) a{
      background: #2b2a29;
    }
    .btn-flex .btn:nth-child(1) a:hover{
      background: var(--primary-color);
    }
    .btn-flex .btn a i{
      font-size: 14px;
    }
  .sticky-box {
  position: sticky;
  top: 135px;
  padding: 0px !important;
}
.evaluation-box form{
  box-shadow: none !important;
}
.evaluation-box  form button[type="submit"]{
  text-transform: inherit !important;
}
.evaluation-box-left{
  padding: 20px;
    background: #2c56a1;
    border-radius: 10px;
}
.evaluation-box-left .form-control, .evaluation-box-left .form-select{
    padding: 6px .75rem;
}
.small-info{
     background: #35b5b4e8;
    color: #fff;
    border-radius: 60px;
    font-size: 14px;
    padding: 3px 10px;
}
.doctor-small-icons{
  background: #e7e7e7;
    padding: 15px;
    border-radius: 5px;
}
.pharmacy-card strong{
  color: #000;
}
.doctor-details-info small a{
  color: #6c757d;
  text-decoration: none;
}
.docor-main-box p{
      font-size: 18px;
}
                                                                                /*Hospital page css end*/

/* ================================================================================================================================================================================================================== */



.mobile-stickyboxfix {
        display: none;
    }
    @media (max-width: 991px) {
      .desktop-nav {
        display: none;
      }
    }
     @media (max-width: 767px) {
      .doctor-card img {
          height: unset;
      }
		 .table-responsive-t{
			 overflow-x:scroll;
		 }
		 .our-speciality .why-choose-left{
			 margin-bottom:0px !important;
		 }
		 .single-treatment .dlt-trt .stats-badge{
			     width: 45%;
		 }
		 .dlt-trt .content-section{
			 padding:20px;
		 }
		 .page-template-tpl-home .hospital-slider .nav-btn{
display:none;
		 }
		 .page-template-tpl-service .service-stats{
			 gap:10px;
			         margin-top: 0px;

		 }
		 .doctor-info-detail ul{
			 padding-left:0px;
		 }
		 .primary-header{
display:none !important;
		 }
		 #visaSearchForm .form-group{
			 width:100%;
		 }
		 #visaSearchForm  .form-row{
			 gap:0px;
		 }
		 .page-template-tpl-service .cta-section{
			  margin-top: 0px;
		 }
		 .page-template-tpl-service .col-lg-6{
			 padding:0px;
		 }
		 .page-template-tpltpl-about-php .content-section{
			 margin-top:0px !important;
			 margin-bottom:0px !important;
		 }
		 .pharmacy-img{
	    max-width: 100% !important;

}
		 .page-template-tpltpl-about-php .section-padding .col-md-4{
			 padding-left:0px !important;
			 padding-right:0px !important;
		 }
		  .page-template-tpltpl-about-php .disclaimer{
			 margin-top:0px !important;
		 }
		 .page-template-tpltpl-about-php .why-choose-left{
			 margin-bottom:0px !important;
		 }
		 .why-choose-left{
			 height:inherit;
		 }
      .btn.need-assistance, .btn.chat-btn {
          width: 100% !important;
      }
        .doctor-info-detail ul {
          column-count: 1;
      }
          .whtasap{
    display:none;
  }
  .pharmacy-card{
    flex-wrap: wrap;
  }
  .btn-flex{
    flex-wrap: wrap;
  }
      .bottom-menu.show {
        display: block;
        opacity: 1;
    }
  .tab-content>.active{
    text-align: center;
  }
  .banner-btn .btn{
    width: 100%;
  }
  .dropdown-submenu .dropdown-menu{
  top: inherit !important;
  left: inherit !important;
}
.dropdown-menu{
  position: inherit;
}
.mobile-menu ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-menu li{
  margin-bottom: 0px !important;
}
  .banner-btn .btn a{
    width: 100%;
  }
  .treatment-list-detail img {
    height: 40px;
    width: 40px;
  }
  .counter-container i{
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .about-right-content .btn{
    margin: auto;
    display: block;
  } 
  .left-menu-sticky{
    display: none;
  }
  .location-flag h5 {
    font-size: 18px;
    font-weight: 600;
}
.treatment-list-detail{
  padding: 8px 0px;
}
.banner-section{
  background: linear-gradient(180deg, rgb(255 255 255) 0, #35b5b4 150%);
}

.treatment-list-detail h5, .treatment-list-detail p{
  text-align: center !important;
}
.treatment-list-detail .treatment-content{
  margin-top: 10px;
}
  .mobile-menu .dropdown-menu{
    width: 100% !important;
    background: transparent;
    border: none;
  }
  .dropdown-item{
    color: #000 !important;
  }
  .counter-section{
        padding: 30px 20px;
  }
  .counter-container{
    width: 49%;
    margin: 0px;
  }
  .counter-container:nth-child(1){
    margin-right: 5px;
  }
  .counter-container:nth-child(3){
    width: 100%;
  }
  /* .popular-hospitals img{
    height: 180px;
  } */
  .treatment-flex{
    display: flex;
  }
  .service-cover img{
    width: 40px;
  }
  .treatment-icon {
    padding: 8px 10px;}
  .treatment-heading h3 {
    font-size: 20px;
}
.treatment-heading{
  margin-left: 15px;
}
.custom-card img{
  height: 350px;
}
  .why-choose-left{
    padding: 15px;
    display: flex;
	  
  }
  .why-choose-icon i{
     font-size: 20px;
        width: 50px;
        height: 50px;
  }
  .why-choose-left h5{
    font-size: 18px;
  }
   .why-choose-left p{
    margin-top: 0px !important;
  }
    .why-choose-left h5{
    margin-bottom: 0px !important;
  }
  .why-choose-left-content{
    margin-left: 10px;
  }
  .work-box{
    padding: 10px 15px;
  }
  .work-box img{
    width: 40px;
  }
  .work-box h5{
    font-size: 18px;
  }
  .treatment-section{
    background: #fff;
  }
  .location-flag img{
    height: 40px;
    width: 40px;
  }
  .service-cover{
    padding: 12px;
    display: flex;
        align-items: start !important;
  }
  .service-cover-content{
    margin-left: 10px;
  }
  #myTab .nav-item {
    margin: 0px 10px 0px 0px;
}
  #myTab .nav-item:nth-child(1) {
    margin-left: 10px;
}
 .header-social i {
    padding: 10px 15px;
 }
  #myTab{
    justify-content: center;
  }
     .navbar-toggler:focus{
      box-shadow: none;
     }
     header .navbar-brand img {
    filter: inherit;
            width: 150px;
}
#button {
          bottom: 70px;
        right: 10px;
        height: 40px;
        width: 40px;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
}
.email-footer{
  height: 45px;
        width: 45px;
}
.email-footer i, .footer-social i{
  font-size: 20px;
}
#myTab .nav-link{
 padding: 10px 32px;
}
.border-t-l img, .border-r-b{
  border-radius: 0px;
}
.popular-hospitals{
  width: 100%;
}
.form-section form {
    padding: 20px 20px 20px;
  }

.title{
  text-align: center;
}
.mobile-stickyboxfix ul {
           display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0 !important;
        width: 100%;
        z-index: 9;
        height: 62px;
        left: 0;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
      .mobile-stickyboxfix ul li:nth-child(1) {
        background: #000;
    }
      .mobile-stickyboxfix ul li:nth-child(2) {
        background: #29bb29;
    }
      .mobile-stickyboxfix ul li:nth-child(3) {
        background: #be8b22;
    }
  .mobile-stickyboxfix ul li{
    padding: 6px;
    width: 33.333%;
        text-align: center;
  }
      .mobile-stickyboxfix ul li i {
        font-size: 22px;
        margin-bottom: 1px;
              color: #fff;
    }
      .mobile-stickyboxfix ul li span {
        display: block;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }
  .mobile-stickyboxfix ul li a{
    text-decoration: none;
  }
   .mobile-stickyboxfix {
        display: block;
                z-index: 999;
        position: relative;
    }
    .primary-header{
      display: none;
    }
.action-bar{
  flex-wrap: wrap;
  border-radius: 10px;
}
.action-item{
  width: 100%;
}
.main-book{
      margin:20px 0px;
}
.chatbot{
  display: none;
      bottom: 80px;
    right: 10px;
}

      .slider-section .swiper-slide h1{
        font-size: 32px;
        text-align: center !important;
      }
      .slider-section .swiper-slide{
        height: 550px;
      }
      .title h2 {
    font-size: 24px;
  }
  .rounded-footer {
            padding: 45px 20px;
        background-color: #2c56a1a8;
        margin: 0;}
  .section-padding {
    padding: 40px 0px;
}
.banner-section .subheaing h4{
  font-size: 20px;
  color: #000 !important;
  text-align: center;
}
.banner-section h1{
  font-size: 24px;
  color: #000 !important;
  text-align: center !important;
  font-weight: 600;
}
.banner-section p {
    font-size: 18px;
    color: #000 !important;
    text-align: center;
}
.banner-section{
      padding: 60px 0px !important;
}
.cta{
  padding: 30px;
  background-image: inherit;
}
.gallery-section .modal-content{
      width: 90%;
    max-width: 90%;
}
header{
  position: inherit;
}
.hamburger{
  display: block !important;
}
    }

    /* Hide mobile nav on desktop */
    @media (min-width: 992px) {
      .mobile-toggler,
      .mobile-menu {
        display: none !important;
      }
    }



















/* HAMBURGER */
.hamburger {
  display: none;
  top: 15px;
  left: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
}
.hamburger {
  transition: transform 0.3s ease;
}
.hamburger.active {
  transform: rotate(90deg);
}
#menu-toggle{
      background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
}
/* MENU WRAPPER */
#mega-menu--mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  overflow: hidden;
  z-index: 10000;
  transition: left 0.4s ease-in-out;
}

/* When menu open */
#mega-menu--mobile.active {
  left: 0;
}

/* CONTAINER FOR SLIDE */
.mega__container {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.mega__screen {
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
  box-sizing: border-box;
      margin-top: 40px;
}
.mega__screen .menu-link{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
        margin: 0px 0px 20px;
    align-items: center;
}
.mega__screen .menu-link i{
 background: #d9d9d9;
    padding: 5px 10px;
    border-radius: 3px;
    color: #000;
}
   
.mega__screen h3{
  display: none;
}

/* Depth slides */
[data-active-depth="1"] { transform: translateX(0%); }
[data-active-depth="2"] { transform: translateX(-100%); }
[data-active-depth="3"] { transform: translateX(-200%); }
[data-active-depth="4"] { transform: translateX(-300%); }
[data-active-depth="5"] { transform: translateX(-400%); }

/* BACK BUTTON */
#menu-back {
  position: absolute;
  top: 10px;
  left: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
}