.text-brown {
    color: #7F4E4A;
}

.text-darkbrown {
    color: #671908 !important;
}

.text-lightbrown {
    color: #c72100 !important;
}

.text-clr {
    color: #b63f29;
}

.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;
}

.fw-600 {
    font-weight: 700;
}

.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;
}

.site-footer .pbmit-footer-widget-area .container {
    border-bottom: 3px solid #c92100;
}

.nex-color {
    color: #006DE1;
}

.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;
}

.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');
}

.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;
    }
}

@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: 16px;
    }
    .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: 22px;
        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: 12px;
    }
    .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;
        line-height: 28px;
    }
    .pbmit-backtotop.active {
        bottom: 90px;
        opacity: 1;
    }
    .mblmbninety{
        margin-bottom: 100px;
    }
}
