/* Add here all your CSS customizations */


.our_location {
    background: #0674BB;
    /* top: 60px; */
    position: relative;
    z-index: 5;
    height: 170px;
}

.blog-posts {
	background: #00bcd533;
	border-radius: 15px;
}
.blog-posts_card{
  background: #00bcd533;
  border-radius: 15px;
  padding: 15px;
  margin:15px 0;
}

.blog_img{
	width: 100%;
	border-radius: 15px;
}

.post_date{
	font-size: 14px;
	padding: 8px;
	color: #000;
}

.blog_content{
	padding: 15px 10px;
}
.blog_para_content {
  color: #000;
  font-weight: 500;
}
.blog_content_title{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 8px 0;
	text-transform: capitalize;
}

.blog-posts .blog_img_box .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.read_more_btn{
	background: #1F96CD;
	color: #ffffff;
	padding: 5px 15px;
	border: none;
	border-radius: 4px;
	margin-top: 20px;
}

.header_top{
	padding: 5px 0;
}

.slider-container .slider .tp-caption{
	text-align: center;
}

.slider_bottom{
	
	position: relative;
	top: -59px;
}

.slider_box{
	background: #ffffff;
	padding: 35px;
	box-shadow: 3px 7px 13px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
/*	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	border-radius: 10px;
	width: 80%;
	margin: auto;
}

.tp-bgimg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a5c;
}

.working_hours{
	padding-right: 60px;
	text-align: left;
}
.working_day{
	color:#fff;
	font-weight: 600;
  font-size: 13px;
}
.working_hours_table{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 500;
	text-align: left;
  margin-bottom: 10px;
}
.mobile_number{
	font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.float-right{
	float: right;
}

.float-left{
	float: left;
}

.slider-box_title{
	font-size: 18px;
	    color: #000;
    font-weight: 500;
}

.about_us_section{
	padding: 60px 0 60px 0;
}

.about_us_img{
	width: 100%
}

.about_us_title{
	font-weight: 700;
	font-size: 18px;
	color: #00bcd5;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.about_us_subtitle{
	font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 32px;
}

.read_more_btn{

}

.services_title{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
}

.service_section{
	padding: 60px 0 60px 0;
	text-transform: capitalize;
	background: aliceblue;
}

.services_card{
	text-align: center;
	padding: 16px 35px;
}

.service_icon{
	width: 55px;
	height: 55px;
	margin-bottom: 16px;
}

.services_card_title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	color: #00bcd5;
}

.services_card_para{
	font-size: 14px;
}

.why_choose_us_section{
	padding: 60px 0;
}

.why_choose_img_box{
	perspective: 900px;
}

.why_choose_img{
	/*width: 100%;*/
	top: 0%;
    width: 100%;
    height: 100%;
    transition: .5s all ease;
    transform: rotatey(16deg) scale(0.9);
    perspective: 900px;
    /*box-shadow: 0px 20px 50px #555;*/
    animation: entry 1s linear 1;
	border: 3px solid #00bcd5;
}

.why_choose_ul{
	padding-left: 20px;
}

.relax_dentisty_section{
	background-image: url("../img/beautiful-smile-young-woman.webp");
	background-size: cover;
	position: relative;

	&:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right,#f4f6f600,#0067B0, #0067B0);
	/*opacity: .6; */
  }
}

.dental_icon{
	width: 45px;
}

.relax_dentisty_box{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    padding: 12px;
    grid-gap: 15px;
}

.relax_dentisty_content{
	padding: 60px 0;
}

.daily_brushing_para{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 0;
}

.dental_hygiene_title{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 22px;
    color: #ffffff;
    text-transform: capitalize;
}

.thumb-info{
	border: none;
	padding: 15px;
}

.card_img{
	height: 300px;
	border-radius: 0;
}

.card_title{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 48px;
}

.card_text{
	font-size: 16px;
	font-weight: 500;
	color: #00bcd5;
}

.thumb-info-social-icons {
    border-top: none; 
    margin: 0;
    padding: 15px 10px;
    display: block;
}

.more_reviews_btn{
	font-size: 14px;
	font-weight: 600;
	background: #00bcd5;
	border: none;
	padding: 15px 30px;
	color: #ffffff;
	border-radius: 50px; 
}

.parallax{
	background: aliceblue;
	padding: 60px 15px 40px 15px!important;
}

.our_team_section{
	padding: 60px 0 40px 0;
}

.testimonial_title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
	color: #00bcd5;
}

.what_our_customers_say_text{
	font-size: 28px;
	font-weight: 700;
	line-height: 32px; 
	text-align: center;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.your_teeth_para{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.more_reviews_btn{
	align-items: center;
}

.testimonial blockquote p {
    color: #FFF;
    font-family: inherit!important;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.3;
}

.testimonial.testimonial-with-quotes blockquote:before {
    color: #e7e7e7;
}

.testimonial.testimonial-with-quotes blockquote:after {
    color: #e7e7e7;
}

.testimonial-author p strong{
	font-size: 18px;
}

.faq_section{
   background:#20B1EE;
}

.accordion{
  margin: 40px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 5px;
    background: none;
}
.t-p{
  color: rgb(193 206 216);
  padding: 20px 30px 20px 30px;
  color: #ffffff;
  text-align: justify;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: white;
    color: #000000;
    border-radius: 5px;
    /*font-family: 'Poppins';*/
    font-size: 14px;
    font-weight: 600;
    /*line-height: 3.4;*/
    text-decoration: none;
    text-wrap: balance;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    /*flex-wrap: wrap;*/
    align-content: center;
    align-items: center;
}

.accordion .item .item-header h2 button.btn.btn-link:focus{
	outline: none;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: #000;
    font-size: 20px;
    padding: 0px 0 0 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 30px;
  color: #ffffff;
  background-color: #026BB2;
  width: 50px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

button.btn.btn-link.collapsed i:before {
    transform: rotate(90deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.faq_content_box{
	background:#20B1EE;
	padding: 60px 35px 35px 80px;
	/*height: 33vw;*/
	display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}

.mt_60{
	margin-top: 60px
}

.mt_35{
	margin-top: 35px;
}

.mt_25{
	margin-top: 25px;
}

.pb_25{
	padding-bottom: 25px;
}

.pb_15{
	padding-bottom: 15px;
}

.pb_20{
	padding-bottom: 20px;
}

.mb-0{
	margin-bottom: 0;
}

.pr-0{
	padding-right: 0;
}

.pl-0{
	padding-left: 0;
}

.pt_35{
	padding-top: 35px;
}

.mt_15{
	margin-top: 15px;
}

.book_appointment_section{
	margin: 50px 0;

}

.book_appointment{
	background: #0D3279;
	/*margin-top: 80px;*/
	height: 440px;
	padding: 0 15px;
}

.frequently_asked_subtitle{
	font-weight: 700;
	font-size: 28px;
	text-transform: capitalize;
	line-height: 32px;
	color: #ffffff;
}

/*.book_detail_img{
	position: relative;
	width: 371px;
	float: right;
	top: -129px;
	padding: 20px;
}*/
.book_detail_img{
	width: -webkit-fill-available;
    margin-top: -129px;
    padding: 20px;
}

.book_appointment_content{
	padding: 60px 15px;
	display: table-cell;
	vertical-align: middle;
}

.blogs_section{
	padding: 60px 0 0px 0;
}

.blog_card_img{
	height: 150px;
}

.blog_card_title{
	font-size: 16px;
	font-weight:600;
	margin: 5px 5px 0 5px!important;
	text-transform: capitalize;
}

.blog_slider{
  /*max-width: 1100px;*/
  display: flex;
}
.blog_slider .card{
  flex: 1;
  margin: 0 10px;
  background: #fff;
}
.blog_slider .card .img{
  height: 200px;
  width: 100%;
}
.blog_slider .card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog_slider .card .content{
  padding: 10px 20px;
}
.card .content .title{
  font-size: 25px;
  font-weight: 600;
}
.card .content .sub-title{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}
.card .content p{
  text-align: justify;
  margin: 10px 0;
}
.card .content .btn{
  display: block;
  text-align: left;
  margin: 10px 0;
}
.card .content .btn button{
  background: #e74c3c;
  color: #fff;
  border: none;
  outline: none;
  font-size: 17px;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.card .content .btn button:hover{
  transform: scale(0.9);
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: block!important;
}

.owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
     position: absolute!important; 
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
    padding: 3px 7px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #999 !important;
    color: #999;
    top: 65px!important;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px;
    display: block;
    text-align: justify;
}

.we_are_proud_para{
	color: #ffffff;
}

.links{
	padding-left: 5px;
}

.links li{
	font-size: 14px;
	font-weight: 200;
	color: #ffffff;
	list-style-type: none;
}

.links li:before{
	position: relative;
    content: "\00BB";
    padding-right: 10px;
}

.ws-nowrap{
	padding-right: 10px;
	color: #0E86CA;
}

.nav-pills_2{
	float: right;
}

.social{
	display: flex;
	flex-wrap: nowrap;
    align-content: stretch;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: center;
    padding-left: 0;
    grid-gap: 15px;
    padding-top: 10px;
}

.social li{
	list-style-type: none;
}

.social li a i:before{
	height: 20px;
	width: 20px;
	font-size: 26px;
}

.our_dental_text{
	color: #ffffff;
	margin-bottom: 0;
}

.services_list{
	font-size: 18px;
}

.useful_links_box{
	background-color: #164C84;
	padding: 35px;
}

.useful_links_title{
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
}

.emergency_dentist_title{
	font-size: 28px;
	font-weight: 700;
	color: #0D3278;
	text-transform: capitalize;
	margin-bottom: 15px;
  line-height: 30px;
}

.emergency_dentist_title:after{
	content: '';
    position: absolute;
    left: 16px;
    top: 42px;
    /* bottom: 28px; */
    width: 85px;
    height: 3px;
    /*background: #31CBC9;*/
}

.emergency_dentist_para{
	font-size: 16px;
	margin-bottom: 15px;
}

.services_list a{
	font-size: 16px;
	color: #ffffff;
}

.useful_links_title:after{
	content: '';
    position: absolute;
    left: 50px;
    top: 72px;
    /* bottom: 28px; */
    width: 85px;
    height: 3px;
    background: #31CBC9;
}

.services_list{
	background: #0099e6;
    padding: 11px;
    color: #fff;
    margin-bottom: 10px
}

.blog_details{
	padding: 40px 0 60px 0;
}

.emergency_dentist_title_2{
	font-size: 22px;
	font-weight: 700;
	color: #0D3278;
	text-transform: capitalize;
	margin: 25px 0;
}

.we_offer_title{
	font-size: 22px!important;
	padding: 0!important;
}


/*----------------------------------------blog details page start-------------------*/

.blog_detail_img {
	width: 100%;
}
.blog_detail_head{	
	font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 15px;
}
.blog_detail_meta{
	font-size: 14px;
  font-weight: 600;
  color: #050505;
}
.blog_detail_para{
	font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
}
.blog_detail_para_head{
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02px;
  color: #000;
  margin-bottom: 10px;
}

.blog_detail_para_subhead{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
}
.blog_detail_ul{
	color: #000;
  font-size: 18px;
  font-weight: 500;
}
.blog_detail_li{
	color: #000;
  line-height: 30px;
  font-weight: 500;
}

.sub_blog_img{
	width: 130px;
}
.sub_blog_para{
	font-size: 13px;
  line-height: 19px;
}

.sub_blog_date{
	font-size: 14px;
	margin-bottom: 5px;
}

.sub_blog_title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 24px;
}

.sub_blog_box{
	display: flex;
	column-gap: 10px;
}
.ml_20{
	margin-left: 20px;
}
.link_hover:hover{
	text-decoration: none;
}

.blog_detail_box{
	padding: 25px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
	border-radius: 8px;
}

.sidebar_blog{
	padding: 25px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
	border-radius: 8px;
}

.recent_post_title{
	position: relative;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	/*margin-top: 15px;*/
}

.recent_post_title::before{
	position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #1A76D1;
}

.blog_detail_title{
	font-size: 24px;
	font-weight: 600;
	padding-top: 25px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #169ADB;
}

.sub_blog_para{
	font-size: 14px;
	margin-bottom: 0;
}

.hr{
	border: 1px solid #169ADB;
	height: fit-content;
}

.img-thumbnail {
    border-radius: 4px;
    position: relative;
    display: block;
}

.book_appointment_btn {
    font-size: 16px;
    background: #1F96CD;
    color: #ffffff;
    padding: 12px 26px;
    border: none;
    border-radius: 4px;
    margin-top: 5px;
}


/*-----------------------------------------FAQ------------------------------*/
.faq-section {
    background: #fdfdfd;
    /*min-height: 100vh;*/
    padding: 0vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    /*background: rgba(233, 30, 99, 0.1);*/
    background: #026bb233;
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #026BB2;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
	font-size: 14px;
    margin-bottom: 14px;
    line-height: 20px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.service_img{
  width: 100%;
}

.footer_top{
  position: relative;
  z-index: 5;
  top: 60px;
}

.footer_top .icon{
  padding-right: 5px;
}

.our_location{
  background: #0674BB;
  /*top: 60px;*/
  position: relative;
  z-index: 5;
  height: 170px;
}

.contact_detail{
  margin-bottom: 0;
  padding: 25px;
  color: white;
}

.contact_detail a{
  color: #ffffff;
}

.contact{
  list-style-type: none;
  padding-left: 0;
}

.blog_link:hover{
  text-decoration: none;
}

.map_img{
  width: 100%;
}

section.footer_top_1 {
    background: #0674bb;
    margin-top:40px;
}

.footer_top_1{
    background: #0674bb;
    margin-top:40px;
}