@media screen and (max-width: 576px) {
}

/* desktop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }
}

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

/* Tabs */

@media (max-width: 768px) {
  .mob-none {
    display: none;
  }

  .banner-carousel .item {
    height: 70vh;
  }

  .header {
    background-color: #d0b6d6 !important;
  }

  .navbar .navbar-brand img {
    width: 90px;
  }

  .nav-top-only-mob {
    background-color: #655674;
    color: #fff;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    padding: 2px 0;
  }

  .nav-top-only-mob a {
    color: #ffff;
    padding: 5px;
    font-size: 14px;
  }

  .navbar {
    padding: 0px 0px !important;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .navbar > .container {
    padding: 15px 10px;
  }

  .banner-title {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.4;
  }

  .banner-slide-1 {
    background-image: url("../images/new-slides/mob-banners/womens-health-generations-clinic.webp");
    text-align: center;
  }

  .banner-slide-2 {
    background-image: url("../images/new-slides/mob-banners/three-generations-health.webp");
    text-align: center;
  }

  .banner-slide-3 {
    background-image: url("../images/new-slides/mob-banners/radiant-motherhood-clinic.webp");
    text-align: center;
  }

  .knw-more {
    background-color: #884a96;
    padding: 5px 12px;
    font-size: 14px;
    margin-top: 10px;
  }

  .banner-sub-text {
    font-size: 18px;
    display: none;
  }

  .title-small {
    font-size: unset;
  }

  .banner-mobile-only {
    position: absolute !important;
    top: 36px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center;
  }

  .only-btn-mob {
    position: absolute !important;
    bottom: 42px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center; /* center content inside */
  }

  .banner-carousel .owl-dots {
    bottom: 10px;
  }

  .all-services .services-section h3 {
    color: #4d2973;
    font-size: 1.8rem;
  }

  .all-services .services-section h5 {
    color: #884a96;
    font-size: 1.15rem;
  }
  .all-services {
    padding: 30px 0;
  }

  .about-jayashree {
    padding: 20px;
  }

  .ag {
    padding: 20px;
  }

  .ag h3 {
    font-size: 1.8rem;
  }

  .welcome-section {
    padding: 20px;
  }

  .testimonial {
    padding: 10px;
    margin: unset;
  }

  .testimonals-title h3 {
    font-size: 1.8rem;
    margin-bottom: unset;
    text-align: center;
  }

  .social-item {
    text-decoration: none;
    width: 50px;
    height: 50px;
  }
  .whatsapp i {
    font-size: 25px;
  }

  #tapToTop {
    bottom: 100px;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .clinic-overview {
    padding: 60px 20px;
  }

  .clinic-overview .title-for-all {
    font-size: 30px;
  }

  .cta-title p {
    font-size: 20px;
    text-align: center;
  }

  .cta-title h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
  }

  .border-cta {
    font-size: 14px;
  }

  .cta-for-clinic .mob-cta-img {
    width: 80% !important;
    margin: 0 auto;
  }

  .doctor-jayshree .title-for-all {
    font-size: 20px;
    padding-top: 20px;
  }

  .doctor-jayshree img {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .current-affiliations {
    padding: 0px 0px;
    padding-bottom: 40px;
  }

  .clinic-team h3 {
    font-size: 28px;
  }

  .Aesthetic_Gynaecology {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .title-aesthetic_gynaecology p {
    padding: 10px 20px;
  }

  .contact-header p br {
    display: none;
    padding: 10px 20px;
  }

  .contact-header p {
    padding: 10px 20px;
  }

  .nav-contact {
    display: none;
  }

  .btn-book {
    padding: 4px 8px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 12px;
  }

  .appoint-btn-mob {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .brand-name-nav .brand-title {
    font-size: 2.2rem;
  }

  .nav-top-only-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #655674;
    width: 100%;
    padding: 5px 5px;
  }

  .nav-top-only-mobile a {
    text-transform: uppercase;
  }

  .mob-help-desk {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 500;
  }

  .female-illustration {
    width: 80%;
    margin: 0 auto;
  }

  .ag {
    display: none;
  }

  .ag-mobile {
    display: block;
  }

  .ag-mobile {
    background-color: #b0a0c4;
  }

  .custom-mobile-img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  .mob-ag-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mob-ag-content h3 {
    color: #4d2973;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .mob-ag-content h5{
    color: #884a96;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.3px;
  }

  .doctor-name {
    font-size: 1.5rem;

}

.doctor-profile{
  padding: 40px 0;
}

.doctor-degree,
.doctor-designation,
.doctor-specialization {
    font-size: 1.2rem;
}

.vision-mission {
    padding: 30px 0;
}

.vision-mission::before {
display: none;
}

.ag-services-pills {
    padding-top: unset;

}

.section-title {
    color: #4d2973;
    font-size: 25px;
}

.treatment-content img{
  width: 100% !important;
  height: auto !important;
}
}
