.custom-container{
    max-width: 100%;
}
.text-darkgreen{
    color: #035E57 !important;
}
.bg-darkgreen{
    background: #035E57;
}
.text-darkred{
    color: #DD1724 !important;
}
.bg-darkred{
    background: #DD1724;
}
.text-gradient{
    color: transparent !important;
    background-image: linear-gradient(90deg, rgb(3 95 87) 30%, #DD1724 70%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.text-justify{
    text-align: justify;
}
.min-height-416{
    min-height: 416px;
}
.bannerclass{
    background: url('../new-images/banner/banner.png') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.aboutbannerclass{
    background: url('../new-images/banner/about-banner.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 160px !important;
}
.gallerybannerclass{
    background: url('../new-images/banner/gallery-banner.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 160px !important;
}
.contactbannerclass{
    background: url('../new-images/banner/contact-banner.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 160px !important;    
}
.surgerybannerclass{
    background: url('../new-images/banner/surgery-banner.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 160px !important;
}
.doctorbannerclass{
    background: url('../new-images/banner/doctor-banner.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 160px !important;
}

.simiicon{
    width: 25px;
}
.fs-16{
    font-size: 16px !important;
}
/* .drpadding{
    padding: 5px !important;
} */
.cntctwidth{
    width: 40px;
}
.aclr{
    color: #000000;
}
.min-height-268{
    min-height: 268px;
}
.trtimgradius{
    border-radius: 18px;
}
.responsive-map2 {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
    border-radius: 8px;
}
.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.socialwidth{
    width: 30px;
}
.topclass{
    top: 25% !important;
}
.callbutton{
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
}
.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse {
    height: 50px;
    width: 50px;
    background: linear-gradient(90deg, rgba(3, 94, 87, 1) 30%, rgb(74 161 74) 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@keyframes pulse{
    0% {
    transform: scale(0.5);
    opacity: 0;
}

50% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(1.3);
    opacity: 0;
}
}

.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid rgba(3, 94, 87, 1);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid  rgb(74 161 74);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}
.sideiconwidth{
    width: 30px;
}
.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
}
.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #29a71a;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #29a71a;
}
.pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}
.pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #29a71a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}
.sidewpiconwidth {
    width: 40px;
}
.pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #29a71a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}
.reviconwid{
    width: 110px !important;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblnone {
        display: none;
    }
    .hs-3 .hero-single .hero-content .hero-sub-title {
        padding: 5px 5px 5px 5px;
    }
    .mbljuscnter{
        display: flex;
        justify-content: center;
    }
    .mblctnr{
        text-align: center;
    }
    .hero-section .hero-single .hero-content .hero-btn {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 5px;
    }
    .mblaptmbtn{
        font-size: 15px;
        padding: 5px 7px;
    }
    .hero-slider .owl-dots {
        bottom: 7px !important;
    }
    .hero-slider .owl-nav {
        display: none;
    }
    .site-heading .site-title-tagline {
        font-size: 14px;
        padding: 2px 8px 2px 6px;
    }
    .site-heading .site-title {
        font-size: 22px;
    }
    .category-slider .category-item .content {
        box-shadow: none;
        min-height: 161px !important;
    }
    .mblpadtbforty{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-experience {
        padding: 4px 8px;
    }
    .about-experience h5 {
        font-size: 25px;
    }
    .about-experience p {
        font-size: 14px;
    }
    .about-experience {
        top: -40px;
    }
    .mblmbtwelve{
        margin-bottom: 12px !important;
    }
    .mblpbforty{
        padding-bottom: 40px;
    }
    .mblpaddintopforty{
        padding-top: 40px;
    }
    .mblpaddbttwenty{
        padding-bottom: 20px !important;
    }
    .theme-border-btn, .theme-btn2, .theme-btn {
        font-size: 14px;
        padding: 7px 8px;
    }
    .min-height-383{
        min-height: 383px;
    }
    .process-item .count {
        font-size: 40px;
    }
    .process-item .icon {
        width: 55px;
        height: 55px;
        line-height: 50px;
    }
    .process-item .icon img {
        width: 30px;
        filter: brightness(0) invert(1);
    }
    .process-item .content h4 {
        font-size: 18px;
    } 
    .site-heading {
        margin-bottom: 16px;
    }
    .counter-box .counter {
        font-size: 30px;
    }
    .counter-box .icon img {
        width: 45px;
    }
    .cta-content h1 {
        font-size: 22px;
    }
    .cta-content p {
        font-size: 16px;
        padding: 10px 0 12px 0;
    }
    .mblptthirty{
        padding-top: 30px;
    }
    .mblstart{
        display: flex !important;
        justify-content: start !important;
    }
    .footer-widget-title {
        margin-bottom: 15px !important;
    }
    .mblmtfifteen{
        margin-top: 15px !important;
    }
    .mblmtten{
        margin-top: 10px !important;
    }
    .course-title a {
        font-size: 18px !important;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 22px;
    }
    .aboutbannerclass{
        background: url('../new-images/banner/about-banner.jpg') !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding: 50px !important;
    }
    .contactbannerclass{
        padding: 50px !important;
    }
    .about-content .about-item .icon img {
        width: 35px;
    }
    .about-content .about-item .icon {
        width: 50px;
        height: 50px;
        line-height: 45px;
    }
    .feature-content .count {
        position: absolute;
        left: 10px;
        font-size: 40px;
    }
    .feature-content {
        display: flex;
        gap: 12px;
        padding: 12px;
    }
    .choose-img {
        margin-top: 12px;
    }
    .choose-item .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 15px;
    }
    .choose-item .icon img {
        width: 45px;
        filter: brightness(0) invert(1);
    }
    .choose-item {
        padding: 20px;
    }
    .choose-item .info h5 {
        margin-bottom: 8px;
    }
    .mblmtzero{
        margin-top: 0px !important;
    }
    .mblmrgnminustop{
        margin-top: -5px;
    }
    .mblmbfive{
        margin-bottom: 5px !important;
    }
    .mblmbzero{
        margin-bottom: 0px !important;
    }
    .surgerybannerclass {
        padding: 70px !important;
    }
    .doctorbannerclass{
        padding: 70px !important;
    }
    .mblfstwentyeight{
        font-size: 28px;
    }
    .mblmbten{
        margin-bottom: 10px !important;
    }
    .contact-info .icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .cntctwidth {
        width: 35px;
    }
    .contact-info {
        padding: 20px 20px;
    }
    .min-height-zero{
        min-height: 0px;
    }
    .contact-form-header h2 {
        font-size: 28px;
    }
    .logowidth{
        width: 100px;
    }
    .mbltextwrap{
        text-wrap: auto;
    }
}