.admin-bar .stricked-menu{
	top:32px;	
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px 0px 0px 0px;	
}
.pagination{
	position:relative;
	display: block;
	text-align:center;
}
.pagination li{
	position: relative;
    display: inline-block;
    float: none;
    margin: 0px 10px 10px 0px;
}
.pagination li a, .pagination li span{
	position:relative;
	display:block;
	width: 44px;
    height: 44px;
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #fff;
    background-color: #EB4343;
    border-color: #EB4343;
}
.block-why-choose-us-two .icon-two {
	opacity:0.2;
	width:60px;	
}
section.doctor {
    position: relative;
    z-index: 1;
}
.block-dental-service a.thm-btn-style-one{
	line-height:40px;	
}
.appointment-one__form .bootstrap-select,
.patient-content .patient__form .bootstrap-select{
	width:100%;
	display:block;	
}
.about-one__image-block .about-one__image-one img {
    border-radius: 50%;
    position: relative;
}
.about-one__image-block .about-one__image-two img {
    position: relative;
    border-style: solid;
    border-width: 7px;
    border-color: white;
    border-radius: 50%;
    background-color: #6e6e6e;
    -webkit-box-shadow: inset 0px 3px 95px 0px rgb(0 0 0 / 49%);
    box-shadow: inset 0px 3px 95px 0px rgb(0 0 0 / 49%);
}

.testimonials-two__image img,
.about-two__image-block img{
	border-radius:50% !important;	
}
.mfp-close {
	right: 20px;
    top: 20px;
	font-size: 40px;
}
.thm-breadcrumb .thm-breadcrumb__item a{
	color:#fff;	
}
.about-two__image-block .about-two__image-one img{
	border-radius:50%;	
}
.faq-accrodion .accrodion{
	margin-bottom:40px;	
}
.patient__label{
	margin-bottom:20px;	
}
.patient__form-checklist.checklist-one .wpcf7-list-item{
	position:relative;
	display:block;
	margin:0px 0px 15px 0px;
 }
 .patient__form-checklist .wpcf7-list-item input[type="checkbox"]{
	width:15px;
	height:15px; 
	margin-right:10px;
 }
.patient__form-checklist.patient__form-checklist-inline .wpcf7-list-item{
	margin-left:0px;
	margin-right:25px;	
}

.blog-two__meta-item .blog-two__meta-link a{
	color: #242424;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-two__meta-item .blog-two__meta-link a:hover{
	color: #EB4343;
}

/**************** Service sidebar and Patient Sidebar Widget Style *************/
.service-widget .menu{
	position:relative;	
	margin:0px;
	padding:0px;
}
.service-widget .menu li{
	position:relative;
	color: #FFFFFF;
	list-style-type:none;
	border-bottom: 1px solid #b5c09d;
	background-color: var(--theme-color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;	
}
.service-widget .menu li:last-child{
	border-bottom:0px;	
}
.service-widget .menu li:before {
    content: '';
    width: 5px;
    background-color: var(--theme-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.service-widget .menu li a{
	color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 20px;
    display: block;
    padding: 12.5px 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    font-weight: 500;
}
.service-widget .menu li:hover:before{
	-webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);	
}
.service-widget .menu li:hover{
	background-color: #fff;	
}
.service-widget .menu li:hover a{
	color:#181E44;
}

.service-widget{
    margin-bottom: 30px;
}


/********************Blog Widget Style ************/
.sidebar__single.widget_block{
	position:relative;	
}
.sidebar__single.widget_block h2,
.sidebar__single.widget_block .wp-block-search__label{
	color: #181E44;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 23px;
}

.sidebar__single{
	position:relative;	
}
.sidebar__single ul,
.sidebar__single ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.sidebar__single ul li,
.sidebar__single ol li{
	position: relative;
    padding: 0px 20px 12px 0px;
	margin-bottom:12px;
    border-bottom: 1px solid #e6e6e6;	
	list-style-type:none;
}
.sidebar__single ul li:last-child,
.sidebar__single ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.sidebar__single ul li ul li,
.sidebar__single ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #e6e6e6;
}
.sidebar__single ul li:before,
.sidebar__single ol li:before{
	content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c8c8c8;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar__single ul li a,
.sidebar__single ol li a{
	display: block;
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    font-family: "Glacial Indifference";
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar__single ul li a:hover,
.sidebar__single ol li a:hover{
	color: #61b15a;	
}

.sidebar__single .tagcloud{
	position:relative;	
}
.sidebar__single .tagcloud a{
	position:relative;
	display: inline-block;
	margin:0px 5px 10px 0px;
    color: #a6a6a6;
    font-size: 18px !important;
    border: 1px solid #E4E4E4;
    padding: 5px 23px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: "Glacial Indifference";	
}
.sidebar__single .tagcloud a:hover{
	color: #fff;
    background-color: #1A3871;
    border-color: #1A3871;	
}

.blog-two__single {
    margin-bottom: 80px;
}
.blog-two.blog-two__two-col .blog-two__single{
	margin-bottom: 0px;
}
.blog-two__single .blog-two__date-number {
    font-size: 20px;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 140px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
	color:#333;
	margin:20px 0px;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 17px 0 18px;
	color:var(--theme-color);
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.error-content .btns-box {}
.error-content .btns-box a {
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.elementor-lightbox{
	display:none !important;	
}
.dentalo-comment-item .dentalo-comment-item{
	margin-left:80px;	
}
.comments-one__single .comment-form .blog-two__sub-title{
	margin-bottom:15px;	
}
.comments-one__single .comment-form .blog-two__sub-title small a{
	position:relative;
	display:inline-block;
	font-size: 18px;
   	color: #181e44;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Roboto';
    letter-spacing: -1px;	
}
.block-doctor-four .dowload-pdf{
	display:inline-block;	
}
.dentalo-comment-item .comments-one__single{
	border-bottom: 1px solid #EEEEEE;	
}
.comments-one__wrap > .dentalo-comment-item:last-child .comments-one__single{
	border-bottom: 0px;	
}
.blog-two .comments-one.post-comments{
	margin-top:65px;	
}
.blog-two .comment-form{
	margin-top:80px;	
}
.add-comment-form a{
	color:#79a043	
}

/************* Footer Widget Style ***********/
.footer-widget.widget_block{
	position:relative;	
}
.footer-widget.widget_block h2{
	position:relative;
	font-size: 22px;
    color: #ffffff;
   font-weight: 700;	
   margin-bottom: 40px;
}
.footer-widget.widget_block h2:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: var(--theme-color);
}

.footer-widget{
	position:relative;	
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
    display: block;
    list-style-type: none;
	line-height: 25px;
  	color: rgba(255,255,255,0.80);
    font-size: 16px;
    padding: 0px;
    border-bottom: 0px;
    margin-bottom: 10px;	
}
.footer-widget ul li a,
.footer-widget ol li a{
	position: relative;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;	
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--theme-color);	
}
.main-logo img,
.stick-logo img,
.main-footer .widget .image img{
	height:45px;
}
.blog-two .dentalo-comment-item .comments-one__single .comment-form{
	margin:40px 0;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler i{
	color:#ffffff;
}

.testimonial-wrapper .owl-carousel .owl-stage-outer{
	height:375px;
}