@media only screen and (min-width: 1921px) {
}
@media only screen and (max-width: 1832px) {
}
@media only screen and (max-width: 1799px) {
}
@media only screen and (max-width: 1699px) {
}

@media only screen and (max-width: 1599px) {
  :root {
    --c2c-container: 1360px;
    --fs-72: 68px;
    --fs-64: 60px;
    --fs-58: 54px;
    --fs-48: 42px;
    --fs-40: 36px;
    --fs-32: 28px;
    --fs-24: 22px;
    --fs-20: 18px;
  }
  /* .hero-doctor-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
} */
}
@media only screen and (max-width: 1535px) {
}
@media only screen and (max-width: 1499px) {
  .doctor-header .navbar-nav {
    grid-gap: 14px;
  }
}
@media only screen and (max-width: 1439px) {
  :root {
    --c2c-container: 1200px;
    --fs-72: 60px;
    --fs-64: 56px;
    --fs-58: 50px;
    --fs-48: 38px;
    --fs-40: 34px;
    --fs-32: 26px;
    --fs-24: 22px;
    --fs-20: 18px;
    --fs-16: 15px;
  }
}
@media only screen and (max-width: 1399px) {
}
@media only screen and (max-width: 1365px) {
}
@media only screen and (max-width: 1299px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
}
.quick-links {
    min-width: 150px;
}
}
@media only screen and (max-width: 1199px) {
  :root {
    --c2c-container: 90%;
    --fs-72: 58px;
    --fs-64: 50px;
    --fs-58: 44px;
    --fs-48: 34px;
    --fs-40: 30px;
    --fs-32: 24px;
    --fs-24: 20px;
    --fs-20: 17px;
    --fs-16: 14px;
  }
  .pt-120 {
    padding: 100px 0 0;
  }
  .py-100 {
    padding: 80px 0;
  }
  .hero-content {
    grid-gap: 100px;
  }
  .doctor-header .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 86px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(7px);
  }
  .doctor-header .nav-link{
    border-bottom: 1px solid #00000045;
  }
  
  .doctor-header .navbar-collapse .navbar-nav {
    width: 90%;
  }
  .doctor-header .navbar-nav {
    grid-gap: 0;
    margin: 0 auto;
  }
  .navbar-nav a{
    color: #5c5f63 !important;
  }
  .doctor-header .navbar {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(7px);
  }
  .about-us-grid {
    grid-gap: 40px;
    grid-template-columns: 480px 1fr;
  }
  .service-card {
    padding: 34px;
  }
  .services-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 18px;
  }
  .video-grid {
    grid-gap: 18px;
  }
  .review-grid-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
  /* .hero-doctor-image img {
    height: 550px;
  } */
}
@media only screen and (max-width: 1023px) {
  :root {
    --c2c-container: 90%;
    --fs-72: 52px;
    --fs-64: 44px;
    --fs-58: 40px;
    --fs-40: 28px;
    --fs-32: 24px;
    --fs-24: 18px;
    --fs-20: 16px;
    --fs-16: 14px;
  }
  .hero-content {
    grid-gap: 40px;
    grid-template-columns: 1fr 320px;
    top: 0;
    /* height: calc(100vh - 312px); */
  }
  .hero-bg {
 
  }
  .clinic-env-grid {
    column-count: 2;
  }
      /* .hero-doctor-image img {
        height: 480px;
    } */
     .hero-bg .cc-container , .hero-bg  .hero-content {
      height: 100%;
     }
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding: 80px 0 0;
  }
  .py-100 {
    padding: 70px 0;
  }
  .services-main {
    padding: 70px 0;
  }
  .counter-grid .extra-line {
    display: none;
  }
  .counter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .counter-grid .counter-card:nth-child(1),
  .counter-grid .counter-card:nth-child(5) {
    border-right: 1px solid; /* or whatever style you prefer */
  }
  .counter-grid .counter-card:nth-child(1),
  .counter-grid .counter-card:nth-child(3) {
    border-bottom: 1px solid; /* or whatever style you prefer */
    padding-bottom: 10px;
  }
  .counter-grid .counter-card:nth-child(5) h2,
  .counter-grid .counter-card:nth-child(7) h2 {
    padding-top: 10px;
  }
  .about-us-grid {
    grid-gap: 20px;
    grid-template-columns: 390px 1fr;
  }
  .about-doctor a {
    margin-top: 16px;
  }
  .header-title p,
  .services-main h2,
  .our-clients .header-title h2,.hospital-attachments-main h2,
.contact-form-header {
    margin-bottom: 20px;
  }
  .social-media-links, .social-media-main {
    grid-gap: 18px;
    justify-content: start;
}
}
@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 767px) {
  :root {
    --c2c-container: 90%;
    --fs-72: 46px;
    --fs-64: 38px;
    --fs-58: 36px;
    --fs-48: 26px;
    --fs-40: 24px;
    --fs-32: 22px;
    --fs-24: 16px;
    --fs-20: 16px;
    --fs-18: 14px;
    --fs-16: 14px;
  }
  .pt-120 {
    padding: 60px 0 0;
  }
  .py-100 {
    padding: 60px 0;
  }
  .services-main {
    padding: 60px 0;
  }
  .counter-grid {
    padding: 28px 28px;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    top: 100px;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }
  .hero-bg {
    overflow-y: hidden;
  }
  .hero-doctor-image img {
    width: 250px;
    /* height: 350px; */
    object-fit: cover;
    object-position: top;
  }
  .hero-details {
    height: auto;
  }
  .hero-details h4,
  .hero-details p {
    margin-bottom: 16px;
  }
  .about-us-grid {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .about-doctor span {
    margin-bottom: 16px;
    width: 150px;
  }
  .header-title {
    grid-gap: 8px;
  }
  .header-title p {
    max-width: 100%;
  }
  .review-grid-main {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .hospital-grid {
    grid-template-columns: 1fr;
    grid-gap: 18px;
}
.form-grid {
    grid-gap: 18px;
    grid-template-columns: 1fr;
}
.contact-form form {
    grid-gap: 18px;
}
.footer-grid{
  grid-template-columns: 1fr;
  grid-gap:18px;
}
.footer-right {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}
.footer-main hr {
  margin: 48px 0;
}
.cc-copyright {
    position: absolute;
    bottom: 74px;
    right: 20px;
    z-index: 3;
}
.whatsapp-icons {
    position: fixed;
    bottom: 60px;
    right: 34px;
    z-index: 4;
    left: auto;
}

}
@media only screen and (max-width: 575px) {
  .header-button {
    display: none;
  }
  .counter-grid p {
    margin-top: 4px;
  }
  .custom-modal .modal-content {
    padding: 20px;
  }
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .services-image {
    height: 60px;
    width: 60px;
  }
  .clinic-env-grid {
    column-count: 1;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .location-card {
    grid-gap: 10px;
    padding: 10px;
}
.location-card iframe{
  height: 270px;
}
.cc-copyright {
    bottom: 110px;
}
.footer-terms {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap:12px;
}
}

@media only screen and (max-width: 480px) {
  :root {
    --c2c-container: 90%;
    --fs-72: 40px;
    --fs-64: 30px;
    --fs-58: 28px;
    --fs-48: 22px;
    --fs-40: 20px;
    --fs-32: 20px;
    --fs-24: 15px;
    --fs-20: 14px;
  }
  .pt-120 {
    padding: 40px 0 0;
  }
  .py-100 {
    padding: 40px 0;
  }
  .services-main {
    padding: 40px 0;
  }
  .counter-grid {
    padding: 16px;
  }
  .our-doctor-card img {
    height: 300px;
  }
  .service-card {
    padding: 18px;
    grid-gap: 18px;
  }
}
@media only screen and (max-width: 398px) {
  :root {
    --fs-20: 14px;
  }
  .footer-right {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
}
}
@media only screen and (max-width: 384px) {
  :root {
    --fs-16: 12px;
  }
}
@media only screen and (max-width: 374px) {
  :root {
    --fs-14: 12px;
  }
}
