.text-brown {
    color: #7F4E4A;
}

.text-darkbrown {
    color: #671908 !important;
}

.text-lightbrown {
    color: #0067ac !important;
}

.text-clr {
    color: #0067ac;
}

.text-orange {
    color: #F8775F;
}

.text-light {
    color: #3CC0B1;
}

.clockicnwidth {
    width: 30px;
}

.bg-box {
    background: #f3f3f3 !important;
}

.bg-darkbrown {
    background: #671908;
}

.pb-30 {
    padding-bottom: 30px;
}

.bg-footer {
    background: #daecff !important;
}

.chooseicon {
    width: 50px;
}

.responsive-map2 {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
    border-radius: 20px;
}

.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.fw-600 {
    font-weight: 600 !important;
}

.site-footer .pbmit-footer-widget-area .container {
    border-bottom: 3px solid #fff;
}

.nex-color {
    color: #45b4ff;
}

.homervwwidth{
    width: 150px;
}

.aboutusbanner {
    background-image: url('../new-images/banner/about-us.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.doctorbanner {
    background-image: url('../new-images/banner/doctor-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gallerybanner {
    background-image: url('../new-images/banner/gallery-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.videobanner{
    background-image: url('../new-images/banner/video-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blogbanner {
    background-image: url('../new-images/banner/blog-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.brdrnone {
    border: none;
}

.logowidth {
    width: 180px;
}

.ml-15 {
    margin-left: 15px;
}

.fs-26 {
    font-size: 26px;
}

.bannerone {
    background-image: url('../new-images/banner/banner-one.png');
}

.bannertwo {
    background-image: url('../new-images/banner/banner-two.jpg');
}

.bannerthree {
    background-image: url('../new-images/banner/root-canal-banner-1.jpg');
}

.bannerfour{
    background-image: url('../new-images/banner/new-banner.png');
}

.iconwidth {
    width: 45px;
}

.fs-20 {
    font-size: 20px !important;
}

/* FLOAT BUTTON BASE */

.float-btn {
    position: fixed;
    top: 86%;
    transform: translateY(-50%);
    z-index: 999;
}

.call-btn {
    left: 13px;
}

.whatsapp-btn {
    right: 13px;
}

.float-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgb(24 203 91 / 27%);
    transition: all 0.3s ease;
    position: relative;
}

.call-btn a {
    background: #18cb5b;
}

.whatsapp-btn a {
    background: #25d366;
}

.float-btn svg {
    width: 26px;
    height: 26px;
    fill: white;
}

.float-btn a:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 30px rgba(var(--dark-rgb), 0.35);
}

.call-btn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25d366;
    animation: pulse 2s infinite;
    z-index: -1;
}

.whatsapp-btn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25d366;
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* MOBILE FLOAT FOOTER */

.mobile-footer {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(var(--dark-rgb), 0.15);
    padding: 8px;
    z-index: 999;
}

.mobile-footer-inner {
    display: flex;
    gap: 10px;
}

.mobile-footer a {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

/* CALL BUTTON (Theme Color) */

.mobile-call {
    background: #18cb5b;
}

/* WHATSAPP BUTTON */

.mobile-whatsapp {
    background: #25d366;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .float-btn {
        display: none;
    }

    .mobile-footer {
        display: block;
    }
}

.video-box{
    height:450px;  
    width:100%;
    overflow:hidden;
    border-radius:20px;
}

.video-box video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
}

.video-box-one{
    height:550px;  
    width:70%;
    overflow:hidden;
    border-radius:20px;
}

.video-box-one video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .site-header .site-branding img {
        max-width: 100%;
        height: auto;
        max-height: 55px;
    }
    .pbmit-ihbox-style-2 .pbmit-element-title {
        font-size: 14px;
    }
    .pbmit-miconheading-style-2 {
        margin-bottom: 12px;
    }
    .pbmit-heading-subheading .pbmit-subtitle {
        font-size: 12px;
    }
    .pbmit-ihbox-style-13 .pbmit-ihbox-svg, .pbmit-ihbox-style-13 .pbmit-ihbox-icon {
        margin: 0 0 10px 0;
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .pbmit-ihbox-style-13 .pbmit-element-title {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 2px;
    }
    .pbmit-miconheading-style-13 {
        margin-bottom: 20px;
    }
    .mblmbzero{
        margin-bottom: 0px !important;
    }
    .pbmit-team-style-1 .pbminfotech-box-content {
        padding: 15px 0 40px;
    }
    .pbmit-team-style-1 .pbmit-team-title {
        margin-bottom: 5px !important;
    }
    .mblmbsixty{
        margin-bottom: 60px;
    }
    .pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
        display: flex;
        align-items: center;
        padding: 10px 0 20px 20px;
        gap: 15px;
    }
    .site-footer .footer-wrap {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .site-footer .pbmit-footer-info-inner .pbmit-footer-box .pbmit-footer-content-wrap .pbmit-footer-box-content {
        font-size: 15px;
    }
    .site-footer .pbmit-social-links {
        padding-top: 14px;
    }
    .site-footer .widget {
        padding-bottom: 0px;
    }
    .mblpttwenty{
        padding-top: 20px !important;
    }
    .site-footer .widget .widget-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 14px;
    }
    .mblmbforty{
        margin-bottom: 35px;
    }
    .site-footer .pbmit-footer-text-area {
        padding: 15px 0 10px;
    }
    .site-footer .pbmit-footer-info-inner .pbmit-footer-box-icon .pbmit-footer-icon-wrap svg {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .mblnone{
        display: none !important;
    }
    .mblmtfifty{
        margin-top: 50px;
    }
    .our-history-page .about-section-one .inner-content p {
        color: #000000;
        margin-bottom: 22px;
    }
    .about-one-rightbox {
        padding: 275px 0;
        height: auto;
        margin-top: 15px !important;
    }
    .mblptzero{
        padding-top: 0px !important;
    }
    .accordion-button {
        display: flex;
        position: relative;
        padding: 10px 15px;
    }
    .mblmtthirty{
        margin-top: 30px;
    }
    .mblpbthirty{
        padding-bottom: 30px !important;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon {
        margin: 0 0 10px 0;
        text-align: center;
    }
    .pbmit-ihbox-style-7 .pbmit-element-title {
        text-align: center;
    }
    .mbltxtcntr{
        text-align: center;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        background: var(--pbmit-white-color);
        border-radius: 20px;
        padding: 25px;
    }
    .mblmtzero{
        margin-top: 0px !important;
    }
    .pbmit-blog-style-1 .pbmit-post-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .pbmit-blog-style-1 .pbmit-meta-wraper-inner {
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .sidebar .widget .widget-title {
        position: relative;
        padding-left: 25px;
        font-family: var(--pbmit-heading-typography-font-family);
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 4px;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-style: normal;
        color: var(--pbmit-heading-color);
    }
    .sidebar .widget {
        padding: 22px;
    }
    .mblfstyle{
        font-size: 22px !important;
        line-height: 34px !important;
    }
    .pbmit-backtotop.active {
        bottom: 90px;
        opacity: 1;
    }
    .mblmbninety{
        margin-bottom: 100px;
    }
    .pbmit-team-detail .pbmit-short-description {
        padding-bottom: 20px;
    }
    .video-box-one {
        height: 250px;
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
    }
    .mblmbfifteen{
        margin-bottom: 15px !important;
    }
    .cost-section {
        position: relative;
        background-image: url(../new-images/images/cost-bg-image.webp);
        background-size: cover;
        background-position: center;
        padding: 20px !important;
        border-radius: 15px;
        overflow: hidden;
    }
    .cost-section {
        padding-top: 40px !important;
    }
    .cost-content h3{
        font-size: 22px;
        line-height: 32px;
    }
    .cost-content li{
        margin-top: 10px !important;
    }
    .trth3fsclass h3{
        font-size: 22px;
        line-height: 24px;
    }
    .more-description h3{
        font-size: 22px;
        line-height: 32px;
    }
    .more-description li{
        margin-top: 8px !important;
    }
    .mblmttwenty{
        margin-top: 20px !important;
    }
    .mblmbtwenty{
        margin-bottom: 20px !important;
    }
    .ctafsclass{
        font-size: 22px !important;
    }
    .desktopnone{
        display: block !important;
    }
    .mblmszero{
        margin-left: 0px !important;
        font-size: 14px;
    }
    .mblptten{
        padding-top: 10px !important;
    }
    .mblpbten{
        padding-bottom: 10px !important;
    }
    .about-two-rightbox .ihbox-style-area {
        border-top: #0067ac;
        padding: 5px 0 22px;
    }
    .mblpbfifteen{
        padding-bottom: 15px !important;
    }
    .mblptforty{
        padding-top: 40px !important;
    }
    .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg {
        width: 40px;
        height: 40px;
    }
    .mblptthirty{
        padding-top: 30px !important;
    }
    .mblmbthirty{
        margin-bottom: 30px !important;
    }
    .testimonial-one-rightbox {
        margin-top: 30px !important;
    }
    .pbmit-testimonial-style-1 .pbminfotech-box-title {
        font-size: 20px;
        line-height: 24px;
    }
}

/* ===== Counter Section New Premium Design ===== */

.custom-counter-row{
    margin-top:50px;
}

.custom-counter-box{
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 20px 10px;
    overflow: hidden;
    transition: all .5s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    border:1px solid rgba(182,63,41,.08);
}

.custom-counter-box::before{
    content:'';
    position:absolute;
    width:150px;
    height:150px;
    /* background:linear-gradient(135deg, rgb(0 103 172), transparent); */
    top:-60px;
    right:-60px;
    border-radius:50%;
    transition:.5s;
}

.custom-counter-box::after{
    content:'';
    position:absolute;
    width:90px;
    height:90px;
    background:#0067ac;
    opacity:.05;
    bottom:-35px;
    left:-35px;
    border-radius:50%;
    transition:.5s;
}

.custom-counter-box:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgb(0 103 172 / 11%);
}

.custom-counter-box:hover::before{
    transform:scale(1.4);
}

.custom-counter-box:hover .pbmit-circle{
    transform:rotate(360deg);
}

.pbmit-circle{
    transition:1s ease;
}

.custom-counter-box .pbmit-fld-contents{
    gap:17px;
}

.custom-counter-box .pbmit-circle-outer{
    position:relative;
    z-index:2;
}

.custom-counter-box .pbmit-fid-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:0;
    transition:.4s;
}

.custom-counter-box:hover .pbmit-fid-title{
    color:#09243c;
}

.custom-counter-box .pbmit-number-rotate{
    font-size:22px;
    font-weight:700;
    color:#0d2b46;
}

@media(max-width:991px){

.custom-counter-box{
margin-bottom:25px;
}

}

.iclass{
    font-size: 30px;
    color: #0067ac;
}

.smile-video-slider .swiper-slide{
    height: auto;
    padding: 0 10px;
}

.smile-video-box{
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}

.smile-video-box video{
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

/* Tablet */
@media (max-width:991px){
    .smile-video-box video{
        height:420px;
    }
}

/* Mobile */
@media (max-width:767px){
    .smile-video-box video{
        height:350px;
    }
}

.cost-section{
    position: relative;
    background-image:url('../new-images/images/cost-bg-image.webp');
    background-size:cover;
    background-position:center;
    padding:50px;
    border-radius:15px;
    overflow:hidden;
}

/* ONLY COST SECTION OVERLAY */
.cost-section::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(0 0 0 / 70%);
    z-index:1;
}

/* ONLY COST SECTION CONTENT */
.cost-section .cost-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.cost-section .cost-content h1,
.cost-section .cost-content h2,
.cost-section .cost-content h3,
.cost-section .cost-content h4,
.cost-section .cost-content p,
.cost-section .cost-content li,
.cost-section .cost-content strong{
    color:#fff !important;
}

.fs-28{
    font-size: 28px !important;
}

.brdrbtm{
    border-bottom: 2px solid #000000;
}

.ctafsclass{
    font-size: 28px !important;
}
.smile-video-slider {
    overflow: hidden;
    width: 100%;
}

.smile-video-slider .swiper-wrapper {
    display: flex;
}

.smile-video-slider .swiper-slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.smile-video-box {
    width: 100%;
}

.smile-video-box video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 25px;
}

@media (min-width:768px) {
    .smile-video-slider .swiper-slide {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (min-width:992px) {
    .smile-video-slider .swiper-slide {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

.desktopnone{
    display: none;
}