*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
}
a{
	text-decoration: none;
}
/*-----------------header--------------------*/
.header-top {
	display: flex;
	justify-content: space-evenly;
	padding: 10px;
}
.header-first {
	background: #cf6265;
	padding: 10px;
}
.header-top a {
	color: white;
	font-size: 16px;
	font-weight: 400;
}
.header-top .md.hydrated {
	color: white;
}
.header-top div {
	display: flex;
	align-items: center;
	gap: 15px;
}



.navigation-links-heads {
    display: flex;
    justify-content: center;
    gap: 65px;
    background: #96775f;
    padding: 16px;
}
.navigation-links-heads a{
	color: #fff;
}
/*----------section-first-------------------------*/
section{
	display: block;
	width: 100;
}
.banner img {
	width: 100%;
}
.banner-section {
	position: relative;
}
.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner-text h1 {
	font-size: 75px;
	font-weight: 600;
	color: #96775F;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.banner-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 20px;
}
.banner-text button{
	padding: 15px 30px;
	border-radius: 4px;
	background: #3F4662;
	color: white;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: 'Roboto', sans-serif;;
}
/*------------counter-------------*/
	@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");

* {
  box-sizing: border-box;
}
.counter-section {
  background-color: #3E4562;
  color: #fff;
  font-family: "Roboto Mono", sans-serif;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 98%;
  margin: auto;
  border-radius: 10px;
  margin-top: 50px;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 50px;
  text-align: center;
}

.counter {
	font-size: 42px;
	font-weight: 500;
	color: #CF6265;
	line-height: 80px;
}
.counter-container span {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}
/*---------slider----------------*/
.slider-under-part {
	display: flex;
	background: white;
	box-shadow: 0px 0px 5px 0px;
}
.slider-heading h2 {
	font-size: 37px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}
.slider-heading p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.slider-under-part img {
	width: 146px !important;
	height: 174px !important;
}
.slider-under-part h4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.slider-under-part p {
	font-size: 12px;
	margin-bottom: 8px;
}
.slider-under-part div {
	width: 50%;
	padding: 0 20px;
}
.slider-under-part {
	display: flex;
	background: white;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin: 0 5px;
	padding: 10px 0;
}
.slider-under-part h4::before {
	content: "";
	height: 2px;
	width: 41px;
	background: red;
	display: block;
	margin: 15px 0 20px 0;
}
.slider-section {
	max-width: 85%;
	margin: auto;
	padding: 50px 0;
}
.owl-prev {
	position: absolute;
	left: -5px;
	top: 26%;
}
.owl-next {
	position: absolute;
	right: -5px;
	top: 26%;
}
.owl-nav span {
	font-size: 50px;
	font-weight: 100 !important;
}
.owl-dots {
	display: none;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
	margin-top: 50px;
}
/*--------treatment-----------------------*/
.treatment-text-heading p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.7rem;
	margin-bottom: 20px;
}
.treatment-text-heading h2 {
	font-size: 37px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.treatment-text-heading {
	background: #F6F7FB;
	padding: 60px 0;
}
.treatment{
	position: relative;
}
.doctor-stethscop {
	position: absolute;
	right: 0;
	top: 56px;
	z-index: 999;
}
.tratment-available {
	display: flex;
}
/*.tratment-setup {
	background: #d27073;
}*/
.tratment-setup {
	background-image: url(image/placeholder.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 !important;
	position: relative;
}
.tratment-setup::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #cf6f73;
	position: absolute;
	top: 0;
	opacity: 0.9;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

}
.tratment-available {
	display: flex;
	opacity: 3.1;
	z-index: 9;
	position: relative;
	text-align: center;
	gap: 20px;
	width: 98%;
	margin: auto;
}
.tratment-setup h3 {
	font-size: 23px;
	font-weight: 500;
	color: white;
	text-align: center;
}
.tratment-available p {
	font-size: 14px;
	text-align: center;
	color: white;
}
.tratment-setup:hover::after {
	background: #4f5570;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
/*-----------footer----------------*/
.bottom-flex {
	display: flex;
	max-width: 85%;
	margin: auto;
	position: relative;
	z-index: 99;
}
.bottom-icon {
	display: flex;
	gap: 10px;
	margin: 7px 0;
	align-items: center;
}
.footer-bg {
	background-image: url(image/newsletter-bg.jpg);
	position: relative;
	padding-top:60px ;
	padding-bottom: 20PX;
}
/*.bottom-flex div {
	width: 33%;
}*/
.bottom-flex img {
	width: 359px !important;
	background: white;
	padding: 10px;
	border-radius: 5px;
}
.footer-bg::after {
	content: "";
	background: #383F5A;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	opacity: 0.9;
	left: 0;
}
.bottom-flex {
	display: flex;
	max-width: 85%;
	margin: auto;
	position: relative;
	z-index: 99;
	gap: 5px;
}
.bottom-flex h2 {
	color: white;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
.bottom-flex p {
	color: white;
	font-size: 16px;
	line-height: 1.7rem;
}
.footer1 {
	width: 33%;
}
.bottom-flex a {
	color: white;
	font-size: 16px;
	line-height: 1.7rem;
}
.bottom-flex .md.hydrated {
	color: white;
	font-size: 25px;
}
.footer1 {
	width: 33%;
}
.footer2 {
	width: 33%;
}
iframe {
	width: 100%;
	height: 100%;
}
.bottom-bar p {
	text-align: center;
	margin-bottom: 20px;
	color: white;
	font-size: 16px;
	font-weight: 400;

}
.bottom-bar {
	background: #3e4562;
	padding: 20px 0;
}
.fixed-phone {
	width: 60px;
	height: 60px;
	background: #96775F;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	z-index: 999999999999999999999999 !important;
}
.fixed-phone .md.hydrated {
	height: 60px;
	font-size: 28px;
	z-index: 999999999999999999999999 !important;
}
.fixed-phone {
	position: fixed;
	bottom: 30%;
	right: 50px;
}
.phone-fix-bottom {
	background: #cf6265;
	padding: 20px;
	text-align: center;
	display: none;
}
.phone-fix-bottom a {
	color: white;
	display: flex;
	gap: 50px;
	justify-content: center;
	/* display:  */
}
.fixed-phone ion-icon.md.hydrated {
    color: white;
}
.phone-fix-bottom a{
	font-size: 28px;
	/* justify-content: revert; */
}
button a {
    color: white;
}
button a {
    color: white;
}



@media(max-width: 930px){
	.banner-text h1 {font-size: 50px;}
	.counter-section {display: grid;grid-template-columns: repeat(3,1fr);}
	.treatment-text-heading h2 {font-size: 26px;margin-bottom: 10px;}
	.treatment-text-heading p {font-size: 14px;line-height: 1.4rem;}
	.treatment-text-heading{padding: 45px 0;}
	.tratment-available {display: block;}
	.tratment-available {display: block;}
	.footer1 {width: 100%;}
	.footer2 {width: 100%;}
	.footer3 {width: 100%;}
	.bottom-flex{display: block;}

}
@media(max-width: 650px){
	.counter-section {display: grid;grid-template-columns: repeat(1,1fr);}
	.banner-text h1 {font-size: 25px;margin-bottom: 0;}
	.banner-text h1 br{display: none;}
	.banner-text p {font-size: 12px;font-weight: 400;line-height: 1.2rem;margin-bottom: 10px;}
	.banner-text button{padding: 10px 10px;font-size: 13px;}
	.slider-heading h2{font-size: 24px;}
	.banner-text{left: 38px;}
	.counter-container{margin: 15px 40px;}
	.header-top a{font-size: 13px;}
	.phone-fix-bottom{display: block;position: fixed;bottom: 0;left: 0;
		right: 0;z-index: 99999999999;opacity: 12;}
	.banner-text {left: 40%;}
	.header-top{display: block;text-align: center;}
	.header-top div{display: block;}
	.bottom-flex img {width: 260px !important;}
	.phone-fix-bottom a {display: flex;gap: 5px;justify-content: center !important;}

}
@media(max-width: 400px){
	.banner-text {position: absolute;top: 8%;left: 27px; transform: none; }
	.banner img {width: 100%;height: 220px;}
	.doctor-stethscop {right: 0;top: 260px;z-index: 999;}
	.doctor-stethscop img{width: 110px;}
	.bottom-flex img {width: 200px !important;}
	.phone-fix-bottom a {font-size: 20px;}
}

@media (max-width: 580px) {
  .counter-section {
    flex-direction: column;
  }
  .navigation-links-heads {
	font-size: 15px;
    gap: 12px;
}
.navigation-links-heads a {
    font-size: 14px;
}
}
