.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center right;animation:fadeSlide 16s infinite;opacity:0;display:flex;align-items:flex-start;justify-content:flex-start;padding:2em;color:#fff;border-radius:30px;border-image-source:linear-gradient(hsla(0,0%,0%,.3),hsla(221,22%,46%,.005));border-image-slice:fill 1}.slide1{background-image:url(/images/doctors-page/slider/img1.png);animation-delay:0s}.slide2{background-image:url(/images/doctors-page/slider/img2.png);animation-delay:4s}.slide3{background-image:url(/images/doctors-page/slider/img3.png);animation-delay:8s}.slide4{background-image:url(/images/doctors-page/slider/img4.png);animation-delay:12s}@keyframes fadeSlide{0%{opacity:0;transform:translate(100%)}5%{opacity:1;transform:translate(0)}25%{opacity:1;transform:translate(0)}30%{opacity:0;transform:translate(-100%)}to{opacity:0;transform:translate(-100%)}}.apply-now.hero .container{width:100%;min-height:400px;margin:0 auto;overflow:hidden}@media screen and (min-width: 768px){.apply-now-hero .container{max-height:80lvh}}.slide-show{position:relative;background-image:url(/images/doctors-page/slider/img1.png);background-size:cover;height:650px;width:auto;border-radius:30px;margin:0;overflow:hidden}.slideshow-content{padding:2em}.slide .text{font-size:1.5rem;font-weight:600;line-height:1.2}.bottom-view{position:absolute;bottom:-1em;right:0;width:100%;.view{background:#00ffa7;border-radius:0 30px 30px;display:flex;justify-content:space-between;align-items:center;padding:2em 1em;h2{color:#333;font-size:.85rem;margin-bottom:.8em}h3{color:#333;font-size:.75rem;font-weight:600}button{border:none;padding:.8em 1.5em;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:700;color:#000;background-color:#ffe34d;border:3px solid #FFE34D;border-radius:14px;box-shadow:0 2px 12px #ffd70040;&:hover,&:focus-within{background-color:#fff900}}}}.bottom-view:before{content:"";display:block;background:#00ffa7;margin-right:.5em;margin-bottom:-1px;width:130px;height:30px;clip-path:path("M0,30 Q0,0 15,0 L110,0 Q120,0 130,45 L130,45 L0,45 Z")}@media (min-width: 768px){.slide-show{border-radius:40px}.slideshow-content{padding:3em}.slide .text{font-size:2.2rem}.bottom-view{.view{border-radius:0 30px 30px;padding:4em;h2{font-size:1.2rem;margin-bottom:.8em}h3,button{font-size:1rem}h3{font-weight:600}button{padding:.8em 2.4em;border-radius:5px}}}.bottom-view:before{width:330px;height:45px;clip-path:path("M0,45 Q0,0 45,0 L290,0 Q315,0 325,40 L330,45 L0,45 Z")}}@media (min-width: 1920px){.slide .text{font-size:4.5rem}.slide{padding:4em!important}.slide-show{height:900px;border-radius:50px}.slideshow-content{padding:4em}.bottom-view .view{border-radius:0 50px 50px;padding:6em;h2{font-size:2.2rem;margin-bottom:.8em}h3,button{font-size:1.5rem}h3{font-weight:600}button{padding:.8em 2.4em;border-radius:10px}}.bottom-view:before{width:600px;height:80px;clip-path:path("M0,80 Q0,0 60,0 L510,0 Q565,0 585,50 L600,80 L0,80 Z")}}.process-container{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.process-item{background-color:#e6ffed;border-radius:50px;padding:1.8rem;display:flex;align-items:center;gap:1rem;max-width:800px;width:100%}.process-details>button{background-color:gold;color:#333;border:none;padding:.8em 1em;margin-top:.5rem;border-radius:5px;font-size:.8rem;font-weight:700;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;max-width:120px;&:hover{background-color:#ffc300}}.process-item.yellow{background-color:#fff9e6;border:#FFC300 2px solid}.process-item.first{background:#b6ffce;border:#008558 2px solid}.process-item.second{background:#acffb1;border:#00930A 2px solid}.process-item.third{background:#d1ffa9;border:#4CA200 2px solid}.process-number{font-size:2rem;font-weight:600;color:#4caf50;margin-right:1rem}.process-item.yellow .process-number{color:#ffc107}.process-details{display:flex;flex-direction:column;gap:.25rem}.process-title{font-size:1.25rem;font-weight:800;color:#008558}.process-item.yellow .process-title{color:#ffc107}.process-description{font-size:1rem;color:#333;font-weight:500}.process-icon{margin-left:auto;width:24px;height:24px;color:#4caf50}.process-item.yellow .process-icon{color:#ffc107}.onboarding-container{padding-top:5rem;padding-left:17rem;margin-bottom:1rem}.process-item{opacity:0;transform:translateY(30px);transition:opacity .6s ease,filter .6s ease,transform .6s ease}.process-item.visible{opacity:1;transform:translateY(0)}@media (max-width: 600px){.process-item{flex-direction:column;align-items:flex-start;text-align:left}.onboarding-container{padding:4rem;margin-bottom:0;line-height:1.2}.onboarding-container h2{margin-bottom:20px}}.perks-container{display:grid;grid-template-columns:1fr;justify-content:center;gap:20px;align-items:flex-start}.perks-item{width:100%;padding:4rem;border-radius:30px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.perks-item-text{display:flex;flex-direction:column;justify-content:space-between;gap:20px;h2{font-size:1.5rem;font-weight:700}p{font-size:1rem;font-weight:600}}.perks-item-with-image{padding-bottom:0;border:3px solid #00ffa7;img{max-width:100%;height:180px;object-fit:cover;border-radius:30px;float:right}}@media (min-width: 768px){.perks-container{grid-template-columns:repeat(2,1fr)}.perks-item-text h2{font-size:17px;white-space:nowrap}.perks-item-text p{font-size:15px}}@media (min-width: 1024px){.perks-item-text h2{font-size:18px}.perks-item-text p{font-size:16px}}.mid-section[data-astro-cid-btd2dglj]{padding-bottom:0}.closing-text[data-astro-cid-btd2dglj]{display:flex;flex-direction:column;align-items:center;gap:3rem;white-space:nowrap;padding:1rem 0 0;text-align:center}@media screen and (min-width:786px){.closing-text[data-astro-cid-btd2dglj]{gap:1rem;padding:4rem 0 0}}.line[data-astro-cid-btd2dglj]{font-size:clamp(1.5rem,2vw + 1rem,2.5rem);font-weight:700;color:#999;opacity:.4;transition:color .4s ease,opacity .4s ease;will-change:opacity,color}.line[data-astro-cid-btd2dglj].active{opacity:1;color:#333}.bundles-container[data-astro-cid-btd2dglj]{max-width:1200px;min-width:80vw;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.bundles-section[data-astro-cid-btd2dglj]{display:flex;justify-content:center;align-items:center}.bundle-box[data-astro-cid-btd2dglj],.practice-box[data-astro-cid-btd2dglj]{border-radius:2.5rem;padding:4rem;margin:1rem 0}.bundle-box[data-astro-cid-btd2dglj]{background:#0152ff;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;overflow:hidden;.patient_img{filter:grayscale(1) brightness(0) invert(1);mix-blend-mode:screen;min-width:180px;max-width:400px;overflow:hidden}.doctor_img{min-width:180px;max-width:400px;overflow:hidden}h3{margin:0 0 1rem;font-size:3rem}p{margin:.25rem 0;font-size:1.4rem;font-weight:600}}.bundle-doctor[data-astro-cid-btd2dglj]{background-color:#00ffa7;padding-bottom:0;h3,p{color:#333}img{filter:none;mix-blend-mode:normal}}.practice-box[data-astro-cid-btd2dglj]{display:grid;grid-template-columns:1fr 1fr;background:#f9f9f9;gap:1rem;align-items:center;text-align:left}.practice-box[data-astro-cid-btd2dglj] div[data-astro-cid-btd2dglj] h4[data-astro-cid-btd2dglj]{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;color:#333}.practice-box[data-astro-cid-btd2dglj] div[data-astro-cid-btd2dglj] p[data-astro-cid-btd2dglj]{font-size:1.8rem;font-weight:700;color:#000;margin:0}.closing-text[data-astro-cid-btd2dglj]{text-align:center;font-size:6rem;color:#3336;margin:4rem 1rem;font-weight:700}.closing-text[data-astro-cid-btd2dglj] p[data-astro-cid-btd2dglj]:nth-child(1){color:#111}@media (max-width: 1024px){.bundles-section[data-astro-cid-btd2dglj]{padding:50px 15px}.bundles-image[data-astro-cid-btd2dglj]{max-width:90%}.closing-text[data-astro-cid-btd2dglj]{font-size:3rem}}@media (max-width: 768px){.practice-box[data-astro-cid-btd2dglj]{grid-template-columns:1fr}.bundle-box[data-astro-cid-btd2dglj]{padding-bottom:1.5rem}.closing-text[data-astro-cid-btd2dglj]{font-size:3rem;margin-top:4rem}.bundle-box[data-astro-cid-btd2dglj] h3[data-astro-cid-btd2dglj]{font-size:2rem}.bundle-box[data-astro-cid-btd2dglj] p[data-astro-cid-btd2dglj]{font-size:1.2rem}}@media (max-width: 768px){.bundles-section[data-astro-cid-btd2dglj]{padding:40px 0}.bundles-image[data-astro-cid-btd2dglj]{max-width:100%}}
