.tab-view,
.mobile-view {
  display: none;
}
.desktop-view {
  display: block;
}
@media screen and (max-width: 992px) {
	.home-doctor-slider-main .row-2-2{
	display:block;
}

.home-doctor-slider-main-left{
	width:100%;
}
	.desktop-view{
		display:none;
	}
	.form-top .g-recaptcha{
		transform:scale(0.8);
		margin-left:0;
	}
	.form-top .red-btn{
		margin-top:20px;
	}
	.invisalign .inner-sec-margin{
		width:100%;
		}
		.invisalign-slider .owl-prev,
		.invisalign-slider .owl-next{
			position:initial
	}
	
	.invisalign-slider .owl-nav{
		text-align:center;
	}
	.book-an-appointment-btn{
		width:auto;
		height:40px;
		position: relative;
        z-index: 50;
	}
	.awards-grid{
		grid-template-columns:repeat(3, 1fr);
	}
  .tab-view,
  .blog-grid {
    display: block;
  }
	
.about .container{
	padding: 0 10px;
}
/*   .desktop-view, */
  .service-line,
  .call-to-action::before,
  .call-to-action2::before,
  .call-to-action3::before,
  .test-cont-black {
    display: none;
  }
	.desktop-view img{
		margin:20px 0 10px;
	}
  br {
    display: none;
  }
  .about-cont-head h3{
    min-height: auto;
}
.width60{
    margin-top:2rem;
}
.hdfc {
    width: 250px !important;
    height: auto;
    display: block;
    margin: 20px auto  0px;
}
}

@media (max-width: 768px) {
	.form-top{
		margin-top:50px;
	}
  html {
    font-size: 56.25%; /* This will set the base font size to 9px (56.25% of 16px) */
  }
}
@media (max-width: 768px) {
  html {
    font-size: 56.25%; /* This will set the base font size to 9px (56.25% of 16px) */
  }
}
@media (max-width: 576px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 992px) {
  .menu {
    display: none;
  }
  .menus {
    display: block;
  }
  .menu {
    position: absolute;
    right: 10px;
    top: 75px;
    background-color: var(--white);
    max-width: 280px;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .menu.show {
    display: block;
  }
  .menu-text {
    display: block;
    padding: 0 0 2rem 0;
    text-align: right;
  }
  header .btn {
    display: block;
  }
  .imgbot{
      margin-bottom:2rem;
  }
}
/* body */
@media screen and (max-width: 992px) {
  /* style */
  .row-2-2,
  .row-2-3,
  .doctors-grid {
    display: block;
  }

  .tablet-flex {
    flex-direction: column;
  }
  .title-flex-col {
    align-items: center;
  }
  .table-mb-2 {
    margin-bottom: 2rem;
  }
  .table-mt-4 {
    margin-top: 4rem;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tablet-text-justify {
    text-align: justify;
  }
  /* style */
  .title h1,
  .title h2 {
    text-align: center;
  }

  /* banner */
  .banner {
    height: auto;
    padding: 5rem 0;
  }
  /* banner */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .services-tab {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .life-change-slider.owl-carousel .owl-nav,
  .testimonial-slider .owl-nav {
    position: initial;
  }
  .width30 {
    display: none;
  }
  .width70,
  .width60,
  .width40 {
    width: 100%;
    overflow: hidden;
  }
  .swiper-navigation {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .call-to-action-flex,
  .call-to-action-flex2,
  .blog-grid-width70 {
    width: 100%;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    border: 1px solid var(--headingColor);
    &:hover {
      background: var(--secondaryColor);
      border: 1px solid var(--secondaryColor);
    }
    &:hover img {
      filter: invert(1);
    }
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-prev img,
  .testimonial-slider.owl-carousel .owl-nav button.owl-next img {
    filter: invert(0);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns for mobile */
    grid-template-rows: auto; /* Adjust rows as per content */
    gap: 10px; /* Spacing between grid items */
  }

  .footer-item1 {
    grid-column: 1 / -1; /* Span across both columns, full width */
  }

  .footer-item2 {
    grid-column: 1 / 2; /* Take 50% width */
  }

  .footer-item3 {
    grid-column: 2 / 3; /* Take 50% width */
  }

  .footer-item4 {
    grid-column: 1 / -1; /* Span across both columns, full width */
  }
  .photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog-container-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .blog-page-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .blogs-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .blog-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .form-containertop {
    flex-direction: column;
    gap: 1rem;
  }
  .form-containertop .input-control {
    margin-bottom: 1rem;
  }
  .banner-new-content {
    top: 85%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.595);
    left: 0;
    padding: 2rem 0;
    text-align: center;
  }
	.benefitsection {
   flex-direction:column;
}
}
@media (max-width: 768px) {
  /* style */
	.awards-grid{
		grid-template-columns:repeat(2, 1fr);
	}
  .title h1,
  .title h2,
  .call-2-title h2,
  .blog_heading h1 {
    font-size: 3rem;
  }
  .title-flex-col {
    gap: 2rem;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .section-top {
    margin-top: 6rem;
  }
  .bg-section {
    padding: 2.5rem 0;
  }
  .inner-sec-margin {
    margin-top: 2.5rem;
  }
  .brand-img-list img {
    max-width: 100px;
    height: auto;
  }
  .mobile-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .call-to-action-flex {
    gap: 3rem;
  }
  .doctor-card img {
    margin: 0 auto 2rem;
  }
  .doctor-card p {
    text-align: justify;
  }
  /* body */
  .doctor-card {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .call-to-action-flex,
  .call-to-action-flex2,
  .call-to-action-flex3 {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .test-cont-item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .test-cont-item img {
    display: block;
    margin: 2rem auto;
  }
  .flex-btn-end {
    justify-content: center;
  }
  /* brand */
  .brands-btn {
    border: 1px solid var(--headingColor);
    padding: 1rem 1rem;
    border-radius: 0;
    color: var(--headingColor);
    font-size: 1.6rem;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
  }
  .brands-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0rem;
  }
  /* blog */
  .blog-slider-item img {
    margin: auto;
  }
  /* footer */
  .mobile-none {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .footer-line-flex {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  /* testimonil */
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }
  .before-after-container,
  .blog-grid-3 {
    grid-template-columns: 1fr;
  }
  .mob-top{margin-top:4rem;}
  .popup {

    height: 100vh;

}
}

@media (max-width: 576px) {
  .paragraph {
    font-size: 1.8rem;
  }
  .fontRegular {
    font-size: 2rem;
  }
  .service-point {
    grid-template-columns: repeat(1, 1fr);
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .smile-img {
    width: 20px;
    height: auto;
    margin-left: 10px;
  }
  .title-flex h3 , 
	.titleservice{
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    color: var(--secondaryColor) !important;
}
.title-flex img {
    width: 19px;
    height: auto;
}
.brands-btn {

    width: 50%;
}
.banner-new-content h2 {
    font-size: 3rem;
}
.banner-new-content h3 {
    font-size: 2rem;
}
.logo img {
    width: 150px;
    height: auto;
}
	.awards-grid{
		grid-template-columns:repeat(1, 1fr)
	}
}

