@media screen and (min-width: 1200px) and (max-width: 1400px) {
   
	
}

/* FOR-LG-START */
@media screen and (min-width: 992px) and (max-width: 1199px) {

} 

/*FOR-TABLATE-START*/
@media screen and (min-width: 768px) and (max-width: 991px) {

	


}

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

	.banner-main {
		grid-template-columns: 100%;
		row-gap: 30px;
	}
	
	.thmp-inner {
		order: 2;
	}

	.main-image {
		order: 1;
	}

	.slider-container {
		grid-template-columns: 100%;
	}

	.thumbnail-container {
		display: grid;
		grid-template-columns: repeat(5,1fr);
		overflow-y: hidden;
		overflow-x: auto;
		width: 100%;
		max-height: none;
		scroll-behavior: smooth;
		column-gap: 10px;
		margin-top: 8px;
	}

	.main-image {
		height: 300px;
		width: 100%;
	}

	.nav-button {
		display: block;
	}

	.thumb-prev-button {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.thumbnail {
		width: 100%;
	}

	.thumb-next-button {
		left: initial;
		right: 0 !important;
		top: 50%;
		transform: translateY(-50%);
	}

	.banner-area {
		padding: 40px 0 90px 0;
	}

	.doctor-title h2 {
		font-size: 23px;
	}

	.doctor-title h2 span {
		font-size: 16px;
		font-weight: 700;
	}

	.doctor-box h3 {
		font-size: 14px;
	}

	.doctor-box p {
		font-size: 14px;
	}

	.doctor-box p br {
		display: none;
	}

	.doctor-box {
		grid-template-columns: auto 90px;
	}

	.doctor-box-right img {
		max-width: 90px;
		bottom: -8px;
	}

	.doctor-box {
		column-gap: 15px;
		align-items: flex-end;
		padding-bottom: 0;
	}

	.hero-left-inner1 {
		display: none;
	}

	.hero-inner-title {
		display: block;
	}

	.hero-left-inner2 {
		display: block;
	}

	.hero-inner-title h4 {
		 font-family: "Montserrat", sans-serif;
		font-weight: 700;
		font-size: 16px;
		color: #17433C;
	}

	.hero-inner-title ul {
		display: flex;
		align-items: center;
		column-gap: 10px;
		margin-top: 5px;
	}
	
	.hero-inner-title ul li {
		font-weight: 400;
		font-size: 12px;
		color:  #161723;
	}

	.hero-inner-item h4 {
		font-size: 14px;
	}

	.hero-inner-item img {
	  	width: 60%;
	}

	.hero-inner-item {
		padding: 20px 0;
	}

	.submit-btn h4 {
		margin-top: 10px;
	}

	.book-item-left h3 {
		font-size: 14px;
	}

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

	.book-item-wrap {
  		grid-template-columns: 58% auto;
  		margin-top: 10px;
	}

	.accordion-box-wrap {
		margin-top: 10px;
	}

	.health-main {
		grid-template-columns: 100%;
	}

	.health-title h2 {
		font-size: 27px;
	}

	.health-title h2 br {
		display: none;
	}

	.health-area {
		padding: 50px 0;
	}

	.health-main {
		row-gap: 30px;
	} 

	.health-item h2 {
		font-size: 41px;
		margin-top: 20px;
	}

	.health-item h4 {
		font-size: 19px;
	}

	.health-item {
		text-align: center;
	}

	.why-main {
		grid-template-columns: 100%;
		row-gap: 40px;
	}

	.why-title h3 {
		font-size: 30px;
	}

	.why-title h2 {
		font-size: 15px;
	}

	.why-item p {
		padding: 0 10px;
	}

	.why-img {
	  padding-top: 10px;
	  padding-left: 10px;
	  padding-right: 10px;
	}

	.why-cnt {
	 	padding: 10px 10px 40px 10px;
	}

	.progress-main {
		grid-template-columns: 100%;
		row-gap: 25px;
	}

	.progress-title h2 {
		font-size: 31px;
	}

	.progress-item-wrap {
		grid-template-columns: 100%;
		row-gap: 40px;
	}

	.progress-item-wrap2 {
	  	margin-top: 100px;
	}

	.ord-2 {
		order: 2;
	}

	.ord-1 {
		order: 1;
	}

	.progress-item-right h2 {
		font-size: 35px;
	}

	.progress-item-right ul li h5 {
		font-size: 18px;
	}

	.quality-title h2 {
		font-size: 31px;
	}

	.slider-item h4 {
		font-size: 24px;
	}

	.main-content2 .owl-dots {
		position: initial;
	}

	.main-content1 {
		display: none;
	}

	.main-content2 {
		display: block;
	}

	.accordion-title h2 {
		line-height: 47px;
		margin-bottom: 22px;
	}

	.accordion-area {
		padding: 41px 0;
	}
  
  .accordion-container2 .ac-trigger2 {
  	padding: 14px 50px 14px 14px;
  	font-size: 18px;
  }

  .accordion-title p {
  	margin-top: 13px;
  }

  .brand-img2 img {
  	display: block;
  }

  .brand-img1 {
  	display: none;
  }

  .footer-main ul {
  	flex-wrap: wrap;
  	row-gap: 15px;
  	justify-content: center;
  	margin-top: 15px;
  }

  .footer-area {
  	padding: 50px 0;
  }

	
	

 

















 /* mobil */

}




		
		         
