body{
    overflow-x:hidden;
}
/* ===================== Header Sections  ==================== */

.header_sections {
	border-bottom: 1px solid #0B1F3A !important;
	transition:0.5s !important;
}
.header_sections.elementor-sticky--effects {
	border-bottom: 1px solid #112948 !important;
	transition:0.5s !important;
}


/* ===================== Hero Sections ==================== */

.hero-pulse {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(42, 184, 160, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hero-pulse::before, .hero-pulse::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(42, 184, 160, 0.25);
    animation: pulse-ring 3s ease-out infinite;
}


@keyframes pulse-ring{
0% {
    transform: scale(0.6);
    opacity: 0.8;
}
100% {
    transform: scale(1.4);
    opacity: 0;
}
}




/* ===================== What We Offer =======================*/
.offeer_sections .pp-info-box-container  .pp-info-box{
	transition:0.5s;
}

.offeer_sections .pp-info-box-container  .pp-info-box:hover {
    box-shadow: 0 8px 30px rgba(42, 184, 160, 0.12);
    transform: translateY(-3px);
	transition:0.5s;
}



/* ===================== MEET THE PHYSICIAN =======================*/
.physician_sections .pp-info-box-description {
    margin-left: 30px;
}



/*=============================The Process  Sections  ==============================  */
.process_sections .pp-info-box:first-child{
	 border-width: 0px !important;
}



/*============================= Service page   ==============================  */
@media (min-width: 1200px) {
	.service_page ul{
    columns: 3;
    column-width: auto;
    column-count: 3;
    column-height: auto;

}
}



