@import url(//fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap);button{cursor:pointer}:root{--primary-red:#622f2fe3}.caption-underline{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:5px;justify-self:center}.caption-underline .green{background-color:#005046;background-color:var(--primary-green);height:100%;width:35%}.caption-underline .white{background-color:#fff;background-color:var(--white);height:100%;width:30%}.caption-underline .red{background-color:#622f2fe3;background-color:var(--primary-red);height:100%;width:35%}.error{animation:shake .3s;border:2px solid #622f2fe3!important;border:2px solid var(--primary-red)!important}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.hamburgerMenu,.mobile-header,.side-bar-mobile{display:none}header{align-items:flex-start;display:flex;flex-direction:column;gap:0;height:fit-content;justify-content:flex-start;width:100%}header .first-header{gap:30px;height:fit-content;justify-content:space-between;padding:20px 50px;width:100%}header .first-header,header .first-header .f-header-left{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap}header .first-header .f-header-left{justify-content:center}header .first-header .f-header-left img{height:100px;object-fit:cover;width:100px}header .first-header .f-header-left h4{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}header .first-header .f-header-right{gap:30px}header .first-header .f-header-right,header .first-header .f-header-right .header-icons{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}header .first-header .f-header-right .header-icons{gap:10px}header .first-header .f-header-right .header-icons h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}header .first-header .f-header-right .header-icons p{color:#622f2fe3;color:var(--primary-red);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;line-height:normal}header .marquee-container{align-items:center;background-color:#fff;background-color:var(--white);display:flex;flex-direction:row;gap:20px;height:fit-content;justify-content:flex-start;overflow:hidden;width:100%}header .marquee-container span{background-color:#622f2fe3;background-color:var(--primary-red);color:#fff;color:var(--white);font-family:Work Sans;font-size:14px;padding:5px 20px;width:fit-content;z-index:3}header .marquee-container a{box-sizing:border-box;display:flex;justify-content:flex-start;overflow:hidden;text-decoration:none;white-space:nowrap;width:100%}header .marquee-container .marquee{align-items:center;animation:marquee 15s linear infinite;display:flex;overflow:hidden;white-space:nowrap}header .marquee-container .marquee-content{display:inline-block;padding-right:50px}header .marquee-container .marquee-content:after{content:attr(data-text);padding-left:50px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}header .second-header{background-color:#005046;background-color:var(--primary-green);padding:20px 70px;width:100%}header .second-header,header .second-header nav{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:flex-start}header .second-header nav{width:fit-content}header nav .navlinks{display:flex;flex-direction:row;flex-wrap:nowrap;gap:50px;list-style-type:none;width:fit-content}header nav .dropdown-toggle,header nav .navlinks .navLink{background:none;border:none;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:normal}header nav .navlinks .active{color:#622f2fe3;color:var(--primary-red);font-weight:600}header nav .navbar-dropdown{display:inline-block;position:relative;z-index:900}header nav .dropdown-menu{background-color:#fff;background-color:var(--white);border-radius:5px;box-shadow:0 8px 16px 0 #0003;display:none;min-width:280px;padding:10px;position:absolute;z-index:1}header nav .dropdown-menu li{list-style-type:none}header nav .dropdown-item{color:#000;color:var(--black);display:block;font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding:10px;text-decoration:none}header nav .dropdown-item:hover{background-color:#ddd;background-color:var(--gray);color:#622f2fe3;color:var(--primary-red);font-weight:500}header nav .navbar-dropdown:hover .dropdown-menu{display:block}header .nav-search{display:flex;flex-wrap:nowrap;gap:80px;justify-content:flex-end;width:400px}header .search-container{box-sizing:border-box;position:relative;width:fit-content}header .search-mainbox{align-items:center;background-color:#fff;background-color:var(--white);border-radius:160px;box-sizing:border-box;display:flex;flex-direction:row-reverse;height:50px;justify-content:center;position:relative;transition:all .3s ease;width:230px}header .search-checkbox:focus{border:none;outline:none}header .search-checkbox:checked{right:10px}header .search-checkbox:checked~.search-mainbox{width:50px}header .search-checkbox:checked~.search-mainbox .search_input{height:0;width:0}header .search-checkbox:checked~.search-mainbox .search-iconContainer{padding-right:8px}header .search-checkbox{-webkit-appearance:none;appearance:none;box-sizing:border-box;cursor:pointer;height:30px;position:absolute;right:17px;top:12px;width:30px;z-index:9}header .search_input{background-color:initial;border:none;box-sizing:border-box;color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-weight:500;height:100%;outline:none;padding-bottom:4px;padding-left:10px;transition:all .3s ease;width:170px}header .search_input::placeholder{color:#056f62;color:var(--secondary-green);font-family:Work Sans;font-size:16px;font-weight:400}header .iconContainer{box-sizing:border-box;padding-top:5px;transition:all .3s ease;width:fit-content}header .search_icon{fill:#005046;fill:var(--primary-green);box-sizing:border-box;font-size:1.3em}header .profile-button{background-color:initial;background:none;border:none;cursor:pointer}header .profile-menu{background-color:#fff;background-color:var(--white);border-radius:5px;box-shadow:0 2px 5px #0000001a;padding:10px;position:absolute;right:30px;top:220px;z-index:10}header .profile-menu button,header .profile-menu input{border:none;border-radius:5px;box-sizing:border-box;display:block;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;padding:10px;width:200px}header .profile-menu input:placeholder-shown{color:#056f62;color:var(--secondary-green);font-family:Work Sans;font-size:14px}header .profile-menu .signin-button{background-color:#005046;background-color:var(--primary-green);color:#fff;color:var(--white);cursor:pointer}header .profile-menu .create-account-button{background-color:initial;color:#622f2fe3;color:var(--primary-red);cursor:pointer;text-decoration:underline}header .profile-menu .signin-button:hover{background-color:#056f62;background-color:var(--secondary-green)}header .password-input{position:relative}header .password-input input{padding-right:40px}header .toggle-password-icon{cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}footer{align-items:center;background-color:#005046;background-color:var(--primary-green);color:#fff;color:var(--white);flex-direction:column;gap:20px;justify-content:flex-start;padding:50px}footer,footer .footer-top{display:flex;height:fit-content;width:100%}footer .footer-top{flex-direction:row;flex-wrap:nowrap;gap:30px;justify-content:space-between}footer .footer-top h6{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:50px}footer .footer-top h5{margin-bottom:20px}footer .footer-top h5,footer li,footer p{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%}footer .footer-top .f-top-one{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center}footer .footer-top .f-top-one img{height:150px;object-fit:cover;width:150px}footer .footer-top .f-top-one h5{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:700;line-height:normal}footer .footer-top .f-top-one p{align-self:flex-start}footer .footer-top .f-top-two{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}footer .footer-top .f-top-two ul li{list-style-type:none;margin-bottom:10px}footer .footer-top .f-top-three p{margin-bottom:10px}footer .footer-top .f-top-four{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:fit-content}footer .footer-top .f-top-four .subscribe-container{position:relative;width:fit-content}footer .footer-top .f-top-four .subscribe-container input{border:none;border-radius:5px;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%;outline:none;padding:20px 50px 20px 20px;position:relative;width:300px}footer .footer-top .f-top-four .subscribe-container input:placeholder-shown{color:#056f62;color:var(--secondary-green);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:140%}footer .footer-top .f-top-four .subscribe-container button{background-color:initial;border:none;cursor:pointer;outline:none;position:absolute;right:10px;top:15px}footer hr{background-color:#fff;background-color:var(--white);width:100%}footer .footer-bottom{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:30px;justify-content:space-between;width:100%}footer .footer-bottom .footer-links{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px}.contact-caption,.departments-caption,.diseases-caption,.doctors-caption,.health-services-caption,.page-caption,.schools-caption,.services-caption{background-image:url(../../btom7447/Abkon-Portfolio/blob/master/src/assets/image/breadcrumb_raw-true.png);background-position:top;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:300px;position:relative;width:100%}.contact-caption .page-caption-text,.departments-caption .page-caption-text,.diseases-caption .page-caption-text,.doctors-caption .page-caption-text,.health-services-caption .page-caption-text,.page-caption .page-caption-text,.schools-caption .page-caption-text,.services-caption .page-caption-text{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;left:10%;line-height:140%;position:absolute;top:50%}.contact-caption .page-caption-text h5,.departments-caption .page-caption-text h5,.diseases-caption .page-caption-text h5,.doctors-caption .page-caption-text h5,.health-services-caption .page-caption-text h5,.page-caption .page-caption-text h5,.schools-caption .page-caption-text h5,.services-caption .page-caption-text h5{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:35px;font-style:normal;font-weight:400;line-height:normal}.contact-caption .caption-underline,.departments-caption .caption-underline,.diseases-caption .caption-underline,.doctors-caption .caption-underline,.health-services-caption .caption-underline,.page-caption .caption-underline,.schools-caption .caption-underline,.services-caption .caption-underline{bottom:0;left:0;position:absolute;width:100%}.get-in-touch{align-items:flex-start;background-color:#fff;background-color:var(--white);justify-content:flex-start;padding:50px}.get-in-touch,.get-in-touch-caption{display:flex;flex-direction:column;height:fit-content;width:100%}.get-in-touch-caption{align-items:center;justify-content:center}.get-in-touch-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-weight:700;letter-spacing:2.88px;text-transform:uppercase}.get-in-touch-caption h5,.get-in-touch-caption h6{font-style:normal;line-height:normal;text-align:center}.get-in-touch-caption h6{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-weight:400}.contact-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:fit-content;margin-top:50px;padding:20px;width:100%}.contact-container .contact-box{align-items:flex-start;background-color:#005046;background-color:var(--primary-green);border-radius:5px;color:#fff;color:var(--white);display:flex;flex-direction:column;justify-content:flex-start;padding:50px 20px;transition:background-color .3s,color .3s}.contact-container .contact-box:hover{background-color:#622f2fe3;background-color:var(--primary-red);color:#fff;color:var(--white)}.contact-container .contact-box svg path{stroke:#fff;stroke:var(--white)}.contact-container .contact-box h5{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:10px;margin-top:20px;text-transform:uppercase}.contact-container .contact-box p{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.doctor-profile .testimonial-container{background-color:#fff;background-color:var(--white);padding-bottom:50px;padding-top:50px}.testimonial-container{background-color:#f0f4f1;background-color:var(--ash);gap:20px;height:fit-content;padding:100px 50px;width:100%}.testimonial-container,.testimonial-container .testimonial-caption{align-items:center;display:flex;flex-direction:column;justify-content:center}.testimonial-container .testimonial-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-align:center;text-transform:uppercase}.testimonial-container .testimonial-caption h3{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.testimonial-container .testimonial-carousel{height:fit-content;margin-bottom:20px;width:100%}.testimonial-container .testimonial-splide{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:auto;width:60%}.testimonial-container .testimonial-splide p{font-weight:300}.testimonial-container .testimonial-splide h5,.testimonial-container .testimonial-splide p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:italic;line-height:140%;text-align:center}.testimonial-container .testimonial-splide h5{font-weight:400}.testimonial-container .testimonial-splide .fa-star,.testimonial-container .testimonial-splide .ratings .fa-star-half-alt{color:#ffc107;color:var(--primary-gold);font-size:25px;margin-right:5px}.testimonial-container .testimonial-splide .ratings .fa-star-half-stroke{color:#ffc107;color:var(--primary-gold);font-size:25px}.testimonial-container .splide__arrow{background-color:initial;font-size:18px}.testimonial-container .splide__pagination{bottom:-30px;position:absolute;text-align:center}.testimonial-container .splide__pagination__page{align-items:center;background-color:#622f2fe3;background-color:var(--primary-red);border-radius:50%;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;height:10px;justify-content:center;margin:0 5px;width:10px}.testimonial-container .splide__pagination__page.is-active{align-self:center;background-color:#005046;background-color:var(--primary-green);justify-self:center}.landing-page{display:block;height:fit-content;width:100%}.landing-page .hero-carousel-container{align-items:flex-start;display:flex;flex-direction:column;gap:0;height:fit-content;justify-content:flex-start;margin-bottom:100px;position:relative;width:100%}.landing-page .hero-carousel{height:fit-content;width:100%}.landing-page .hero-carousel button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:50px;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;left:10%;line-height:normal;padding:20px 80px;position:absolute;top:50%;transform:translateY(50%)}.landing-page .hero-carousel .hero-carousel-one{background-image:url(../media/HeroCarousel.a6f49f56f3556849d598.png)}.landing-page .hero-carousel .hero-carousel-one,.landing-page .hero-carousel .hero-carousel-two{background-position:100%;background-repeat:no-repeat;background-size:cover;height:90vh;width:100%}.landing-page .hero-carousel .hero-carousel-two{background-image:url(../media/HeroCarousel-one.e02453272b40c45f2f32.png)}.landing-page .hero-carousel-caption{left:10%;position:absolute;top:20%;transform:translateY(20%)}.landing-page .hero-carousel-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-transform:uppercase}.landing-page .hero-carousel-caption h1{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:48px;font-style:normal;font-weight:400;line-height:normal}.landing-page .carousel-nested-buttons{bottom:-200px;left:0;position:absolute;width:100%}.landing-page .carousel-nested-buttons,.landing-page .carousel-nested-buttons button{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:30px;justify-content:center}.landing-page .carousel-nested-buttons button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:5px;box-shadow:0 8px 40px 0 #0003;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;height:100px;line-height:140%;padding:10px 20px;width:250px}.landing-page .carousel-nested-buttons button a{text-decoration:underline}.landing-page .announcement-container{align-items:center;background-color:#f0f4f1;background-color:var(--ash);display:flex;flex-direction:column;gap:30px;height:fit-content;justify-content:flex-start;margin-top:-100px;padding:200px 20px 50px;width:100%}.landing-page .announcement-container .announcement-caption{height:fit-content;width:fit-content}.landing-page .announcement-container .announcement-caption h3{font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal}.landing-page .announcement-container .announcement-carousel{height:fit-content;margin-bottom:20px;width:100%}.landing-page .announcement-box{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:auto;width:60%}.landing-page .announcement-box img{height:700px;object-fit:cover;width:100%}.landing-page .announcement-box h5{font-size:24px;font-weight:600}.landing-page .announcement-box h5,.landing-page .announcement-box p{font-family:Work Sans;font-style:normal;line-height:140%;text-align:center}.landing-page .announcement-box p{font-size:18px;font-weight:400}.landing-page .announcement-carousel .splide__arrow{background-color:initial;font-size:18px}.landing-page .announcement-carousel .splide__pagination{bottom:-30px;position:absolute;text-align:center}.landing-page .announcement-carousel .splide__pagination__page{align-items:center;background-color:#622f2fe3;background-color:var(--primary-red);border-radius:50%;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;height:10px;justify-content:center;margin:0 5px;width:10px}.landing-page .announcement-carousel .splide__pagination__page.is-active{align-self:center;background-color:#005046;background-color:var(--primary-green);justify-self:center}.landing-page .welcome-section{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.landing-page .welcome-section .welcome-section-caption{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:center;width:60%}.landing-page .welcome-section .welcome-section-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-transform:uppercase}.landing-page .welcome-section .welcome-section-caption h3{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal}.landing-page .welcome-section .welcome-section-caption p{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%;margin-top:30px;text-align:center}.landing-page .welcome-section .welcome-section-poster{height:300px;overflow:hidden;position:relative;width:80%}.landing-page .welcome-section .welcome-section-poster img{display:block;height:100%;object-fit:cover;width:100%}.landing-page .welcome-section .welcome-section-poster .caption-underline{bottom:0;left:0;position:absolute;width:100%}.landing-page .about-us-section{align-items:center;background-color:#f0f4f1;background-color:var(--ash);display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.landing-page .about-us-section .about-us-caption{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:center;width:fit-content}.landing-page .about-us-section .about-us-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-transform:uppercase}.landing-page .about-us-section .about-us-caption h3{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal}.landing-page .about-us-section .about-us-container{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;width:100%}.landing-page .about-us-section .toggle-display-container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:fit-content;justify-content:flex-start;width:100%}.landing-page .toggle-display-container .button-list{align-items:flex-start;border:1px solid #005046;border:1px solid var(--primary-green);border-radius:5px;display:flex;flex-direction:column;justify-content:flex-start;width:150px}.landing-page .toggle-display-container .button-list button{align-items:center;background-color:initial;border:none;color:#000;color:var(--black);cursor:pointer;display:flex;flex-direction:column;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;height:fit-content;justify-content:center;line-height:normal;padding:20px;width:100%}.landing-page .toggle-display-container .button-list button svg path{fill:#622f2fe3;fill:var(--primary-red)}.landing-page .toggle-display-container .button-list button.active{background-color:#005046;background-color:var(--primary-green);color:#fff;color:var(--white)}.landing-page .toggle-display-container .button-list button.active svg path{fill:#fff;fill:var(--white)}.landing-page .toggle-display-container .button-list .learn-more-link{height:fit-content;width:100%}.landing-page .toggle-display-container .learn-more-link button{background-color:#005046;background-color:var(--primary-green);border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #fff;border-top:1px solid var(--white);color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.landing-page .toggle-display-container .display-section{height:fit-content;padding:20px;width:100%}.landing-page .display-section .about-us-display{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:fit-content;justify-content:flex-start;width:100%}.landing-page .about-us-display .about-left{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:100%}.landing-page .about-us-display .about-left h5{color:#000;color:var(--black);font-family:Work Sans;font-size:26px;font-style:normal;font-weight:500;line-height:normal}.landing-page .about-us-display .about-left p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.landing-page .about-us-display .about-left ul{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:flex-start;list-style-type:none;padding-left:0;width:100%}.landing-page .about-us-display .about-left ul li{color:#000;color:var(--black);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:140%;padding-left:20px;position:relative;width:45%}.landing-page .about-us-display .about-left ul li:before{background-color:#622f2fe3;background-color:var(--primary-red);border-radius:50%;content:"";height:10px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:10px}.landing-page .about-us-display .about-right{height:500px;width:600px}.landing-page .about-us-display .about-right img{height:50%;margin-bottom:10px;object-fit:cover;object-position:center;width:100%}.landing-page .departments-f-areas-section{gap:20px;padding:50px}.landing-page .departments-f-areas-section,.landing-page .departments-f-areas-section .d-f-caption{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:center;width:100%}.landing-page .departments-f-areas-section .d-f-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-align:center;text-transform:uppercase}.landing-page .departments-f-areas-section .d-f-caption h3{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.landing-page .departments-f-areas-section .departments-container{grid-gap:0;align-items:stretch;display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:fit-content;width:80%}.landing-page .departments-container .departments{align-items:center;background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:5px;color:#000;color:var(--black);cursor:pointer;display:flex;flex-direction:column;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;gap:10px;height:100%;justify-content:center;line-height:normal;padding:50px 20px;text-align:center}.landing-page .departments-container .departments:hover{background-color:#005046;background-color:var(--primary-green);border:none;color:#fff;color:var(--white)}.landing-page .departments-container .departments:hover svg path{fill:#fff;fill:var(--white)}.landing-page .book-appointment{align-items:center;background:url(../media/booking-appointment-image.bc04e82b6d81a8e90723.png);background-attachment:fixed;background-position:0 0;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;flex-wrap:nowrap;gap:30px;height:fit-content;justify-content:flex-start;overflow-y:auto;padding:50px;position:relative;width:100%;z-index:5}.landing-page .book-appointment:before{background-color:#ffffffb3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.landing-page .book-appointment .book-appointment-caption{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;width:30%;z-index:10}.landing-page .book-appointment .book-appointment-caption h3{color:#005046;color:var(--primary-green);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal}.landing-page .book-appointment .book-appointment-caption p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.landing-page .book-appointment .book-appointment-caption span{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase}.landing-page .book-appointment .book-appointment-caption .red-bold{color:#622f2fe3;color:var(--primary-red);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.landing-page .book-appointment .booking-form{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:space-between;width:70%;z-index:10}.landing-page .book-appointment .booking-form .form-group{align-items:flex-start;color:#000;color:var(--black);display:flex;flex-direction:column;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;gap:5px;height:fit-content;justify-content:flex-start;line-height:23.579px}.landing-page .book-appointment .booking-form .patient-type-group{width:65%}.landing-page .book-appointment .booking-form .email-group,.landing-page .book-appointment .booking-form .name-group,.landing-page .book-appointment .booking-form .phone-number-group{width:30%}.landing-page .book-appointment .booking-form .appointment-date-group,.landing-page .book-appointment .booking-form .time-group{width:20%}.landing-page .book-appointment .booking-form .message-group{width:50%}.landing-page .book-appointment .booking-form .upload-file-group{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.landing-page .book-appointment .booking-form .upload-file-group label{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.landing-page .book-appointment .booking-form .upload-file-group p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:italic;font-weight:200;line-height:23.579px}.landing-page .book-appointment .booking-form .upload-file-group input{width:30%}.landing-page .book-appointment .booking-form input{border:1px solid #005046;border:1px solid var(--primary-green);border-radius:4px;height:60px}.landing-page .book-appointment .booking-form input,.landing-page .book-appointment .booking-form textarea{color:#000;color:var(--black);outline:1px solid #005046;outline:solid 1px var(--primary-green);padding:20px!important;width:100%!important}.landing-page .book-appointment .booking-form textarea{border:1px solid #005046;border:1px solid var(--primary-green);border-radius:5px;height:fit-content}.landing-page .book-appointment .booking-form input,.landing-page .book-appointment .booking-form textarea:placeholder-shown{background-color:#fff;background-color:var(--white);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500}.patient-type-input{-webkit-appearance:none;appearance:none;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:16px;padding:10px 80px 10px 10px;position:relative;width:100%}.patient-type-input::-ms-expand{display:none}.landing-page .booking-form .file-input-wrapper{align-items:center;background-color:#fff;background-color:var(--white);border:1px solid #005046;border:1px solid var(--primary-green);border-radius:5px;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;outline:1px solid #005046;outline:solid 1px var(--primary-green);padding:20px;width:30%}.landing-page .booking-form .file-input-wrapper .icon-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%}.landing-page .booking-form .file-input{display:none}.landing-page .book-appointment .booking-form .booking-submit{align-self:center;background-color:#005046;background-color:var(--primary-green);border:none;border-radius:5px;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;justify-self:center;line-height:140%;margin:auto;padding:20px 60px;text-align:center}.select-container{position:relative;width:100%}.booking-form .doctor-select .react-select__control{height:60px}.professionals-container{gap:20px;height:fit-content;padding:50px;width:100%}.professionals-container,.professionals-container .our-professionals-caption{align-items:center;display:flex;flex-direction:column;justify-content:center}.professionals-container .our-professionals-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-align:center;text-transform:uppercase}.professionals-container .our-professionals-caption h3{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.doctors-carousel{width:80%}.professionals-box{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:center;width:100%}.professionals-box .professionals-image{border-top-left-radius:5px;border-top-right-radius:5px;height:fit-content;width:100%}.professionals-box .professionals-image img{border-top-left-radius:5px;border-top-right-radius:5px;height:400px;object-fit:cover;object-position:top center;width:100%}.professionals-box .professionals-caption{align-items:center;background-color:#005046;background-color:var(--primary-green);border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;flex-direction:column;gap:10px;height:fit-content;justify-content:center;min-height:150px;padding:20px 10px;width:100%}.professionals-box .professionals-caption h5{color:#fff;color:var(--white);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-align:center;text-transform:uppercase}.professionals-box .professionals-caption h6{color:#fff;color:var(--white);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:140%;text-align:center}.professionals-caption .professionals-links{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px}.professionals-container .splide__pagination{bottom:-30px;position:absolute;text-align:center}.professionals-container .splide__pagination__page{align-items:center;background-color:#622f2fe3;background-color:var(--primary-red);border-radius:50%;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;height:10px;justify-content:center;margin:0 5px;width:10px}.professionals-container .splide__pagination__page.is-active{align-self:center;background-color:#005046;background-color:var(--primary-green);justify-self:center}.landing-page .locations-section{background-color:#fff;background-color:var(--white);gap:20px;height:fit-content;padding:50px;width:100%}.landing-page .locations-section,.landing-page .locations-section .locations-caption{align-items:center;display:flex;flex-direction:column;justify-content:center}.landing-page .locations-section .locations-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-align:center;text-transform:uppercase}.landing-page .locations-section .locations-caption h3{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.landing-page .locations-section .locations-container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:flex-start;width:100%}.landing-page .locations-section .locations-container .locations-box{align-items:flex-end;background-color:#000000b3;border-radius:20px;display:flex;height:200px;justify-content:center;padding:20px;position:relative;width:400px}.landing-page .locations-container .locations-box img{border-radius:20px;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:5}.landing-page .locations-section .locations-container .locations-box:before{background-color:#00000080;border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:6}.landing-page .locations-section .locations-container .locations-box h5{color:#fff;color:var(--white);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:500;line-height:22.959px;text-align:center;z-index:6}.about-oauthc,.oauthc-history{height:fit-content;width:100%}.oauthc-history{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:50px}.oauthc-history h6{color:#005046;color:var(--primary-green);font-size:18px;font-weight:700;letter-spacing:2.88px;line-height:normal;margin-bottom:20px;text-transform:uppercase}.oauthc-history h6,.oauthc-history p{font-family:Work Sans;font-style:normal}.oauthc-history p{color:#000;color:var(--black);font-size:16px;font-weight:400;line-height:140%;margin-bottom:10px}.about-oauthc .about-poster-text{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.about-oauthc .about-poster-text .about-oauthc-poster{height:500px;width:500px}.about-oauthc .about-poster-text .about-oauthc-poster img{height:auto;object-fit:cover;object-position:top center;width:100%}.about-oauthc .about-poster-text .about-oauthc-text{align-items:flex-start;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;width:100%}.about-oauthc .about-poster-text .about-oauthc-text h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-transform:uppercase}.about-oauthc .about-poster-text .about-oauthc-text h4{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:40px;font-style:normal;font-weight:400;line-height:normal}.about-oauthc .about-poster-text .about-oauthc-text p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.about-oauthc .about-poster-text .about-oauthc-text p span{text-decoration:underline}.about-oauthc .vision-mission-goal{align-items:center;background-color:#f0f4f1;background-color:var(--ash);display:flex;flex-direction:row;flex-wrap:wrap;gap:50px;height:fit-content;justify-content:center;padding:50px;width:100%}.about-oauthc .vision-mission-goal .vision-mission-goal-box{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:45%}.about-oauthc .vision-mission-goal .vision-mission-goal-box.goals{width:100%}.about-oauthc .vision-mission-goal .vision-mission-goal-box p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.about-oauthc .vision-mission-goal .vision-mission-goal-box h5{background-color:#ddd;background-color:var(--gray);border-radius:10px;color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;padding:10px;text-transform:uppercase}.about-oauthc .people-culture{align-items:flex-start;background-color:#f0f4f1;background-color:var(--ash);display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px;height:fit-content;justify-content:flex-start;padding:0 0 50px 10px;position:relative;width:100%}.about-oauthc .people-culture .people-culture-text{display:flex;flex-direction:column;height:fit-content;margin-top:50px;width:calc(100% - 300px)}.about-oauthc .people-culture .people-culture-text h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-transform:uppercase}.about-oauthc .people-culture .people-culture-text h4{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:40px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px}.about-oauthc .people-culture .people-culture-text p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:20px}.about-oauthc .people-culture .people-culture-poster{background-image:url(../media/people-culture-poster-desktop.52b39f8f67182a2650ba.png);background-position:100% 0;background-repeat:no-repeat;background-size:cover;height:calc(100% + 100px);position:absolute;right:0;top:-100px;width:220px}.our-values-container{background-color:#f0f4f1;background-color:var(--ash);gap:20px;height:fit-content;padding:50px}.our-values-container,.our-values-container .our-values-caption{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.our-values-container .our-values-caption h5{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:2.88px;line-height:normal;text-align:center;text-transform:uppercase}.our-values-container .our-values-caption h6{color:#622f2fe3;color:var(--primary-red);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.our-values-container .our-values-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));height:fit-content;width:100%}.our-values-section .our-values{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;height:fit-content;justify-content:center;width:100%}.our-values-section .our-values img{height:50px;object-fit:cover;width:50px}.our-values-section .our-values h5{font-size:21px;font-weight:600;line-height:normal}.our-values-section .our-values h5,.our-values-section .our-values p{color:#000;color:var(--black);font-family:Work Sans;font-style:normal;text-align:center}.our-values-section .our-values p{font-size:16px;font-weight:400;line-height:26px}.departments-centers-section{background-color:#fff;background-color:var(--white);flex-direction:row;flex-wrap:wrap;gap:50px;padding:50px}.departments-centers-section,.departments-centers-section .departments-centers-text{align-items:flex-start;display:flex;height:fit-content;justify-content:flex-start;width:100%}.departments-centers-section .departments-centers-text{flex-direction:column;gap:20px}.departments-centers-section .departments-centers-text p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:159.4%}.departments-centers-section .departments-log{align-items:flex-start;display:flex;flex-direction:column;gap:50px;height:fit-content;justify-content:flex-start;width:100%}.departments-centers-section .schools-gap{height:fit-content;padding:20px;width:100%}.departments-centers-section .departments-log .departments-container{grid-gap:100px 50px;display:grid;gap:100px 50px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));height:fit-content;transition:opacity .5s ease-in-out;width:100%}.departments-centers-section .departments-log .department{border-radius:10px;height:300px;padding:30px;position:relative}.departments-centers-section .departments-log .department img{border-radius:10px;height:100%;left:0;object-fit:cover;object-position:top center;position:absolute;top:0;width:100%}.departments-centers-section .departments-log .department img:before{background-color:#131313b3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.departments-centers-section .departments-log .department .department-caption{background-color:#fff;background-color:var(--white);border-radius:10px;bottom:0;box-shadow:0 8px 16px 0 #0003;color:#622f2fe3;color:var(--primary-red);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;height:fit-content;line-height:159.4%;margin:auto;padding:20px;position:absolute;text-align:center;text-transform:capitalize;transform:translateY(50%);width:80%}.departments-centers-section .departments-log .departments-pagination{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;justify-content:flex-start;justify-self:center;margin-top:50px;padding:20px}.departments-centers-section .departments-log .departments-pagination button{background-color:#f0f4f1;background-color:var(--ash);border:none;border-radius:5px;color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:20px;text-align:center;text-transform:capitalize;transition:background-color .3s,color .3s}.departments-centers-section .departments-pagination button:hover{background-color:#056f62;background-color:var(--secondary-green);color:#fff;color:var(--white)}.departments-centers-section .departments-pagination button.active{background-color:#005046;background-color:var(--primary-green);color:#fff}.appointment-poster{align-items:flex-end;background-color:#f0f4f1;background-color:var(--ash);display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:right;margin-top:200px;padding:50px;position:relative;width:100%}.appointment-poster .appointment-poster-pic{background-image:url(../media/Group%201.ed3201f7e44c803b55a2.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;height:calc(100% + 300px);left:0;position:absolute;top:-299px;width:400px;z-index:2}.appointment-poster .appointment-poster-caption{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start}.appointment-poster .appointment-poster-caption h5{color:#622f2fe3;color:var(--primary-red);font-family:Work Sans;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.appointment-poster .appointment-poster-caption h6{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.appointment-poster .appointment-poster-caption button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:10px;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:20px 30px}.department-details{align-items:flex-start;display:flex;flex-direction:column;gap:30px;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.department-details .department-overview-container{align-items:flex-start;display:flex;flex-direction:row;gap:100px;height:fit-content;justify-content:space-between;width:100%}.department-details .department-overview-container .departments-poster{border-radius:20px;height:fit-content;width:500px}.department-details .department-overview-container .departments-poster img{border-radius:20px;height:300px;object-fit:cover;object-position:top center;width:100%}.department-details .department-overview-container .departments-overview{align-items:flex-start;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;width:calc(100% - 500px)}.department-details .department-overview-container .departments-overview h5{color:#000;color:var(--black);font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px;text-transform:capitalize}.department-details .department-overview-container .departments-overview h6{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;line-height:25px;text-transform:capitalize}.department-details .department-overview-container .departments-overview p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:25px}.department-details .departments-vision{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;width:100%}.department-details .departments-vision h5{font-family:Yeseva One;font-size:24px;line-height:normal;margin-top:30px}.department-details .departments-vision h5,.department-details .departments-vision p{color:#000;color:var(--black);font-style:normal;font-weight:400;text-transform:capitalize}.department-details .departments-vision p{font-family:Work Sans;font-size:16px;line-height:28px;margin-top:10px}.department-details .departments-facilities{align-items:flex-start;background-color:#f0f4f1;background-color:var(--ash);border-radius:5px;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;padding:30px 20px;width:100%}.department-details .departments-facilities h5{font-size:24px;font-weight:400}.department-details .departments-facilities h5,.department-details .departments-facilities h6{color:#000;color:var(--black);font-family:Yeseva One;font-style:normal;line-height:normal;text-transform:capitalize}.department-details .departments-facilities h6{font-size:18px;font-weight:300}.department-details .departments-facilities p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:28px;text-transform:capitalize}.department-details .departments-facilities ul{height:fit-content;list-style-type:none;padding-left:0;width:100%}.department-details .departments-facilities li{align-items:center;color:#000;color:var(--black);display:flex;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:10px;text-transform:capitalize}.department-details .departments-facilities .list-icon{color:#000;color:var(--black);font-size:16px;margin-right:20px}.department-details .departments-contacts{align-items:flex-start;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;margin-top:20px;width:100%}.department-details .departments-contacts h5{font-family:Yeseva One;font-size:24px;line-height:normal}.department-details .departments-contacts h5,.department-details .departments-contacts p{color:#000;color:var(--black);font-style:normal;font-weight:400;text-transform:capitalize}.department-details .departments-contacts p{font-family:Work Sans;font-size:16px;line-height:28px}.find-doctor{align-items:flex-start;gap:20px;justify-content:flex-start;padding:50px}.find-doctor,.find-doctor .doctors-log{display:flex;flex-direction:column;height:fit-content;width:100%}.find-doctor .doctors-log,.find-doctor .search-filters{align-items:center;justify-content:center}.find-doctor .search-filters{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:fit-content;margin-bottom:20px;padding:20px}.find-doctor .search-filters input{border:1px solid #000;border:1px solid var(--black);border-radius:4px;font-size:15px;outline:1px solid #000;outline:solid 1px var(--black);padding:13px 10px}.doctor-select,.find-doctor .search-filters input{font-family:Work Sans;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.doctor-select{font-size:16px}.doctor-select .react-select__control{background-color:#fff;background-color:var(--white);border:2px solid #005046!important;border:2px solid var(--primary-green)!important;border-radius:4px;box-shadow:none;cursor:pointer!important;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:150%;outline:none!important;padding:5px}.doctor-select .react-select__control:hover{border:2px solid #005046!important;border:2px solid var(--primary-green)!important;box-shadow:none!important;outline:none!important}.doctor-select .react-select__option{background-color:#fff!important;color:#000!important;color:var(--black)!important;cursor:pointer;font-family:Work Sans;font-size:14px!important;font-style:normal;font-weight:400;line-height:150%;outline:none;padding:5px 10px}.doctor-select .react-select__option:hover{background-color:#ddd!important;background-color:var(--gray)!important}.doctor-select .react-select__multi-value{background-color:#f0f4f1!important;background-color:var(--ash)!important;border-radius:2px;cursor:pointer;margin:3px;padding:2px}.doctor-select .react-select__multi-value__remove{color:var(--grascale);cursor:pointer}.doctor-select .react-select__placeholder{color:var(--grascale);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.doctor-select .react-select__dropdown-indicator{color:var(--grascale);padding:0 8px}.find-doctor .doctors-log .doctors-container{grid-gap:50px!important;display:grid;gap:50px!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));height:fit-content;width:80%}.find-doctor .doctors-log .doctor-card{align-items:flex-start;border-radius:10px;box-shadow:0 8px 16px 0 #0003;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;max-width:350px;padding:20px;width:fit-content}.find-doctor .doctor-card .doctor-card-caption{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:fit-content;justify-content:flex-start;width:100%}.find-doctor .doctor-card .doctor-card-caption img{border-radius:50%;height:100px!important;margin-right:5px;object-fit:cover;object-position:top center;width:100px!important}.find-doctor .doctor-card .doctor-card-text{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:fit-content;justify-content:flex-start}.find-doctor .doctor-card .doctor-icon{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;justify-content:flex-start}.find-doctor .doctor-card .doctor-card-caption h4{color:#005046;color:var(--primary-green);font-family:Yeseva One;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.find-doctor .doctor-card .doctor-card-caption h6{color:#848383}.find-doctor .doctor-card .doctor-card-caption h6,.find-doctor .doctor-card p{font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.find-doctor .doctor-card p{color:#000;color:var(--black)}.find-doctor .doctors-log .doctor-card hr{background-color:#000;background-color:var(--black);width:100%}.find-doctor .doctor-card-buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:fit-content;justify-content:space-between;width:100%}.find-doctor .doctor-card-buttons .doctor-profile-button{background-color:initial;border:1px solid #000;border-radius:5px;color:#000;color:var(--black);cursor:pointer;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:10px;text-transform:capitalize}.find-doctor .doctor-card-buttons .doctor-profile-button:hover{background-color:#ddd;background-color:var(--gray)}.find-doctor .doctor-card-buttons .doctor-appointment-button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:5px;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:10px 20px;text-transform:capitalize}.find-doctor .doctor-card-buttons .doctor-appointment-button:hover{background-color:#056f62;background-color:var(--secondary-green)}.find-doctor .doctors-pagination{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;justify-content:flex-start;justify-self:center;margin-top:50px;padding:20px}.doctors-pagination button{background-color:#f0f4f1;background-color:var(--ash);border:none;border-radius:5px;color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:20px;text-align:center;text-transform:capitalize;transition:background-color .3s,color .3s}.doctors-pagination button:hover{background-color:#056f62;background-color:var(--secondary-green);color:#fff;color:var(--white)}.doctors-pagination button.active{background-color:#005046;background-color:var(--primary-green);color:#fff}.doctor-details{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;width:100%}.back-button{align-items:center;color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;gap:5px;justify-self:flex-start;line-height:normal;padding:50px 50px 20px;text-align:center}.back-button,.doctor-details .doctor-overview-container{display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;width:100%}.doctor-details .doctor-overview-container{align-items:flex-start;gap:20px;justify-content:space-between;padding:50px}.doctor-details .doctor-overview-container .doctor-poster{align-items:center;display:flex;flex-direction:column;gap:20px;height:500px;justify-content:center;width:35%}.doctor-details .doctor-overview-container .doctor-poster img{height:100%;object-fit:cover;object-position:top center;width:100%}.doctor-details .doctor-poster .socials-link{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:fit-content;justify-content:center;width:100%}.doctor-details .doctor-poster .socials-link a{cursor:pointer}.doctor-details .doctor-overview{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:fit-content;justify-content:flex-start;width:60%}.doctor-details .doctor-overview h3{color:#005046;color:var(--primary-green);font-family:Yeseva One;font-size:32px}.doctor-details .doctor-overview h3,.doctor-details .doctor-overview h5{font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.doctor-details .doctor-overview h5{font-family:Work Sans;font-size:16px;margin-bottom:10px}.doctor-details .doctor-overview .doctor-icons-cont{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:flex-start;width:fit-content}.doctor-details .doctor-overview .doctor-icons{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px;justify-content:flex-start;width:fit-content}.doctor-details .doctor-overview .doctor-icons p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;opacity:.8;text-transform:capitalize}.doctor-details .doctor-overview h4{font-weight:600;margin-bottom:20px;margin-top:20px}.doctor-details .doctor-overview h4,.doctor-details .doctor-overview p{font-family:Work Sans;font-size:16px;font-style:normal;line-height:25px;text-align:left}.doctor-details .doctor-overview p{color:#000;color:var(--black);font-weight:400}.oauthc-location{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:50px}.oauthc-location,.oauthc-location .oauthc-location-caption{height:fit-content;width:100%}.oauthc-location .oauthc-location-caption p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:25px;text-transform:capitalize}.oauthc-location .oauthc-location-container{height:fit-content;margin-top:20px;width:100%}.oauthc-location .oauthc-location-log{flex-direction:column;gap:20px}.oauthc-location .hospital-units,.oauthc-location .oauthc-location-log{align-items:flex-start;display:flex;height:fit-content;justify-content:flex-start;width:100%}.oauthc-location .hospital-units{flex-direction:row;flex-wrap:nowrap;gap:30px;margin-bottom:20px}.oauthc-location .hospital-units .hospital-units-poster{border-radius:10px;height:300px;width:700px}.oauthc-location .hospital-units .hospital-units-poster img{border-radius:10px;height:100%;object-fit:cover;object-position:top center;width:100%}.oauthc-location .hospital-units .hospital-units-caption{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;padding:30px}.oauthc-location .hospital-units .hospital-units-caption h4{color:#000;color:var(--black);font-family:Yeseva One;font-size:30px;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:53.486px}.oauthc-location .hospital-units .hospital-units-caption>P{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:34.036px;margin-bottom:20px}.oauthc-location .hospital-units .hospital-units-caption .unit-icons{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;margin-bottom:10px;width:100%}.oauthc-location .hospital-units .hospital-units-caption .unit-icons p,.oauthc-location .hospital-units .hospital-units-caption .unit-links{color:#056f62;color:var(--secondary-green);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:100%;margin-left:20px;margin-right:10px}.oauthc-location .hospital-units .hospital-units-caption .list-icon{color:#056f62;color:var(--secondary-green);font-family:Work Sans;font-size:16px}.health-services-section .health-service-text{display:flex;flex-wrap:wrap;height:fit-content;width:100%}.health-services-section .health-service-text span{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;line-height:140%}.health-services-section .health-service-text p{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:15px;width:100%}.health-services-section .services-log{align-items:flex-start;display:flex;flex-direction:column;gap:50px;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.health-services-section .services-log .services-container{grid-gap:100px 50px;display:grid;gap:100px 50px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));height:fit-content;transition:opacity .5s ease-in-out;width:100%}.health-services-section .services-log .service{border-radius:10px;height:300px;padding:30px;position:relative}.health-services-section .services-log .service img{border-radius:10px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.health-services-section .services-log .service img:before{background-color:#131313b3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.health-services-section .services-log .service .service-caption{background-color:#fff;background-color:var(--white);border-radius:10px;bottom:0;box-shadow:0 8px 16px 0 #0003;color:#622f2fe3;color:var(--primary-red);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;height:fit-content;line-height:159.4%;margin:auto;padding:20px;position:absolute;text-align:center;text-transform:capitalize;transform:translateY(50%);width:80%}.health-services-section .services-log .services-pagination{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;justify-content:flex-start;justify-self:center;margin-top:50px;padding:20px}.health-services-section .services-log .services-pagination button{background-color:#f0f4f1;background-color:var(--ash);border:none;border-radius:5px;color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:20px;text-align:center;text-transform:capitalize;transition:background-color .3s,color .3s}.health-services-section .services-pagination button:hover{background-color:#056f62;background-color:var(--secondary-green);color:#fff;color:var(--white)}.health-services-section .services-pagination button.active{background-color:#005046;background-color:var(--primary-green);color:#fff}.diseases-symptoms-section{align-items:flex-start;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.diseases-symptoms-section .diseases-symptoms-nav{align-items:flex-start;background-color:#005046;background-color:var(--primary-green);border-radius:5px;display:flex;flex:row 1;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:space-between;padding:20px;width:100%}.diseases-symptoms-nav .diseases-nav-left h4{color:#fff;color:var(--white);font-family:Yeseva One;font-size:34px;font-style:normal;font-weight:400;line-height:normal}.diseases-symptoms-nav .diseases-nav-left p{color:#fff;color:var(--white);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:50px}.diseases-symptoms-nav .diseases-nav-left .diseases-nav-search-container{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:fit-content;justify-content:flex-start;width:100%}.diseases-symptoms-nav .diseases-nav-search-container h5{color:#fff;color:var(--white);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:600;line-height:140%}.diseases-symptoms-nav .diseases-nav-search-container .disease-search{background-color:#fff;background-color:var(--white);border:none;border-radius:30px;color:#000;color:var(--black);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:normal;min-width:300px;outline:none;padding:15px}.diseases-symptoms-nav .diseases-nav-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:45%}.diseases-symptoms-nav .diseases-nav-right h5{color:#fff;color:var(--white);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:600;line-height:140%;margin-bottom:20px}.diseases-symptoms-nav .diseases-nav-right .alphabet-buttons{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:fit-content;justify-content:flex-start;width:100%}.diseases-symptoms-nav .diseases-nav-right .alphabet-buttons button{background-color:#622f2fe3;background-color:var(--primary-red);border:none;border-radius:100%;color:#fff;color:var(--white);font-family:Work Sans;font-size:24px;font-style:normal;font-weight:600;height:50px;line-height:140%;padding:5px;width:50px}.diseases-symptoms-nav .diseases-nav-right .alphabet-buttons button.active{background-color:#fff;background-color:var(--white);color:#622f2fe3;color:var(--primary-red)}.diseases-symptoms-section .diseases-display-container{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;margin-bottom:50px;width:100%}.diseases-symptoms-section .diseases-display-container h6{align-self:flex-end;font-family:Work Sans;font-size:18px;font-style:italic;font-weight:500;justify-self:flex-end;line-height:normal;text-align:justify;width:500px}.diseases-symptoms-section .diseases-symptoms-display{height:fit-content;width:100%}.diseases-symptoms-section .diseases-symptoms-display h3{color:#000;color:var(--black);font-family:Work Sans;font-size:40px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:20px;text-align:justify;width:100%}.diseases-symptoms-section .diseases-symptoms-display ul{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:flex-start;list-style-type:none;padding:10px 50px;width:100%}.diseases-symptoms-section .diseases-symptoms-display li{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:100;line-height:normal;width:300px}.diseases-symptoms-section .diseases-symptoms-display .disease-links{color:#622f2fe3;color:var(--primary-red);text-decoration:underline}.diseases-symptoms-section .diseases-symptoms-display .disease-links:hover{color:#005046;color:var(--primary-green);font-weight:400;text-decoration:none}.tests-procedures-details{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.tests-procedures-details h4{font-size:32px;margin-bottom:20px}.tests-procedures-details h4,.tests-procedures-details h5{color:#000;color:var(--black);font-family:Yeseva One;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.tests-procedures-details h5{font-size:24px;margin-top:20px}.tests-procedures-details h6{font-weight:600;line-height:25px;margin-bottom:20px}.tests-procedures-details h6,.tests-procedures-details p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;text-transform:capitalize}.tests-procedures-details p{font-weight:400;line-height:28px}.contact-us{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;width:100%}.contact-us .our-values-container{margin-top:0}.contact-us-map{padding:50px;width:100%}.contact-us-map .map{height:400px;width:100%}.contact-us-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;height:fit-content;justify-content:center;padding:50px;width:100%}.contact-get-in-touch{height:fit-content;width:45%}.contact-get-in-touch .get-in-touch{padding:0}.contact-get-in-touch .contact-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:fit-content;margin-top:0;padding:0;width:100%}.contact-get-in-touch .get-in-touch-caption{display:none}.contact-form{height:fit-content;width:40%}.contact-form form{align-items:flex-start;border:1px solid #005046;border:1px solid var(--primary-green);border-radius:5px;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-self:flex-start;margin-top:60px;width:100%}.contact-form form input,.contact-form form textarea{border:1px solid #005046;border:1px solid var(--primary-green);color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:140%;padding:20px}.contact-form form input::placeholder,.contact-form form textarea::placeholder{color:#005046;color:var(--primary-green)}.contact-form form .contact-name-input{border-top-left-radius:5px;height:fit-content;width:50%}.contact-form form .contact-email-input{border-top-right-radius:5px;height:fit-content;width:50%}.contact-form form .contact-subject-input{height:fit-content;width:100%}.contact-form form .contact-message-input{height:fit-content;min-height:180px;padding:10px;width:100%}.contact-form form .contact-submit-button{background-color:#005046;background-color:var(--primary-green);border:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;color:var(--white);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;height:fit-content;line-height:normal;padding:20px;text-align:center;text-transform:uppercase;width:100%}.privacy-policy-page{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:center;padding:50px 100px;width:100%}.privacy-policy-page h1{font-family:Yeseva One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px}.privacy-policy-page h5{font-size:20px;font-weight:700;margin-bottom:10px}.privacy-policy-page h5,.privacy-policy-page p{font-family:Work Sans;font-style:normal;line-height:normal}.privacy-policy-page p{font-size:16px;font-weight:500;margin-bottom:20px}.privacy-policy-page ul li{list-style-type:symbols(-);margin-left:20px}.privacy-policy-page ol li,.privacy-policy-page ul li{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px}.privacy-policy-page ol li{text-transform:capitalize}.student-portal-overlay{background-color:#fff;background-color:var(--white);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2100}.student-portal{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-between;position:relative;width:100%}.student-portal .student-portal-poster{background-image:url(../media/student-portal.d3ca76d16a5ac9d3cc5b.png);background-position:50%;background-size:cover;height:100vh;width:50%}.student-portal .student-portal-text{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;padding:50px;width:50%}.student-portal .portal-header{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}.student-portal .student-portal-text img{height:100px;object-fit:cover;width:100px}.student-portal .student-portal-text h4{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.student-portal .portal-content{margin-top:30px;width:100%}.student-portal .portal-content,.student-portal .portal-content .coming-soon{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start}.student-portal .portal-content .coming-soon{background-color:#ddd;background-color:var(--gray);border-radius:10px;color:#056f62;color:var(--secondary-green);font-family:sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:2px;line-height:normal;padding:5px;text-transform:uppercase;width:fit-content}.student-portal .portal-content h1{color:#622f2fe3;color:var(--primary-red);font-family:Work Sans;font-size:44px;font-style:normal;font-weight:700;line-height:normal;margin-top:20px}.student-portal .portal-content p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:32px;margin-top:20px}.student-portal .student-portal-form{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:fit-content;justify-content:center;margin-top:20px;width:fit-content}.student-portal .student-portal-form input{border:1px solid #f0f4f1;border:1px solid var(--ash);border-radius:10px;outline:1px solid #000;outline:solid 1px var(--black);padding:20px;width:300px}.student-portal .student-portal-form button,.student-portal .student-portal-form input{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:32px}.student-portal .student-portal-form button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:10px;color:#fff;color:var(--white);cursor:pointer;padding:10px 20px}.research-ethics{align-items:flex-start;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:flex-start;padding:50px;width:100%}.research-ethics h1{color:#622f2fe3;color:var(--primary-red);font-family:Work Sans;font-size:40px;font-style:normal;font-weight:600;line-height:normal}.research-ethics .research-carousel{height:fit-content;margin-bottom:50px;position:relative;width:100%}.research-carousel .research-button{background-color:#005046;background-color:var(--primary-green);height:fit-content;padding:20px;position:absolute;right:0;top:30px;width:400px}.research-carousel .research-button h4{color:#fff;color:var(--white);font-family:Work Sans;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.research-carousel img{height:500px;object-fit:cover;object-position:top center;width:100%}.research-carousel .research-carousel-three,.research-carousel .research-carousel-two{background-image:url(../media/HeroCarousel.a6f49f56f3556849d598.png);background-position:100%;background-repeat:no-repeat;background-size:cover;height:500px;width:100%}.research-carousel .splide__pagination{bottom:-30px;position:absolute;text-align:center}.research-carousel .splide__pagination__page{align-items:center;background-color:#622f2fe3;background-color:var(--primary-red);border-radius:50%;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;height:10px;justify-content:center;margin:0 5px;width:10px}.research-carousel .splide__pagination__page.is-active{align-self:center;background-color:#005046;background-color:var(--primary-green);justify-self:center}.research-ethics .research-application-rules{padding:0 50px}.research-ethics .research-application-rules,.research-ethics .research-application-rules div{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;width:100%}.research-ethics .research-application-rules h3{color:#000;color:var(--black);font-family:Work Sans;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:30px;text-align:center;width:100%}.research-ethics .research-application-rules h6{color:#000;color:var(--black);margin-bottom:20px}.research-ethics .research-application-rules ol{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-left:30px;text-align:justify}.research-ethics .research-application-rules li{margin-bottom:10px}.research-ethics .research-application-rules h6{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.research-ethics .research-form{align-items:flex-start;background:url(../media/booking-appointment-image.bc04e82b6d81a8e90723.png);background-attachment:fixed;background-position:0 0;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;flex-wrap:nowrap;height:fit-content;justify-content:flex-start;overflow-y:auto;padding:50px;position:relative;width:100%;z-index:5}.research-ethics .research-form:before{background-color:#ffffffb3;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.research-ethics form{flex-direction:column;gap:20px;z-index:10}.research-ethics form,.research-ethics form .name-email-inputs{align-items:flex-start;display:flex;height:fit-content;justify-content:flex-start;width:100%}.research-ethics form .name-email-inputs{flex-direction:row}.research-ethics form .name-email-inputs input{background:#0000;border:none;color:#000;color:var(--black);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:normal;min-width:400px;outline:2px solid #005046;outline:solid 2px var(--primary-green);padding:20px}.research-ethics form .name-email-inputs :first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.research-ethics form .name-email-inputs :nth-child(2){border-bottom-right-radius:4px;border-top-right-radius:4px}.research-ethics form h6{color:#000;color:var(--black);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:20px}.research-ethics .research-checklists{width:100%}.research-ethics form .input-options{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.research-ethics form ol{font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-left:30px;text-align:justify}.research-ethics form ol li{margin-bottom:20px}.research-ethics form ol span{margin-right:10px}.research-ethics form ol input{margin-left:10px;margin-right:5px;width:20px}.research-ethics form .input-options label{margin-right:20px}.research-ethics .research-submit-button{align-self:center;margin-top:30px}.research-ethics .research-submit-button p{font-size:18px;font-style:italic;font-weight:600}.research-ethics form button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-weight:500;min-width:200px;padding:20px;text-transform:uppercase}.research-ethics form button,.research-ethics form h5{font-family:Work Sans;font-size:18px;font-style:normal;line-height:normal}.research-ethics form h5{color:#000;color:var(--black);font-weight:600;margin-bottom:-20px}.research-ethics form .notification{color:#000;color:var(--black);font-family:Work Sans;font-size:18px;font-style:italic;font-weight:300;line-height:normal}.team-members-details{padding-top:200px}@media (max-width:480px){:root{--primary-green:#005046;--secondary-green:#056f62;--primary-red:#bb2f31e3;--secondary-red:#f9c4d7;--gray:#ddd;--white:#fff;--black:#000}header .second-header{display:none}header .first-header{padding:10px}header .first-header .f-header-left{display:none}header .first-header .f-header-right{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}header .first-header .f-header-right .header-icons p{font-size:14px}.mobile-header{align-items:center;background-color:var(--primary-green);box-shadow:0 0 10px #0000004d;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:space-between;left:0;padding:20px 10px;position:sticky;top:0;width:100%;z-index:2000}.mobile-header img{object-fit:cover;width:50px}.mobile-header h4{color:var(--white);font-family:Work Sans;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.hamburgerMenu{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;width:40px}.hamburgerMenu .bar{background-color:var(--white);border-radius:5px;height:4px;margin:2px 0;transition:transform .3s,opacity .3s;width:30px}.hamburgerMenu .bar.change:first-child{transform:translateY(5px) rotate(45deg)}.hamburgerMenu .bar.change:nth-child(2){opacity:0}.hamburgerMenu .bar.change:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.side-bar-mobile{align-items:center;background-color:var(--white);display:none;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:flex-start;left:-380px;overflow-y:auto;padding:100px 20px 20px;position:fixed;top:0;transition:left .3s ease-in-out;width:80%;z-index:2200}.side-bar-mobile.open{left:0}.side-bar-mobile::-webkit-scrollbar{display:none}.side-bar-mobile .sidebar-items{height:fit-content;left:0;position:absolute;top:60px;width:100%}.side-bar-mobile .sidebar-navlinks{height:fit-content;list-style:none;padding:20px;text-align:center;width:100%}.side-bar-mobile .sidebar-navlinks ul{list-style-type:none;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-navlinks li{color:var(--primary-color-light);padding:10px;text-decoration:none}.side-bar-mobile .sidebar-navlinks button,.side-bar-mobile .sidebar-navlinks li{font-family:Catamaran,sans-serif;font-size:16px;font-weight:700;text-align:left;width:100%}.side-bar-mobile .sidebar-navlinks button{background:none;border:none;color:var(--primary-dark);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-buttons{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;padding:20px;width:100%}.side-bar-mobile .sidebar-buttons button{background-color:var(--primary-green);border:none;border-radius:80px;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:13px;font-style:normal;font-weight:500;height:fit-content;line-height:normal;padding:15px 10px;width:100%}.side-bar-mobile .sidebar-buttons .book-appointment-button{padding:15px 30px;width:100%}.side-bar-mobile .sidebar-buttons .student-portal-button{text-transform:uppercase}footer{padding:20px}footer .footer-top h6{margin-bottom:20px}footer .footer-top{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:50px;justify-content:flex-start}footer .footer-top .f-top-one{gap:10px;width:100%}footer .footer-top .f-top-one img{height:100px;width:100px}footer .footer-top .f-top-one p{align-self:center}footer .footer-top .f-top-four,footer .footer-top .f-top-three{width:100%}footer .footer-top .f-top-four .subscribe-container input{width:270px}footer .footer-bottom{align-items:center;flex-direction:column;gap:30px;justify-content:center;text-align:center}.page-caption{background-image:url(../media/about-us-poster.3d451bcafeb03baf7dd9.png);height:150px;width:100%}.departments-caption{background-image:url(../media/departments-caption.40b9c95021112a97a2d0.png);height:150px;width:100%}.doctors-caption,.schools-caption{background-image:url(../media/school-caption.a0b19a02063bad751542.png);height:150px;width:100%}.services-caption{background-image:url(../media/services-caption.a91c4ebb7efa8112639e.png);height:150px;width:100%}.diseases-caption,.health-services-caption{background-image:url(../media/departments-caption.40b9c95021112a97a2d0.png);height:150px;width:100%}.contact-caption{background-image:url(../media/contact-us-caption.96013fe09657a93d9855.png);height:150px;width:100%}.contact-caption .page-caption-text,.departments-caption .page-caption-text,.diseases-caption .page-caption-text,.doctors-caption .page-caption-text,.health-services-caption .page-caption-text,.page-caption .page-caption-text,.schools-caption .page-caption-text,.services-caption .page-caption-text{font-size:16px;left:20px;top:40px}.contact-caption .page-caption-text h5,.departments-caption .page-caption-text h5,.diseases-caption .page-caption-text h5,.doctors-caption .page-caption-text h5,.health-services-caption .page-caption-text h5,.page-caption .page-caption-text h5,.schools-caption .page-caption-text h5,.services-caption .page-caption-text h5{font-size:24px}.get-in-touch{padding:20px}.get-in-touch-caption h5{font-size:18px}.get-in-touch-caption h6{font-size:32px}.contact-container{flex-direction:column;gap:20px;margin-top:30px;padding:0;width:100%}.contact-container .contact-box{border-radius:5px;flex-basis:23%;padding:50px 20px}.testimonial-container{padding:50px 20px}.testimonial-container .testimonial-carousel{height:fit-content;margin-bottom:20px;width:100%}.testimonial-container .testimonial-splide{width:80%}.testimonial-container .splide__arrow{margin:0 -20px}.landing-page .hero-carousel-container{align-items:flex-start;display:flex;flex-direction:column;gap:0;height:fit-content;justify-content:flex-start;margin-bottom:0;position:relative;width:100%}.landing-page .hero-carousel{height:fit-content;width:100%}.landing-page .hero-carousel button{font-size:14px;left:20%;padding:10px 20px;top:65%}.landing-page .hero-carousel .hero-carousel-one,.landing-page .hero-carousel .hero-carousel-two{height:230px}.landing-page .hero-carousel-caption{left:10px;position:absolute;top:25%;transform:translateY(25%)}.landing-page .hero-carousel-caption h5{font-size:14px;text-align:center}.landing-page .hero-carousel-caption h1{font-size:22px;text-align:center}.landing-page .carousel-nested-buttons{display:none}.landing-page .announcement-container{padding:150px 0 30px}.landing-page .announcement-container .announcement-caption h3{font-size:28px}.landing-page .announcement-box{height:100%;width:75%}.landing-page .announcement-box h5{font-size:18px;text-align:center}.landing-page .announcement-box p{font-size:16px;text-align:center}.landing-page .announcement-container .announcement-carousel{height:fit-content;margin-bottom:20px;width:100%}.landing-page .announcement-carousel .splide__arrow{background-color:initial;font-size:18px}.landing-page .announcement-carousel .splide__pagination{bottom:-30px;position:absolute;text-align:center}.landing-page .welcome-section{padding:30px 20px}.landing-page .welcome-section .welcome-section-caption{width:100%}.landing-page .welcome-section .welcome-section-caption h3{font-size:24px;text-align:center}.landing-page .welcome-section .welcome-section-poster{height:150px;overflow:hidden;position:relative;width:100%}.landing-page .about-us-section{flex-direction:column;padding:20px}.landing-page .about-us-section .about-us-caption h5{font-size:18px;text-align:center}.landing-page .about-us-section .about-us-caption h3{font-size:32px}.landing-page .about-us-section .toggle-display-container{flex-direction:column}.landing-page .toggle-display-container .button-list{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.landing-page .toggle-display-container .button-list button{height:100px;width:50%}.landing-page .toggle-display-container .button-list .learn-more-link{height:fit-content;width:100%}.landing-page .toggle-display-container .learn-more-link button{height:50px;width:100%}.landing-page .toggle-display-container .display-section{padding:0}.landing-page .display-section .about-us-display{flex-direction:column}.landing-page .about-us-display .about-left{flex-direction:column;gap:20px}.landing-page .about-us-display .about-left h5{text-align:center;width:100%}.landing-page .about-us-display .about-left ul li{width:100%}.landing-page .about-us-display .about-right{height:fit-content;width:100%}.landing-page .about-us-display .about-right img{height:200px;width:100%}.landing-page .departments-f-areas-section{padding:20px}.landing-page .departments-f-areas-section .d-f-caption h5{font-size:18px}.landing-page .departments-f-areas-section .d-f-caption h3{font-size:32px}.landing-page .departments-f-areas-section .departments-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:100%}.landing-page .departments-container .departments{padding:20px}.landing-page .book-appointment{background-attachment:fixed;background-position:0 0;background-repeat:no-repeat;background-repeat:repeat;background-size:cover;flex-direction:column;gap:20px;padding:80px 20px}.landing-page .book-appointment .book-appointment-caption{width:100%}.landing-page .book-appointment .book-appointment-caption h3{font-size:32px;text-align:center;width:100%}.landing-page .book-appointment .book-appointment-caption p{font-size:16px}.landing-page .book-appointment .book-appointment-caption .red-bold,.landing-page .book-appointment .book-appointment-caption span{font-size:20px}.landing-page .book-appointment .booking-form{align-items:center;flex-direction:column;justify-content:center;width:100%}.landing-page .book-appointment .booking-form .patient-type-group{width:100%}.landing-page .book-appointment .booking-form .patient-type-group select{padding:20px!important}.landing-page .book-appointment .booking-form .appointment-date-group,.landing-page .book-appointment .booking-form .email-group,.landing-page .book-appointment .booking-form .name-group,.landing-page .book-appointment .booking-form .phone-number-group,.landing-page .book-appointment .booking-form .time-group{width:100%}.landing-page .book-appointment .booking-form .appointment-date-group input,.landing-page .book-appointment .booking-form .time-group input{padding:20px!important;width:100%!important}.landing-page .book-appointment .booking-form .message-group{width:100%}.landing-page .book-appointment .booking-form .upload-file-group{flex-direction:column}.landing-page .book-appointment .booking-form .upload-file-group input,.landing-page .book-appointment .booking-form .upload-file-group p,.landing-page .booking-form .file-input-wrapper{width:100%}.professionals-container{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;margin-bottom:30px;padding:20px;width:100%}.professionals-container .our-professionals-caption h5{font-size:14px}.professionals-container .our-professionals-caption h3{font-size:24px}.doctors-carousel,.teams-carousel{width:90%}.professionals-box{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:center;width:100%}.professionals-box .professionals-image{border-top-left-radius:5px;border-top-right-radius:5px;height:fit-content;width:100%}.professionals-box .professionals-image img{height:300px}.professionals-box .professionals-caption{padding:20px 10px}.landing-page .locations-section{padding:50px 20px}.landing-page .locations-section .locations-container .locations-box,.landing-page .locations-section .locations-container a{width:100%}.about-oauthc .about-poster-text{display:flex;flex-direction:column-reverse;gap:20px;padding:50px 20px}.oauthc-history{padding:20px}.about-oauthc .about-poster-text .about-oauthc-poster{height:400px;width:100%}.about-oauthc .about-poster-text .about-oauthc-text{align-items:center;justify-content:center}.about-oauthc .about-poster-text .about-oauthc-text h5{font-size:18px;text-align:center}.about-oauthc .about-poster-text .about-oauthc-text h4{font-size:25px;text-align:center}.about-oauthc .vision-mission-goal{flex-direction:column;padding:50px 20px}.about-oauthc .people-culture{display:flex;flex-direction:column;padding:20px}.about-oauthc .people-culture .people-culture-text{flex-direction:column;margin-top:20px;width:100%}.about-oauthc .people-culture .people-culture-text h5{font-size:18px;text-align:center}.about-oauthc .people-culture .people-culture-text h4{font-size:30px;text-align:center}.about-oauthc .people-culture .people-culture-text p{font-size:16px}.about-oauthc .people-culture .people-culture-poster{background-image:url(../media/people-culture-poster.668d57ad9b534e00fd91.png);background-position:top;background-size:cover;height:400px;margin:auto;position:static;right:auto;top:auto;width:90%}.our-values-container{margin-top:50px;padding:20px}.our-values-container .our-values-caption h5{font-size:18px}.our-values-container .our-values-caption h6{font-size:32px}.our-values-container .our-values-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;height:fit-content;width:100%}.our-values-section .our-values img{height:50px;object-fit:cover;width:50px}.our-values-section .our-values h5{font-size:21px}.our-values-section .our-values p{font-size:16px}.departments-centers-section{gap:50px;padding:30px 20px 20px}.departments-centers-section .departments-log .departments-container{gap:70px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.departments-centers-section .departments-log .department{border-radius:10px;padding:30px;position:relative}.departments-centers-section .departments-log .department img{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}.departments-centers-section .departments-log .department .department-caption{bottom:0;position:absolute;transform:translateY(40%);width:90%}.departments-centers-section .departments-log .departments-pagination{gap:5px;justify-content:center;width:100%}.departments-centers-section .departments-log .departments-pagination button{padding:10px 15px}.appointment-poster{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-top:200px}.appointment-poster .appointment-poster-pic{background-image:url(../media/Group%201.ed3201f7e44c803b55a2.png);height:200px;left:20px;width:200px}.appointment-poster .appointment-poster-caption{gap:10px}.appointment-poster .appointment-poster-caption h5{font-size:20px}.appointment-poster .appointment-poster-caption h6{font-size:18px}.appointment-poster .appointment-poster-caption button{font-size:14px;padding:15px 40px}.departments-centers-section{flex-direction:column;gap:30px;padding:20px}.departments-centers-section .departments-centers-text p{font-size:16px}.departments-centers-section .departments-log .departments-container{grid-gap:60px 50px;display:grid;gap:60px 50px;grid-template-columns:1fr}.departments-centers-section .departments-log .department{height:300px}.departments-centers-section .departments-log .department .department-caption{font-size:16px;left:5%}.departments-centers-section .departments-log .departments-pagination{gap:10px;margin-top:50px;padding:0}.departments-centers-section .departments-log .departments-pagination button{font-size:16px;padding:10px 12px}.appointment-poster{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:0;padding:20px;position:static}.appointment-poster .appointment-poster-pic{height:300px;left:auto;position:static;top:auto;width:100%}.appointment-poster .appointment-poster-caption h5{font-size:24px}.appointment-poster .appointment-poster-caption h6{font-size:20px}.appointment-poster .appointment-poster-caption button{font-size:16px;padding:15px 30px}.department-details{padding:0}.department-details .department-overview-container{align-items:center;flex-direction:column;gap:20px;justify-content:center;padding:20px}.department-details .department-overview-container .departments-poster{height:fit-content;width:100%}.department-details .department-overview-container .departments-overview{width:100%}.department-details .department-overview-container .departments-overview h5{font-size:24px;margin-bottom:10px}.department-details .department-overview-container .departments-overview h6,.department-details .department-overview-container .departments-overview p{font-size:16px}.department-details .departments-facilities{gap:20px;padding:30px 20px;width:100%}.department-details .departments-facilities h5{font-size:24px}.department-details .departments-facilities li,.department-details .departments-facilities p{font-size:16px}.department-details .departments-contacts,.find-doctor{padding:20px}.find-doctor .search-filters{display:none}.find-doctor .search-filters input,.find-doctor .search-filters select{border:1px solid var(--black);border-radius:5px;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;outline:solid 1px var(--black);padding:10px;text-transform:capitalize}.find-doctor .doctors-log .doctors-container{grid-template-columns:1fr;width:100%}.find-doctor .doctors-log .doctor-card{max-width:100%;min-width:100%;width:100%}.find-doctor .doctor-card .doctor-card-caption{gap:10px}.find-doctor .doctor-card .doctor-card-caption img{border-radius:50%;height:80px;object-fit:cover;width:80px}.find-doctor .doctor-card .doctor-card-caption h4{font-size:16px}.find-doctor .doctor-card .doctor-card-caption h6,.find-doctor .doctor-card p{font-size:14px}.find-doctor .doctor-card-buttons .doctor-profile-button{font-size:12px;padding:5px}.find-doctor .doctor-card-buttons .doctor-appointment-button{font-size:14px;padding:5px}.find-doctor .doctors-pagination{gap:5px;justify-content:center;margin-top:50px;padding:0;width:100%}.doctors-pagination button{font-size:16px;padding:10px 15px}.back-button{padding:20px}.doctor-details .doctor-overview-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:20px}.doctor-details .doctor-overview-container .doctor-poster{height:400px;width:90%}.doctor-details .doctor-overview{margin-top:20px;width:100%}.doctor-details .doctor-overview h3{font-size:24px}.doctor-details .doctor-overview h5{font-size:16px}.doctor-details .doctor-overview .doctor-icons-cont{gap:10px}.doctor-details .doctor-overview .doctor-icons p,.doctor-details .doctor-overview h4,.doctor-details .doctor-overview p{font-size:16px}.oauthc-location{padding:20px}.oauthc-location .oauthc-location-caption p{font-size:16px}.oauthc-location .hospital-units{flex-direction:column;gap:20px;margin-bottom:20px;width:100%}.oauthc-location .hospital-units .hospital-units-poster{height:150px;width:100%}.oauthc-location .hospital-units .hospital-units-caption{padding:10px;width:100%}.oauthc-location .hospital-units .hospital-units-caption h4{font-size:24px}.oauthc-location .hospital-units .hospital-units-caption>P{font-size:16px;margin-bottom:10px}.oauthc-location .hospital-units .hospital-units-caption .unit-icons p{font-size:16px}.oauthc-location .hospital-units .hospital-units-caption .unit-links{font-size:16px;margin-left:20px;margin-right:10px}.oauthc-location .hospital-units .hospital-units-caption .list-icon{font-size:16px}.health-services-section .health-service-text span{font-size:18px}.health-services-section .health-service-text p{font-size:16px}.health-services-section .services-log{gap:30px;padding:20px}.health-services-section .services-log .services-container{gap:70px 50px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.health-services-section .services-log .service{height:300px;padding:30px}.health-services-section .services-log .service .service-caption{font-size:16px;padding:10px}.health-services-section .services-log .services-pagination{gap:5px;justify-content:center;margin-top:50px;padding:0;width:100%}.health-services-section .services-log .services-pagination button{font-size:16px;padding:10px 15px}.diseases-symptoms-section{padding:20px}.diseases-symptoms-section .diseases-symptoms-nav{align-items:center;flex-direction:column;justify-content:center;padding:20px}.diseases-symptoms-nav .diseases-nav-left h4{font-size:24px}.diseases-symptoms-nav .diseases-nav-left p{font-size:14px;margin-bottom:20px}.diseases-symptoms-nav .diseases-nav-search-container h5{font-size:16px}.diseases-symptoms-nav .diseases-nav-search-container .disease-search{border-radius:30px;font-size:16px;min-width:100%;padding:15px}.diseases-symptoms-nav .diseases-nav-right{margin-top:20px;width:100%}.diseases-symptoms-nav .diseases-nav-right h5{font-size:16px}.diseases-symptoms-nav .diseases-nav-right .alphabet-buttons button{font-size:24px}.diseases-symptoms-section .diseases-display-container{margin-bottom:50px;width:100%}.diseases-symptoms-section .diseases-display-container h6{align-self:flex-start;font-family:Work Sans;font-size:14px;justify-self:flex-start;text-align:left;width:100%}.diseases-symptoms-section .diseases-symptoms-display{height:fit-content;width:100%}.diseases-symptoms-section .diseases-symptoms-display ul{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:flex-start;list-style-type:none;padding:10px 50px;width:100%}.tests-procedures-details{padding:20px}.tests-procedures-details h4{font-size:24px}.tests-procedures-details h5{font-size:20px}.tests-procedures-details h6,.tests-procedures-details p{font-size:16px}.contact-us-map{height:fit-content;padding:20px;width:100%}.contact-us-map .map{height:350px;width:100%}.contact-us-form{align-items:center;flex-direction:column;gap:20px;justify-content:center;padding:20px}.contact-get-in-touch{height:fit-content;width:100%}.contact-get-in-touch .get-in-touch{padding:0}.contact-form{height:fit-content;width:100%}.contact-form form{margin-top:10px}.contact-form form input,.contact-form form textarea{font-size:14px;padding:20px}.contact-form form .contact-name-input{border-top-left-radius:5px;border-top-right-radius:5px;width:100%}.contact-form form .contact-email-input{border-top-right-radius:0;width:100%}.contact-form form .contact-message-input{min-height:150px;padding:10px}.contact-form form .contact-submit-button{font-size:16px;padding:20px}.privacy-policy-page{padding:50px 20px}.privacy-policy-page h1{font-size:24px}.privacy-policy-page h5{font-size:18px}.privacy-policy-page p{font-size:16px;margin-bottom:20px}.privacy-policy-page ul li{font-size:16px}.privacy-policy-page ol li{font-size:16px;margin-left:30px}.student-portal{align-items:center;flex-direction:column;height:fit-content;justify-content:center;width:100vw;z-index:2100}.student-portal .student-portal-poster{background-image:url(../media/student-portal.d3ca76d16a5ac9d3cc5b.png);background-position:top;background-size:cover;height:300px;width:100%}.student-portal .student-portal-text{padding:10px;width:100%}.student-portal .student-portal-text h4{font-size:14px}.student-portal .portal-content{margin-top:10px;width:100%}.student-portal .portal-content .coming-soon{font-size:14px}.student-portal .portal-content h1{font-size:24px;margin-top:20px}.student-portal .portal-content p{font-size:16px}.student-portal .student-portal-form{gap:10px;justify-content:center;width:100%}.student-portal .student-portal-form input{font-size:16px;padding:10px;width:100%}.student-portal .student-portal-form button{font-size:14px;padding:10px;width:150px}.research-ethics{padding:20px;width:100%}.research-ethics h1{font-size:20px}.research-ethics .research-carousel{height:fit-content;margin-bottom:50px;position:relative;width:100%}.research-carousel .research-button{padding:10px;right:0;top:0;width:90%}.research-carousel .research-button h4{font-size:20px}.research-carousel .research-carousel-one,.research-carousel .research-carousel-three,.research-carousel .research-carousel-two{height:300px}.research-ethics .research-application-rules{height:fit-content;padding:0;width:100%}.research-ethics .research-application-rules h3{font-size:18px;margin-bottom:10px;text-align:left}.research-ethics .research-application-rules h6{font-size:16px;margin-bottom:10px}.research-ethics .research-application-rules ol{margin-left:20px;text-align:left}.research-ethics .research-application-rules li{margin-bottom:10px}.research-ethics .research-form{padding:10px}.research-ethics form .name-email-inputs{flex-wrap:wrap;gap:10px}.research-ethics form .name-email-inputs input{border-radius:4px;min-width:100%;padding:20px}.research-ethics form ol{font-size:16px;margin-left:30px;text-align:left}.research-ethics form ol span{margin-right:10px;width:100%}.research-ethics .research-submit-button{margin-top:20px}}@media screen and (min-width:481px) and (max-width:600px){header .second-header{display:none}header .first-header{align-items:center;justify-content:center;padding:10px}header .first-header .f-header-left{display:none}header .first-header .f-header-right{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}header .first-header .f-header-right .header-icons p{font-size:14px}.mobile-header{align-items:center;background-color:var(--primary-green);box-shadow:0 0 10px #0000004d;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:space-between;left:0;padding:10px 20px;position:sticky;top:0;width:100%;z-index:50}.mobile-header img{object-fit:cover;width:80px}.mobile-header h4{color:var(--white);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.hamburgerMenu{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;width:40px}.hamburgerMenu .bar{background-color:var(--white);border-radius:5px;height:4px;margin:2px 0;transition:transform .3s,opacity .3s;width:30px}.hamburgerMenu .bar.change:first-child{transform:translateY(5px) rotate(45deg)}.hamburgerMenu .bar.change:nth-child(2){opacity:0}.hamburgerMenu .bar.change:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.side-bar-mobile{align-items:center;background-color:var(--white);display:none;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:flex-start;left:-500px;overflow-y:auto;padding:100px 20px 20px;position:fixed;top:0;transition:left .3s ease-in-out;width:350px;z-index:99}.side-bar-mobile.open{left:0}.side-bar-mobile::-webkit-scrollbar{display:none}.side-bar-mobile .sidebar-items{height:fit-content;left:0;position:absolute;top:30px;width:100%}.side-bar-mobile .sidebar-navlinks{height:fit-content;list-style:none;padding:20px;text-align:center;width:100%}.side-bar-mobile .sidebar-navlinks ul{list-style-type:none;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-navlinks li{color:var(--primary-color-light);padding:10px;text-decoration:none}.side-bar-mobile .sidebar-navlinks button,.side-bar-mobile .sidebar-navlinks li{font-family:Catamaran,sans-serif;font-size:18px;font-weight:700;text-align:left;width:100%}.side-bar-mobile .sidebar-navlinks button{background:none;border:none;color:var(--primary-dark);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-buttons{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;padding:20px;width:100%}.side-bar-mobile .sidebar-buttons button{background-color:var(--primary-green);border:none;border-radius:80px;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:18px;font-style:normal;font-weight:500;height:fit-content;line-height:normal;padding:20px 10px;width:300px}.side-bar-mobile .sidebar-buttons .student-portal-button{text-transform:uppercase}footer{padding:50px 20px}footer .footer-top{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%}footer .footer-top h6{margin-bottom:20px}footer .footer-top .f-top-one{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;margin-bottom:30px}footer .footer-top .f-top-one img{height:150px;width:150px}footer .footer-top .f-top-four .subscribe-container input{width:400px}footer hr{background-color:var(--white);width:100%}footer .footer-bottom{align-items:center;flex-wrap:wrap;justify-content:center}.get-in-touch{padding:20px}.get-in-touch .get-in-touch-caption h5{font-size:18px}.get-in-touch .get-in-touch-caption h6{font-size:32px}.contact-container{align-items:center;flex-direction:column;gap:20px;justify-content:center;margin-top:30px;padding:0;width:100%}.contact-container .contact-box{border-radius:5px;flex-basis:auto;padding:20px;width:80%}.landing-page .hero-carousel-container{margin-bottom:0;width:100%}.landing-page .hero-carousel button{font-size:16px;left:10%;padding:20px 50px;top:60%}.landing-page .hero-carousel .hero-carousel-one,.landing-page .hero-carousel .hero-carousel-two{height:300px;width:100%}.landing-page .hero-carousel-caption{left:10%;position:absolute;top:30%;transform:translateY(20%)}.landing-page .hero-carousel-caption h5{font-size:18px}.landing-page .hero-carousel-caption h1{font-size:30px}.landing-page .carousel-nested-buttons{display:none}.landing-page .announcement-container{gap:20px;padding:150px 20px 50px;width:100%}.landing-page .announcement-container .announcement-carousel{height:fit-content;margin-bottom:20px;width:100%}.landing-page .announcement-box{width:80%}.landing-page .announcement-box h5{font-size:24px;text-align:center}.landing-page .announcement-box p{font-size:18px;text-align:center}.landing-page .announcement-carousel .splide__arrow{margin:0 -20px}.landing-page .welcome-section{padding:20px}.landing-page .welcome-section .welcome-section-caption{width:100%}.landing-page .welcome-section .welcome-section-caption h5{font-size:18px;text-align:center}.landing-page .welcome-section .welcome-section-caption h3{font-size:32px;text-align:center}.landing-page .welcome-section .welcome-section-caption p{font-size:16px;margin-top:10px;text-align:center}.landing-page .welcome-section .welcome-section-poster{height:180px;width:100vw}.landing-page .about-us-section{padding:20px}.landing-page .about-us-section .about-us-caption h5{font-size:18px;text-align:center}.landing-page .about-us-section .about-us-caption h3{font-size:32px;text-align:center}.landing-page .about-us-section .toggle-display-container{align-items:center;flex-direction:column;justify-content:center}.landing-page .toggle-display-container .button-list{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.landing-page .toggle-display-container .button-list button{flex-direction:row;gap:10px;height:100px;width:50%}.landing-page .toggle-display-container .button-list .learn-more-link{height:fit-content;width:100%}.landing-page .toggle-display-container .learn-more-link button{height:50px;width:100%}.landing-page .toggle-display-container .display-section{padding:0}.landing-page .display-section .about-us-display{flex-direction:column}.landing-page .about-us-display .about-left{flex-direction:column;gap:20px}.landing-page .about-us-display .about-left h5{text-align:center;width:100%}.landing-page .about-us-display .about-left ul li{width:100%}.landing-page .about-us-display .about-right{height:fit-content;width:100%}.landing-page .about-us-display .about-right img{height:200px;width:100%}.landing-page .departments-f-areas-section{padding:20px}.landing-page .departments-f-areas-section .d-f-caption h5{font-size:18px}.landing-page .departments-f-areas-section .d-f-caption h3{font-size:32px}.landing-page .departments-f-areas-section .departments-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:100%}.landing-page .departments-container .departments{font-size:16px;padding:20px}.landing-page .book-appointment{align-items:center;background-attachment:fixed;background-position:0 0;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:30px;justify-content:flex-start;padding:80px 20px}.landing-page .book-appointment .book-appointment-caption{width:100%}.landing-page .book-appointment .book-appointment-caption h3{font-size:32px}.landing-page .book-appointment .book-appointment-caption p{font-size:16px}.landing-page .book-appointment .book-appointment-caption .red-bold,.landing-page .book-appointment .book-appointment-caption span{font-size:20px}.landing-page .book-appointment .booking-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:space-between;width:100%;z-index:10}.landing-page .book-appointment .booking-form .appointment-date-group,.landing-page .book-appointment .booking-form .email-group,.landing-page .book-appointment .booking-form .name-group,.landing-page .book-appointment .booking-form .patient-type-group,.landing-page .book-appointment .booking-form .phone-number-group{width:45%}.landing-page .book-appointment .booking-form .time-group{width:25%}.landing-page .book-appointment .booking-form .message-group{width:70%}.landing-page .book-appointment .booking-form .upload-file-group{width:100%}.landing-page .book-appointment .booking-form .upload-file-group p{color:var(--black);font-family:Work Sans;font-size:16px;font-style:italic;font-weight:200;line-height:23.579px}.landing-page .book-appointment .booking-form .upload-file-group input{width:70%}.landing-page .booking-form .file-input-wrapper{width:50%}.landing-page .professionals-container{padding:50px 20px;width:100%}.landing-page .professionals-container .our-professionals-caption h5{font-size:18px}.landing-page .professionals-container .our-professionals-caption h3{font-size:32px}.landing-page .professionals-carousel-container{width:100%}.landing-page .professionals-container .professionals-carousel-container .professionals-carousel{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:center}.landing-page .professionals-container .splide__list{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:20px;width:80vw;width:100%!important}.landing-page .professionals-box .professionals-image img{height:280px;width:100%}.landing-page .professionals-box .professionals-caption h5,.landing-page .professionals-box .professionals-caption h6{font-size:18px}.landing-page .testimonial-container{padding:50px 20px 80px}.landing-page .testimonial-container .testimonial-caption h5{font-size:18px}.landing-page .testimonial-container .testimonial-caption h3{font-size:32px}.landing-page .testimonial-container .testimonial-splide{margin:30px auto;width:80%}.landing-page .testimonial-container .testimonial-splide h5,.landing-page .testimonial-container .testimonial-splide p{font-size:16px}.landing-page .testimonial-container .splide__arrow{margin:0 -10px}.landing-page .locations-section{padding:20px}.landing-page .locations-section .locations-container{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:fit-content;justify-items:start;width:100%}.landing-page .locations-section .locations-container .locations-box{height:180px;padding:20px;width:100%}.landing-page .locations-section .locations-container .locations-box h5{font-size:16px}}@media screen and (min-width:601px) and (max-width:684px){header .second-header{display:none}header .first-header{align-items:center;justify-content:center;padding:10px}header .first-header .f-header-left{display:none}header .first-header .f-header-right{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}header .first-header .f-header-right .header-icons p{font-size:14px}.mobile-header{align-items:center;background-color:var(--primary-green);box-shadow:0 0 10px #0000004d;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:space-between;left:0;padding:10px 20px;position:sticky;top:0;width:100%;z-index:50}.mobile-header img{object-fit:cover;width:80px}.mobile-header h4{color:var(--white);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.hamburgerMenu{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;width:40px}.hamburgerMenu .bar{background-color:var(--white);border-radius:5px;height:4px;margin:2px 0;transition:transform .3s,opacity .3s;width:30px}.hamburgerMenu .bar.change:first-child{transform:translateY(5px) rotate(45deg)}.hamburgerMenu .bar.change:nth-child(2){opacity:0}.hamburgerMenu .bar.change:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.side-bar-mobile{align-items:center;background-color:var(--white);display:none;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:flex-start;left:-500px;overflow-y:auto;padding:100px 20px 20px;position:fixed;top:0;transition:left .3s ease-in-out;width:350px;z-index:99}.side-bar-mobile.open{left:0}.side-bar-mobile::-webkit-scrollbar{display:none}.side-bar-mobile .sidebar-items{height:fit-content;left:0;position:absolute;top:30px;width:100%}.side-bar-mobile .sidebar-navlinks{height:fit-content;list-style:none;padding:20px;text-align:center;width:100%}.side-bar-mobile .sidebar-navlinks ul{list-style-type:none;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-navlinks li{color:var(--primary-color-light);padding:10px;text-decoration:none}.side-bar-mobile .sidebar-navlinks button,.side-bar-mobile .sidebar-navlinks li{font-family:Catamaran,sans-serif;font-size:18px;font-weight:700;text-align:left;width:100%}.side-bar-mobile .sidebar-navlinks button{background:none;border:none;color:var(--primary-dark);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-buttons{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;padding:20px;width:100%}.side-bar-mobile .sidebar-buttons button{background-color:var(--primary-green);border:none;border-radius:80px;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:18px;font-style:normal;font-weight:500;height:fit-content;line-height:normal;padding:20px 10px;width:300px}.side-bar-mobile .sidebar-buttons .student-portal-button{text-transform:uppercase}footer{padding:50px 20px}footer .footer-top{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:0 30px;width:100%}footer .footer-top h6{margin-bottom:20px}footer .footer-top .f-top-one{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;margin-bottom:30px}footer .footer-top .f-top-one img{height:150px;width:150px}footer .footer-top .f-top-two{margin-top:30px}footer .footer-top .f-top-four .subscribe-container input{width:300px}footer hr{background-color:var(--white);width:100%}footer .footer-bottom{align-items:center;flex-wrap:wrap;justify-content:center}.landing-page .hero-carousel-container{margin-bottom:0;width:100%}.landing-page .hero-carousel button{font-size:16px;left:10%;padding:20px 50px;top:60%}.landing-page .hero-carousel .hero-carousel-one,.landing-page .hero-carousel .hero-carousel-two{height:300px;width:100%}.landing-page .hero-carousel-caption{left:10%;position:absolute;top:30%;transform:translateY(20%)}.landing-page .hero-carousel-caption h5{font-size:18px}.landing-page .hero-carousel-caption h1{font-size:30px}.landing-page .carousel-nested-buttons{display:none}.landing-page .announcement-container{gap:20px;padding:150px 20px 50px;width:100%}.landing-page .announcement-container .announcement-carousel{height:fit-content;margin-bottom:20px;width:100%}.landing-page .announcement-box{width:80%}.landing-page .announcement-box h5{font-size:24px;text-align:center}.landing-page .announcement-box p{font-size:18px;text-align:center}.landing-page .announcement-carousel .splide__arrow{margin:0 -20px}.landing-page .welcome-section{padding:20px}.landing-page .welcome-section .welcome-section-caption{width:100%}.landing-page .welcome-section .welcome-section-caption h5{font-size:18px;text-align:center}.landing-page .welcome-section .welcome-section-caption h3{font-size:32px;text-align:center}.landing-page .welcome-section .welcome-section-caption p{font-size:16px;margin-top:10px;text-align:center}.landing-page .welcome-section .welcome-section-poster{height:180px;width:100vw}.landing-page .about-us-section{padding:20px}.landing-page .about-us-section .about-us-caption h5{font-size:18px;text-align:center}.landing-page .about-us-section .about-us-caption h3{font-size:32px;text-align:center}.landing-page .about-us-section .toggle-display-container{align-items:center;flex-direction:column;justify-content:center}.landing-page .toggle-display-container .button-list{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.landing-page .toggle-display-container .button-list button{flex-direction:row;gap:10px;height:100px;width:50%}.landing-page .toggle-display-container .button-list .learn-more-link{height:fit-content;width:100%}.landing-page .toggle-display-container .learn-more-link button{height:50px;width:100%}.landing-page .toggle-display-container .display-section{padding:0}.landing-page .display-section .about-us-display{flex-direction:column}.landing-page .about-us-display .about-left{flex-direction:column;gap:20px}.landing-page .about-us-display .about-left h5{text-align:center;width:100%}.landing-page .about-us-display .about-left ul li{width:100%}.landing-page .about-us-display .about-right{height:fit-content;width:100%}.landing-page .about-us-display .about-right img{height:200px;width:100%}.landing-page .departments-f-areas-section{padding:20px}.landing-page .departments-f-areas-section .d-f-caption h5{font-size:18px}.landing-page .departments-f-areas-section .d-f-caption h3{font-size:32px}.landing-page .departments-f-areas-section .departments-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:100%}.landing-page .departments-container .departments{font-size:16px;padding:20px}.landing-page .book-appointment{align-items:center;background-attachment:fixed;background-position:0 0;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:30px;justify-content:flex-start;padding:80px 20px}.landing-page .book-appointment .book-appointment-caption{width:100%}.landing-page .book-appointment .book-appointment-caption h3{font-size:32px}.landing-page .book-appointment .book-appointment-caption p{font-size:16px}.landing-page .book-appointment .book-appointment-caption .red-bold,.landing-page .book-appointment .book-appointment-caption span{font-size:20px}.landing-page .book-appointment .booking-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:space-between;width:100%;z-index:10}.landing-page .book-appointment .booking-form .appointment-date-group,.landing-page .book-appointment .booking-form .email-group,.landing-page .book-appointment .booking-form .name-group,.landing-page .book-appointment .booking-form .patient-type-group,.landing-page .book-appointment .booking-form .phone-number-group{width:45%}.landing-page .book-appointment .booking-form .time-group{width:25%}.landing-page .book-appointment .booking-form .message-group{width:70%}.landing-page .book-appointment .booking-form .upload-file-group{width:100%}.landing-page .book-appointment .booking-form .upload-file-group p{color:var(--black);font-family:Work Sans;font-size:16px;font-style:italic;font-weight:200;line-height:23.579px}.landing-page .book-appointment .booking-form .upload-file-group input{width:70%}.landing-page .booking-form .file-input-wrapper{width:50%}.landing-page .professionals-container{padding:50px 20px;width:100%}.landing-page .professionals-container .our-professionals-caption h5{font-size:18px}.landing-page .professionals-container .our-professionals-caption h3{font-size:32px}.landing-page .professionals-carousel-container{width:100%}.landing-page .professionals-container .professionals-carousel-container .professionals-carousel{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:center}.landing-page .professionals-container .splide__list{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:20px;width:80vw;width:100%!important}.landing-page .professionals-box .professionals-image img{height:280px;width:100%}.landing-page .professionals-box .professionals-caption h5,.landing-page .professionals-box .professionals-caption h6{font-size:18px}.landing-page .testimonial-container{padding:50px 20px 80px}.landing-page .testimonial-container .testimonial-caption h5{font-size:18px}.landing-page .testimonial-container .testimonial-caption h3{font-size:32px}.landing-page .testimonial-container .testimonial-splide{margin:30px auto;width:80%}.landing-page .testimonial-container .testimonial-splide h5,.landing-page .testimonial-container .testimonial-splide p{font-size:16px}.landing-page .testimonial-container .splide__arrow{margin:0 -10px}.landing-page .locations-section{padding:20px}.landing-page .locations-section .locations-container{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:fit-content;justify-items:start;width:100%}.landing-page .locations-section .locations-container .locations-box{height:180px;padding:20px;width:100%}.landing-page .locations-section .locations-container .locations-box h5{font-size:16px}}@media screen and (min-width:685px) and (max-width:800px){header .second-header{display:none}header .first-header{align-items:center;justify-content:center;padding:10px}header .first-header .f-header-left{display:none}header .first-header .f-header-right{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}header .first-header .f-header-right .header-icons p{font-size:14px}.mobile-header{align-items:center;background-color:var(--primary-green);box-shadow:0 0 10px #0000004d;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:space-between;left:0;padding:10px 20px;position:sticky;top:0;width:100%;z-index:50}.mobile-header img{object-fit:cover;width:80px}.mobile-header h4{color:var(--white);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.hamburgerMenu{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;width:40px}.hamburgerMenu .bar{background-color:var(--white);border-radius:5px;height:4px;margin:2px 0;transition:transform .3s,opacity .3s;width:30px}.hamburgerMenu .bar.change:first-child{transform:translateY(5px) rotate(45deg)}.hamburgerMenu .bar.change:nth-child(2){opacity:0}.hamburgerMenu .bar.change:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.side-bar-mobile{align-items:center;background-color:var(--white);display:none;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:flex-start;left:-500px;overflow-y:auto;padding:100px 20px 20px;position:fixed;top:0;transition:left .3s ease-in-out;width:350px;z-index:99}.side-bar-mobile.open{left:0}.side-bar-mobile::-webkit-scrollbar{display:none}.side-bar-mobile .sidebar-items{height:fit-content;left:0;position:absolute;top:30px;width:100%}.side-bar-mobile .sidebar-navlinks{height:fit-content;list-style:none;padding:20px;text-align:center;width:100%}.side-bar-mobile .sidebar-navlinks ul{list-style-type:none;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-navlinks li{color:var(--primary-color-light);padding:10px;text-decoration:none}.side-bar-mobile .sidebar-navlinks button,.side-bar-mobile .sidebar-navlinks li{font-family:Catamaran,sans-serif;font-size:18px;font-weight:700;text-align:left;width:100%}.side-bar-mobile .sidebar-navlinks button{background:none;border:none;color:var(--primary-dark);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;transition:left .3s ease-in-out}.side-bar-mobile .sidebar-buttons{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;padding:20px;width:100%}.side-bar-mobile .sidebar-buttons button{background-color:var(--primary-green);border:none;border-radius:80px;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:18px;font-style:normal;font-weight:500;height:fit-content;line-height:normal;padding:20px 10px;width:300px}.side-bar-mobile .sidebar-buttons .student-portal-button{text-transform:uppercase}footer{padding:50px 20px}footer .footer-top{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%}footer .footer-top h6{margin-bottom:20px}footer .footer-top .f-top-one{align-items:center;display:flex;flex-direction:column;gap:20px;height:fit-content;justify-content:center;margin-bottom:30px}footer .footer-top .f-top-one img{height:150px;width:150px}footer .footer-top .f-top-four .subscribe-container input{width:400px}footer hr{background-color:var(--white);width:100%}footer .footer-bottom{align-items:center;flex-wrap:wrap;justify-content:center}.landing-page .hero-carousel-container{margin-bottom:0;width:100%}.landing-page .hero-carousel button{font-size:16px;left:10%;padding:20px 50px;top:60%}.landing-page .hero-carousel .hero-carousel-one,.landing-page .hero-carousel .hero-carousel-two{height:300px;width:100%}.landing-page .hero-carousel-caption{left:10%;position:absolute;top:30%;transform:translateY(20%)}.landing-page .hero-carousel-caption h5{font-size:18px}.landing-page .hero-carousel-caption h1{font-size:30px}.landing-page .carousel-nested-buttons{display:none}.landing-page .announcement-container{gap:20px;padding:150px 20px 50px;width:100%}.landing-page .announcement-container .announcement-carousel{height:fit-content;margin-bottom:20px;width:100%}.landing-page .announcement-box{width:80%}.landing-page .announcement-box h5{font-size:24px;text-align:center}.landing-page .announcement-box p{font-size:18px;text-align:center}.landing-page .announcement-carousel .splide__arrow{margin:0 -20px}.landing-page .welcome-section{padding:20px}.landing-page .welcome-section .welcome-section-caption{width:100%}.landing-page .welcome-section .welcome-section-caption h5{font-size:18px;text-align:center}.landing-page .welcome-section .welcome-section-caption h3{font-size:32px;text-align:center}.landing-page .welcome-section .welcome-section-caption p{font-size:16px;margin-top:10px;text-align:center}.landing-page .welcome-section .welcome-section-poster{height:180px;width:100vw}.landing-page .about-us-section{padding:20px}.landing-page .about-us-section .about-us-caption h5{font-size:18px;text-align:center}.landing-page .about-us-section .about-us-caption h3{font-size:32px;text-align:center}.landing-page .about-us-section .toggle-display-container{align-items:center;flex-direction:column;justify-content:center}.landing-page .toggle-display-container .button-list{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.landing-page .toggle-display-container .button-list button{flex-direction:row;gap:10px;height:100px;width:50%}.landing-page .toggle-display-container .button-list .learn-more-link{height:fit-content;width:100%}.landing-page .toggle-display-container .learn-more-link button{height:50px;width:100%}.landing-page .toggle-display-container .display-section{padding:0}.landing-page .display-section .about-us-display{flex-direction:column}.landing-page .about-us-display .about-left{flex-direction:column;gap:20px}.landing-page .about-us-display .about-left h5{text-align:center;width:100%}.landing-page .about-us-display .about-left ul li{width:100%}.landing-page .about-us-display .about-right{height:fit-content;width:100%}.landing-page .about-us-display .about-right img{height:200px;width:100%}.landing-page .departments-f-areas-section{padding:20px}.landing-page .departments-f-areas-section .d-f-caption h5{font-size:18px}.landing-page .departments-f-areas-section .d-f-caption h3{font-size:32px}.landing-page .departments-f-areas-section .departments-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:100%}.landing-page .departments-container .departments{font-size:16px;padding:20px}.landing-page .book-appointment{align-items:center;background-attachment:fixed;background-position:0 0;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:30px;justify-content:flex-start;padding:80px 20px}.landing-page .book-appointment .book-appointment-caption{width:100%}.landing-page .book-appointment .book-appointment-caption h3{font-size:32px}.landing-page .book-appointment .book-appointment-caption p{font-size:16px}.landing-page .book-appointment .book-appointment-caption .red-bold,.landing-page .book-appointment .book-appointment-caption span{font-size:20px}.landing-page .book-appointment .booking-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:fit-content;justify-content:space-between;width:100%;z-index:10}.landing-page .book-appointment .booking-form .appointment-date-group,.landing-page .book-appointment .booking-form .email-group,.landing-page .book-appointment .booking-form .name-group,.landing-page .book-appointment .booking-form .patient-type-group,.landing-page .book-appointment .booking-form .phone-number-group{width:45%}.landing-page .book-appointment .booking-form .time-group{width:25%}.landing-page .book-appointment .booking-form .message-group{width:70%}.landing-page .book-appointment .booking-form .upload-file-group{width:100%}.landing-page .book-appointment .booking-form .upload-file-group p{color:var(--black);font-family:Work Sans;font-size:16px;font-style:italic;font-weight:200;line-height:23.579px}.landing-page .book-appointment .booking-form .upload-file-group input{width:70%}.landing-page .booking-form .file-input-wrapper{width:50%}.landing-page .professionals-container{padding:50px 20px;width:100%}.landing-page .professionals-container .our-professionals-caption h5{font-size:18px}.landing-page .professionals-container .our-professionals-caption h3{font-size:32px}.landing-page .professionals-carousel-container{width:100%}.landing-page .professionals-container .professionals-carousel-container .professionals-carousel{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:fit-content;justify-content:center}.landing-page .professionals-container .splide__list{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:20px;width:80vw;width:100%!important}.landing-page .professionals-box .professionals-image img{height:280px;width:100%}.landing-page .professionals-box .professionals-caption h5,.landing-page .professionals-box .professionals-caption h6{font-size:18px}.landing-page .testimonial-container{padding:50px 20px 80px}.landing-page .testimonial-container .testimonial-caption h5{font-size:18px}.landing-page .testimonial-container .testimonial-caption h3{font-size:32px}.landing-page .testimonial-container .testimonial-splide{margin:30px auto;width:80%}.landing-page .testimonial-container .testimonial-splide h5,.landing-page .testimonial-container .testimonial-splide p{font-size:16px}.landing-page .testimonial-container .splide__arrow{margin:0 -10px}.landing-page .locations-section{padding:20px}.landing-page .locations-section .locations-container{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:fit-content;justify-items:start;width:100%}.landing-page .locations-section .locations-container .locations-box{height:180px;padding:20px;width:100%}.landing-page .locations-section .locations-container .locations-box h5{font-size:16px}}@media screen and (min-width:801px) and (max-width:980px){header .first-header{align-items:center;justify-content:center;padding:30px}header .first-header .f-header-left{display:none}header .second-header{padding:30px;width:100%}header nav .navlinks{display:flex;flex-direction:row;flex-wrap:nowrap;gap:30px;list-style-type:none;width:fit-content}header .nav-search{gap:20px;width:300px}footer{padding:50px 30px}footer .footer-top{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;height:fit-content;justify-content:space-between;width:100%}footer .footer-top h6{font-size:18px;margin-bottom:30px}footer .footer-top .f-top-one{height:fit-content}footer .footer-top .f-top-four .subscribe-container input{width:300px}.landing-page .hero-carousel button{left:10%;padding:20px 50px;top:50%}.landing-page .hero-carousel .hero-carousel-one,.landing-page .hero-carousel .hero-carousel-two{height:500px;width:100%}.landing-page .hero-carousel-caption{left:10%;position:absolute;top:20%;transform:translateY(20%)}.landing-page .hero-carousel-caption h5{font-size:18px}.landing-page .hero-carousel-caption h1{font-size:48px}.landing-page .carousel-nested-buttons{bottom:-120px}.landing-page .carousel-nested-buttons button{height:100px;width:240px}.landing-page .announcement-container{margin-top:-100px;padding:100px 30px}.landing-page .announcement-box{width:80%}.landing-page .welcome-section{padding:50px 30px}.landing-page .welcome-section .welcome-section-caption{width:fit-content}.landing-page .welcome-section .welcome-section-poster{height:200px;margin-top:30px;width:100vw}.landing-page .about-us-section{padding:50px 30px}.landing-page .about-us-section .about-us-container{justify-content:space-between;width:100%}.landing-page .about-us-section .toggle-display-container{align-items:flex-start;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%}.landing-page .toggle-display-container .display-section{height:fit-content;padding:0;width:calc(100% - 150px)}.landing-page .display-section .about-us-display{flex-wrap:wrap;justify-content:flex-start}.landing-page .about-us-display .about-left h5{font-size:26px;text-align:center;width:100%}.landing-page .about-us-display .about-left p{font-size:16px}.landing-page .about-us-display .about-right{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:200px;justify-content:space-between;width:100%}.landing-page .about-us-display .about-right img{height:100%;width:100%}.landing-page .departments-f-areas-section{padding:50px 30px}.landing-page .departments-f-areas-section .d-f-caption h5{font-size:18px}.landing-page .departments-f-areas-section .d-f-caption h3{font-size:32px}.landing-page .departments-f-areas-section .departments-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));width:100%}.landing-page .departments-container .departments{padding:30px 20px}.landing-page .book-appointment{display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;padding:80px 30px}.landing-page .book-appointment .book-appointment-caption{width:100%}.landing-page .book-appointment .book-appointment-caption h3{font-size:32px;text-align:center;width:100%}.landing-page .book-appointment .book-appointment-caption p{font-size:16px}.landing-page .book-appointment .book-appointment-caption .red-bold,.landing-page .book-appointment .book-appointment-caption span{font-size:20px}.landing-page .book-appointment .booking-form{width:100%}.landing-page .professionals-container{padding:100px 30px}.landing-page .professionals-container .our-professionals-caption h5{font-size:18px}.landing-page .professionals-container .our-professionals-caption h3{font-size:32px}.landing-page .professionals-box .professionals-image img{height:300px;width:100%}.landing-page .professionals-box .professionals-caption h5,.landing-page .professionals-box .professionals-caption h6{font-size:18px}.landing-page .testimonial-container{padding:100px 30px}.landing-page .testimonial-container .testimonial-caption h5{font-size:18px}.landing-page .testimonial-container .testimonial-caption h3{font-size:32px}.landing-page .testimonial-container .testimonial-splide{margin:30px auto;width:80%}.landing-page .testimonial-container .testimonial-splide h5,.landing-page .testimonial-container .testimonial-splide p{font-size:16px}.landing-page .locations-section{padding:30px}.landing-page .locations-section .locations-caption h5{font-size:18px}.landing-page .locations-section .locations-caption h3{font-size:32px}.landing-page .locations-section .locations-container{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:fit-content;justify-items:start;width:100%}.landing-page .locations-section .locations-container .locations-box{height:180px;padding:20px;width:100%}}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;transition:all .3s ease}a,h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}a{color:inherit;text-decoration:none}:root{--primary-green:#005046;--secondary-green:#056f62;--primary-red:#bb2f31e3;--primary-gold:#ffc107;--secondary-red:#f9c4d7;--gray:#ddd;--grascale:#8c8c8c;--white:#fff;--black:#000;--ash:#f0f4f1}.login-container{background-color:#f0f4f1;background-color:var(--ash);display:grid;height:100vh;place-items:center}.login-form{grid-gap:1rem;background:#fff;background:var(--white);border-radius:4px;box-shadow:0 0 10px #0003;display:grid;gap:1rem;max-width:450px;padding:3rem;width:100%}.login-form>div{display:grid;place-items:center}.login-form img{max-width:150px;object-fit:cover}.login-form h2{margin:1rem 0}.login-form input{border:1px solid #005046;border:1px solid var(--primary-green);border-radius:4px;font-weight:400;outline:none;width:100%}.login-form input,.login-form>button{font-family:worksan;font-size:14px;font-style:normal;line-height:150%;padding:10px}.login-form>button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500}.login-form>button:hover{background-color:#056f62;background-color:var(--secondary-green)}.password-container{position:relative}.password-container input{padding-right:40px}.password-toggle{background:#0000;border:none;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.password-toggle svg{font-size:14px}.user-admin{display:grid;grid-template-columns:250px 1fr;grid-template-rows:80px 1fr;height:100vh;overflow:hidden}.admin-header{background-color:#fff;background-color:var(--white);border-bottom:1px solid #ddd;border-bottom:1px solid var(--gray);grid-column:1/3;grid-row:1/2;height:80px;justify-content:space-between;left:0;padding:10px 50px 10px 10px;position:fixed;top:0;width:100%;z-index:1000}.admin-header,.admin-header .header-logo{align-items:center;display:flex;flex-direction:row}.admin-header .header-logo{flex-wrap:nowrap;gap:20px}.admin-header .header-logo img{height:70px;object-fit:cover;object-position:center;width:70px}.admin-header .header-logo h3{color:#005046;color:var(--primary-green);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.admin-header .header-profile{align-items:center;display:flex;flex-wrap:nowrap;gap:30px}.admin-header .admin-profile{align-items:center;display:flex;flex-wrap:nowrap;gap:10px}.admin-header .admin-profile img{border-radius:50%;height:50px;object-fit:cover;object-position:center;width:50px}.admin-header .admin-profile h6{color:#000;color:var(--black);font-size:14px}.admin-header .admin-profile h6,.admin-header .admin-profile p{font-family:Montserrat;font-style:normal;font-weight:400;line-height:150%}.admin-header .admin-profile p{color:#8c8c8c;color:var(--grascale);font-size:10px}.admin-sidebar{background-color:#ddd;background-color:var(--gray);background-color:#005046;background-color:var(--primary-green);grid-column:1/2;grid-row:2/3;height:calc(100vh - 80px);left:0;overflow-y:scroll;padding:20px 20px 80px;position:fixed;top:80px;width:250px}.admin-sidebar::-webkit-scrollbar{display:none;width:0}.admin-sidebar ul{list-style-type:none;margin:0;padding:0;width:100%}.admin-sidebar ul li{color:#fff;color:var(--white)}.admin-sidebar ul li,.admin-sidebar ul li a{background-color:#005046;background-color:var(--primary-green);width:100%}.admin-sidebar ul li a{align-items:center;color:inherit;display:flex;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;gap:10px;line-height:150%;padding:10px;text-decoration:none}.admin-sidebar ul li svg path{fill:#fff;fill:var(--white)}.admin-sidebar ul li a.active-link{background-color:#fff;background-color:var(--white);border-radius:4px;color:#005046;color:var(--primary-green)}.admin-sidebar ul li a.active-link svg path{fill:#005046;fill:var(--primary-green)}.admin-sidebar .accordion-header{align-items:center;cursor:pointer;display:flex;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;justify-content:space-between;line-height:150%;padding:10px;text-decoration:none}.admin-sidebar .accordion-header>div{align-items:center;display:flex;gap:10px;justify-content:flex-start}.admin-sidebar .accordion-content{padding-left:20px}.admin-content{background-color:#f0f4f1;background-color:var(--ash);grid-column:2/3;grid-row:2/3;overflow-y:auto}.dashboard{display:grid;grid-template-columns:2fr 1fr;width:100%}.dashboard .dashboard-overview{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:100px 20px 20px;position:relative}.dashboard .dashboard-overview .dashboard-caption{background-color:#fff;background-color:var(--white);left:0;padding:20px;position:absolute;top:0;width:100%}.dashboard .dashboard-overview .dashboard-caption h1{color:#000;color:var(--black);font-family:Work Sans;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.dashboard .dashboard-metrics{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);height:fit-content;width:100%}.dashboard .metrics-box{align-items:flex-start;background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:20px}.dashboard .metrics-box h6{color:#8c8c8c;color:var(--grascale);margin-top:20px}.dashboard .metrics-box .metric-value,.dashboard .metrics-box h6{font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.dashboard .metrics-box .metric-value{align-items:center;color:#14cc26;display:flex;gap:10px;text-align:right}.dashboard .metrics-box .metric-value>div{align-items:center;display:flex;gap:5px}.dashboard .metrics-box h3{color:#000;color:var(--black);font-family:Work Sans;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-right:10px}.patient-visit{background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;margin-top:20px;padding:20px;width:100%}.dashboard h4{color:#000;color:var(--black);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.patient-visit .header-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.patient-visit .dropdown-container select{border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;cursor:pointer;font-size:14px;font-size:12px;margin-left:10px;padding:10px}.patient-visit .dropdown-container option,.patient-visit .dropdown-container select{color:#8c8c8c;color:var(--grascale);font-family:Work Sans;font-style:normal;font-weight:400;line-height:normal}.patient-visit .dropdown-container option{border-radius:4px;font-size:14px;padding:20px}.patient-visit .dropdown-container{align-items:center;display:flex;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;gap:10px;line-height:normal}.admin-patient-data{background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;height:fit-content;margin-top:20px;padding:20px;width:100%}.admin-patient-data table{border-collapse:collapse;margin-top:20px;text-align:left;width:100%}.admin-patient-data td,.admin-patient-data th{font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:10px}.admin-patient-data th{color:#8c8c8c;color:var(--grascale)}.admin-patient-data button{background-color:inherit;border:none;cursor:pointer;margin:auto 10px}.admin-patient-data .patient-profile{align-items:center;display:flex;gap:10px}.admin-patient-data .patient-gender{align-items:center;background-color:#f0f4f1;background-color:var(--ash);border-radius:4px;display:flex;justify-content:center;padding:5px}.admin-patient-data .patient-gender img{height:20px;object-fit:cover;object-position:center;width:20px}.dashboard .dashboard-stats h4{color:#000;color:var(--black);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.dashboard .dashboard-stats{align-items:flex-start;background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-right:none;border-top:none;display:flex;flex-direction:column;justify-content:flex-start;padding:20px}.dashboard .dashboard-stats .logo{align-self:center;font-family:Work Sans;font-size:20px;font-style:normal;font-weight:500;justify-self:center;line-height:normal;text-align:center}.dashboard .dashboard-stats .logo img{height:80px;object-fit:cover;width:80px}.dashboard-stats .stats-metrics{display:flex;height:fit-content;justify-content:space-around;margin-top:20px;width:100%}.dashboard-stats .stats-metrics .stats{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.dashboard-stats .stats-metrics .stats p{color:#8c8c8c;color:var(--grascale);font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.dashboard-stats .stats-metrics .stats h6{color:#000;color:var(--black);font-family:Work Sans;font-size:21px;font-style:normal;font-weight:500;line-height:normal;text-align:center}.dashboard-stats .upcoming-appointments{margin-top:20px;min-height:200px;width:100%}.dashboard-stats .upcoming-appointment-box .no-appointments{color:#8c8c8c;color:var(--grascale);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:14px;margin:20px auto}.upcoming-appointments .current-date{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.dashboard-stats .current-date h6{color:#3371eb;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:14px}.dashboard-stats .current-date hr{border:1px solid #3371eb;width:calc(100% - 200px)}.dashboard-stats .upcoming-appointment-box ul li{border-bottom:1px solid #ddd;border-bottom:1px solid var(--gray);list-style:none;margin-top:10px;padding-bottom:10px;padding-left:30px;position:relative}.dashboard-stats .upcoming-appointment-box ul li:before{background-color:#8c8c8c;background-color:var(--grascale);border-radius:50%;content:"";height:10px;left:0;position:absolute;top:10%;width:10px}.dashboard-stats .upcoming-appointment-box ul li p{color:#8c8c8c;color:var(--grascale);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:14px}.dashboard-stats .upcoming-appointment-box ul li h5{font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin:10px auto}.review-chart{margin-top:20px}.review-chart h6{color:#3371eb;font-size:21px;font-weight:600;text-align:left}.review-chart h6,.review-chart h6 span{font-family:Poppins;font-style:normal;line-height:normal}.review-chart h6 span{color:#8c8c8c;color:var(--grascale);font-size:12px;font-weight:400}.chartjs-legend{align-items:flex-start;display:flex;flex-direction:column}.pages-caption{background-color:#fff;background-color:var(--white);padding:20px;width:100%}.pages-caption h1{font-family:Work Sans;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.admin-departments-section{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;width:100%}.admin-pages-caption{padding:20px;width:100%}.admin-pages-caption h2{font-size:24px;font-weight:600}.admin-pages-caption h2,.loading{font-family:Work Sans;font-style:normal;line-height:normal}.loading{font-size:14px;font-weight:400;margin:50px auto;text-align:center;text-transform:capitalize}.admin-departments-section .edit-department-sections{align-items:flex-start;background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;padding:20px;width:100%}.admin-departments-section .edit-department-sections label{align-items:center;color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.admin-departments-section .edit-department-sections textarea{border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px;margin-top:10px;min-height:150px;padding:10px;text-align:justify;width:100%}.admin-departments-section .edit-department-sections .save-btn{align-items:center;background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;display:flex;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;gap:10px;height:40px;justify-content:center;line-height:normal;outline:none;padding:5px 10px;transition:background-color .3s,color .3s ease-in-out}.admin-data-display{align-items:flex-start;background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;margin-top:20px;padding:20px;width:100%}.admin-data-display .data-table-functions{align-items:center;display:flex;gap:20px;justify-content:space-between;padding-right:50px;width:100%}.admin-data-display .data-table-functions button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-size:14px;gap:10px;height:40px;justify-content:center;outline:none;padding:5px 10px}.admin-data-display .data-table-functions button,.admin-data-display label{align-items:center;display:flex;font-family:Work Sans;font-style:normal;font-weight:500;line-height:normal}.admin-data-display label{color:#000;color:var(--black);font-size:16px;gap:20px}.admin-data-pagination{align-items:center;align-self:flex-end;display:flex;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;gap:10px;justify-self:flex-end;line-height:normal;margin-top:20px;text-transform:capitalize}.admin-data-pagination button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-size:14px;padding:10px}.admin-data-pagination button:disabled{background-color:gray;cursor:not-allowed}.data-table{border-collapse:collapse;margin-top:10px;padding:20px;width:100%}.data-table td,.data-table th{text-align:left}.data-table th{font-size:16px;font-weight:600;padding:10px}.data-table td,.data-table th{color:#000;color:var(--black);font-family:Work Sans;font-style:normal;line-height:normal;text-transform:capitalize}.data-table td{font-size:14px;font-weight:400;padding:5px 10px}.data-table td.cancelled{color:#bb2f31e3;color:var(--primary-red)}.data-table td.confirmed{color:#005046;color:var(--primary-green)}.data-table td.pending{color:#8c8c8c;color:var(--grascale)}.data-table .admin-table-email{font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:5px 10px;text-transform:lowercase}.data-table img{border-radius:50%;height:50px;object-fit:cover;width:50px}.data-table button{background-color:initial;border:none;cursor:pointer;margin:auto 10px}.data-table .patient-profile{align-items:center;display:flex;gap:10px}.data-table .patient-gender{align-items:center;background-color:#f0f4f1;background-color:var(--ash);border-radius:4px;display:flex;justify-content:center;padding:5px}.data-table .patient-gender img{height:20px;object-fit:cover;object-position:center;width:20px}.back{align-items:center;font-size:14px;font-style:normal;font-weight:500;gap:5px;line-height:150%}.back,.details-page-form{display:flex;padding:20px;width:100%}.details-page-form{align-items:flex-start;flex-direction:row;gap:20px;justify-content:flex-start}.details-page-form .details-inputs{background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;gap:10px;padding:20px 20px 100px;width:calc(100% - 300px)!important}.details-page-form .details-inputs,.details-page-form .details-inputs label{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.details-page-form .details-inputs label{margin-bottom:20px;width:100%}.details-page-form .details-inputs h6,.details-page-form .details-inputs label{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.details-page-form .details-inputs label input{padding:10px;text-align:justify}.details-page-form .details-inputs label input,.details-page-form .details-inputs label textarea{border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:100%}.details-page-form .details-inputs label textarea{margin-bottom:20px;margin-top:10px;min-height:150px;padding:10px 10px 30px;text-align:left}.details-inputs p{color:#000;color:var(--black);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.details-inputs .social-links{border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;margin-bottom:10px;padding:20px;width:100%}.details-inputs .social-links label{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;justify-content:flex-start}.details-inputs .password-wrapper{align-items:center;display:flex;margin-bottom:1em;position:relative;width:100%}.details-inputs .password-wrapper input[type=password],.details-inputs .password-wrapper input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1em;padding:.5em;position:relative;width:100%}.details-inputs .switch{display:inline-block;font-size:17px;height:2em;position:relative;width:3.5em}.details-inputs .switch .publish-toggle{height:0;opacity:0}.details-inputs .slider{background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:30px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s;width:55px!important}.details-inputs .slider:before{background-color:#ddd;background-color:var(--gray);border-radius:20px;bottom:.25em;content:"";height:1.4em;left:.27em;position:absolute;transition:.4s;width:1.4em}.details-inputs .publish-toggle:checked+.slider{background-color:#005046;background-color:var(--primary-green);border:1px solid #005046;border:1px solid var(--primary-green)}.details-inputs .publish-toggle:checked+.slider:before{background-color:#fff;background-color:var(--white);transform:translateX(1.4em)}.admin-select{line-height:normal;text-transform:capitalize;width:100%}.admin-select,.admin-select .react-select__control{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400}.admin-select .react-select__control{background-color:#fff;background-color:var(--white);border:1px solid #ddd!important;border:1px solid var(--gray)!important;border-radius:4px;box-shadow:none;cursor:pointer!important;line-height:150%;outline:none!important;padding:5px}.admin-select .react-select__control:hover{border:1px solid #ddd!important;border:1px solid var(--gray)!important;box-shadow:none!important;outline:none!important}.admin-select .react-select__option{background-color:#fff!important;color:#000!important;color:var(--black)!important;cursor:pointer;font-family:Work Sans;font-size:14px!important;font-style:normal;font-weight:400;line-height:150%;outline:none;padding:5px 10px}.admin-select .react-select__option:hover{background-color:#ddd!important;background-color:var(--gray)!important}.admin-select .react-select__multi-value{background-color:#f0f4f1!important;background-color:var(--ash)!important;border-radius:2px;cursor:pointer;margin:3px;padding:2px}.admin-select .react-select__multi-value__remove{color:#8c8c8c;color:var(--grascale);cursor:pointer}.admin-select .react-select__placeholder{color:#8c8c8c;color:var(--grascale);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.admin-select .react-select__dropdown-indicator{color:#8c8c8c;color:var(--grascale);padding:0 8px}.css-1u9des2-indicatorSeparator{display:none}.details-publish{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:300px!important}.details-publish h4{font-size:20px;font-weight:600}.details-page-form .details-publish input[type=file],.details-publish h4{font-family:Work Sans;font-style:normal;line-height:normal;padding:10px;width:100%}.details-page-form .details-publish input[type=file]{border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;cursor:pointer;font-size:14px;font-weight:400;text-align:justify}.details-page-form .details-publish .image-preview{margin-top:20px}.details-publish .image-box{background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;display:flex;flex-direction:column;gap:10px;padding:20px;width:100%}.details-publish .image-box .image-spec{font-family:Work Sans;font-size:15px;font-style:normal;font-weight:300;line-height:normal}.details-publish .image-box .image-preview{padding:0;width:100%}.details-publish .image-box .image-preview img{border-radius:4px;height:250px;object-fit:cover;object-position:center;width:100%}.details-publish button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:150%;outline:none;padding:10px;width:100%}.details-publish button:hover{background-color:#056f62;background-color:var(--secondary-green)}.test-image-form .details-inputs{align-items:flex-start;background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:20px 20px 100px;width:100%!important}.test-image-form .details-inputs label textarea{min-height:200px}.test-image-form button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:150%;outline:none;padding:10px;width:200px}.test-image-form button:hover{background-color:#056f62;background-color:var(--secondary-green)}.slide-image-form{width:100%}.slide-image-form .details-inputs{align-items:flex-start;background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:20px 20px 100px;width:100%!important}.slide-image-form .slide-image-control{align-items:flex-end;display:flex;flex-wrap:nowrap;gap:20px;justify-content:space-between;width:700px}.slide-image-form .slide-image-control button{background-color:initial;border:none;cursor:pointer;padding:0;width:fit-content}.slide-image-form .details-inputs label{margin-bottom:30px}.slide-image-form .details-inputs .image-box,.slide-image-form .details-inputs label{display:flex;flex-direction:column;gap:20px;width:100%}.slide-image-form .image-preview img{border-radius:4px;height:250px;object-fit:cover;object-position:center;width:700px!important}.admin-password{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.admin-password .password-form{background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;display:flex;flex-direction:column;gap:20px;height:calc(100vh - 300px);padding:50px;width:100%}.admin-password .details-inputs{display:flex;flex-direction:column;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;gap:30px;line-height:150%;max-width:400px}.admin-password .password-input{align-items:center;display:flex;position:relative}.admin-password .details-inputs label,.admin-password .password-input input{font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:150%;width:100%}.admin-password .password-input input{border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;margin:10px auto;padding:10px}.admin-password .password-icon{color:#8c8c8c;color:var(--grascale);cursor:pointer;position:absolute;right:10px}.admin-password .details-publish{margin-top:20px;text-align:center}.admin-password button{background-color:#005046;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-size:16px;padding:10px;transition:background-color .3s ease}.admin-password button:disabled{background-color:#ddd;background-color:var(--gray);cursor:not-allowed}.admin-password button:hover:not(:disabled){background-color:#005046;background-color:var(--primary-green)}.action-modal{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.action-modal,.action-modal .modal-content{align-items:center;display:flex;justify-content:center}.action-modal .modal-content{background-color:#fff;background-color:var(--white);border:1px solid #8c8c8c;border:1px solid var(--grascale);border-radius:4px;flex-direction:column;gap:30px;min-height:200px;min-width:450px;padding:50px;position:relative}.action-modal .modal-content h2{font-family:Work Sans;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.action-modal .action-modal-content{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.action-modal .action-modal-content input{font-size:13px;padding:10px 20px}.action-modal .action-modal-content input,.action-modal .action-modal-content textarea{border:1px solid #8c8c8c;border:1px solid var(--grascale);border-radius:4px;font-family:Work Sans;font-style:normal;font-weight:400;line-height:150%;width:100%}.action-modal .action-modal-content textarea{font-size:14px;min-height:150px;padding:20px}.action-modal .modal-content .action-modal-buttons{display:flex;gap:20px}.action-modal .action-modal-buttons button{border:none;border-radius:4px;cursor:pointer;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:150%;opacity:1;padding:10px;width:100px}.action-modal .action-modal-buttons button:hover{opacity:.9}.action-modal .action-modal-buttons button.confirm{background-color:#005046;background-color:var(--primary-green);color:#fff}.action-modal .action-modal-buttons button.cancel{background-color:#bb2f31e3;background-color:var(--primary-red);color:#fff}.action-modal .action-modal-buttons button.close{background-color:#8c8c8c;background-color:var(--grascale);color:#fff;color:var(--white)}.admin-sections-edit,.sections-form{align-items:flex-start;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;width:100%}.sections-form{background-color:#fff;background-color:var(--white);border:1px solid #ddd;border:1px solid var(--gray);border-radius:4px;padding:50px}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-ms-flex-negative:0;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:#0000;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid #0000;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(https://oauthc.gov.ng/static/css/main.1edaebed.css#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.1edaebed.css.map*/