@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap";:root{--color-main: #1b438c;--color-secondary: #01b3b6;--color-accent: #dc7019;--color-about-bg: #69c8ca;--color-footer-bg: #ffffff;--color-gradient: linear-gradient(90deg, #01b3b6 0%, #ffffff 100%)}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;font-family:"Roboto Slab" sans-serif;overflow-x:hidden}.wrapper{width:100%;max-width:none;margin:0;padding:0 20px}header{width:100%;background-color:#fff;position:relative;z-index:10}nav{display:flex;align-items:center;justify-content:space-between;height:80px;position:relative}.logo{flex:1}.logo img{max-height:60px;width:auto}.logo img:hover{transform:scale(1.05)}.logo img:active{transform:scale(.97)}.navbtns{display:flex;position:relative;flex-direction:row;justify-content:center;flex:1;gap:20px;padding:0;margin:0}ul li{list-style:none}.navbtns img{max-height:25px;width:auto}.navbtns img:hover{transform:scale(1.05)}.navbtns img:active{transform:scale(.97)}.cnav{flex:1;display:flex;justify-content:flex-end}.cnav img{max-height:30px;width:auto}.cnav img:hover{transform:scale(1.05)}.cnav img:active{transform:scale(.97)}.verified img{max-height:35px;width:auto}.verified img:hover{transform:scale(1.05)}.verified img:active{transform:scale(.97)}.menu-toggle{display:none}.main-title .title{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center}.title .alogo img{max-height:50px;width:auto}.title h1{font-size:35px;margin-left:10px;margin-top:15px}.title h1 img{width:200px}.title h1 .underline{margin-top:-20px;margin-bottom:20px}.main-title .titleparagraph{text-align:center;margin-top:-20px;font-size:20px;font-weight:700}.intro-section{display:flex;flex-direction:column;align-items:center}.intro-section .title h2{font-size:30px}.intro-section .title{display:flex;align-items:center;justify-content:center}.intro-section .first{display:flex;flex-direction:row;align-items:center;gap:10px}.intro-section p{font-size:20px;text-align:center}.first{display:flex;flex-direction:row;align-items:center;margin-left:15%;margin-top:-40px}.first .mob{display:none}.abtfull{content:url(/assets/abtfull-Cystarn6.jpg);max-height:500px;width:auto;margin-top:20px;margin-right:50px}.first .text{text-align:center;min-width:200px;width:500px;margin-top:50px;font-size:20px}.global{display:flex;flex-direction:column;padding-top:20px;text-align:left;font-size:20px}.global .title{font-size:22px}.specialties-section{display:none}.approach-section{padding-top:30px}.approach-section .title{display:flex;align-items:center;justify-content:center;font-size:22px}.approach-section .text{text-align:center;font-size:20px;margin-top:5px}.empowerment-section{padding-top:30px}.empowerment-section .title{display:flex;align-items:center;justify-content:center;font-size:22px}.empowerment-section .text{text-align:center;font-size:20px;margin-top:5px}.empowerment-section .text span{font-weight:550;font-style:italic;font-size:20px}.education-section{padding-top:30px;display:flex;flex-direction:column;align-items:center}.education-section .title{display:flex;align-items:center;justify-content:center;font-size:22px}.education-section .edu{display:flex;flex-direction:row;align-items:center;font-size:20px}.edu{margin-top:20px;display:flex;align-items:flex-start;margin-left:25%;gap:50px}.education-section p{font-style:italic;font-size:20px;text-align:center}.edu .abtport img{height:300px;width:auto}.cta-section{background:var(--color-gradient);height:fit-content;padding:20px;margin-top:30px}.cta{display:flex;flex-direction:column;align-items:center;font-size:22px}.cta .consult-btn{margin-top:30px}.cta-btns{display:flex;flex-direction:row;align-items:center;gap:100px}.cta-section .consult-btn img{max-height:45px;width:auto}button{background:none;border:none}button:hover{background:none}button img:hover{transform:scale(1.05)}button img:active{transform:scale(.97)}.zocdoc{margin-top:32px}.zocdoc img:hover{transform:scale(1.05)}.zocdoc img:active{transform:scale(.97)}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009}.modal-content{background-color:#fff;margin:5% auto;padding:1rem;border-radius:8px;width:90%;max-width:700px;position:relative}.close{position:absolute;top:8px;right:16px;font-size:24px;font-weight:700;color:#000;cursor:pointer}.site-footer{background:#fff;color:#000;padding:60px 30px 30px}.footer-container{display:flex;flex-direction:row-reverse;justify-content:space-between;gap:30px;max-width:1200px;margin:auto}.footer-container span{display:flex;flex-direction:row;align-items:flex-start;gap:50px}.footer-container h3{margin-bottom:10px;color:#000;font-weight:700}.footer-info,.footer-links,.footer-contact{min-width:250px}.footer-contact p{margin-bottom:10px}.footer-links ul{list-style:none}.footer-links ul li{margin-top:-10px;padding-bottom:10px}.footer-links a{color:var(--color-main);text-decoration:none;font-weight:100}.footer-links a:hover{text-decoration:underline;text-decoration-color:var(--color-secondary)}.footer-links a:active{transform:scale(.97);background-color:none}.footer-contact .socials{display:flex;flex-direction:row;gap:10px}.footer-contact .socials img{max-height:25px;width:au}.footer-info{display:flex;flex-direction:column;align-items:center}.footer-info p{max-width:80%;text-align:center}.footer-info img{max-height:80px;margin-right:30px}.footer-bottom{text-align:center;margin-top:40px;border-top:1px solid #219fb6;padding-top:20px;color:#057575}.footer-bottom p{font-size:14px}@media only screen and (max-width: 480px){.navbtns,.cnav{display:none}.logo img{width:150px}.menu-toggle{display:block}.menu-toggle h1 img{width:50px}.menu-toggle h1 .underline{margin-top:-20px}.slide{width:180px;position:absolute;right:0;background-color:#ffffffce;transition:.5s ease;transform:translate(200px);align-items:center}h1{color:#030252;font-weight:800;text-align:left;padding:10px 0 10px 30px}ul li{list-style:none;padding-left:10px}ul li a{color:#000;font-weight:700;font-size:18px;padding:5px 0;display:block;text-transform:capitalize;text-decoration:none;transition:.2s ease-out}ul li:hover a{text-decoration:underline;text-decoration-color:#0031b9}ul li a i{width:40px;text-align:center}.menu-toggle input{display:none;visibility:hidden;-webkit-appearance:none}.toggle{position:absolute;height:30px;width:30px;top:20px;right:0;z-index:1;cursor:pointer;border-radius:2px;background-color:#077274c0}.toggle .common{position:absolute;height:2px;width:20px;background-color:#030252;border-radius:50px;transition:.3s ease}.toggle .topline{top:30%;right:50%;transform:translate(50%,-50%)}.toggle .middleline{top:50%;right:50%;transform:translate(50%,-50%)}.toggle .bottomline{top:70%;right:50%;transform:translate(50%,-50%)}input:checked~.toggle .topline{right:2px;top:14px;width:25px;transform:rotate(-45deg)}input:checked~.toggle .bottomline{right:2px;top:14px;width:25px;transform:rotate(45deg)}input:checked~.toggle .middleline{opacity:0;transform:translate(-20px)}input:checked~.slide{transform:translate(0);box-shadow:0 0 20px #1c004777;background-color:#09a6a8f1;border-radius:0 0 30px 30px;height:fit-content;padding:0 10px;margin-top:auto;align-items:center}.verified{display:none}.slide .verified{display:block;margin-bottom:10px;text-align:center}.navbtns{display:none}.title .alogo img{max-height:50px;width:auto}.title h1{font-size:28px;margin-left:-25px;margin-top:15px}.title h1 img{width:150px}.title h1 .underline{margin-top:-20px;margin-bottom:20px}.main-title .titleparagraph{text-align:center;margin-top:-20px;font-size:16px;font-weight:700}.intro-section .title h2{font-size:20px}.intro-section .title{display:flex;align-items:center;justify-content:center}.intro-section .first{display:flex;flex-direction:row;align-items:center;gap:10px}.intro-section p{font-size:16px;text-align:center}.first{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-left:-8px;margin-top:0}.first .mob{display:flex}.first img{margin-top:20px;max-height:230px;width:auto;margin-bottom:30px}.abtfull{display:none}.first .text{text-align:center;min-width:200px;font-size:16px;margin-top:-10px}.global{display:none}.specialties-section{display:flex}.specialties-section .title{display:flex;align-items:center;justify-content:center;margin-bottom:5px;font-size:18px}.specialties-section .lists{text-align:left;font-size:16px}.specialties-section .lists p{text-align:center;font-size:16px}.approach-section{padding-top:30px}.approach-section .title{display:flex;align-items:center;justify-content:center;font-size:18px}.approach-section .text{text-align:center;font-size:16px;margin-top:5px}.empowerment-section{padding-top:30px}.empowerment-section .title{display:flex;align-items:center;justify-content:center;font-size:18px}.empowerment-section .text{text-align:center;font-size:16px;margin-top:5px}.empowerment-section .text span{font-weight:550;font-style:italic;font-size:16px}.education-section{padding-top:30px}.education-section .title{display:flex;align-items:center;justify-content:center;font-size:18px}.education-section .edu{display:flex;flex-direction:row;align-items:center;font-size:16px}.edu{margin-top:10px;margin-left:0;gap:5px}.education-section p{font-style:italic;font-size:16px;text-align:center}.edu .abtport img{max-height:200px;width:auto}.cta-section{background:var(--color-gradient);height:fit-content;padding:10px;margin-top:20px}.cta{display:flex;flex-direction:column;align-items:center;font-size:18px}.cta-btns{display:flex;flex-direction:row-reverse;align-items:center;gap:30px}.cta-section .consult-btn img{max-height:30px;width:auto}button{background:none;border:none}button:hover{background:none}button img:hover{transform:scale(1.05)}button img:active{transform:scale(.97)}.zocdoc img{max-height:30px}.zocdoc img:hover{transform:scale(1.05)}.zocdoc img:active{transform:scale(.97)}F .modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009}.modal-content{background-color:#fff;margin:5% auto;padding:1rem;border-radius:8px;width:90%;max-width:700px;position:relative}.close{position:absolute;top:8px;right:16px;font-size:24px;font-weight:700;color:#000;cursor:pointer}.site-footer{background:#fff;color:#000;padding:60px 30px 30px}.footer-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:30px;max-width:1200px;margin:auto}.footer-container span{display:flex;flex-direction:row;align-items:flex-start;margin-right:auto;gap:20px}.footer-container h3{margin-bottom:10px;color:#000;font-weight:700}.footer-info,.footer-links,.footer-contact{min-width:250px}.footer-contact p{margin-bottom:10px}.footer-links ul{list-style:none}.footer-links ul li{margin-top:-10px;padding-bottom:10px}.footer-links a{color:var(--color-main);text-decoration:none;font-weight:100}.footer-links a:hover{text-decoration:underline;text-decoration-color:var(--color-secondary)}.footer-links a:active{transform:scale(.97);background-color:none}.footer-contact .socials{display:flex;flex-direction:row;gap:10px}.footer-contact .socials img{max-height:25px;width:auto}.footer-info{display:flex;flex-direction:column;align-items:center}.footer-info img{max-height:80px;margin-right:20px}.footer-info p{display:none}.footer-bottom{text-align:center;margin-top:40px;border-top:1px solid #219fb6;padding-top:20px;color:#057575}.footer-bottom p{font-size:12px}}
