/*Home page style*/



/*carousel*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}











  .home-section-container {
    display: flex;
    width: 90%;
    justify-content: center;
        margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px black;

  }

  .section-elem1 {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #B0DAFF;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

 .section-img {
    width: 100%;
 }

 .section-elem1 img {
    width: 250px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;

 }

 .section-elem1 p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-weight: bold;
 }

 .section-elem1 h2 {
  text-align: center;

 }


  .section-elem2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    width: 100%;
  }

  .section-elem2 a {
    padding: 10px;
    color: #146C94;
    text-decoration: none;
    font-size: 1.2em;
  }

  .section-elem2 a:hover {
    color: #19A7CE;
  }





  #home-about {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
 
 #home-about h3 {
  text-align: center;
 }
  .home-about-container {
    display: flex;
    align-items: center;
  }


  .home-about-container img {
    width: 200px;
  }




@media screen and (min-width: 100px) and (max-width: 1100px) {
    .section-elem1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}



@media screen and (min-width: 100px) and (max-width: 700px) {
  .home-about-container {
    flex-direction: column;
  }
}

@media screen and (min-width: 100px) and (max-width: 700px) {


.home-section-container {
	flex-direction: column;
}


.home-links-divs .home-section-container:nth-child(2n) {
	flex-direction: column-reverse;
}

.section-elem1 {
	margin: 0;
}

.section-elem1 p {
	text-align: center;
}
}
/*
Jumb home
*/



.search-results-page {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}


.home-body {
	background-color: #e9ecef;
}
.home-top {
    background: #e9ecef;
    padding: 15px;

}
.top-cont-container {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: auto;

}

.main-cont {
	width: 700px;
}



.main-cont .card-cont {
	height: 500px
}


.second-cont .card-cont {
	height: 250px
}

.main-cont .card-cont .main-img-cont {
    width: 100%;
    overflow: hidden;
}



.main-img-cont img {
	width: 100%;
	height: 370px;
	object-fit: cover;
	transition: transform 0.5s , opacity 0.5s;

}

.main-cont a:hover {
	text-decoration: none;
}
.main-cont .card-cont .main-img-cont:hover > img {
   /*width: 670px;*/
   transform: scale(1.05);
   opacity: 0.8;
}




.second-cont .card-cont .main-img-cont:hover > img {
   /*width: 670px;*/
   transform: scale(1.02);
   opacity: 0.8;
}

.second-cont {
	width: 340px;
	height: ;
	overflow:  ;
}

.second-cont .card-cont .main-img-cont {
	width: 100%;
	height: 180px;
	overflow: hidden
}


.second-cont img {
	object-fit: cover;
	width: 100%;
	height: 180px;
	transition: transform 0.5s , opacity 0.5s;
}






.second-cont .card-cont .main-img-cont:hover > img  {
	transform: scale(1.02);
	opacity: 0.8
}
.second-cont a:hover {
	text-decoration: none;
} 

.card-cont {
	background-color: white;
	padding: ;
	margin-left: 2.5px;
	margin-right: 2.5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.card-cont h2 {
	font-size: 1.3em;
	color: black;
	font-family: 'Lato', sans-serif;
	padding: 10px;
}

.main-cont .card-cont h2 {
	font-weight: bold;
	font-size: 1.6em;
	padding-top: 5px
}



.owl-home {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}






.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: ;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}


.owl-nav button {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);

}















.owl-carousel div {
    text-align: center;
    padding-top: 10px
}


.owl-carousel i , .owl-carousel a {
        font-size: 1.5em

}


.owl-carousel div .carousel-img {
 width: 100px;
 margin-left: auto;
 margin-right: auto;
}


.owl-carousel .carousel-img img {
  width: 100% ;
  height: auto;
  display: block;
}



.owl-carousel  .quiz {
	color: #E9762B

}
.owl-carousel  .prev {
	color: #7132CA
}
.owl-carousel  .gum {
	color: #00ADB5
}
.owl-carousel  .treat {
	color: #4B9DA9
}
.owl-carousel  .tooth {
	color: #011936
}

.owl-carousel a:hover {
	color: #33587D;
	text-decoration: none;
}


.owl-nav button span {
	font-size: 3em;
	color: #33587D 
}

.owl-nav .owl-next span {
	padding-left: 10px
}
.owl-nav .owl-prev span {
	padding-right: 10px
} 


.owl-nav button span:hover {
	color: #40BCFD 
}





.home-info {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Cairo', sans-serif;

}

.home-info h2 {
 padding: 10px;
}


.home-info .home-info-parag {
	width: 50%;
}
.home-info p {
	padding: 10px;
	width: ;
	margin: 0;
}

.home-info p a{
	color: #40BCFD;
}

.home-info .home-info-img {
	width: 50%;
}
.home-info img {
	padding: 10px;
	width:100% ;

}


@media screen and (min-width: 100px) and (max-width: 1000px) {
	.search-results-page {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


	.search-results-page h1 {
		padding-top: 50px;
	}



	.home-info img {
		width: ;
	}
	.home-info p {
	width: ;
}
}


@media screen and (min-width: 100px) and (max-width: 870px) {
	.home-info {
		flex-direction: column;
		width: 90%;
		align-items: center;
		justify-content: center;


	}
	.home-info .home-info-img {
		width: 100%;
	}
	.home-info .home-info-parag {
		width: 100%;
	}

	.home-info img {
		width: 450px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.home-info p {
	width: 100%;
	margin: 0;
}
}

@media screen and (min-width: 100px) and (max-width: 500px) {
	.home-info img {
		width: 100%;
	}

	.home-info p {
		padding: 0;
		margin: 0;
	}
}

/*Prenvention elem style*/

.cont-title {
	margin-left: 10%
}

.prev-container-home {
	width: 100%;
}

.prev-container {
	width: 90%;
	height: 100%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}






.prev-container .elem1 ,.prev-container .elem2 ,.prev-container .elem3 ,.prev-container .elem4  {
	width: 250px;
	height: 250px ;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: ;
	overflow: ;
	background-color: /*#EEEEEE*/white;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
     

}

.prev-container .elem1 img,.prev-container .elem2 img, .prev-container .elem3 img,.prev-container .elem4 img{
	object-fit: cover;
	width: 250px;
	height: 125px;
}

.prev-container .txt {
	padding: 5px;
	max-width: 250px;

}

.prev-container h3 {
	font-weight: bold;
	color: #33587D ;

}




.prev-container .elem1:hover a , 
.prev-container .elem2:hover a ,
.prev-container .elem3:hover a ,
.prev-container .elem4:hover a {
   text-decoration: none;
   opacity: 0.8
}





.prev-container .elem1 div::after, .prev-container .elem2 div::after,
.prev-container .elem3 div::after, .prev-container .elem4 div::after {
	/*content: "";
	position: absolute;
	background:  #33587D
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease-in*/
}


.prev-container h3 {
	padding-top: 5px;
	font-weight: bold;
	text-align: start;
	
}



.prev-container .elem1:hover   div::after,
.prev-container .elem2:hover   div::after,
.prev-container .elem3:hover   div::after,
.prev-container .elem4:hover   div::after {
    opacity : 0.3
}



/*Quiz intro home*/


.oral-health-img {
	width: 80%;
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	/*height: 400px;*/

}

.oral-health-img1 {
	width: 90%;
	margin-top: 0;
	height: 480px;
}




.oral-health-img a img {
    width: 100%;
    height: auto;
	/*position: -webkit-sticky; /* Safari */
   /* position: sticky;
    top: 0;*/
}



.oral-health-img1 a img {
    width: 100%;
    height: auto;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}







.take-quiz {
	display: flex;
	justify-content: space-around;
	width: 95%;
	margin: auto;
	margin-top: 50px;
	background-color: ;
	position: relative;
}


#article .take-quiz {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	margin-bottom: 50px;
	margin-top: 0px;
	background-color: #F5F5F5;
}


#article .quiz-logo {
	align-self: start;
}

.take-quiz .img {
	width: 50%
}

.take-quiz .img img {
	width: 90%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.quiz-elem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 10%;
	
}




#article .take-quiz .img {
	width: 80%;
}

#article  .take-quiz .img img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px
}


#article .quiz-elem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	
}


#article .quiz-elem {
	width: 80%;
	padding: 20px;
}

.quiz-elem p {
	font-weight: bold;
	padding: 15px;
	text-align: center;
}


.quiz-elem h2 {
	font-size: 2.5em;
	color: #33587D ;
	font-weight: bold
}


#article .quiz-elem h2 {
	font-size: 1.5em;

}

.quiz-elem button {
	border: none;
	border-radius: 10px;
	background-color: #33587D;
	font-size: 1.5em;
	padding: 5px;
	cursor: pointer;
	color: white;
	width: 250px
}


#article .quiz-elem button {
	width: 250px;

} 




.home-info button {
	border: none;
	border-radius: 10px;
	background-color: #F6E96B;
	font-size: 1.5em;
	padding: 10px;
	cursor: pointer;
	color: #33587D;
	font-weight: bold;	
}


.home-info .btn-guide {
	text-align: center;
}

@media screen and (max-width: 1000px) {


	#article .take-quiz {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.take-quiz .img {
		width: 90%;
	}
	#article .take-quiz .img{
		width: 90%;
	}

	#article .quiz-elem {
		width: 100%;
		margin: 0;
	}
} 

.find-home {
	width: 90%;
	margin: auto;

}

.find-home h3 {
	margin-left: 10%;
}


.find-home .offer-cont {
	background-color: #33587D;
	width: 100%;
	margin: auto;

}

.find-home .offer-elem {
}


.home-links-cont {
	display: flex;
	justify-content: space-around;
	width: 95%;
	background-color: #33587D;
	margin: auto;
	padding: 20px;

}

h3 .dropdown-divider {
	margin-top:  20px
}
.list1-links , .list2-links , .list3-links {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 20%
} 


.list1-links a, .list2-links a, .list3-links a {
	padding-top: 25px;
	color: white
} 


.list1-links h3, .list2-links h3, .list3-links h3 {
	padding-bottom: 10px;
	height: 50px;
	font-size: 1.5em;
	color: white
}


.home-links-cont a:hover {
	color: white;
	text-decoration: none;
}



/*Home page sub*/





.sub-home-cont {
	display: flex;
	justify-content: space-around;
	width: 95%;
	background-color: #e9ecef;
	margin: auto;
	height: 300px;
    align-items: center;
 }

.sub-title p {
	font-weight: bold;
}

.sub-form #email {
	width: 300px;
	height: 40px;
	padding: 20px;
	border: none;
	outline: none;
	border-bottom: 3px solid #33587D
}


.sub-form #sub {
	font-size: 1.3em;
	border: none;
	color: white;
	background-color:  #33587D;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}



#related {
   transform: translateY(50px);
}



/*Home page resp*/


@media screen and (min-width: 800px) and (max-width: 1200px) {
.main-cont {
	width: 600px;


}


.main-cont .card-cont .main-img-cont {
	width: 100%;
	height: 350px;
	overflow: hidden;

}

.main-cont .card-cont .main-img-cont img {
	width: 100%;
	height: 100%
}
 

 .second-cont {
	width: 250px;
}


.second-cont .card-cont .main-img-cont {
	width: 100%;
	height: 150px;
	overflow: hidden;

}

.second-cont .card-cont .main-img-cont img {
	width: 100%;
	height: 100%;

}

}


@media screen and (min-width: 100px) and (max-width: 1000px) {
    .top-cont-container {
	display: flex;
	flex-direction: column;
	align-items: center;

   }

   .main-cont .card-cont {
	height: 100%
}

   
   .second-cont {
	width: 500px;
}

.second-cont .card-cont .main-img-cont {
	width: 100%;
	height: 300px;
	overflow: hidden;

}

.second-cont .card-cont .main-img-cont img {
	width: 100%;
	height: 100%;

}


}

@media screen and (min-width: 100px) and (max-width: 700px) {

.owl-carousel i , .owl-carousel a {
        font-size: 1em

}


 .top-cont-container {
		width: 100%
	}


  .main-cont {
	width: 100%;
}

.main-cont .card-cont .main-img-cont {
	width: 100%
}

.main-cont .card-cont .main-img-cont img {
	width: 100%;
	height: 100%
}
 


 .second-cont {
	width: 90%;
}

.second-cont .card-cont .main-img-cont {
	width: 100%;
	height: 100%
}

.second-cont .card-cont .main-img-cont img {
	width: 100%;
	height: 100%
}
 /*

 .second-cont {
	width: 100%;
}
.second-cont .main-img-cont img {
	width: 100%;
	height: 100%
	
}
.main-cont .card-cont .main-img-cont:hover > img {
   opacity: 0.8;
   width: 100%
}
.second-cont .card-cont .main-img-cont:hover > img {
   width: 100%;
   opacity: 0.8;
}


*/
}

@media screen and (min-width: 200px) and (max-width: 1000px) {
.prev-container-home {
	width: 100%;
} 


}



@media screen and (min-width: 200px) and (max-width: 800px) {
	.take-quiz {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	 .take-quiz .img {
		width: 100%
	}

	#article .take-quiz .img {
		width: 100%
	}

	#article .take-quiz .img img{
		width: 100%;
		padding: 5px;
	}

	.take-quiz a {
		padding-bottom: 10px
	}

	.home-links-cont {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.list1-links , .list2-links , .list3-links {
		width: 100%
	}
	.list1-links h3, .list2-links h3, .list3-links h3{
		padding: 15px
	}

	.sub-home-cont {
		display: flex;
		flex-direction: column;
		align-items: center;
	}



  .quiz-elem {
	margin-right: 0%
}


}







/*  about page */



.about-tooth-life {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;

}

.about-tooth-life .about-text {
	padding-left: 20px;
	font-family: "Gill Sans", sans-serif;
	line-height: 1.6;
}



.about-page .home-about-container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEF5FF;
	padding-top: 30px;
	padding-bottom: 30px;
}



.about-page .find-home {
}

.about-page h2 , p  {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
}


.about-page h3 {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;	
}

.about-page p {
	font-size: 1em;
	font-family: Verdana;

}


.offer-cont {
	display: flex;
	justify-content: space-around;
	flex-wrap: ;
}

.offer-elem {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: ;
	width: 200px ;
	margin-top: 10px;
}


.offer-elem a button {
	position: absolute;
	width: 60%;
	font-size: 1.2vw;
	top: 50%;
	right: 25%;
	z-index: 2;
	background-color: #40BCFD;
	color: white;
	border: none;
	padding: 5px;
	border-radius: 10px;
	outline: none;
	transform: scale(0) ;
	transition: transform 0.5s;
}

.offer-elem::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #33587D;
	opacity: 0;
	transition: opacity 0.3s;
}

.offer-elem:hover::after  {
	opacity: 0.7;
}

.offer-elem:hover > a > button {
	transform: scale(1);
}

.offer-elem img {
	width: 50%;
	height: auto;
	padding-top: 20px;
}


.offer-elem h4 {
	color: white;
	font-size: 1.4vw;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-page #img-center {
    transition: transform 0.5s;
    padding: 10px;
    height: 250px;
    width: 330px;

}

.about-page #img-center:hover {
    transform: rotate(10deg)  scale(1.1)
}








@media screen and (min-width: 200px) and (max-width: 900px) {

.about-tooth-life {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;

}

.about-tooth-life .about-text {
	padding-left: 20px;
	font-family: "Gill Sans", sans-serif;
	line-height: 1.6;
}



.about-page .home-about-container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEF5FF;
	padding-top: 30px;
	padding-bottom: 30px;
}

}



@media screen and (min-width: 200px) and (max-width: 800px) {
.about-page .home-about-container {
	flex-direction: column;
}

}





@media screen and (min-width: 200px) and (max-width: 750px) {
	.offer-elem img {
	width: 60%;
	height: auto;
	padding-top: 20px;
}


.offer-elem h4 {
	color: white;
	font-size: 1.8vw;
	padding-top: 20px;
	padding-bottom: 20px;
}
}





/* Contact page */

.contact-page {
	width: 70%;
	margin: auto;
	
}

@media screen and (min-width: 200px) and (max-width: 880px) {
   .offer-cont {
	display: flex;
	justify-content: center;	
}

.offer-elem {
	margin: 5px;
}
.prev-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: auto;
}

.offer-elem:hover > a > button {
	
}

.offer-elem a button {
	font-size: 1.6vw;
}
}





@media screen and (min-width: 200px) and (max-width: 700px) {


.jumb-img img {
	height: 300px
}
.about-page #img-center {
	width: 100%;
	height: 100%
}
}


@media screen and (min-width: 200px) and (max-width: 600px) {
	.offer-cont {
		flex-direction: column;
		align-items: center;
	}

	.find-home {
		width: 70%;
	}
		.offer-elem h4 {
             font-size: 1.2em;
		}

		.offer-elem a button {
	font-size: 0.8em;
	width: 50%;
}

.offer-elem img {
	width: 40%;
}


#article .take-quiz {
	width: 100%;
}



.about-tooth-life {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;

}



.about-page .home-about-container {
width: 90%;
}

.owl-home {
	width: 95%;

}
}


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

.oral-health-img {	
	/*height: 320px ;*/
	width: 80%;
    
}

.oral-health-img1 {	
	height: 350px ;
    width: 100%;
}



.oral-health-img a img {

}
}



@media screen and (min-width: 431px) and (max-width: 800px) {
.oral-health-img {	
	/*height: 300px;*/
	width: 90%;
}

.oral-health-img1 {	
	height: 350px;
}



.oral-health-img a img {
   /* top: 80px;*/
    width: 100%;
}


.oral-health-img1 a img {
    top: 80px;
    width: 100%;
}



}




@media screen and (min-width: 200px) and (max-width: 430px) {



.oral-health-img {	
	/*height: 250px;*/
	box-sizing: border-box;
	width: 100%;


}


.oral-health-img1 {	
	height: 270px;
	box-sizing: border-box;
	width: 100%;


}



.oral-health-img a img {
    /*top: 70px;*/
    width: 100%;

}

.oral-health-img1 a img {
    top: 70px;
    width: 100%;

}




}





.bookconsul {
	display: none;
}






#alertfooter strong {
	font-size: 1.3vw;
	padding: 5px;
	
}




#alertfooter  .connect {
	font-size: 1.3vw;
    padding: 5px;
    background-color: #35CEFE; 
    color: #33587D; 
    border: none;   
    border-radius: 5px; 
    font-weight: bold;  
    padding: 5px
    
}


#alertfooter .btn-close {
	padding-top: 0;
	padding-bottom: 0;
    margin-right: 5px;
    font-size: 1em;

}



.disclaimer {
	font-size: 0.9em;
	font-style: italic;
}



.footeralert {
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: none;
}

.footer-message-container {
    background-color: #F6F7C4;
    padding: 20px;
    position: ;
	width: 350px;

}

.footer-message {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
}


.connect-dentist {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 2px solid black;
	padding-bottom: 5px;
	color: black;
	font-weight: bold;
	font-size: 1.2em;
}


.home-consultation {
	color: #38419D ;
	font-weight: bold;
}


.footer-message-container button {
	position: absolute;
	top: 0;
	right: 0;


}



.footer-call {
	position: fixed; bottom: 30px; right: 20px;
	background-color: #F9F7C9;
	border-radius: 30px;
	padding: 10px;
	display: none;
}


.footer-click {
	display: flex; align-items: center;
}


.footer-click i {
	font-size: 1.2em;
	cursor: pointer;
	color: #11009E;
	padding-right: 5px;
}

.footer-click span {
	font-size: 1.2em;
	cursor: pointer;
	color: #11009E;
}

@media screen and (max-width: 380px) {
 
   .footer-message-container {
	width: 100%;
	padding: 10px;

}


.footeralert {
	right: 0;
	bottom: 0;
}

.connect-dentist {
	font-size: 1em;
}

.footer-call {
   bottom: 10px; 
   right: 10px;
	
}
}









@media screen and (min-width: 700px) and (max-width: 950px) {
	#alertfooter strong {
       font-size: 2vw ;
	}

	#alertfooter  .connect {
		font-size: 2vw;
	}
}



@media screen and (min-width: 400px) and (max-width: 699px) {
	#alertfooter strong {
       font-size: 2.7vw ;
	}

	#alertfooter  .connect {
		font-size: 2.7vw;
	}
}



@media screen and (max-width: 399px) {
	#alertfooter strong {
       font-size: 4vw ;
       width: 60%;
	}

	#alertfooter  .connect {
		font-size: 4vw;
	}
}



