.text-darkblue{
    color: #15426E;
}
.text-blue{
    color: #003a79;
}
.text-orange{
    color: #EFA93F;
}
.text-lightpink{
    color: #F9B5F1;
}
.bg-dakblue{
    background: #15426E;
}
.bg-orange{
    background: #EFA93F;
}
.bg-light-pink{
    background: #F9B5F1;
}
.bg-gradient-one{
    background: #164576;
}
.icnbox{
    width: 35px;
}
.abticnbox{
    width: 40px;
}
.mt-60{
    margin-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom: 70px;
}
.chooseicon {
    width: 50px;
}
.aboutusbanner{
    background: url('../new-images/banner/about-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.aboutdoctorbanner{
    background: url('../new-images/banner/about-doctor-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gallerybanner{
    background: url('../new-images/banner/gallery-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contactusbanner{
    background: url('../new-images/banner/contact-us-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dentalcheckupbanner{
    background: url('../new-images/banner/dental-checkup-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.teethcleaningbanner{
    background: url('../new-images/banner/teeth-cleaning.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dentalfillingbanner{
    background: url('../new-images/banner/dental-fillings.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gumbanner{
    background: url('../new-images/banner/gum-disease.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fluoridebanner{
    background: url('../new-images/banner/fluoride-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.preventivebanner{
    background: url('../new-images/banner/preventive-dental.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dentalimplantbanner{
    background: url('../new-images/banner/dental-implant-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rootcanalbanner{
    background: url('../new-images/banner/root-canal-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.teethwhiteningbanner{
    background: url('../new-images/banner/teeth-whitening-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.alignerbanner{
    background: url('../new-images/banner/aligner-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.smilemakeoverbanner{
    background: url('../new-images/banner/smile-makeover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wisdomtoothbanner{
    background: url('../new-images/banner/wisdom-tooth-removal-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.kidsbanner{
    background: url('../new-images/banner/kids-dentistry-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.technologybanner{
    background: url('../new-images/banner/advance-technology.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sterlizationbanner{
    background: url('../new-images/banner/sterlization.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pt-60{
    padding-top: 60px;
}
.ftrrvwwidth{
    width: 50px;
}
.iconwidth{
    width: 40px;
}
.pt-50{
    padding-top: 50px;
}
.mt-50{
    margin-top: 50px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.fs-32{
    font-size: 32px;
}
@media (max-width: 1450px){
	.dktpsite-title{
        margin-left: 30px;
    }
    .dktp-right-box{
        margin-right: 30px;
    }
}

@media (max-width: 1366px) {
    .dktp-section-pb {
        padding-bottom: 60px !important;
    }
}

.responsive-map2 {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
}

.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 5px;
}

.lctniconwidth {
    width: 35px;
}
.ml-45{
    margin-left: 45px;
}
.lctclr{
    color: #000000;
    font-weight: 600;
    margin-left: 6px;
}
.socialiconwidth{
    width: 30px;
}
.ftr-bg{
    background: #ffecec;
}

.float-btn {
    position: fixed;
    top: 92%;
    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 {
        width: 180px;
    }
    .dktpsite-title {
        margin-left: 10px;
    }
    .nav-menu-toggle {
        right: -10px;    
    }
    .site-header {
        position: relative;
        background: #fff;
        height: 116px;
        padding: 16px;
    }
    .nav-menu-toggle {
        font-size: 35px !important;
        margin-top: 5px;
        right: -15px !important;
    }
    .pbmit-ihbox-style-1 .pbmit-ihbox-box {
        display: flex;
        align-items: center;
        padding: 0 0 10px 0;
    }
    .pbmit-miconheading-style-2 {
        margin-bottom: 18px;
    }
    .pbmit-heading-subheading .pbmit-subtitle {
        padding: 5px 15px 5px 10px !important;
    }
    .pbmit-service-style-1 .pbmit-service-title {
        margin-bottom: 5px;
    }
    .mblpbzero{
        padding-bottom: 0px !important;
    }
    .pbmit-divider .pbmit-divider-text {
        margin: 0 10px;
        color: #003a79;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .pbmit-ihbox-style-13 .pbmit-ihbox-svg, .pbmit-ihbox-style-13 .pbmit-ihbox-icon {
        margin: 0 0 15px 0;
        display: inline-block;
    }
    .pbmit-ihbox-style-13 .pbmit-element-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 2px;
        color: #003a79;
    }
    .pbmit-miconheading-style-13 {
        margin-bottom: 20px;
    }
    .mblmtten{
        margin-top: 10px;
    }
    .mblpbfifteen{
        padding-bottom: 15px !important;
    }
    .mblmbfive{
        margin-bottom: 5px !important;
    }
    .mblmbzero{
        margin-bottom: 0px !important;
    }
    p {
        margin: 0 0 14px;
    }
    .pbminfotech-ele-fid-style-6 .pbmit-fld-contents {
        gap: 10px;
    }
    .pbminfotech-ele-fid-style-6 {
        border-radius: 5px;
        background: #f2f2f2;
        display: inline-block;
        padding: 18px 15px;
        width: 100%;
    }
    .mblmtforty{
        margin-top: 40px;
    }
    .pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .pbmit-testimonial-style-1 .pbmit-featured-wrapper {
        margin-right: 15px;
    }
    .pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
        display: flex;
        align-items: center;
        padding: 20px 0 30px 30px;
        gap: 10px;
    }
    .site-footer .footer-wrap {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .iconwidth {
        width: 35px;
    }
    .site-footer .pbmit-footer-logo img {
        height: 100px;
    }
    .mblmlzero{
        margin-left: 0px !important;
    }
    .site-footer .pbmit-social-links {
        padding-top: 10px;
    }
    .site-footer .widget {
        padding-bottom: 0px;
    }
    .site-footer .widget .widget-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
        letter-spacing: 0px;
        text-transform: none;
        font-style: normal;
        color: #164478;
    }
    .mblmbeightyfive{
        margin-bottom: 85px;
    }
    .mblmbtwentyfive{
        margin-bottom: 25px;
    }
    .mblnone{
        display: none !important;
    }
    .mblmtzero{
        margin-top: 0px !important;
    }
    .pbmit-blog-style-1 .post-item .pbminfotech-box-desc {
        margin-bottom: 0px;
    }
    .dktp-section-pb {
        padding-bottom: 40px !important;
    }
    .accordion .pbmit-accordion-title .nub {
        padding: 0 12px 0 0;
        margin: 0;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    .accordion-button {
        display: flex;
        position: relative;
        padding: 12px 10px;
    }
    .mblmttwenty{
        margin-top: 20px;
    }
    .mblpbtwenty{
        padding-bottom: 20px !important;
    }
    .pbmit-ihbox-style-5 .pbmit-ihbox-icon {
        margin: 0 0 20px 0;
    }
    .sidebar .widget {
        padding: 20px;
    }
    .sidebar .widget:last-child {
        margin-bottom: 0;
        padding-bottom: 0px;
    }
    .pbmit-team-detail .pbmit-short-description {
        padding-bottom: 12px;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon {
        margin: 0 0 12px 0;
        display: flex;
        justify-content: 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: 20px;
    }
    .mblptzero{
        padding-top: 0px !important;
    }
    .mblmbforty{
        margin-bottom: 40px !important;
    }
    .iframe-box iframe {
        height: 230px;
        border: none;
        line-height: 1;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1201px) {
    .mblmlzero {
        margin-left: 0px !important;
    }
}