




* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
}
.headerText {
  font-family: fangsong;
  cursor: pointer;
}
.items {
  font-family: fangsong;
}
.activeLink {
  color: #00bcd4;
}
.nav-link:hover {
  color: #00bcd4;
}
.nav-link {
  font-size: 25px;
}
.btn-custom {
  color: white;
  background-color: #00bcd4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1.8rem;
  font-weight: 700;
  width: 300px;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1.8;
}
.navbar {
  background-color: #ebebeb;
  --bs-navbar-padding-y: 0;
}
.navbarContainer {
  max-width: 1650px;
}
.row {
  margin: 0;
  padding: 0;
}
.container-fluid {
  padding: 0;
  margin: 0;
}
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}
.btn-ViewDental {
  color: #00bcd4;
  background-color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1.8rem;
  font-weight: 700;
  width: 300px;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1.8;
  display: flex;
  justify-content: center;
}
.btn-custom1 {
  color: white;
  background-color: #00bcd4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1.8rem;
  font-weight: 700;
  width: 300px;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1.8;
  display: flex;
  justify-content: center;
}

.form-control {
  
  /* border: transparent; */
  border-bottom: 1px solid gray !important;
  /* background-color: transparent; */
  padding: 00;
  color: rgba(15, 12, 12, 0.7) !important;
  font-size: 22px;
}
form {
  padding: 30px;
  position: relative;
}
label {
  font-weight: 600;
  font-size: 23px;
}
::placeholder {
  color: rgba(21, 20, 20, 0.7) !important;
  text-align: center;
}
.form-control-select {
  border: transparent;
  border-bottom: 1px solid rgba(20, 17, 17, 0.4) !important;
  background-color: transparent;
  padding: 00;
  color: rgba(17, 17, 17, 0.7) !important;
  font-size: 22px;
}
.form-control-textarea {
  height: inherit !important;
  padding: 12px 0 0 15px;
  border: 1px solid rgba(11, 5, 5, 0.4) !important;
}
#submit {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #00bcd4 !important;
}

.offersDiv {
  background-color: white;
}

.offericons {
  color: #00bcd4;
  font-size: 100px;
}
.offertext {
  font-size: 20px;
  color: rgb(143, 143, 143);
}
.iconsServices {
  background-color: #00bcd4;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}
.iconsServices span {
  font-size: 64px;
  line-height: 1.2;
  position: absolute;
  top: 14%;
  left: 19%;
}
.servicesTextInner {
  color: black;
}
.innerServiceDivs {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.iconsServices span {
  color: white;
}
.textSection3 {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .section3Divs {
    flex: 0 0 auto;
    width: 30.333333%;
  }
}
.card-text {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  color: #999999;
}
.marginBotton {
  margin-bottom: 7rem !important;
}
.cardDRPosition {
  color: #00bcd4;
}
.blueStrip {
  background-image: url("../images/bg_1cpy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-custom2 {
  color: #00bcd4;
  background-color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 1.8rem;
  font-weight: 700;
  width: 300px;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1.8;
  display: flex;
  justify-content: center;
}
.ManagersName {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.storiesImage .img-fluid{
padding: 3%;
}
.textOnImageStories {
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.216);
  color: #404040;
  display: none;
}
.storiesImage:hover .textOnImageStories {
  display: block;
}
.titleBlogs:hover {
  color: #00bcd4;
}

li div h4 {
  color: #999999;
  cursor: pointer;
}
.pricingPlans:hover {
  background-color: white;
}
.pricingPlans {
  transition: all 0.3s ease;
}
.footer {
  background-image: url("../images/bg_2ccpy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.colorOverImage {
  background-color: #00bbd4c0;
}
.textinfooter {
  color: white;
}

ul li {
  display: flex;
  justify-content: flex-start;
}
.miniBlogFooter:hover {
  cursor: pointer;
  color: #0d6efd;
}
.lastFooter {
  background-color: #00bcd4;
}
.offersDiv {
  display: flex;
}

@media screen and (min-width: 1400px) {
  .blogsContainer {
    max-width: 2132px;
  }
  .footerContainer {
    max-width: 2033px;
  }
}
@media screen and (max-width: 1400px) {
  .offersDiv {
    display: block;
  }
}

.imageQualifiedDoc {
  background-image: url("../images/bg_2ccpy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imageQualifiedDocInner {
  background-color: rgba(0, 0, 0, 0.511);
  display: flex;
  align-items: center;
  height: 40vh;
}
.imageQualifiedAnkerTag {
  color: white;
  text-decoration: none;
  font-size: 35px;
}
.imageQualifiedAnkerTag:hover {
  color: #00bcd4;
}
.InnerImageQualified2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* card css */ main.cards {
  display: flex;
  padding: 32px;
  margin-left: 12%;
  height: 100%;
  width: 100%;
}

main.cards section.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  max-height: 468px;
  height: 100%;
  width: calc(33.33% - 32px); /* Adjust width for three cards in a row, accounting for margin */
  margin-left: 32px;
}

main.cards section.card:first-child {
  margin-left: 0;
}

main.cards section.card .icon {
  width: 80px;
  height: 80px; /* Adjust height to maintain aspect ratio */
  overflow: hidden; /* Prevent overflow */
}

main.cards section.card img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove bottom space */
}

main.cards section.card h3 {
  font-size: 100%;
  margin: 16px 0;
}

main.cards section.card span {
  font-weight: 300;
  max-width: 240px;
  font-size: 80%;
  margin-bottom: 16px;
}

main.cards section.card button {
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 32px;
  border: 0;
  cursor: pointer;
  font-size: 80%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}

main.cards section.card.contact button {
  background: linear-gradient(to right, #9F66FF, #DFCBFF);
}

main.cards section.card.shop button {
  background: linear-gradient(to right, #3E8AFF, #BBDEFF);
}

main.cards section.card.about button {
  background: linear-gradient(to right, #FE5F8F, #FFC7D9);
}

main.cards section.card.contact {
  box-shadow: 20px 20px 50px -30px #DBC4FF;
}

main.cards section.card.shop {
  box-shadow: 20px 20px 50px -30px #AFD6FF;
}

main.cards section.card.about {
  box-shadow: 20px 20px 50px -30px #FFC1D5;
}

@media screen and (max-width: 720px) {
  main.cards {
      flex-direction: column;
  }

  main.cards section.card {
      width: 100%; /* Full width on mobile */
      margin-left: 0;
      margin-bottom: 32px;
  }

  main.cards section.card:last-child {
      margin-bottom: 0;
  }

  main.cards section.card button {
      font-size: 70%;
  }
}





/*  card csss */

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

.card1 
{
	position: relative;
	width: 300px;
	height: 380px;
	background: #0000;
	display: flex;
	box-shadow: 0 15px 45px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: 0.5s ease-in-out;
}
.card1:hover 
{
	width: 600px;
}
.card1 .imgBx 
{
	position: relative;
	min-width: 300px;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.card1 .imgBx  img 
{
	max-width: 250px;
	transition: 0.5s ease-in-out;
}
.card1:hover .imgBx  img 
{
	transform:  translateX(-50px);
}
.card1 .details 
{
	position: absolute;
	left: 0;
	width: 300px;
	height: 100%;
	background: #4ba9e9;
	display: flex;
	justify-content: center;
	padding: 20px;
	flex-direction: column;
	transition: 0.5s ease-in-out;
}
.card1:hover .details 
{
	left: 300px;
}
.card1 .details::before 
{
	content: '';
	position: absolute;
	left: 0px;
	width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
	z-index: 1;
}
.card1 .details h3 
{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1em;
}
.card1 .details h3 span 
{
	font-size: 0.65em;
	font-weight: 300;
	opacity: 0.85;
	text-transform: none;
}
.card1 .details h4 
{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 10px;
}
p 
{
	color: #fff;
	font-size: 0.8em;
	opacity: 0.85;
}
.size 
{
	display: flex;
	gap: 10px;
}
.size li 
{
	list-style: none;
	color: #fff;
	font-size: 0.9em;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	cursor: pointer;
	font-weight: 500;
	opacity: 0.5;
}
.size li:hover 
{
	background: #fff;
	color: #4ba9e9;
	opacity: 1;
}
.group 
{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
}
.card1 .details h2 
{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2em;
}
.card1 .details h2 sup 
{
	font-weight: 300;
}
.card1 .details h2 small 
{
	font-size: 0.75em;
}
.card1 .details a 
{
	display: inline-flex;
	padding: 10px 25px;
	background: #fff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #4ba9e9;
}





.operation:hover{
  box-shadow: 0px 0px 5px black;
  z-index: 1;
}


.copyright{
  text-decoration: underline;
  
}
.copyright:hover{
  color: rgba(71, 71, 247, 0.961);
}

.schedule:hover{
        color: white;
}



.contact{
  width:95vw;
  display: flex;
  position: fixed;
  left: 10px;
  bottom: 5px;
margin: 8px;
  justify-content: space-between;
}

.formcontact{


 
  display: flex;
  justify-content: space-between;
   position: absolute;
  bottom: 25px;
  left: 2px;
  right: 5px;
  

}