* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Roboto', 'Sora', 'Helvetica Neue', Arial, sans-serif;
}

.allservicebtn {
position: fixed;
top: 50%;
right: 0px;
z-index: 99;
}

.top-header {
background: #29819C;
color: white;
padding: 10px 0;
font-family: "Roboto", Sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.3em;
}

header {
padding: 20px 4% 20px 1%;
background-color: #F5F1F1;
}

.navbar {
padding: 0px;
}

.nav-link {
color: #193B79 !important;
margin: 0 30px;
font-family: "Arial", Sans-serif;
font-size: 15px;
font-weight: 600;
text-decoration: none;
letter-spacing: 1px;
word-spacing: 1px;
}

.nav-link:hover,
.nav-link.active {
color: #29819C !important;
}

.btn-custom {
font-weight: 500;
margin-left: 10px;
padding: 8px 16px;
}

.btn-appointment {
background-color: #29819C;
color: #fff;
border: none;
margin-right: 20px;
}

.btn-appointment:hover {
background-color: #22748d;
color: #fff;
}

/* colour & size for the hamburger icon */
.navbar-toggler {
border: 1px solid #29819C;
padding: .25rem .55rem;
}

.navbar-toggler-icon {
height: auto;
width: auto;
}

.navbar-toggler-icon i {
font-size: 22px;
color: #29819C;
}

#closeMobileMenu {
font-size: 32px;
color: #000;
background: none;
border: none;
}

#closeMobileMenu:hover {
color: #29819C;
}



/* nicer look for the slide‑down menu */

@media (max-width: 991px) {
.navbar-collapse {
position: fixed;
top: 0;
right: -100%;
/* hide initially */
width: 300px;
height: 100vh;
background-color: #f5f1f1;
z-index: 9999;
padding: 2rem 1.5rem;
transition: right 0.1s ease-in-out;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
opacity: 1 !important;
/* force visibility */
}

.navbar-collapse.show {
right: 0 !important;
/* slide in */
}

body.nav-open {
overflow: hidden;
}

.navbar-nav .nav-link {
margin: 5px 0;
text-align: left;
}
}


#mainCarousel {
display: flex;
flex-direction: row;
}

.sliderbox {
width: 100%;
position: relative;
}

.slider-section {
position: relative;
height: 750px;
overflow: hidden;
}

.carousel-inner img {
height: 750px;
object-fit: cover;
}

.carousel-inner::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}

.slider-caption {
position: absolute;
top: 30%;
left: 5%;
/* transform: translateY(-50%); */
color: white;
max-width: 40%;
z-index: 2;
animation: none;
opacity: 0;
transform: translateY(-30px);
transition: all 0.8s ease-out;
}


@keyframes slideUp {
from {
opacity: 0;
transform: translateY(50px);
}

to {
opacity: 1;
transform: translateY(0);
}
}

.slider-caption.animated {
animation: slideUp 1s ease-out;
opacity: 1;
transform: translateY(0);
}

.slider-caption h2 {
font-size: 35px;
font-weight: 700;
line-height: 1;
}

.slider-caption p {
font-family: 'Roboto Slab', sans-serif;
font-size: 20px;
font-weight: 500;
}

.slider-form {
position: absolute;
top: 50%;
right: 10%;
transform: translateY(-50%);
background: #f6fafb;
padding: 30px;
border-radius: 10px;
width: 450px;
max-width: 90%;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
z-index: 2;
}

.slider-form h4 {
color: #29819C;
text-align: center;
font-family: "Sora", Sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 1.3em;
}

.slider-form p {
color: #4DC07D;
text-align: center;
font-family: "Sora", Sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 1.3em;
}

.slider-form label {
padding-bottom: 0;
color: #29819C;
font-family: "Sora", Sans-serif;
font-weight: 400;
}

.slider-form input,
.slider-form select,
.slider-form textarea {
color: #29819C;
background-color: #fff;
border-color: #29819C;
font-family: "Sora", Sans-serif;
font-weight: 400;
}

.slider-form input::placeholder,
.slider-form select::placeholder,
.slider-form textarea::placeholder {
color: #74aabb;
font-size: 14px;
font-weight: 400;
}

.slider-form2 h4 {
  color: #29819C;
  text-align: center;
  font-family: "Sora", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.slider-form2 p {
  color: #4DC07D;
  text-align: center;
  font-family: "Sora", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.slider-form2 label {
  padding-bottom: 0;
  color: #29819C;
  font-family: "Sora", Sans-serif;
  font-weight: 400;
}
.slider-form2 input,
.slider-form2 select,
.slider-form2 textarea {
  color: #29819C;
  background-color: #fff;
  border-color: #29819C;
  font-family: "Sora", Sans-serif;
  font-weight: 400;
}

.slider-form2 input::placeholder,
.slider-form2 select::placeholder,
.slider-form2 textarea::placeholder {
  color: #74aabb;
  font-size: 14px;
  font-weight: 400;
}

.bless-section {
background: #29819C;
color: white;
padding: 20px 0;
}

.bless-section h4 {
font-family: "Sora", Sans-serif;
font-weight: 600;
color: #FFF;
font-size: 28px;
margin: 2px 0 7px 0;
}

.bless-section p {
margin-bottom: 0px;
font-size: 1.1rem;
font-weight: 500;
}

.bless-section i {
font-size: 32px;
margin-bottom: 10px;
}

.meetourexpert {
background: #fff;
text-align: center;
padding: 70px 0 0 0;
}

.meetourexpert h2 {
line-height: 1.3em;
font-size: 1.875rem;
font-family: "Sora", Sans-serif;
font-weight: 600;
color: #29819C;
margin-bottom: 20px;
}

.meetourexpert p {
font-family: "Arial", Sans-serif;
font-weight: 600;
font-style: normal;
line-height: 25px;
word-spacing: 1px;
color: #115569;
margin-bottom: 20px;
}

.meetourexpert p.morethen {
line-height: 1.2em;
font-size: 1.25rem;
font-family: "Sora", Sans-serif;
font-weight: 600;
color: #4DC07D;
margin-bottom: 20px;
}

.btn-visasend {
color: #fff;
background-color: #29819C;
border-color: #29819C;
padding: 7px 10px;
margin: 8px 0;
cursor: pointer;
width: 100%;
}

.btn-visasend:hover {
background-color: #22748d;
color:#4DC07D;
}


.btn-primary {
color: #fff;
background-color: #29819C;
border-color: #29819C;
}

.btn-primary:hover {
background-color: #22748d;
}

.btn-secondary {
color: #fff;
background-color: #29819C;
border-color: #29819C;
}

.btn-secondary:hover {
background-color: #22748d;
}

.btn-success {
background-color: #4DC07D;
font-family: "Roboto", Sans-serif;
font-weight: 500;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #4DC07D;
}

.btn-success:hover {
background-color: #41ac6e;
border-color: #4DC07D;
}

.carousel-control-next,
.carousel-control-prev {
width: 5%;
}

.filters-wrap {
height: 55px;
border-radius: 5px;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
display: flex;
max-width: 100%;
margin: 15px auto 75px;
box-sizing: border-box;
color: #29819C;
}

.filters-wrap select {
color: #29819C;
border-right: 0 solid;
border-color: #abb5ff;
width: 100%;
border: 0 solid;
padding: 17px 50px;
font-size: 18px;
background: #f7f8ff;
height: 55px;
border-radius: 10px;
outline: none;
text-align: center;
position: relative;
}

#specialtyFilter{border-color: #29819c;background:#29819c;color:#ffffff;}
.searchdoctorbox {background: #d7f6ff;border-radius: 10px;border: 1px solid #29819c;}

.searchdoctorbox {

height: 55px;
width: 500px;
padding: 11px 15px;

}

.filters-wrap input[type=text] {
width: 100%;
height: 100%;
margin: 0;
padding: 15px;
border: 0 solid;
outline: none;
background: none;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
box-sizing: border-box;
}

.excellence-section {
background-color: #fff0;
background-image: linear-gradient(180deg, #29819C 0%, #29819C 100%);
}

#healthCarousel img {
width: 100%;
background-size: cover;
}

#healthCarousel .carousel-inner img {
height: inherit;
object-fit: cover;
}

#healthCarousel .carousel-inner::before {
content: none;
}

.healthCarouselbdr {
border-right: 2px solid #679fad;
padding-right: 30px;
}

.healthCarousellist {}

.healthCarousellist i {
font-size: 3rem;
}

.healthCarousellist h5 {
line-height: 1.3rem;
font-size: 1.5rem;
font-family: "Sora", Sans-serif;
font-weight: 600;
margin-bottom: 0.5em;
color: #4DC07D;
}

.healthCarousellist p {
line-height: 1.8rem;
font-size: 1.1rem;
font-family: "Sora", Sans-serif;
font-weight: 500;
color: #fff;
}

footer {
background-color: #2A8198;
}

footer h5 {
color: #EFEFEF;
line-height: 1.3em;
font-size: 1.875rem;
font-family: "Sora", Sans-serif;
font-weight: 600;
margin-bottom: 20px;
}

footer p {
color: #fff;
line-height: 1.7rem;
font-size: 0.95rem;
font-family: "Sora", Sans-serif;
font-weight: 500;
margin-bottom: 1.6em;
text-align: justify;
}

.footerabout {
padding-right: 40px;
}

footer ul {
margin: 0px;
padding: 0px;
}

footer ul li {
margin: 0px;
padding: 0px;
list-style: none;
position: relative;
}

footer ul li a {
color: #EFEFEF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
font-family: "Sora", Sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1;
text-decoration: none;
display: flex;
align-items: center;
}

footer ul li a:hover {
text-decoration: none;
color: #fff;
}

.contactinfo p {
color: #fff;
line-height: 1.7rem;
font-size: 0.9rem;
font-family: "Sora", Sans-serif;
font-weight: 500;
}

.contactinfo i {
font-size: 18px;
}

.social-icons {
display: flex;
}

.social-icons a {
background-color: #126ADC;
padding: 10px;
border-radius: 50px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
transition: all .3s;
}

.social-icons a:first-child {
background-color: #25D366;
}

.social-icons a:last-child {
background-color: #cd201f;
}

.social-icons a:hover {
text-decoration: none;
opacity: .9;
transform: translateY(-8px);
transition: all .3s;
}

.social-icons i {
font-size: 22px;
}

.assist-section h5 {
color: #29819C;
line-height: 1.3em;
font-size: 1.45rem;
font-family: "Sora", Sans-serif;
font-weight: 600;
margin-bottom: 30px;
text-align: center;
}

.assist-section i {
color: #29819C;
}

.bdr1px {
border-left: 2px solid #eee;
border-right: 2px solid #eee;
padding: 0 20px;
}

.bdrb1px {
border-bottom: 1px solid #29819C;
padding-bottom: 5px;
}

.assist-section .carousel-inner::before {
content: none;
}

.carousel-inner img.userpr {
max-height: 100px;
height: 100px;
width: 100px;
object-fit: fill;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev i,
.carousel-control-next i {
color: #949494;
font-size: 24px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
color: #000;
}

.international-patients {
background-color: #f5f1f1;
}

.international_headingbox {
background-color: #2c89a0;
color: white;
}

.international_inner i.fas {
color: #2c89a0;
}

.international-patients button {
min-width: 24%;
}

.border-left {
border-left: 2px solid #29819C47 !important;
}

.border-right {
border-right: 2px solid #29819C47 !important;
}

.userdetailouter .card {
background-color: #fff;
box-shadow: 0 3px 17px rgba(0, 0, 0, .1);
border-radius: 12px;
position: relative;
padding-bottom: 35px;
margin-bottom: 30px;
height: 600px; 

}

.card-header {
position: relative;
gap: 20px;
}

.usershearicon {
position: absolute;
top: 0px;
right: 0px;
font-size: 24px;
}

.doc-avatar {
width: 100px;
box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
height: 100px;
border: 10px solid #fff;
flex: 0 0 auto;
border-radius: 50%;
overflow: hidden;
}

.doc-avatar img {
border-radius: 50%;
width: 80px;
max-width: 100%;
height: auto;
}

.usernamebox {
padding-right: 25px;
}

.userdetailbox {
width: calc(100% - 100px);
padding-left: 20px;
position: flex;
font-size: 13px;
overflow: hidden;
height: 600px;
}

.doc-card .card-header {
background: transparent;
border-bottom: 0px;
}

.doc-card .card-header .doc-desc {
width: calc(100% - 100px);
padding-left: 20px;
position: relative;
font-size: 14px
}

.doc-card .card-header .doc-desc .share-doc {
background-color: transparent;
outline: 0;
border: 0;
padding: 5;
position: absolute;
right: 0;
top: -7px;
cursor: pointer
}

.doc-card .card-header .doc-desc .doc-name {
margin-bottom: 5px;
padding-right: 30px
}

.doc-card .card-header .doc-desc .doc-designation {
color: #737476;
font-weight: 350;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 15px;
margin-bottom: 15px;
position: relative
}

.doc-card .card-header .doc-desc .doc-designation:after {
content: '';
background: #25D366;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
width: 40px
}

.doc-card .card-header .doc-desc .doc-specialization {
color: #444545;
font-weight: 500;
margin-bottom: 8px
}

.doc-card .card-header .doc-desc .doc-specialization span {
padding-right: 10px
}

.doc-card .card-header .doc-desc .doc-specialization a {
display: inline-block;
color: #25D366;
font-weight: 500;
font-size: 0.9rem;
}

.doc-card .card-header .doc-desc .doc-specialization a:before {
width: 5px;
height: 5px;
border-radius: 50%;
margin-right: 10px;
background-color: #cbd1d3;
content: '';
display: inline-block
}

.doc-card .card-header .doc-desc .doc-location {
color: #444545;
display: flex;
align-items: center;
gap: 7px
}

.doc-card .doc-expertise {
border-top: 1px solid #e1e1e1;
padding: 20px 0px
}

.doc-card .doc-expertise .speciality-expertise-title {
color: #949598;
text-transform: uppercase;
margin-bottom: 20px;
font-size: 14px
}

.doc-card .doc-expertise .doc-tabs-anchor {
white-space: nowrap
}

.doc-card .doc-expertise .doc-tabs-anchor a {
border-bottom: 3px solid transparent;
padding-bottom: 5px;
display: inline-block;
margin: 0px;
font-weight: 600;
font-size: 13px;
}

.doc-card .doc-expertise .doc-tabs-anchor a+a {
margin-left: 12px
}

.doc-card .doc-expertise .doc-tabs-anchor a.active,
.doc-card .doc-expertise .doc-tabs-anchor a:focus,
.doc-card .doc-expertise .doc-tabs-anchor a:hover {
color: #115569;
border-bottom-color: #115569
}

.doc-card .doc-expertise ul {
margin: 0 -10px;
padding: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
border-bottom: 0px;
}

.doc-card .doc-expertise ul li {
margin-bottom: 10px;
padding: 0 10px;
font-size: 13px;
font-weight: 500;
display: flex
}

.doc-card .doc-expertise ul li a {
font-size: 14px;
font-weight: 400;
border: 0px;
padding: 0px;
letter-spacing: 0px;
}

.doc-card .doc-expertise ul li .icon {
flex: 0 0 1;
margin-right: 6px
}

.doc-card .doc-tabs-holder {
max-height: 220px;
overflow: hidden;
overflow-y: auto;
padding-right: 5px
}

.doc-card.has-meetdoc-btn {
position: relative;
padding-bottom: 35px
}

.doc-card.has-meetdoc-btn .meet-doctor-button {
margin: auto;
bottom: -20px;
left: 0;
right: 0;
width: 160px;
display: block;
position: absolute;
padding: 10px 18px;
text-align: center;
color: #fff;
font-size: 16px;
border-radius: 35px;
cursor: pointer;
min-width: 150px;
font-weight: 500;
border: 0;
outline: 0;
background-color: #115569;
}

.doc-card .doc-expertise ul.list-unstyled {
margin: 0 -10px;
padding: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
}

.doc-card .doc-expertise ul.list-unstyled li {
font-size: 12px;
width: 49%;
margin-bottom: 5px;
padding: 0 10px;
font-weight: 500;
display: flex;
}

.doc-card .doc-expertise ul.list-unstyled li i {
margin-right: 6px;
margin-top: 3px;
}

.download-card a {
background-color: #fff;
padding: 15px;
color: #58595b;
font-weight: 600;
font-size: 16px;
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
border-radius: 15px;
box-shadow: 0 3px 21px rgba(0, 0, 0, .1)
}

.download-card a svg {
width: 32px;
height: auto
}

.copyright {
text-align: center;
padding: 40px 0;
}

.copyright p {
text-align: center;
margin-bottom: 0px;
padding-bottom: 0px;
}






/* All Service Section  */
.allservicehead .heading h2 {
line-height: 1.3em;
color: #29819C;
font-weight: 600;
font-family: "Sora", Sans-serif;
font-size: 1.875rem;
margin-bottom: 20px;
}

.allservicehead .heading p {
line-height: 1.3em;
color: #29819C;
font-weight: 600;
font-family: "Sora", Sans-serif;
font-size: 1.5rem;
}


.allservicebox {
padding: 10px 0;
}

.allservicebox .heading h2 {
line-height: 1.3em;
color: #29819C;
font-weight: 600;
font-family: "Sora", Sans-serif;
font-size: 1.875rem;
margin-bottom: 10px;
}

.allservicebox .heading h3 {
line-height: 1.3em;
color: #4DC07D;
font-weight: 600;
font-family: "Sora", Sans-serif;
font-size: 1.875rem;
margin-bottom: 10px;
}

.allservicebox .heading p {
line-height: 1.3em;
color: #29819C;
font-weight: 600;
font-family: "Sora", Sans-serif;
font-size: 1.5rem;
}

.allservicebox .heading span {
line-height: 1.3em;
color: #29819C;
font-weight: 600;
font-family: "Sora", Sans-serif;
font-size: 1rem;
}



.servicecard-list {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-top: 60px;
}

.servicecard {
flex: 1 1 calc(33.333% - 20px);
display: flex;
flex-direction: column;
border: 2px solid #29819C;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
padding: 20px;
text-align: center;
background-color: #fff;
}

.servicecard .imagebox {
height: 200px;
width: 200px;
margin: 0 auto 15px auto;
border-radius: 100%;
overflow: hidden;
margin-bottom: 15px;
}

.servicecard .imagebox img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}

.servicecard .titlebox {
line-height: 1.3em;
color: #29819C;
font-weight: 600;
font-family: "Sora", Sans-serif;
font-size: 1.5rem;
margin-bottom: 10px;
}

.servicecard p {
line-height: 1.5em;
color: #343434;
font-weight: 400;
font-family: "Sora", Sans-serif;
font-size: 1.2rem;
margin-bottom: 20px;
}

.servicecard a {
padding: 10px 20px;
text-align: center;
background: #29819C;
color: #fff;
text-decoration: none;
border-radius: 5px;
margin-top: auto;
transition: .25s;
align-self: center;
}

.servicecard a:hover {
background: #1f6a7b;
}

.stepouter {
padding-bottom: 80px;
}

.steps-wrapper {
border: 2px solid #004c71;
padding: 30px 20px;
border-radius: 8px;
}

.steps-section {
border: 2px solid #1f5c81;
border-radius: 6px;
padding: 30px;
text-align: center;
margin-bottom: 40px;
}

.section-title {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #206d91;
margin-bottom: 30px;
}

.steps-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
text-align: left;
}

.step-item {
display: flex;
align-items: center;
}

.step-content {
display: flex;
align-items: center;
gap: 15px;
}

.step-item img {
width: 60px;
height: 60px;
object-fit: contain;
margin-bottom: 15px;
}

.step-item p {
font-size: 15px;
font-weight: 500;
color: #004c71;
}




.outercontainer {
width: 96%;
margin: auto;
gap: 30px;
}

.drdetail {
background: #29819C;
width: 49%;
padding: 30px;
border-radius: 10px;
}

.drdetail p,
.drdetail ol li,
.drdetail h2,
.drdetail h3 {
color: #fff;
}

.drdetail h2 {
margin-bottom: 20px;
}

.drdetail ol {
margin-left: 30px;
}

.drdetail ol li {
margin-bottom: 10px;
}

.drdetail .card {
border: 0px;
}

.drdetail .meet-doctor-button {
margin: auto;
padding: 10px 35px;
color: #fff;
border-radius: 35px;
cursor: pointer;
border: 0;
outline: 0;
display: inline-block;
background-color: #115569;
}

.drdetail .meet-doctor-button:hover {
background-color: #2c89a0;
}

.drdetail .usernamebox {
font-size: 20px;
}

.drdetail .doc-location {
font-size: 18px;
margin-bottom: 5px;
}

.drdetail .carousel-control-next i,
.drdetail .carousel-control-prev i {
color: #fff;
}

.drdetail ol li img {
border: none;
border-radius: 0;
box-shadow: none;
height: auto;
max-width: 100%;
}

.drdetail ol li .alignright {
display: inline;
float: right;
margin: 15px 0 15px 20px;
}

.costslist {
gap: 80px;
}

.eael-data-table {
max-width: 100%;
}

.eael-data-table {
width: 100%;
height: auto;
margin: 0;
border-collapse: separate;
border: none;
}

.costslist table {
border-collapse: collapse;
border-spacing: 0;
}

.eael-data-table thead tr {
text-align: left;
}

.eael-data-table tr {
border-style: none;
}

.eael-data-table thead tr th:first-child {
border-radius: 10px 0 0 0;
}

.eael-data-table thead tr th:last-child {
border-radius: 0 10px 0 0;
}

.eael-data-table thead tr th {
padding: 20px 15px;
font-size: 16px;
font-weight: 600;
font-family: "Montserrat", "sans-serif";
line-height: 1;
color: #fff;
background-color: #29819C;
border-color: #000;
border-width: 0px;
border-style: none;
background-clip: padding-box;
}

.eael-data-table thead>tr th .data-table-header-text {
font-size: 20px;
font-weight: 700;
}

.eael-data-table tbody tr td {
border-style: solid;
border-width: 0 0 1px 0;
border-color: #29819C;
padding: 10px 10px 10px 10px;
font-size: 18px;
font-weight: 700;
}

.eael-data-table tbody>tr:nth-child(2n+1) td {
color: #29819C;
background-color: #F0F5FA;
}

.eael-data-table tbody>tr:nth-child(2n) td {
color: #29819C;
background: #F0F5FA;
}

.costslist .costslisttable {
width: 60%;
}

.costslist .sliderformbox {
width: 40%;
}

.costslist .sliderformbox .slider-form {
position: relative;
top: inherit;
left: inherit;
right: inherit;
transform: inherit;
width: 100%;
max-width: 100%;
}

.fmobilebtn{text-align: center;position: fixed;bottom: 2px;left: 0px;right: 0px; z-index: 999;display: none;}
.fmobilebtn a{margin: 0px 5px;}
.btn-needhelp {background-color: #dc3546;color: #fff;border: none; width: 160px;}
.btn-needhelp:hover {background-color: #b31e2d;color: #fff;}
.fmobilebtn .btn-chat {padding: 7px 25px; width: 160px;}


@media all and (min-width: 992px) and (max-width: 1330px) {

/* .headernav {padding: 20px 0%;} */
.headernav .navbar-brand img {
max-height: 35px;
}

.headernav.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0rem;
padding-left: 0rem;
margin: 0 9px;
font-size: 15px;
letter-spacing: 0px;
}

.btn-appointment {
margin-right: 5px;
}

.btn-custom {
margin-left: 5px;
padding: 8px 12px;
font-size: 15px;
}

.outercontainer.costslist {
gap: 30px;
}
}

@media only screen and (max-width: 991px) {
#mainCarousel {
flex-direction: column-reverse;
}

.slider-section {
position: relative;
height: inherit;
overflow: inherit;
}

#testimonialCarousel .carousel-inner img {height: inherit;}

.slider-form {
position: relative;
left: inherit;
right: inherit;
top: inherit;
transform: inherit;
width: 100%;
max-width: 100%;

}

.carousel-inner img {
height: 350px;
}

.slider-caption {
top: 25px;
left: 0;
transform: inherit;
max-width: 100%;
padding: 0px 30px;
}

#patientForm .mb-2,
#patientForm .my-2 {
margin-bottom: 15px !important;
}

.attendant-row {
gap: 15px;
}

footer .container {
width: 100%;
max-width: 100%;
}

.steps-grid {
grid-template-columns: repeat(2, 1fr);
}

.servicecard {
flex: 1 1 calc(50% - 20px);
}

.outercontainer.costslist {
gap: 30px;
}

#testimonialCarousel {
padding-left: 25px !important;
padding-right: 25px !important;
}

.drdetail ol li .alignright {
float: left;
width: 100%;
margin: 20px auto;
}
}


@media only screen and (max-width: 767px) {
.headernav .container-fluid {
align-items: center;
justify-content: center;
}

.international_inner .border-right {
border-right: 0px solid #29819C47 !important;
}

.international_inner .border-left {
border-left: 0px solid #29819C47 !important;
}

.bless-section i.fas {
margin-top: 20px;
}

.bless-section p {
margin-bottom: 20px;
}

.excellence-section .healthCarousellist .d-flex.align-items-center {
flex-direction: column;
text-align: center;
gap: 20px;
}

.servicecard {
flex: 0 0 100%;
}

.outercontainer {
flex-wrap: wrap;
width: 100%;
}

.drdetail,
.costslist .sliderformbox {
width: 100%;
}

.drdetail ol li .alignright {
float: right;
width: auto;
margin: 15px 0 15px 20px;
}

.outercontainer.costslist {
gap: 0px;
}

.costslist .costslisttable {
width: 100%;
margin-bottom: 60px;
}
}


@media only screen and (max-width:575px) {
.slider-caption {
display: none;
}

.fmobilebtn{display: block;}
.carousel-inner img {
height: 250px;
}

.top-header .container-fluid {
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.top-header .container-fluid span {
width: 100%;
text-align: center;
margin-left: initial !important;
margin-right: initial !important;
}

.international_inner .text-center.mt-4 button.btn {
display: block;
width: 100%;
margin-bottom: 10px;
}

.steps-grid {
grid-template-columns: 1fr;
}

}


@media only screen and (max-width:460px) {
.doc-card .doc-expertise .doc-tabs-anchor a {
text-transform: capitalize;
font-size: 12px;
}

.doc-card .doc-expertise ul li {
padding: 0 5px;
}
}

@media only screen and (max-width:400px) {
.doc-card .card-header {
gap: 10px;
padding: 10px;
}

.doc-card .card-header .doc-desc {
padding-left: 10px;
}

.doc-card .doc-expertise .speciality-expertise-title {
margin-bottom: 10px;
}

.doc-avatar {
width: 65px;
box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
height: 65px;
border: 5px solid #fff;
}
}

@media only screen and (max-width:330px) {
.doc-card .card-header {
flex-direction: column;
}

.doc-card .card-header .doc-desc {
padding-left: 0;
width: 100%;
}

.doc-avatar {
width: 100px;
box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
height: 100px;
border: 10px solid #fff;
}

.doc-card .doc-expertise ul.list-unstyled li {
width: 100%;
}
}

/*****Rahul start ****/
.age-col {
    flex: 0 0 20.8%;
    max-width: 20.8%;
  }
  .gender-col {
    flex: 0 0 29.2%;
    max-width: 29.2%;
  }
   .mobile-col{
        flex: 0 0 50%;
      max-width: 50%;
    }

  /* Mobile styles (50% each) */
  @media (max-width: 767.98px) {
     .age-col{
        flex: 0 0 20.8%;
      max-width: 20.8%;
    }
    .gender-col {
      flex: 0 0 29.2%;
      max-width: 29.2%;
    }
    .mobile-col{
        flex: 0 0 50%;
      max-width: 50%;
    }

   .filter-col,
    .search-col {
      width: 100%;
    }

      .menucontact {
      justify-content: center !important;
    }

    .menucontact .contact-info {
      text-align: center;
      margin-right: 47px !important;
      display: block;
    }

    .menucontact .contact-info span {
      display: block; /* stack each line */
      margin-bottom: 4px;
    }

    #doctorList{
      margin-top: 25px;
    }
    .btn-custom{
       margin-left: 0px;
    }
    .selectdoctor {
      align-items: stretch;
    }


    .doc-desc {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .usernamebox {
      /*display: flex;
      flex-direction: column;
      align-items: flex-start;*/
    }

    .doc-nam, .doc-designation, .doc-location {
      font-size: 13px;
      line-height: 1.4;
      word-break: break-word;
    }
    .drdetail .doc-location{
      font-size: 13px;
    }

    .doc-location {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .doc-location i {
      font-size: 16px;
      width: 18px; /* ensures consistent icon spacing */
      text-align: center;
    }


  }



  /* Visa Form Mobile styles (50% each) */
  @media (max-width: 767.98px) {
    .passport-col,
    .dob-col{
        flex: 0 0 50%;
      max-width: 50%;
    }
    .att-passport-col,
    .att-dob-col{
        flex: 0 0 47%;
      max-width: 47%;
    }
    .patientmobile-col,
    .patientemail-col{
         flex: 0 0 50%;
      max-width: 50%;
    }
    
  }
  
    
    .highcommission-col{
         flex: 0 0 55%;
         max-width: 55%;
         font-size: 15px;
    }
     .hospital-col{
         flex: 0 0 45%;
         max-width: 45%;
         font-size: 15px;
    }
  
  
    




/***** END Rahul start ****/


@media only screen and (max-width:310px) {}





/* Tablet-specific styles (768px to 991px) */
/* Tablet-specific styles (768px to 991px) */
@media (min-width: 768px) and  (max-width: 1024px) {
  /* Header adjustments - CENTER CONTACT INFO */
   .top-header .container-fluid {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  
  .top-header span {
    text-align: center;
    margin: 0 15px !important;
    display: inline-block;
    width: auto;
  }
  
  .navbar-brand img {
    max-height: 40px;
  }
  
  .nav-link {
    margin: 0 15px;
    font-size: 14px;
  }
  
  /* Button alignment fixes */
  .menucontact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  
  .btn-custom {
    padding: 10px 12px;
    font-size: 14px;
    margin-left: 5px;
    white-space: nowrap;
  }
  
  .btn-appointment {
    margin-right: 10px;
  }
  
  /* Navigation buttons alignment */
  .navbar-nav {
    align-items: center;
  }
  
  /* Slider section */
  .slider-section {
    height: 800px;
  }
  
  .carousel-inner img {
    height: 800px;
  }
  
  .slider-caption {
    max-width: 45%;
    top: 25%;
  }
  
  .slider-caption h2 {
    font-size: 28px;
  }
  
  .slider-caption p {
    font-size: 16px;
  }
  
  .slider-form {
    width: 500px;
    padding: 25px;
    margin: 5px;
    right: 20%;
    position: absolute;
    height: 750px;
  }
  
  /* Form button alignment */
  .slider-form .btn-visasend,
  .slider-form .btn-primary {
    width: 100%;
    margin-top: 15px;
  }
  
  /* Doctor cards and listings - 2 cards per row */
  .doc-avatar {
    width: 80px;
    height: 80px;
    border: 8px solid #fff;
  }
  
  .doc-card .card-header .doc-desc {
    width: calc(100% - 80px);
  }
  
  /* Doctor cards grid - 2 per row - CORRECTED SELECTORS */
  #doctorList .row,
  .userdetailouter .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  #doctorList .col-md-6,
  #doctorList .col-lg-4,
  #doctorList .col-xl-3,
  .userdetailouter .col-md-6,
  .userdetailouter .col-lg-4,
  .userdetailouter .col-xl-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  
  .doc-card,
  .doctor-card,
  .doctorcard {
    width: 100%;
    margin-bottom: 30px;
  }
  
  /* Doctor card buttons alignment */
  .meet-doctor-button {
    width: 140px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
  }
  
  /* Service cards */
  .servicecard {
    flex: 1 1 calc(50% - 15px);
  }
  
  /* Service card buttons alignment */
  .servicecard a {
    padding: 8px 15px;
    font-size: 14px;
  }
  
  /* Filter section */
  .filters-wrap {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
    gap: 15px;
  }
  
  .searchdoctorbox {
    width: 100%;
    margin-top: 0;
  }
  
  /* Filter buttons alignment */
  .filters-wrap select {
    width: 100%;
    text-align: center;
  }
  
  /* Forms */
  .attendant-row {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .attendant-row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Form submit buttons alignment */
  .btn-success, .btn-primary {
    width: 100%;
    margin-top: 15px;
  }
  
  /* Footer adjustments */
  footer .row > div {
    margin-bottom: 30px;
  }
  
  .footerabout {
    padding-right: 0;
  }
  
  /* Footer button alignment */
  .social-icons {
    justify-content: flex-start;
    margin-top: 15px;
  }
  
  /* Excellence section */
  .healthCarouselbdr {
    border-right: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  /* International patients section */
  .international-patients button {
    min-width: 48%;
    margin-bottom: 10px;
  }
  
  /* International patients buttons alignment */
  .international-patients .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  
  /* Cost list table */
  .eael-data-table thead tr th {
    padding: 15px 10px;
    font-size: 14px;
  }
  
  .eael-data-table tbody tr td {
    padding: 8px;
    font-size: 14px;
  }
  
  /* Steps section */
  .steps-grid {
    gap: 10px;
  }
  
  .step-item p {
    font-size: 14px;
  }
  
  /* Hide some non-essential elements on tablet */
  .allservicebtn {
    display: none;
  }
  
  /* Doctor detail page */
  .drdetail {
    padding: 20px;
  }
  
  .drdetail .usernamebox {
    font-size: 18px;
  }
  
  .drdetail .doc-location {
    font-size: 16px;
  }
  
  /* Doctor detail buttons alignment */
  .drdetail .meet-doctor-button {
    width: 160px !important;
    margin: 20px auto 0 !important;
    display: block;
  }
  
  /* Form columns adjustment */
  .age-col {
    flex: 0 0 20.8%;
    max-width: 20.8%;
  }
  .gender-col {
    flex: 0 0 29.2%;
    max-width: 29.2%;
  }
   .mobile-col{
        flex: 0 0 50%;
      max-width: 50%;
    }
  
  /* Card content adjustments */
  .doc-card .doc-expertise .doc-tabs-anchor a {
    font-size: 12px;
  }
  
  /* Ensure proper spacing */
  .meetourexpert, .excellence-section, .assist-section {
    padding: 40px 0;
  }
  
  /* Mobile menu button spacing */
  .navbar-toggler {
    margin-left: 15px;
  }
  
  /* Fixed mobile buttons alignment - 50% width */
  .fmobilebtn {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
  }
  
  .fmobilebtn a {
    flex: 0 0 48%; /* Approximately 50% */
    max-width: 48%;
  }
  
  .btn-needhelp, .btn-chat {
    width: 100%;
    text-align: center;
  }
  
  /* Container for buttons to ensure proper alignment */
  .button-container {
    display: flex;
    justify-content: space-between;
    gap: 4%; /* Creates 2% margin on each side of buttons */
  }
  
  .button-container .btn {
    flex: 0 0 48%; /* Approximately 50% width with 2% gap */
  }
  
    /* Hide some non-essential elements on tablet */
  .allservicebtn {
    display: block;
  }

  
}


/* Doctors Pages Tablet CSS */
@media (min-width: 769px) and (max-width: 1024px) {
  /* General tablet adjustments */
  body {
    font-size: 15px;
  }
  
  /* Header adjustments for tablet */
  .navbar-brand img {
    max-width: 180px;
  }
  
  /* Assistance section tablet layout */
  .assist-section .outercontainer {
    flex-wrap: wrap;
  }
  
  .drdetail {
    width: 100% !important;
    padding: 20px !important;
  }
  
  .sliderformbox{
    width: 100% !important;
    padding: 20px !important;
  }
  
  /* Doctor carousel adjustments */
  #testimonialCarousel {
    padding: 0 20px !important;
  }
  
  /* Doctor card adjustments */
  .doctor-card {
    margin: 0 auto;
    max-width: 280px;
  }
  
  /* Costs section adjustments - FIXED */
  .costslist {
    flex-wrap: wrap;
    flex-direction: column;
  }
  
  .costslisttable {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 30px;
  }

  
  /* Costs table adjustments */
  .eael-data-table {
    font-size: 14px;
    width: 100%;
  }
  
  .eael-data-table th, 
  .eael-data-table td {
    padding: 10px 12px;
  }

  
  /* Text adjustments */
  h2 {
    font-size: 24px;
  }
  
  /* Content spacing adjustments */
  .container.px-4.py-4 {
    padding: 20px !important;
  }
  
  /* Note text adjustment */
  p[style*='color: #29819C;'] {
    font-size: 14px;
    margin-top: 15px;
  }



}

/* Additional adjustments for smaller tablets */
@media (min-width: 769px) and (max-width: 900px) {
  .drdetail {
    padding: 15px !important;
  }
  
  .costslisttable {
    width: 100% !important;
  }

  
  .eael-data-table {
    font-size: 13px;
  }
  
  h2 {
    font-size: 22px;
  }
  

}


/* Visa Form Tablet Styles (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  #patientModal .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
  
  #patientModal .modal-content {
    padding: 15px;
  }
  
  #patientModal .modal-header {
    padding: 12px 15px;
  }
  
  #patientModal .modal-title {
    font-size: 16px !important;
  }
  
  #patientModal .modal-body {
    padding: 15px;
  }
  
  /* Form adjustments */
  #patientModal .form-container {
    padding: 20px 15px;
  }
  
  #patientModal .form-row {
    margin-right: -8px;
    margin-left: -8px;
  }

  
  #patientModal .form-control {
    padding: 8px 12px;
    font-size: 14px;
  }
  
  #patientModal label {
    font-size: 13px;
    margin-bottom: 4px;
  }
  
  
  #patientModal .remove-attendant {
    padding: 6px 8px;
    font-size: 14px;
  }
  
  /* Button adjustments */
  #patientModal #addAttendant {
    padding: 6px 12px;
    font-size: 13px;
    margin-bottom: 15px !important;
  }
  
  #patientModal .btn-visasend {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  #patientModal .modal-footer {
    padding: 12px 15px;
  }
  
  #patientModal .modal-footer .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  /* File upload adjustment */
  #patientModal .form-control-file {
    font-size: 13px;
  }
  
  /* Textarea adjustment */
  #patientModal textarea.form-control {
    min-height: 80px;
    font-size: 14px;
  }
  
  /* Select dropdown adjustment */
  #patientModal select.form-control {
    padding: 8px 12px;
    font-size: 14px;
  }
}

/* Additional optimization for smaller tablets (768px - 900px) */
@media (min-width: 768px) and (max-width: 900px) {
  #patientModal .modal-dialog {
    max-width: 95%;
  }
  
  #patientModal .ptfullname{
      flex: 0 0 50%;
      max-width: 50%;
  }
   #patientModal .ptpassportno{
      flex: 0 0 25%;
      max-width: 25%;
  }
   #patientModal .ptdob{
      flex: 0 0 25%;
      max-width: 25%;
  }
  #patientModal .attfullname{
    flex: 0 0 45%;
    max-width: 45%;
  }
  #patientModal .attpassportno{
    flex: 0 0 25%;
    max-width: 25%;
  }
   #patientModal .attdob{
    flex: 0 0 25%;
    max-width: 25%;
  }

  
  #patientModal .remove-attendant {
    margin-top: 5px;
  }
}

/* Landscape tablet optimization */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #patientModal .modal-dialog {
    max-width: 85%;
  }

}


/***** END Tablet ****/ 
/***** END Tablet ****/
