@import url(https://db.onlinewebfonts.com/c/bf9f5d50c1b928ff21436517a1a95ad9?family=Proxima+Nova);
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');
/*@font-face {
  font-family: optima;
  src: url(../fonts/OptimaNovaLTProRegular.otf);
}
@font-face {
  font-family: neue;
  src: url(../fonts/NeueHaasDisplayLight.ttf);
}
@font-face {
  font-family: futura;
  src: url(../fonts/FuturaLTProBook.otf);
}*/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    overflow-x: hidden;

}

h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;

}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Lato", sans-serif;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #000;
    font-size: 16px;
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3 {
    margin-top: 0;
    font-family: "Lato", sans-serif;
    color: #000;
}


li {
    font-family: "Lato", sans-serif;
    font-size: 17px;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #222;
}



/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
#header {
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.header-top li {
    display: inline-block;
    padding-right: 20px;
}

.header-top-wrap {
    border-bottom: 1px solid #e4f1fb;
    padding: 14px 0;
}

.header-cont-info {
    text-align: right;
    margin-top: -10px;
}

.header-cont-info ul {
    display: inline-flex;
}

.header-cont-info ul li {
    margin-right: 20px;
}

.booknow a {
    background: #c39618;
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 12px !important;
}

li.booknow {
    margin-top: 20px;
}

.header-cont-info li i {
    color: #fff;
    padding-right: 7px;
}

.header-social li a {
    border: 1px solid #faae7b;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    color: #faae7b;
    font-size: 15px;
    padding-top: 10px;
}

.header-social li a:hover {
    background-color: #faae7b;
    color: #fff;
}

.header-social li {
    padding: 0 5px;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #faae7b;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.mainmenu {
    background: #000;
    padding: 10px 0px;
}

.mainmenu.sticky {
    position: fixed;
    z-index: 999;
    /* background: linear-gradient(45deg, #EEDECF, #FFF9F2); */
    background-color: #000;
    padding: 0px 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    padding: 10px 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.logo img {width: 100px;}
.mobileview23 {display: none;}
.call-cta {text-align: center; margin-top: 20px;}
.call-cta a {background: linear-gradient(45deg, black, #dfcc8e); color: #fff; padding: 10px 20px; border-radius: 5px;}

.owl-dots { text-align: center; padding-top: 15px; display: flex; margin: auto; justify-content: center; }
.owl-dots .owl-dot span { width: 10px; height: 10px; padding: 0 5px; margin: 5px 2px; border: none; font-size: 16px; line-height: 16px; position: relative; background: #000; bottom: 0px; display: block; border-radius: 50%; }
.owl-dots .owl-dot.active span { background: #e1cb8e; }
.owl-dot.active span { width: 15px; height: 15px; margin-top: 3px; }
.footerlast {background: #000; padding: 10px 0px;}
.footerlast p {margin: 0px; padding: 0px; color: #fff; font-size: 14px;}
.stick12foot { color: #fff; background: #e1cb8e; padding: 10px 0px; position: fixed; bottom: 0; width: 100%; display: none; z-index: 99999999; text-align: center; }

@media (max-width: 480px) {
 .mainmenu {height: 100px;} 
.header-cont-info {display: none;}

.mobileview23 {display: block;}
.mobileview23 {
        display: flex;
        position: absolute;
        right: 23px;
        top: 25px;
        z-index: 1;
        gap: 10px;
    }

    .header-cont-info1 a {
        display: block;
        color: #fff;
        padding: 15px;
        border-radius: 4px;
        font-weight: 400;
        background: #e1cb8e;
        text-align: center;
        font-size: 20px;
    }

    .call-cta a {display: block;}
    .stick12foot { display: block; }
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/

/* Section */
.hero-area {
  padding: 60px 0;
  background: #fff;
}

/* Left Content */
.herilefit h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

.herilefit h1 span {
  color: #c39618;
}

/* List */
.herilefit ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.herilefit ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

/* Icon */
.herilefit ul li i {
  color: #e1cb8e;
  margin-right: 10px;
  font-size: 18px;
}

/* Button */
.hero1bt3n a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}

/* WhatsApp icon */
.hero1bt3n a i {
  margin-right: 8px;
}

/* Hover */
.hero1bt3n a:hover {
  background: #e1cb8e;
  color: #000;
}

/* Right Image */
.heroright img {
  border-radius: 12px;
  width: 100%;
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 992px) {
  .hero-area {
    padding: 60px 0;
  }

  .herilefit h1 {
    font-size: 34px;
  }

  .herilefit ul li {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-area {
    padding: 10px 0;
  }

  .herilefit {
    margin-top: 20px;
  }

  .herilefit h1 {
    font-size: 28px;
  }

 

  .hero1bt3n a {
    width: 100%;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .herilefit h1 {
    font-size: 24px;
  }

  .herilefit ul li {
    font-size: 14px;
  }

  .heroright {margin-top: 20px;}
}

/* Section */
.stats-section {
  background: #f5f5f5;
}

/* Box */
.stats-box {
  background: linear-gradient(135deg, #000, #2c2c2c);
  border-radius: 20px;
  padding: 30px 15px;
  color: #fff;
}

/* Item */
.stat-item {
  padding: 15px 10px;
  position: relative;
}

/* Icon */
.stat-item i {
  font-size: 28px;
  color: #e1cb8e;
  margin-bottom: 10px;
}

/* Text */
.stat-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

/* Vertical Divider (Desktop) */
@media (min-width: 768px) {
  .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background: rgba(255,255,255,0.2);
  }
}

/* Tablet */
@media (max-width: 768px) {
  .stat-item {
    padding: 12px 5px;
  }

  .stat-item i {
    font-size: 24px;
  }

  .stat-item p {
    font-size: 14px;
  }
}

/* Mobile Fix */
@media (max-width: 576px) {
  .row {
    row-gap: 15px;
  }

  .stat-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .stat-item:last-child {
    border-bottom: none;
  }
}

/* Section */
.comparison-section {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Table */
.comparison-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

/* Header */
.comparison-table thead th {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border: none;
}

.brand-col {
  color: #e1cb8e !important;
}

/* Feature Column */
.feature {
  font-weight: 600;
  color: #000;
  width: 22%;
}

/* Cells */
.comparison-table td {
  padding: 15px;
  font-size: 14px;
  color: #444;
  vertical-align: middle;
}

/* Highlight Sarayu Column */
.comparison-table td:nth-child(2) {
  background: rgba(225, 203, 142, 0.08);
  font-weight: 500;
}

/* Row Borders */
.comparison-table tr {
  border-bottom: 1px solid #eee;
}

/* Hover Effect */
.comparison-table tbody tr:hover {
  background: rgba(0,0,0,0.02);
}

/* Responsive (KEEP TABLE SAME, SCROLL) */
.table-responsive {
  overflow-x: auto;
}

/* Tablet */
@media (max-width: 768px) {
  .comparison-table td,
  .comparison-table th {
    white-space: nowrap;
  }

  .comparison-table td {
    font-size: 13px;
    padding: 12px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .comparison-table td {
    font-size: 12px;
  }
}


/* Section */
.about-section {
  background: #fff;
}

/* Image */
.about-img img {
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Content */
.about-content {
  padding-left: 20px;
}

/* Heading */
.about-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-content h2 span {
  color: #e1cb8e;
}

/* Paragraph */
.about-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .about-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .about-content {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .about-content h2 {
    font-size: 24px;
  }

  .about-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-content h2 {
    font-size: 22px;
  }
}

.machine { background: aliceblue; padding: 40px 0px; }
.machine .item { margin:20px 0px; }
/* Section spacing (optional if inside another section) */
.machine2 {
  padding-right: 20px;
}

/* Heading */
.machine2 h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  position: relative;
}

/* Gold underline accent */
.machine2 h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #e1cb8e;
  position: absolute;
  left: 0;
  bottom: -8px;
}

/* Paragraph */
.machine2 p, .machine2 ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-top: 15px;
}
.machine2 ul {list-style: disc; padding-left: 20px;}
.machine2 ul li {margin: 0px;}

/* Image styling */
.machine1 img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

/* Hover effect */
.machine1 img:hover {
  transform: scale(1.03);
}

/* Alignment fix */
.machine1 {
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  .machine2 h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .machine2 {
    padding-right: 0;
    text-align: center;
  }

  .machine2 h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .machine2 p {
    font-size: 14px;
  }

  .machine1 {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .machine2 h3 {
    font-size: 22px;
  }

  .machine2 p, .machine2 ul li {
    font-size: 13px;
    text-align: left;
    
  }
}

/* Section */
.cta-section {
  padding: 20px 0;
  background: #000;
}

/* Box */
.cta-box {
  padding: 20px 20px;
  background: linear-gradient(135deg, #000, #1a1a1a);
  border-radius: 16px;
  border: 1px solid rgba(183, 140, 56, 0.3);
}

/* Text */
.cta-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Button */
.cta-btn {
  display: inline-block;
  background: #b78c38;
  color: #000;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* Hover */
.cta-btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-text {
    font-size: 16px;
  }

  .cta-box {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .cta-text {
    font-size: 15px;
  }

  .cta-btn {
    width: 100%;
  }
}

/* Section */
.beforeafte1r {
  padding: 30px 0;
  background: #f8f8f8;
}

/* Heading */
.sec-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}

/* Underline accent */
.sec-heading::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e1cb8e;
  display: block;
  margin: 10px auto 0;
}

/* Card */
.beforeafter1 {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* Image */
.beforeafter1 img {
 
  border-radius: 16px;
  transition: 0.4s ease;
}

/* Hover effect */
.beforeafter1:hover img {
  transform: scale(1.05);
}

/* Carousel spacing */
.address-carousel .item {
  padding: 10px;
}


/* Responsive */
@media (max-width: 992px) {
  .sec-heading {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .beforeafter {
    padding: 50px 0;
  }

  .sec-heading {
    font-size: 24px;
  }

 
}

@media (max-width: 576px) {
  .sec-heading {
    font-size: 22px;
  }

  .beforeafter1 {
    border-radius: 12px;
  }

 
}

/* Section */
.treatment-section { background: aliceblue; }

/* Heading */
.sec-title {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.sec-desc {
  color: #555;
  max-width: 700px;
  margin: 10px auto 0;
}

/* Card */
.treatment-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

/* Hover */
.treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Image */
.treatment-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Content */
.treatment-content {
  padding: 20px;
}

/* Title */
.treatment-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

/* List */
.treatment-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.treatment-content ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}

/* Gold bullet */
.treatment-content ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #e1cb8e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Responsive */
@media (max-width: 992px) {
  .treatment-card img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .treatment-content {
    padding: 15px;
  }

  .treatment-content h4 {
    font-size: 16px;
  }

  .treatment-content ul li {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .treatment-card img {
    height: 250px;
  }
}

/* Section */
.why-section {
  background: #f7f7f7;
  }

/* Heading */
.why-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

/* Card */
.why-card {
  background: #eef2f0;
  padding: 25px 20px;
  border-radius: 16px;
  text-align: left;
  height: 100%;
  position: relative;
  transition: 0.3s;
}

/* Hover */
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Icon Circle */
.icon-box {
  width: 45px;
  height: 45px;
  background: #e1cb8e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-box i {
  color: #000;
  font-size: 18px;
}

/* Title */
.why-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

/* Text */
.why-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .why-heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .why-card {
    text-align: center;
  }

  .icon-box {
    margin: 0 auto 12px;
  }

  .why-card h5 {
    font-size: 16px;
  }

  .why-card p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .why-heading {
    font-size: 22px;
  }
}

/* Section */
.doctor-section {
  background: #f9f9f9;
}

.doctor-section h2 {margin-bottom: 20px;}

/* Card */
.doctor-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Hover */
.doctor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}



/* Content */
.doctor-content {
  padding: 20px;
}

/* Name */
.doctor-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

/* Subtitle */
.doctor-content h6 {
  font-size: 14px;
  color: #e1cb8e;
  margin-bottom: 15px;
}

/* List */
.doctor-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doctor-content ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

/* Gold bullet */
.doctor-content ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #e1cb8e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Responsive */
@media (max-width: 992px) {
  .doctor-img img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .doctor-content h3 {
    font-size: 20px;
    text-align: center;
  }

  .doctor-content ul li {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .doctor-img img {
    height: 100%;
  }
}

.testim12s {margin-top: 40px; background: aliceblue; padding: 30px 0px;}

/* Testimonial Card */
.testimnone2 {
    background: #fff;
    padding: 25px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 300px;
}

/* Hover */
.testimnone2:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

/* Name */
.testimnone2 h4 {
    color: #3b3d89; font-weight: 500; margin-bottom: 10px; font-size: 18px;
}

/* Stars */
.testimnone2 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: flex;
    gap: 5px;
}

.testimnone2 ul li i {
    color: gold;
    font-size: 14px;
}

/* Text */
.testimnone2 p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}


/* Tablet */
@media (max-width: 991px) {
    .testimnone2 {
        padding: 22px 18px;
    }

    .testimnone2 h4 {
        font-size: 18px;
    }

    .testimnone2 p {
        font-size: 14.5px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .testimnone2 {
        padding: 18px 15px;
    }

    .testimnone2 h4 {
        font-size: 16px;
    }

    .testimnone2 p {
        font-size: 14px;
    }
}

.ourclinic {
  padding: 30px 0;
  background: #f8f8f8;
  margin-top: 20px;
}

.ourclinic1 {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.ourclinic1:hover img {
  transform: scale(1.05);
}

.address-carousel .item {
  padding: 10px;
}

/* Section */
.faq-section {
  background: aliceblue;
}

/* Heading */
.faq-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

/* Accordion Item */
.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* Button */
.accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: #fff;
  box-shadow: none;
  padding: 15px;
}

/* Active Button */
.accordion-button:not(.collapsed) {
  background: #e1cb8e;
  color: #000;
}

/* Arrow icon */
.accordion-button::after {
  filter: brightness(0);
}

/* Body */
.accordion-body {
  font-size: 14px;
  color: #444;
  background: #fff;
  line-height: 1.6;
}

/* Hover */
.accordion-button:hover {
  background: #f3f3f3;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-heading {
    font-size: 26px;
  }

  .accordion-button {
    font-size: 15px;
  }

  .accordion-body {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .faq-heading {
    font-size: 22px;
  }
}


/* Footer */
.footer {
  background: #000;
  color: #fff;
  padding: 30px 0;
}

/* Map */
.fotterleft iframe {
  border-radius: 12px;
  width: 100%;
}

/* Headings */
.fotterleft h3 {
  font-size: 18px;
  font-weight: 600;
  color: #e1cb8e;
  margin-bottom: 10px;
}

/* Text */
.fotterleft p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Icons */
.fotterleft i {
  color: #e1cb8e;
  margin-right: 8px;
}

/* Links */
.fotterleft a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

/* Hover */
.fotterleft a:hover {
  color: #e1cb8e;
}

/* Spacing fix */
.fotterleft {
  padding: 10px 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .fotterleft {
    text-align: center;
  }

  .fotterleft iframe {
    height: 220px;
  }

  .fotterleft h3 {
    font-size: 16px;
  }

  .fotterleft p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .fotterleft iframe {
    height: 200px;
  }
  .sec-title {    font-size: 25px;}
  .doctor-img { text-align: center; }
}

/* Section */
.doctor-highlight {
  background: #000;
  color: #fff;
}

/* Image */
.doctor-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Content */
.doctor-content {
  padding-left: 20px;
}

/* Heading */
.doctor-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.doctor-content h2 span {
  color: #b78c38;
}

/* Name */
.doctor-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Subtitle */
.doctor-content h6 {
  font-size: 14px;
  color: #b78c38;
  margin-bottom: 15px;
}

/* List */
.doctor-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doctor-content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  color: #ddd;
}

/* Gold check bullet */
.doctor-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b78c38;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

/* Responsive */
@media (max-width: 992px) {
  .doctor-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .doctor-highlight {
    text-align: center;
  }

  .doctor-content {
    padding-left: 0;
    margin-top: 20px;
  }
.doctor-content ul {text-align: left;}
  .doctor-content ul li {
    padding-left: 0;
  }

 
}

@media (max-width: 480px) {
  .doctor-content h2 {
    font-size: 24px;
  }

  .doctor-content ul li::before {display: none;}

  .doctor-content h3 {
    font-size: 20px;
  }

  .doctor-content ul li {
    font-size: 13px;
  }
}