/* Type in or paste your custom CSS */
body{
	 background-color: hsl(0, 0%, 98%);
}

@media only screen and (max-width: 800px){
	
	.navbar-brand img{
		width:400px !important;
		height: 150px !important;
		max-width:80vw ;
	}

	.footerImageDiv{
		text-align:center;
	}
	.footerImageDiv img{
		width:400px;
		height: 150px;
		max-width:80vw ;
		
	}

	.homeMainImage img{
		width: 500px;
    	height: 350px;
		overflow-x: hidden;
		margin-right: auto;
		margin-left:auto
	}		

	.homeSecondImageGroup{
		text-align:center
	}
	.homeSecondImageGroup img{
		width: 400px;
    	height: 270px;
		overflow-x: hidden;

	}
	.homeAppointmentImage img{
		width: 240px;
    	height: 240px;
		overflow-x: hidden;
	}
	
	
	
	/* 	About Page */
	.aboutProfilePic{
		text-align:center;
	}
	.aboutProfilePic img{
		width: 400px;
    	height: 400px;
		overflow-x: hidden;
		margin: 0 auto;
	}
	.aboutScheduleAppointmentImage img{
		width: 400px;
		height: 100px;
		overflow-x: hidden;
	}
	
/* 	Service Page */
	.serviceMainImage{
		text-align: center;
	}
	.serviceMainImage img{
		width: 450px;
		height: 300px;
		overflow-x: hidden;
	}
	.serviceAppointmentImage img{
		width: 400px;
		height: 100px;
		overflow-x: hidden;
	}
	
	.blogContent{
	padding:0 6px;
}
	
	
}


.pClass p{
	font-size:26px
}

.divTextCenter{
	text-align:center
}
.divTextCenter a{
	color: DodgerBlue;
	text-decoration:none;
	padding-bottom:0.5rem
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	border-radius: 5px;
	margin:5px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#wp-image-392{
	max-width:150px !important;
		height:30px
}


.appointmentButton{
	font-size:2em;
 text-align:center;
  background: #775ada;
  color: white;
  cursor: pointer;
  padding: 1.5rem;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  width: auto;
  position: relative;
 
}

.appointmentButton:hover {
  background: #2b2bff;
  transition: all 0.5s;
  border-radius: 10px;
  box-shadow: 0px 6px 15px #0000ff61;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  color: #ffffff;
}
.h1Div{
	text-align:center;
}

.h3TitleDiv{
	text-align:center;	
	padding: 1rem;
	
}
.h3TitleDiv a{
	text-decoration: none;
}
.h3TitleDiv h3{
	color: white;	
	font-size: 18px
}

.h2TitleDivBlue{
	text-align:center;	
	padding: 1rem;
	background-color: #000DA3
}
.h2TitleDivBlue h2{
	color:white;
	
}
.divCenter{
	text-align:center
}
.centerElement{
	text-align:center !important
}
.elementCenter{
	text-decoration:none;
	color:#1E90FF;
	font-weight:bold;
	}

.addBorderToSection{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	padding: 10px;
	margin: 10px;
	border-radius: 15px;
}
.profilePic{
	width: 400px;
	max-width: 80vh;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.profilePic:hover{
	width: 400px;
	border: 1px solid DodgerBlue;
	max-width: 80vh;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.pageTitle{
	text-align:center
}

.noMarginBetweenColumns{
	padding: 0 5px;
}

.zeroBottomMargin{
	margin-bottom: 0;
}


/* Post Section*/
.blogSection{
	font-family: 'Titillium Web',Helvetica,Arial,Lucida,sans-serif;
	
}
.blogHeader{
	text-align:center
}
.blogTitle{
	font-size: 36px;
	padding: 0 0 10px;
	font-weight:bold;
	color: #333333;
}

.blogAuthor{
	font-size: 20px;
	font-weight:700;
	color: #666666;
	margin-bottom: 0;
}
.blogTime{
	margin-top: 0;
	font-size: 14px;
	color: #666666;
}

.blogContent p{
	font-size: 17px;
	color: #666666;
	padding-bottom: 1em;
	line-height: 1.7em;
	-webkit-font-smoothing: antialiased;
    font-weight: 500;
	display: block;
}

.blogContent h2{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
    line-height: 1em;
}

.blogContent h1{
	font-size: 35px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
    line-height: 1em;
}

.blogContent h4{
	font-size: 17px;
		font-weight: bold;
	color: #333;
	padding-bottom: 10px;
    line-height: 1em;
}
.blogContent h3{
	font-size: 25px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
    line-height: 1em;
}



.buttonDorion {
  background-color: #698CDF;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5; /* Maintain good line spacing */
  list-style: none;
  margin: 0;
  outline: none;
  padding: 12px 16px; /* Adjust padding for inner space */
  
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Ensure no overflow */
  text-overflow: ellipsis; /* Show ellipsis if text overflows */
	width:100%
}


.buttonDorion:hover,
.buttonDorion:focus {
  background-color: #F082AC;
}



.apexDentists {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    background-color: hsl(0, 0%, 98%);
}


@media (max-width: 400px) {
    h1 {
        font-size: 1.5rem;
    }
}


.box p {
    color: hsl(229, 6%, 66%);
}

.box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px hsl(229, 6%, 66%);
    padding: 30px;
    margin: 20px;  
}

.apexDentists img {
    float: right;
}

@media (max-width: 450px) {
	.box img {
		float: none
	}
}

@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: center;
        
    }
	.box img {
		float: none
	}
}

.cyan {
    border-top: 3px solid hsl(180, 62%, 55%);
}
.red {
    border-top: 3px solid hsl(0, 78%, 62%);
}
.blue {
    border-top: 3px solid hsl(212, 86%, 64%);
}
.orange {
    border-top: 3px solid hsl(34, 97%, 64%);
}

h2 {
    color: hsl(234, 12%, 34%);
    font-weight: 600;
}


@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-down {
        position: relative;
        top: 150px;
    }
    .box {
        width: 25%;
     
    }
    .header p {
        width: 30%;
    }
    
}


/* Home Testimonial */
*{
	margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.homeTestimonialSection {
  
	font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
}

ul {
  list-style-type: none;
}

a, a:hover {
  text-decoration: none;
}

.homeTestimonialSection {
  font-family: "Montserrat", sans-serif;
}
.homeTestimonialSection .testimonial {
  padding: 20px 0;
}
.homeTestimonialSection .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
.homeTestimonialSection .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
.homeTestimonialSection .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
}
.homeTestimonialSection .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #71b85f;
  border-radius: 50%;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.homeTestimonialSection .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
.homeTestimonialSection .testimonial .row .tabs li figure {
  position: relative;
}
.homeTestimonialSection .testimonial .row .tabs li figure img {
  display: block;
}
.homeTestimonialSection .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.homeTestimonialSection .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.homeTestimonialSection .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.homeTestimonialSection .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
.homeTestimonialSection .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
.homeTestimonialSection .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
.homeTestimonialSection .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}
.homeTestimonialSection .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
.homeTestimonialSection .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.homeTestimonialSection .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .homeTestimonialSection .testimonial .row .tabs {
    margin-right: 25px;
  }
}

.testimonial-quote-wrapper{
	padding: 20px
}
.testimonial-quote-wrapper p{
	line-height: 1.72222;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
	font-size: 18px;
    text-align: justify;
	font-family: "Montserrat", sans-serif;
}

.textWhite h2{
	color:white !important
}

.footer{
	
	padding:0 0;
}

.footer >*{
	color:white
}

.footerText{
	color:white
}

.footerText a{
	color:white
}