body{overflow-x:hidden;}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p,
a,
li {
    font-family: var(--para-font);
    padding: 0;
    margin: 0;
	line-height:25px;
}

.title h2,
.title h1,
.title-h2 {
    font-family: var(--heading-font);
    margin: 10px 0;
    font-size: 38px;
}

.title h3, .title-h3 {
    width: fit-content;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(198, 255, 225, 1) 50%, rgba(255, 255, 255, 1) 100%);
    font-family: var(--bold-font);
    color: var(--primary-color);
    padding: 5px 35px;
}

.title-h3, .title-h2{
	border-top:0 !important;
}

.home-service .title h3,
.home-works .title h3,
.home-doctors .title h3,
.home-testimonials .title h3,
.home-gallery .title h3,
.home-faq .title h3,
.title-h3 {
    margin: 0 auto;
}

a {
    text-decoration: none;
}

nav {
    box-shadow: 0 0 10px 4px #8080805c;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 9999;
}

.home-about,
.home-service,
.home-works,
.experienced-professional,
.home-doctors,
.cta,
.home-after-before,
.home-testimonials,
.home-gallery,
.cta1,
.home-faq {
    margin: 50px 0;
}

.owl-nav span {
    display: none;
}

.owl-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/owl-prev.webp) !important;
    background-size: cover !important;
    background-position: center !important;
}

.owl-prev.disabled {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/owl-prev-disabled.webp) !important;
    background-size: cover !important;
    background-position: center !important;
}

.owl-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/owl-next.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    margin-left: 10px;
}

.owl-next.disabled {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/owl-next-disabled.webp) !important;
    background-size: cover !important;
    background-position: center !important;
}

.navbar-brand img {
    width: auto;
    height: 91px;
}

nav .d-none .menu {
    display: flex;
    padding: 0;
    margin: 0;
}

nav .d-none .sub-menu {
    display: none;
}

nav .d-none .menu li {
    list-style: none;
    margin: 0 9px;
    padding: 30px 0;
}

.sub-menu .sub-menu li {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.sub-menu li{
	padding:5px 0 !important;
}

.navbar a {
    font-family: var(--para-font);
    color: black;
}

.navbar-btn a button {
    color: white;
    background-color: var(--primary-color);
    border-radius: 5px;
    border: 4px solid white;
    outline: 1px solid var(--primary-color);
    padding: 10px;
    font-size: 16px;
    font-family: var(--button-font);
    margin-top: 15px;
}

.menu-item-4217{
	cursor:pointer;
}

.menu-item-4217:hover .sub-menu {
    display: block;
    position: absolute;
    left: 86px;
    top: 74px;
}

.menu-item-42:hover .sub-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    left: -240px;
    /* padding-left: 15px; */
    height: 400px;
    overflow-y: auto;
    top: 82px;
}
.menu-item-42:hover .sub-menu .sub-menu{
	height:auto !important;
}

.menu-item-3899{
	position:relative;
}

.menu-item-3899:hover .sub-menu {
	display:block;
	position:absolute;
	left:0;
	min-width:135px;
	top:65px;
}

.menu-parent a{
	font-family:var(--heading-font);
	font-size:18px;
}

.sub-menu .sub-menu a:hover{
	color:var(--primary-color);
}

.menu-parent .sub-menu a{
	font-family:var(--para-font);
	font-size:14px;
}

.about1 {
    width: 94%;
    height: 530px;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/about-us-banner.webp);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 3%;
}

.sliding-banner{
	width:100%;
	height:550px;
}

.sliding-banner .item .background {
    width: 106%;
    height: 100%;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/bg.png);
    background-size: cover;
    margin-left: -3%;
    display: flex;
    align-items: center;
}

.sliding-banner .title h2 {
    font-family: var(--heading-font);
    font-size: 60px;
    line-height: 80px;
    padding: 0;
    margin: 0;
}

.sliding-banner .bg p {
    width: 70%;
    margin: 15px 0;
}

.sliding-banner .title h2 span {
    color: var(--primary-color);
}

.sliding-banner a button {
    color: white;
    background-color: var(--primary-color);
    border-radius: 5px;
    border: 4px solid white;
    outline: 1px solid var(--primary-color);
    padding: 10px;
    font-size: 16px;
    font-family: var(--button-font);
	margin-top:15px;
}

.sliding-banner{
	position:relative;
}

.sliding-banner .owl-dots{
	position:absolute;
	top:45%;
	left:2%;
}

.sliding-banner .owl-dot {
    font-family: var(--bold-font);
    color: #C2C2C2;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
.sliding-banner .owl-dot.active {
    color: #00A650;
	font-size:20px;
}

.banner-1{
	background-image:url(https://www.sreejayamdental.com/wp-content/uploads/2025/01/desktop-banner1.webp);
	width: 100%;
    height: 500px;
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 3%;
}

.banner-2{
	background-image:url(https://www.sreejayamdental.com/wp-content/uploads/2025/01/desktop-banner2.webp);
	width: 100%;
    height: 500px;
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 3%;
}

.banner-3{
	background-image:url(https://www.sreejayamdental.com/wp-content/uploads/2025/01/desktop-banner3.webp);	
	width: 100%;
    height: 500px;
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 3%;
}

.sliding-banner a button:hover {
    color: var(--primary-color);
    background-color: white;
    border-radius: 5px;
    border: 4px solid var(--primary-color);
    outline: 1px solid white;
    
    font-family: var(--button-font);
	transition:0.5s;
}
.cnt-btn button{
	position:relative;
	overflow:hidden;
}
.cnt-btn button:after{
	content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
.cta .col-4 div {
    width: 100%;
    height: 2px;
    background-color: white;
}

.portfolio p {
    color: rgba(255, 255, 255, .6);
    margin: 20px 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

/*start tabs*/
.portfolio input[type="radio"] {
    display: none;
}

.portfolio .tabs label {
    display: inline-block;
    color: #3f4244;
    /*     text-transform: uppercase; */
    text-align: center;
    padding: 10px 18px;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 2px solid var(--primary-color);
}

.portfolio .tabs .all {
    display: none;
    transform-origin: 10% 50%;
}

.portfolio .tabs .content {
    margin-bottom: 29px;
    position: relative;
/*     overflow: hidden; */
}
.portfolio .tabs .content span{
	color: #000;
    width: 100%;
    font-size: 18px;
    display: block;
}
.portfolio .tabs .content img {
    height: 100%;
    width: 100%;
	object-fit:cover;
}

.portfolio .tabs label:not(:first-of-type) {
    margin-left: -4px;
}

.portfolio input[id="all"]:checked~.content .all {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="websiteDesign"]:checked~.content .websiteDesign {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="PHOTOGRAPHY"]:checked~.content .PHOTOGRAPHY {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="graphicDesign"]:checked~.content .graphicDesign {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[type="radio"]:checked+label {
    border-bottom: 4px solid var(--primary-color);
}

.portfolio .tabs .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    padding-top: 10%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    left: 0;
    transition: all .5s;
    transition: all .5s linear;

}

.portfolio .tabs .all .content:hover .overlay {
    top: 0;
}

.portfolio .tabs .overlay span {
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}

.portfolio .tabs .overlay span:hover {
    background: #5CC05C;
    border-color: #5CC05C;
}

@keyframes animateTabe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.classic-list {
    list-style-type: none;
}

.faqs-container {
    width: 95%;
}

.faqs-container .content {
    color: black;
    font-family: var(--para-font);
    font-size: 16px;
    margin-top: 15px;
    background-color: white;
    /*     box-shadow: 0 0 10px 4px #cbcbcb; */
    margin-top: -20px;
    position: relative;
    /*     z-index: -1; */
    padding: 25px 17px 10px;
    border-radius: 0 0 10px 10px;
}

option {
    font-family: "Proxima Nova";
}

summary {
    background-color: white;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
    padding: 20px;
    list-style-type: "+";
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    border-radius: 10px;
    box-shadow: 0 0 10px 4px #8080801c;
    /*     border: 2px solid var(--primary-color); */
}

details[open] {
    border: none;
    margin-bottom: 20px;
}

details[open] summary {
    /*     color: white; */
    border-radius: 10px;
    /*     background-color: var(--primary-color); */
}

summary::marker {
    color: #0000ff;
    font-size: 1.2em;
    margin-right: 20px;
}


details summary::before {
    content: "";
    float: right;
    font-size: 1.2em;
    color: black;
    margin-right: 0;
    width: 25px;
    height: 25px;
    margin-top: 2px;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/faq-before.webp);
    background-size: cover;
    background-position: center;
}

details[open] summary::before {
    content: "";
    float: right;
    font-size: 1.5em;
    color: white;
    margin-right: 0;
    width: 25px;
    height: 25px;
    margin-top: 2px;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/faq-after.webp);
    background-size: cover;
    background-position: center;
}

.home-about img {
    width: 100%;
    height: auto;
}

.home-about .counter-box {
    width: 290px;
    height: auto;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #8080803b;
    position: absolute;
    top: 45%;
    background-color: white;
    left: 0;
}

.home-about .counter-box .counter {
    font-family: var(--bold-font);
    font-size: 26px;
}

.home-about .counter-box p {
    font-family: var(--bold-font);
    font-size: 16px;
}

.home-about-left {
    position: relative;
}

.dr-sect {
    margin: 15px 0 20px;
    display: flex;
    align-items: center;
}

.dr-sect span {
    font-family: 'NalikaSignature';
    font-size: 35px;
}

.dr-sect h2 {
    font-family: var(--bold-font);
    font-size: 24px;
}

.dr-sect p {
    font-family: var(--para-font);
    font-size: 20px;
}

.home-about a button, .thankyou-sorry a button {
    background-color: var(--primary-color);
    border: 4px solid white;
    outline: 1px solid var(--primary-color);
    color: white;
    font-family: var(--button-font);
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 20px;
}

.home-about a button:hover, .thankyou-sorry a button:hover {
    background-color: white;
    border: 4px solid var(--primary-color);
    outline: 1px solid white;
    color: var(--primary-color);
    font-family: var(--button-font);
	transition:0.5s;
}

.home-service .card {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 35px 20px;
}

.home-service .card-head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
	height:50px;
}

.home-service .card-head .img {
    margin-right: 20px;
	width:auto;
	height:100%:
}

.home-service .card p {
    margin-bottom: 15px;
}

.home-service .card button {
    background-color: transparent;
    border: none;
    color: var(--primary-color);
    font-family: var(--button-font);
    font-size: 16px;
}

.home-service .owl-nav,
.home-doctors .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.home-works img {
    width: 75%;
    height: auto;
    margin: 0 auto 15px;
}

.home-works .card {
    border: none;
}

.home-works .card-head {
    font-family: var(--heading-font);
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
}

.home-works p {
    text-align: center;
    font-family: var(--para-font);
    font-size: 16px;
    width: 80%;
    margin: 10px auto;
}

.counter-section {
    padding: 45px 0;
    background-color: #F4FFCD;
}

.counter-section .counter {
    font-family: var(--heading-font);
    font-size: 40px;
    color: var(--primary-color);
}

.counter-section p {
    font-family: var(--button-font);
    font-size: 22px;
}

.counter-box .plus::after {
    content: "+";
}

.experienced-professional img {
    width: 100%;
    height: auto;
}

.why-us-btn img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.why-us-btn-list .display-none {
    display: none;
}


.why-us-btn-list .active .display-none {
    display: block;
}

.why-us-btn-list .active .display {
    display: flex;
    align-items: center;
    background-color: var(--secondary-color);
    width: fit-content;
    border-radius: 25pc;
    padding: 0 15px 0 0;
	transition:1s;
}

.experienced-professional .card {
    border: none;
    width: 85%;
}

.experienced-professional .card-head {
    font-family: var(--bold-font);
    font-size: 20px;
}

.experienced-professional .card-body {
    margin: 10px 0;
    padding: 0;
    font-family: var(--para-font);
}

.home-doctors .card {
    border: none;
    position: relative;
}

.home-doctors .card img {
    width: 100%;
    height: auto;
}

.home-doctors .card .display {
/*     display: none; */
    position: absolute;
    bottom: 0;
    left: 1px;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/doctors-doctor-bg.webp);
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    border-radius: 10px;
}

.home-doctors .card:hover .display {
    display: block;
}

.dr-posit .counter-box {
    position: absolute;
    top: 0;
    right: 7px;
    width: 50px;
    text-align: center;
}

.dr-posit .counter-box .counter {
    font-family: var(--bold-font);
    font-size: 16px;
    text-align: center;
}

.dr-posit .counter-box p {
    font-family: var(--bold-font);
    font-size: 8px;
	line-height:12px;
    text-align: center;
    color: black;
}

.dr-posit p {
    color: white;
	font-size:13px;
}

.dr-name h4 {
    color: white;
	font-size:15px;
}

.dr-name {
    margin-top: 30px;
}

.cta .col-lg-5 {
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/cta-bg-1.webp);
    /* 	width:100%; */
    height: 250px;
    background-size: cover;
    background-position: center;
    padding-left: 7%;
}

.cta .col-lg-7 {
    background-color: #272727;
    padding: 0 2% 0 7%;
}

.cta .col-lg-7 h3,
.cta .col-lg-7 p {
    color: white;
}

.cta button, .form-submit .submit {
    color: white;
    background-color: var(--primary-color);
    border-radius: 5px;
    border: 2px solid white;
    outline: 1px solid var(--primary-color);
    padding: 7px 20px;
}

.cta .col-lg-7 .row div {
    margin-top: 15px;
}

.home-after-before img {
    width: 100%;
    height: auto;
}

.home-after-before .col-lg-8 {
    position: relative;
}

.home-after-before .owl-nav {
    position: absolute;
    left: -273px;
    top: 70%;
}

.home-testimonials .card {
    border: none;
}

.home-testimonials .card .row {
    padding: 15px;
}

.testimonials-slider .card .row {
    padding: 15px 60px;
}

.home-testimonials .one .card {
    background-color: #FFEDED;
    border-radius: 10px;
}

.home-testimonials .two .card {
    background-color: #FFFDED;
    border-radius: 10px;
}

.home-testimonials .three .card {
    background-color: #EDFFEF;
    border-radius: 10px;
}

.testimonials-slider {
    margin-top: 30px;
}

.home-testimonials .card-head {
    font-family: var(--bold-font);
    font-size: 18px;
    margin-bottom: 15px;
}

.home-testimonials .row {
    align-items: center;
}

.home-testimonials .title {
    margin-bottom: 20px;
}

.height1 {
    height: 41% !important;
}

.height2 {
    height: 39% !important;
}

.home-gallery button {
    position: relative;
    top: -120px;
    z-index: 999;
    border: 2px solid white;
    outline: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
    padding: 5px 20px;
}

.home-gallery button:hover {
    border: 2px solid var(--primary-color);
    outline: 1px solid white;
    background-color: white;
    color: var(--primary-color);
	transition:0.5s;
}

.cta1 .container {
    width: 100%;
    height: 350px;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/cta-bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

.home-faq .container {
    background-color: #F5F5FF;
    padding: 20px;
    border-radius: 15px;
}

.footer-form .container {
    width: 100%;
    height: auto;
    padding: 25px 35px;
    border-radius: 20px;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/contact-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}

.map iframe {
    border-radius: 15px;
	width: 100%;
    height: 500px;
}

.footer-form input,
.footer-form textarea {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
}
textarea{
	height:60px !important;
}
.footer-form button {
    padding: 7px 20px;
    border-radius: 5px;
    color: white;
    background-color: #1B1B1B;
    border: none;
	position:relative;
	z-index:999;
}

.footer-form button:hover {
    color: #1b1b1b;
    background-color: white;
	border:1px solid #1b1b1b;
	transition:0.5s;
}

footer {
    width: 100%;
    height: auto;
	padding:30px 0px 0px;
/*     padding-top: 240px; */
/*     margin-top: -215px; */
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/footer-bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.footer-brand img {
    width: auto;
    height: 100px;
}

footer .col-lg-4 p {
    width: 75%;
    margin: 15px 0;
}

.social-media-icons-footer a {
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border-radius: 20px;
}

.social-media-icons-footer a img {
    width: auto;
    height: 20px;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style: none;
    margin-top: 10px;
}

footer ul li a {
    color: black;
    font-family: var(--para-font);
}

.footer-right img {
    width: auto;
    height: 50px;
}

.clinic-tab-btn span {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 5px 10px;
    border-radius: 35px;
    width: fit-content;
    cursor: pointer;
}

.clinic-tab-btn.active span {
    color: white;
    background-color: var(--primary-color);
}

.about-process .roller {
    width: 350px;
    height: 350px;
    background-image: url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/about-process-bg.webp);
    ;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    animation: spin 45s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-process-box .row {
    width: 80%;
    height: auto;
    align-items: center;
}

.about-process-box .head {
    font-family: var(--bold-font);
    font-size: 16px;
}

.about-process-box p {
    font-family: var(--para-font);
    font-size: 14px;
}

.about-process-box .col-3 img {
    width: auto;
    height: 60px;
}

.about-process {
    margin: 50px 0;
}

.service-banner img {
    width: 100%;
    height: auto;
}

.desktop-banner img, .mobile-banner img{
    width: 100%;
    height: auto;
}

.mobile-banner {
    display: none;
}

.services_section1 img,
.services_section2 img,
.services_section-last img {
    width: 100%;
    height: auto;
}

.services_section1 img,
.services_section-last img {
    width: 85%;
    margin-left: 15%;
}

.services_section2 img {
    width: 85%;
}

.menu-item-42{
    position: relative;
}

.sub-menu{
    position: absolute;
    left: 0;
    top: 25px;
    width: fit-content;
    padding: 15px 0;
    background-color: white;
    border: 1px solid var(--primary-color);
}

.sub-menu .sub-menu {
    position: initial;
    background-color: transparent;
    border-top: none;
    padding: 7px 0;
    border-bottom: none;
    box-shadow: 0 0 0 0;
    display: block !important;
    padding-left: 0 !important;
	width:200px;
	border:none;
}

.section-para{
    width: 65%;
    margin: 10px auto 25px;
}


.blog-posts-main{
	box-shadow: 0 0 10px 4px #d7d7d7;
    border-radius: 15px;
}

.blog-posts-main .feature img{
	border-bottom:2px solid var(--primary-color);
	border-radius:15px 15px 0 0;
}

.blog-post-content{
	padding: 0 10px 10px;
}

.category-cont{
	border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 5px 15px;
	text-decoration:none;
	font-size:13px;
}


.wp-block-column-is-layout-flow figure{
	text-align:center;
}

.blog-main-page .title {
	display:flex;
	align-items:center;
	height:100%;
}

.blog-main-page .title h1{
	padding:0;
	margin:0;
}

.blog-main-page .col-lg-6{
	margin-top:15px;
}

.blog-main-page{
	margin-bottom:25px;
}

.list-search{
	display: flex;
    align-items: center;
}

.list-search li{
	list-style:none;
	width:100%;
}

.list-search .wp-block-search__inside-wrapper {
	position:relative;
}

.wp-block-search__input{
	width:100%;
	padding:10px 15px;
	border-radius:10px;
	border: 2px solid var(--secondary-color);
}

.list-search .wp-element-button{
	position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    border: none;
    background-color: var(--primary-color);
}

.boxes{
	box-shadow: 0 0 10px 5px #8080803d;
    border-radius: 15px;
}

.boxes .img-fluid{
	width:100%;
	height:auto;
	border-radius:15px 15px 0 0;
	border-bottom:2px solid var(--primary-color);
}

.boxes .blogdate{
	padding: 0 15px;
}

.boxes .post-desc{
	padding:0 15px 15px;
}

.category-cont{
	color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 5px 10px;
    margin: 0 6px 0 0;
}

.boxes .blog-head-h2{
	font-size: 24px;
    height: 80px;
    display: flex;
    align-items: center;
	margin:10px 0;
	color:var(--primary-color);
}

.post-date{
	color:var(--primary-color);
	opacity:0.5;
	font-size:14px;
	font-family:'Raleway';
}

.post-desc p{
/* 	height: 45px; */
    margin: 10px 0;
}

.read-more-btn{
	color: white;
    background-color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 10px;
	display: block;
    margin: 10px 0px 20px;
    width: max-content;
}

.page-numbers{
	color: var(--primary-color);
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid var(--primary-color);
	text-decoration:none;
	border-radius:5px;
}

.page-numbers:hover{
	background-color:var(--primary-color);
	color:white;
}

.page-numbers.current{
	background-color:var(--primary-color);
	color:white;
}

.author-details{
	display:flex;
	align-items:center;
}

.author-details img{
	width:100%;
	height:auto;
/* 	box-shadow: 0 0 10px 5px #80808038; */
    border-radius: 50px;
}

.author-details a{
	color:black;
	text-decoration:none;
}

.author-details .title h2{
	font-size:18px;
	color:var(--primary-color);
	margin:0px;
}

.author-details .title h3{
	font-size:16px;
	background: none;
    padding: 0;
    color: #000;
    font-family: var(--para-font);
	margin:0px !important;
}

.post-body .table-of-contents{
	display:none;
}

.widget{
	list-style:none;
}

.widgettitle{
	padding: 0;
    margin: 0 10px 10px;
	font-size:24px;
}

.widget_toc_widget{
	position:sticky;
	top:70px;
	left:0;
	width:300px;
	height:650px;
	overflow-y:auto;
	margin-top:30px;
	padding:0 20px 0 0;
	border-right:1px solid var(--primary-color);
}

.toc-widget-list{
	padding:0;
	padding-left:25px;
}

.toc-widget-list .toc-widget-item{
	margin:5px 0;
	position:relative;
}

.toc-widget-list .toc-widget-item::marker{
	color:var(--primary-color);
}

.toc-widget-list .toc-widget-item::before{
	content: '';
    position: absolute;
    border-left: 1px solid var(--secondary-color);
    width: 1px;
    height: 80px;
    left: -13.5px;
}

.toc-widget-list .toc-widget-item a{
	color:black;
	text-decoration:none;
	font-size:14px;
}

.post-body .wp-post-image{
	width:100%;
	height:auto;
	border-radius:10px;
	box-shadow: 0 0 10px 0px #80808059;
}

.ytp-cued-thumbnail-overlay-image{
	width:100%;
	height:auto;
}

.blog_listing_box img{
	width:100%;
	height:auto;
}

.post-body{
	padding:0px 15px !important;
	border-right:1px solid var(--primary-color);
	width: 54% !important;
}

.sidebar-main-div{
	padding-left:20px !important;
}

.wp-block-search__button{
	width:fit-content;
	height:auto;
	padding:7px 20px;
	border-radius:10px;
	color:white;
	background-color:var(--primary-color);
}

.wp-block-latest-posts__featured-image img{
	box-shadow: 0 0 10px 0px #80808059;
	border-radius:10px;
	width:100%;
	height:auto;
	margin-bottom:12px;
}

.wp-block-latest-posts__post-title{
	color: #000;
	font-size:16px;
	font-weight:900;
	text-decoration:none;
	letter-spacing: .5px;
}

.wp-block-categories{
	padding:0;
	padding-left:5px;
	height:300px;
	overflow-y:auto;
}

.wp-block-categories li{
	list-style:none;
	margin:4px 0;
}

.wp-block-categories li a{
	color:var(--primary-color);
	font-size:14px;
	text-decoration:none;
	letter-spacing:1px;
}

.category-page img{
	width:100%;
	height:auto;
	border-bottom:1px solid var(--primary-color);
	border-radius:15px 15px 0 0;
}

.search-page img{
	width:100%;
	height:auto;
	border-bottom:1px solid var(--primary-color);
	border-radius:15px 15px 0 0;
}

.widgets {
  width: 60px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 999;
}

.widgets img {
  width: 100%;
  height: auto;
}

.whatsapp {
  margin-top: 45px;
  background-color: green;
  border-radius: 30px;
  padding: 10px;
}

.contact-widget {
  background-color: var(--primary-color);
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0 0 10px 2px rgba(245, 245, 245, 0.888);
}

.contact-widget:hover {
  background-color: #333030;
}

.post-body iframe{
	width:100%;
	height:360px;
	border-radius:15px;
}

.doctor-card {
	border:none;
}

.doctor-card .card-img img{
	width:100%;
	height:auto;
}

.our-team-main .row, .our-team-doctor-details{
	margin-top:25px;
}

.our-team-main .col-lg-3{
	margin: 15px 0;
}

.our-team-main .card-dr{
	font-family:var(--heading-font);
	font-size:18px;
	margin-top:10px;
}

.our-team-main .card-position{
	font-family:var(--para-font);
	font-size:16px;
	margin-top:5px;
}

.our-team-doctor-details img{
	width:80%;
	height:auto;
}

.our-team-doctor-details .col-lg-5{
	text-align:center;
}

.our-team-doctor-details .dr-position{
	margin-bottom:20px;
}

.dr-qualification h3, .dr-experience h3, .dr-expertise h3{
	padding-bottom: 8px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 8px;
}

.dr-expertise, .dr-experience{
	margin-top:16px;
}

.our-team-doctor-details{
	margin-bottom:50px;
}

.testimonial-page .card {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 10px;
/*     box-shadow: 0 0 10px 4px #8080802e; */
	border: 3px solid #c5c5c582;
}

.testimonial-page, .testimonial-page-content, .testimonial-page-cta{
	margin:50px 0;
}

.testimonial-page-content img{
	width:80%;
	height:auto;
}

.testimonial-page-content button{
	color:white;
	background-color:var(--primary-color);
	border-radius:10px;
	border:2px solid white;
	outline:1px solid var(--primary-color);
	margin-top:20px;
	padding:8px 25px;
}

.testimonial-page-cta .container{
	width:100%;
	height:auto;
	text-align:center;
	background-image:url(https://www.sreejayamdental.com/wp-content/uploads/2024/12/test-cta-bg.webp);
	background-size:cover;
	background-position:center;
	padding:50px 0;
	border-radius:10px;
}

.testimonial-page-cta button{
	margin:10px auto;
	color:var(--primary-color);
	background-color:white;
	border-radius:10px;
	border:2px solid var(--primary-color);
	outline:1px solid white;
	margin-top:20px;
	padding:8px 25px;
}

.contact-page iframe{
	width:100%;
	height:350px;
}

.contact-page .row{
	width:100%;
	height:auto;
}

.contact-page form button{
	width:100%;
	height:auto;
}

.contact-page ul{
	padding:0;
}

.contact-page .col-lg-5{
	padding-left:7%;
}

.banner-section-main{
	position:relative;
}

.banner-title{
	position:absolute;
	top:45%;
	left:0;
	width:100%;
}

.mission-vision .card{
	width:90%;
	height:auto;
	border-radius:10px;
	border: 2px solid var(--primary-color);
	background-color:#F1FFF8;
	padding:15px 25px;
}

.mission-vision{
	margin:50px 0;
}

.mission-vision .card-body{
	padding:0;
}

.mission-vision .card-head{
	font-family: var(--button-font);
    font-size: 20px;
}

.mission-vision .card-body{
	margin-top: 15px;
    height: 150px;
}

.breadcrumbs-list{
	font-family:var(--para-font);
	font-size:14px;
	margin-top:10px;
}

.breadcrumb_last{
	font-weight:600;
}

.comment-respond label{
	width:100px;
}

.comment-respond p{
	margin-top:10px;
}

.comment-respond textarea{
	height:100px;
}

.contact-page{
	margin-bottom:25px;
}

.contact-page a{
	color:black;
}

.wp-block-heading{
/* 	border-top:2px solid var(--primary-color); */
	padding-top:15px;
	margin-top:15px;
}

.services_section1, .inner-page-section, .services_section2, .services_section-last{
	margin:50px 0;
}

.g-recaptcha{
	transform:scale(0.7);
	transform-origin:0 0;
}

.widgets {
    position: fixed;
    width: auto;
	z-index:999;
    height: auto;
    right: 20px;
    bottom: 75px;
    z-index: 999
}

.contact-widget,
.whatsapp {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%
}

.contact-widget img,
.whatsapp img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999
}

.contact-widget {
    background-color: #1B1B1B;
    padding: 15px;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, .2)
}

.contact-widget:hover {
    background-color: var(--secondary-color);
}

.whatsapp {
    background-color: #38a64e;
    padding: 10px;
    margin-top: 25px
}

.smile-gallery img{
	width:100%;
	height:auto;
}

.home-about{
	margin:50px 0;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color); 
}
textarea{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
	height: 50px;
}
.mobile-slider img{
	width:100%;
	height:auto;
}
.mobile-slider .item{
	position:relative;
}
.banner-txt{
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
    text-align: center;
	color:#FFF;
	padding:0px 20px;
}
.banner-txt p{
	margin:15px 0px 20px;
}
.banner-txt a{
	margin:0px !important;
}
.banner-txt a button{
	font-size:15px;
	width:max-content;
}
.mobile-slider .owl-dots{
	margin: -12% 0px 0px !important;
	gap:10px;
    z-index: 99;
    position: relative !important;
    color: #FFF;
    left: 0;
}
.mobile-slider .owl-dot{
	color:#FFF;
}
.mobile-slider .owl-dot.active {
    color: #000;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
nav.breadcrumb-section ul li {
    display: inline-block;
    background: 0 0;
    z-index: 999999;
}
nav.breadcrumb-section a {
/*     display: block; */
    padding: 0 0px;
    color: #313131;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}
/* .breadcrumb-item.breadcrumb-item a::after {
    display: inline-block;
    padding-right: .2rem;
    padding-left: .2rem;
    color: #FFF;
    content: "/";
} */
.breadcrumb{
	background-color:transparent;margin:0px !important;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0rem;
}
.breadcrumb-section{
	box-shadow:none !important;background-color:transparent;
}
.breadcrumb-item a, .breadcrumb-item span{
	font-size:15px;
	line-height:25px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}
.breadcrumb-item+.breadcrumb-item::before{
	padding: 0px 5px;
}
.padd{padding:0px 60px 0px 0px;}
p.padd{line-height:16px;}
.comments-area .g-recaptcha{
	margin-top:15px;
}
.free-widget{
	position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
}
.free-widget img{
	width: 130px;
    height: auto;
}
.blog-main-page .item:nth-child(1){display:none !important;}
.sidebar-inner #bookanappointment, .sidebar-inner .widget-area{
	box-shadow: 1px 1px 5px 2px #00000020;
    border-radius: 10px;
    padding: 0px 10px 20px;
}
.sidebar-inner #bookanappointment{
	margin:20px 0px;
}
.toc-sidebar, .sidebar-main-div{
	width: 23% !important;
}
.inner-blog-slider {
    margin: 10px 0px 0px !important;
    padding: 0px !important;
}
.inner-blog-slider .owl-item li {
    margin: 10px !important;
	box-shadow: 1px 1px 5px 5px #a2a2a230;
    border-radius: 10px;
    padding: 5px;
}
.blog_content_padding{
	padding:10px 15px;
}
.blog_content_padding h4 a{
	color:#000;
}
ul.wp-block-list{
	padding:0px 0px 0px 20px;
}
.pagination{
	text-align: center;
    justify-content: center;
    margin: 30px 0px;
	box-shadow:none;
}