*,body,html{margin:0;padding:0;font-family:Poppins;color:#969696;scroll-behavior:smooth}::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{margin-top:1rem;height:1rem;width:1rem;background-color:transparent}::-webkit-scrollbar-track,body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{border-radius:2rem;background-color:transparent}::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{border:4px solid #fff;background:#6c63ff;border-radius:5rem}p,small{margin:0}a{text-decoration:none;color:unset}li{list-style:none}.btn-primary{background:linear-gradient(274.99deg,#6c63ff,#a6a0ff);padding:1rem 2rem;border-radius:2px;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer}.btn-primary:hover{background:transparent;color:#6c63ff;border:1px solid #6c63ff}@media screen and (max-width:1024px){.btn-primary{padding:.7rem 1.4rem;font-size:.9rem}}.site{display:flex;flex-direction:column}.site .nav{width:100%;height:5rem;display:flex;justify-content:center;position:fixed;background:#fff;z-index:999}.site .nav-wrapper{display:flex;justify-content:space-between;align-items:center;height:inherit;width:85%}.site .nav-wrapper .nav-links{display:flex;transition:all 1s ease-in-out}.site .nav-wrapper .nav-links .nav-link{margin-right:3rem;color:#969696;font-size:1rem;font-weight:400}.site .nav-wrapper .nav-links .nav-link:hover{color:#6c63ff;font-weight:600;transition:all .2s ease-in-out}.site .nav-wrapper .nav-links .mobile-btn{display:none}.site .nav-wrapper .menu-btn{display:flex;flex-direction:column;justify-content:space-evenly;border:none;background:transparent;height:2rem;width:2rem;display:none;cursor:pointer;z-index:2}.site .nav-wrapper .menu-btn .bar{width:100%;height:.3rem;background-color:#6c63ff;border-radius:10px;transition:all .5s ease-in-out;position:relative;transform-origin:6px;transform:rotate(0)}.site .nav-wrapper .menu-btn .bar:hover{color:#121513}.site .nav-wrapper .menu-btn-active .bar1{transform:rotate(45deg)}.site .nav-wrapper .menu-btn-active .bar2{transform:rotate(-45deg)}.site .nav-with-bg{box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.site .footer{background:linear-gradient(95.41deg,#5a52d4,#363180),#f9f9f9;height:max-content;padding-top:6rem;padding-bottom:.5rem;display:flex;flex-direction:column;align-items:center}.site .footer .inner{width:85%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;justify-content:center}.site .footer .inner .footer-about{display:flex;flex-direction:column;justify-content:space-between}.site .footer .inner .footer-about-logo{margin-bottom:1rem}.site .footer .inner .footer-about-desc{color:hsla(0,0%,100%,.8);font-size:.9rem;margin-bottom:1rem}.site .footer .inner .footer-about .social-links{display:flex;justify-content:space-between;align-items:center;width:80%}.site .footer .inner .footer-about .social-links .icon-link{cursor:pointer}.site .footer .inner .title{color:#fff;font-weight:500;font-size:1.2rem;margin-bottom:1rem}.site .footer .inner .footer-links{display:flex}.site .footer .inner .footer-links .menu{margin-right:3rem}.site .footer .inner .footer-links .menu .footer-links{display:flex;flex-direction:column}.site .footer .inner .footer-links .menu .footer-links .link{font-size:.9rem;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;font-weight:400;width:max-content}.site .footer .inner .footer-links .menu .footer-links .link:hover{color:#fff}.site .footer .inner .footer-links .contact-address .contact-details{display:flex;flex-direction:column;justify-content:flex-start}.site .footer .inner .footer-links .contact-address .contact-details .contact{display:flex;align-items:flex-start;margin-bottom:1.5rem}.site .footer .inner .footer-links .contact-address .contact-details .contact img{margin-right:1rem}.site .footer .inner .footer-links .contact-address .contact-details .contact .contact-text{color:hsla(0,0%,100%,.8);font-size:.9rem}.site .footer .inner .newsletter .updates{color:hsla(0,0%,100%,.8);font-size:.9rem;margin-bottom:1rem}.site .footer .inner .newsletter .email-input{display:flex;align-items:center;background:#fff;height:3rem;width:100%;margin-bottom:2rem}.site .footer .inner .newsletter .email-input input{outline:none;border:none;background:transparent;height:100%;width:100%;padding:0 1rem;color:#121513;font-size:1rem;cursor:not-allowed}.site .footer .inner .newsletter .email-input button{font-size:.9rem;margin:.5rem;padding:.5rem 1rem;cursor:not-allowed}.site .footer .copyright{color:hsla(0,0%,100%,.8);font-size:.8rem;margin-top:2rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.8);width:100%;text-align:center;opacity:.8}.site .footer .copyright .copyright-text{width:85%}@media screen and (max-width:1024px){.site .nav-wrapper{width:90%}.site .nav-wrapper .nav-links .nav-link{margin-right:2rem;font-size:.9rem}.site .footer .inner{grid-template-columns:repeat(2,1fr);width:90%}.site .footer .inner .newsletter{grid-column-start:2;grid-row-start:1}.site .footer .copyright-text{width:90%}}@media screen and (max-width:768px){.site .nav-wrapper{width:90%;position:relative}.site .nav-wrapper .nav-links{position:absolute;top:100%;left:-120%;transition:all .5s ease-in-out;width:100%;height:100vh;background:rgba(90,82,212,.9);display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding:4rem 0;text-align:right}.site .nav-wrapper .nav-links .nav-link{padding:2rem 0;color:#fff;font-size:1.5rem;text-transform:uppercase;cursor:pointer}.site .nav-wrapper .nav-links .nav-link:hover{color:#121513}.site .nav-wrapper .nav-links .mobile-btn{display:flex}.site .nav-wrapper .nav-links .mobile-btn-wrapper{justify-content:center}.site .nav-wrapper .nav-links .mobile-btn-wrapper .extra-style{background:transparent;border:1px solid #fff;color:#fff}.site .nav-wrapper .nav-links .mobile-btn-wrapper .extra-style:hover{background:#fff;color:#121513}.site .nav-wrapper .buttons{display:none}.site .nav-wrapper .show-menu{left:0}.site .nav-wrapper .menu-btn{display:flex}.site .footer .inner{grid-template-columns:repeat(1,1fr)}.site .footer .inner .newsletter{grid-column-start:1;grid-row-start:1}}.plans{min-height:100vh;width:100%;display:flex;justify-content:center;padding:3rem 0;background:#fff}.plans .inner{width:85%}.plans .inner .row{width:100%;display:grid;grid-template-columns:30% 15% 15% 15% 15%;grid-gap:1rem;justify-content:space-between;margin:0;background:transparent}.plans .inner .row .option{display:flex;align-items:center}.plans .inner .row .access,.plans .inner .row .basic,.plans .inner .row .executive,.plans .inner .row .premium{display:flex;align-items:center;justify-content:center;text-align:center;margin:0}.plans .inner .row .access{background:rgba(255,182,0,.17)}.plans .inner .row .executive{background:rgba(108,99,255,.2)}.plans .inner .row .premium{background:#242155}.plans .inner .sub-heading .heading h3{font-size:.9rem;font-weight:500;color:#a1a1a1}.plans .inner .top{position:-webkit-sticky;position:sticky;top:calc(0% + 5rem);background:#fff}.plans .inner .title{padding:1rem 0}.plans .inner .title .heading h2{font-size:1.5rem;color:#121513;font-weight:700}.plans .inner .title .plan-name h3{font-size:1rem;color:#121513;font-weight:500}.plans .inner .plan-prices .info small{background:rgba(133,125,255,.1);color:#6c63ff;border-radius:2px;padding:.5rem}.plans .inner .plan-prices .price{flex-direction:column;padding-top:1rem}.plans .inner .plan-prices .price h1{font-weight:700;color:#121513;margin-bottom:.5rem;font-size:2rem}.plans .inner .plan-prices .price h1 span{font-size:.9rem;color:#121513;padding-top:1rem}.plans .inner .plan-prices .price p{color:#969696;font-size:.9rem}.plans .inner .get-started-row .pay-annually p{font-size:.9rem}.plans .inner .get-started-row .pay-annually i{margin:0 .5rem;font-size:1.5rem}.plans .inner .get-started-row .get-started-button{padding:1rem 0}.plans .inner .get-started-row .get-started-button button{color:#6c63ff;background:transparent;border:none;border-bottom:1px solid #6c63ff;padding:.5rem 0;cursor:pointer}.plans .inner .features .feature p{font-size:.9rem;color:#414141;font-weight:500}.plans .inner .features .check{padding:.5rem 0}.plans .inner .features .check i{font-size:1.5rem;color:#414141}.plans .inner .row .premium h1,.plans .inner .row .premium h1 span,.plans .inner .row .premium i,.plans .inner .row .premium p{color:#fff}.plans .inner .title .access,.plans .inner .title .executive,.plans .inner .title .premium{background:transparent}@media screen and (max-width:1024px){.plans .inner{width:90%}.plans .inner .title .heading h2{font-size:1.2rem}.plans .inner .prices .price h1{font-size:1.5rem}.plans .inner .features .feature p,.plans .inner .prices .price h1 span,.plans .inner .prices .price p{font-size:.8rem}}@media screen and (max-width:768px){.plans .inner .row{grid-template-columns:20% 20% 20% 20%;grid-row-gap:.5rem}.plans .inner .row .option{grid-column:1/span 5;grid-row:1}.plans .inner .row .access,.plans .inner .row .executive,.plans .inner .row .premium{background:transparent}.plans .inner .row .premium h1,.plans .inner .row .premium h1 span,.plans .inner .row .premium i,.plans .inner .row .premium p{color:#414141}.plans .inner .title .heading h2{text-align:center;width:100%}.plans .inner .features .feature p{font-size:.95rem;padding:1rem 0 .3rem}.plans .inner .features .check{padding-top:0}.plans .inner .features .check i{font-size:1.2rem}.plans .inner .sub-heading .heading h3{font-size:1rem}.plans .inner .prices .premium h1,.plans .inner .prices .premium h1 span{color:#121513}.plans .inner .prices .premium p{color:#969696}.plans .inner .prices .price{padding-top:0}.plans .inner .prices .info{padding-top:.5rem}.plans .inner .get-started-row .pay-annually{padding-top:1rem}.plans .inner .get-started-row .get-started-button{padding-top:0}}.header{min-height:calc(100vh - 5rem);display:flex;align-items:flex-end;justify-content:center;background:#fff;padding:5rem 0}.header-inner{width:85%;height:100%;display:flex;align-items:center;justify-content:space-between}.header-inner .intro-text{width:45%;height:75%;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.header-inner .intro-text-small{background:#15dc70;border-radius:30px;padding:4px 12px;color:#fff;width:max-content;font-weight:600;font-size:.9rem;margin-bottom:1rem}.header-inner .intro-text-title{color:#414141;font-size:3rem;margin-bottom:.5rem}.header-inner .intro-text-desc{font-weight:400;color:#969696;font-size:1.3rem;margin-bottom:1rem}.header-inner .intro-text .header-btns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem}.header-inner .intro-text .header-btns .header-btn button{padding:.5rem 1rem;border:none;height:4rem;border-radius:2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-inner .intro-text .header-btns .health-check-booking{height:100%}.header-inner .intro-text .header-btns .health-check-booking button{background:linear-gradient(274.99deg,#6c63ff,#a6a0ff);color:#fff;font-size:1rem;font-weight:500}.header-inner .intro-text .header-btns .health-check-booking button:hover{background:transparent;color:#6c63ff;border:1px solid #6c63ff}.header-inner .intro-text .header-btns .download-app{height:100%}.header-inner .intro-text .header-btns .download-app-inner{display:flex;align-items:center;justify-content:space-between;background:#000;width:100%;height:100%}.header-inner .intro-text .header-btns .download-app-inner-icon{width:2rem;margin-right:2rem;display:flex;align-items:center;justify-content:center}.header-inner .intro-text .header-btns .download-app-inner-icon img{width:100%}.header-inner .intro-text .header-btns .download-app-inner-text{text-align:left;display:flex;flex-direction:column;justify-content:center}.header-inner .intro-text .header-btns .download-app-inner-text small{color:#fff;font-size:.7rem;font-weight:400;width:100%;white-space:nowrap;margin:0;padding:0}.header-inner .intro-text .header-btns .download-app-inner-text p{color:#fff;font-size:1rem;font-weight:600;width:max-content;padding:0}.header-inner .intro-img{width:45%;height:100%;display:flex;align-items:baseline;justify-content:center;background:#f1f0ff;align-self:baseline;padding:0 1rem}.header-inner .intro-img .img{height:100%}.header-inner .intro-img .img img{width:100%;height:100%}.benefits{background:#f5f5f5}.benefits .inner{display:flex;flex-direction:column;justify-content:center;align-items:center}.benefits .inner .section-title{text-align:center;width:60%;margin-bottom:3rem}.benefits .inner .benefits-list{display:flex;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;justify-items:center}.benefits .inner .benefits-list .benefit{background:#fff;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;transition:all .3s ease-in-out}.benefits .inner .benefits-list .benefit .title{width:max-content;margin:1rem 0;font-weight:600;color:#414141}.benefits .inner .benefits-list .benefit .desc{text-align:center;font-size:1rem}.benefits .inner .benefits-list .benefit:hover{box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.pricing{background:#f5f5f5;padding:3rem 0}.pricing .inner .section-title{display:flex;align-items:center;justify-content:space-between}.pricing .inner .section-title .heading{width:40%}.pricing .inner .section-title .desc{width:50%}.pricing .inner .prices{background:linear-gradient(93.7deg,#5a52d4,#363180);border-radius:2px;padding:2rem;display:grid;grid-template-columns:auto auto auto auto;grid-gap:2rem}.pricing .inner .prices .plan{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1.5rem 1rem;background:hsla(0,0%,100%,.05);border-radius:2px;transition:all .3 ease-in-out}.pricing .inner .prices .plan:hover{border:1px solid #6c63ff}.pricing .inner .prices .plan .icon{margin-bottom:1rem;max-width:3rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.pricing .inner .prices .plan .icon img{width:100%;height:100%}.pricing .inner .prices .plan .plan-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.pricing .inner .prices .plan .amount{color:#dcdcdc;font-weight:300;margin-bottom:1rem;font-size:1.3rem}.pricing .inner .prices .plan .learn-more{width:100%;padding:.5rem 1rem;color:#fff;font-weight:600;border:none;background:hsla(0,0%,100%,.25);border-radius:2px;cursor:pointer}.loading{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;height:100vh;width:100%;z-index:2}.loading svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(6);z-index:3}.loading svg polyline{fill:none;stroke-width:.8;stroke-linecap:round;stroke-linejoin:round}.loading svg #back{stroke:hsla(0,0%,100%,.9)}.loading svg #front{stroke:#6c63ff;stroke-dasharray:12,36;stroke-dashoffset:48;animation:dash 1s linear infinite}.successful{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:3;background:#fff;align-content:center}.successful .successful-inner{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.successful .successful-inner .wrapper{width:40%}.successful .successful-inner .wrapper .message{display:flex;flex-direction:column;align-items:center;justify-content:center}.successful .successful-inner .wrapper .message .gif{max-width:3rem;margin-bottom:1rem}.successful .successful-inner .wrapper .message .gif img{width:100%}.successful .successful-inner .wrapper .message h2{color:#414141}.successful .successful-inner .wrapper .message p{margin:1rem 0;font-size:.9rem}.successful .successful-inner .wrapper .buttons{display:flex;flex-direction:column}.successful .successful-inner .wrapper .buttons .pay{margin-bottom:1rem}.successful .successful-inner .wrapper .buttons .go-back{background:transparent;color:#414141;border:none;cursor:pointer}.successful .successful-inner .wrapper .buttons .go-back:hover{color:#6c63ff}@media screen and (max-width:1024px){.header{align-items:center}.header-inner{width:90%}.header-inner .intro-text{padding:0}.header-inner .intro-text-small{font-size:.8rem;margin-bottom:.5rem}.header-inner .intro-text-title{font-size:2.5rem;margin-bottom:.5rem}.header-inner .intro-text-desc{margin-bottom:.5rem}.header-inner .intro-text .header-btns{grid-template-columns:repeat(1,1fr)}.header-inner .intro-text .header-btns .header-btn button{width:100%}.header-inner .intro-img{align-self:center}.benefits .inner .section-title{width:80%}.benefits .inner .benefits-list{grid-gap:1rem}.benefits .inner .benefits-list .benefit{padding:2rem 1rem}.benefits .inner .benefits-list .benefit .title{font-size:1rem}.benefits .inner .benefits-list .benefit .desc{font-size:.9rem}.pricing .inner .section-title{display:flex;align-items:center;justify-content:space-between}.pricing .inner .section-title .heading{width:40%}.pricing .inner .section-title .desc{width:50%}.pricing .inner .prices{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}.pricing .inner .prices .plan{padding:2rem}.pricing .inner .prices .plan .amount{font-size:1.3rem}}@media screen and (max-width:768px){.header-inner .intro-text{width:100%;height:70%}.header-inner .intro-text-desc,.header-inner .intro-text-small,.header-inner .intro-text-title{margin-bottom:2rem}.header-inner .intro-text .header-btns{grid-template-columns:repeat(2,1fr)}.header-inner .intro-img{display:none}.benefits{margin-top:-5rem}.benefits .inner .benefits-list{grid-template-columns:auto auto}.pricing .inner .prices{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}.pricing .inner .prices .plan{padding:2rem}.loading svg{transform:translate(-50%,-50%) scale(5)}.successful .successful-inner .wrapper{width:90%}}@media screen and (max-width:512px){.header-inner .intro-text .header-btns{grid-template-columns:repeat(1,1fr)}.benefits .inner .section-title{width:100%}.benefits .inner .benefits-list{grid-template-columns:auto}.pricing .inner .prices{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem}.pricing .inner .prices .plan{padding:2rem}}.book-appointment{background:#fff;height:max-content;padding:6rem 0;display:flex;flex-direction:column;align-items:center}.book-appointment .inner{width:85%}@media screen and (max-width:1024px){.book-appointment .inner{width:90%}}.book-appointment .inner{display:flex;flex-direction:column;justify-content:center;align-items:center}@keyframes dash{to{opacity:0;stroke-dashoffset:0}}.book-appointment .inner .section-title{text-align:center;width:60%;margin-bottom:3rem}.book-appointment .inner .section-content{width:100%;display:flex;align-items:flex-end;justify-content:space-between}.book-appointment .inner .section-content .section-img{width:40%;min-height:100%;display:flex;align-items:center;justify-content:center}.book-appointment .inner .section-content .section-img img{width:100%;height:100%}.book-appointment .inner .section-content .form{width:55%;min-height:100%}.book-appointment .inner .section-content .form .inner{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;margin-bottom:1rem}.book-appointment .inner .section-content .form .inner .form-group{display:flex;flex-direction:column}.book-appointment .inner .section-content .form .inner .form-group .required{color:red}.book-appointment .inner .section-content .form .inner .form-group label{color:#414141;font-size:.9rem;margin-bottom:.2rem}.book-appointment .inner .section-content .form .inner .form-group input,.book-appointment .inner .section-content .form .inner .form-group select{padding:.5rem 0;border:none;border-bottom:1px solid #a1a1a1;color:#121513;outline:none;width:100%}.book-appointment .inner .section-content .form .inner .form-group input::placeholder,.book-appointment .inner .section-content .form .inner .form-group select::placeholder{color:#969696}.book-appointment .inner .section-content .form .inner .form-group input:focus:required:invalid,.book-appointment .inner .section-content .form .inner .form-group select:focus:required:invalid{border-bottom:1px solid red}.book-appointment .inner .section-content .form .inner .form-group input::-webkit-inner-spin-button,.book-appointment .inner .section-content .form .inner .form-group input::-webkit-outer-spin-button,.book-appointment .inner .section-content .form .inner .form-group select::-webkit-inner-spin-button,.book-appointment .inner .section-content .form .inner .form-group select::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.book-appointment .inner .section-content .form .inner .form-group .radios{display:flex}.book-appointment .inner .section-content .form .inner .form-group .radios .radio-group{display:flex;align-items:center;margin-right:2rem;padding:.5rem 0}.book-appointment .inner .section-content .form .inner .form-group .radios .radio-group label{color:#969696}.book-appointment .inner .section-content .form .inner .form-group .radios .radio-group input{margin-right:.5rem}.book-appointment .inner .section-content .form .inner .state select{color:#969696}.book-appointment .inner .section-content .form .inner .dob input{position:relative;background:#f5f5f5}.book-appointment .inner .section-content .form .inner .dob input:focus ::-webkit-datetime-edit-day-field,.book-appointment .inner .section-content .form .inner .dob input:focus ::-webkit-datetime-edit-month-field,.book-appointment .inner .section-content .form .inner .dob input:focus ::-webkit-datetime-edit-year-field{background:transparent}.book-appointment .inner .section-content .form .inner .dob ::-webkit-datetime-edit-text{padding:0 1rem;color:#a1a1a1}.book-appointment .inner .section-content .form .inner .dob ::-webkit-datetime-edit-day-field,.book-appointment .inner .section-content .form .inner .dob ::-webkit-datetime-edit-month-field,.book-appointment .inner .section-content .form .inner .dob ::-webkit-datetime-edit-year-field{text-transform:uppercase;color:#969696}.book-appointment .inner .section-content .form .inner .dob ::-webkit-inner-spin-button{display:none}.book-appointment .inner .section-content .form .inner .dob ::-webkit-calendar-picker-indicator{position:absolute;z-index:1;opacity:0;width:100%;height:100%}.book-appointment .inner .section-content .form .inner .plan-radio{grid-column:1/span 2}.book-appointment .inner .section-content .form .inner .plan-radio .radios{justify-content:space-between}.book-appointment .inner .section-content .form .submit-btn{width:100%;display:flex;justify-content:flex-end}@media screen and (max-width:1024px){.book-appointment .inner .section-title{width:80%}.book-appointment .inner .section-content .section-img{display:none}.book-appointment .inner .section-content .form{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.book-appointment .inner .section-content .form .inner{grid-template-columns:repeat(3,1fr)}.book-appointment .inner .section-content .form .inner .plan-radio .radio-group{margin-right:2rem}}@media screen and (max-width:768px){.book-appointment .inner .section-content .section-img{display:none}.book-appointment .inner .section-content .form .inner{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:512px){.book-appointment .inner .section-title{width:100%}.book-appointment .inner .section-content .form .inner{grid-template-columns:repeat(1,1fr)}.book-appointment .inner .section-content .form .inner .plan-radio{grid-column:unset}.book-appointment .inner .section-content .form .inner .plan-radio .radios{display:grid;grid-template-columns:repeat(2,1fr);justify-items:start}.book-appointment .inner .section-content .form .submit-btn,.book-appointment .inner .section-content .form .submit-btn button{width:100%}}section{height:max-content;padding:6rem 0;display:flex;flex-direction:column;align-items:center}section .inner{width:85%}@media screen and (max-width:1024px){section .inner{width:90%}}.section-title{margin-bottom:3rem}.section-title .heading{font-size:2.5rem;color:#414141;margin-bottom:1rem;font-weight:600}.section-title .desc{font-size:1.1rem;font-weight:400}@media screen and (max-width:768px){.section-title .heading{font-size:2rem}.section-title .desc{font-size:1rem}}.home .main .who-we-are{background:linear-gradient(95.41deg,#5a52d4,#363180),#f9f9f9}.home .main .who-we-are-title{display:none;color:#fff;margin-bottom:2rem}.home .main .who-we-are .inner{display:flex;align-items:center;display:grid;grid-template-columns:auto auto}.home .main .who-we-are .inner .who-we-are-image{margin-right:-5rem;display:flex;align-items:center;justify-content:center}.home .main .who-we-are .inner .who-we-are-image img{width:100%;border-radius:2px;border:2px solid #fff}.home .main .who-we-are .inner .who-we-are-text{display:flex;flex-direction:column;align-items:center}.home .main .who-we-are .inner .who-we-are-text h2{color:#fff;margin-bottom:2rem}.home .main .who-we-are .inner .who-we-are-text .text{background:#fff;box-shadow:4px 4px 28px rgba(0,0,0,.15);border-radius:4px;padding:2rem}.home .main .who-we-are .inner .who-we-are-text .text p{font-size:.9rem;color:#414141}.home .main .who-we-are .inner .who-we-are-text .text p:nth-child(2){margin:1rem 0}.home .main .achc{display:flex}.home .main .achc,.home .main .achc .header-inner{align-items:center}.home .main .achc .header-inner .intro-text-small{background:#eaa700}.home .main .achc .header-inner .intro-img{background:transparent;align-self:unset}.home .main .how-it-works .inner .title{margin-bottom:2rem}.home .main .how-it-works .inner .title h1{color:#414141;text-align:center}.home .main .how-it-works .inner .steps{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4rem}.home .main .how-it-works .inner .steps .step-title{box-shadow:0 6px 20px rgba(0,0,0,.2);border-radius:3px;background:#fff;padding:.5rem;width:max-content;border-bottom-left-radius:0}.home .main .how-it-works .inner .steps .step-title p{color:#414141;font-weight:600}.home .main .how-it-works .inner .steps .step-text{border-radius:6px;background:linear-gradient(95.41deg,#5a52d4,#363180),#f9f9f9;border-top-left-radius:0;padding:2rem}.home .main .how-it-works .inner .steps .step-text p{color:#fff}.home .main .partners .inner{box-shadow:4px 4px 36px rgba(0,0,0,.1)}.home .main .partners .inner .wrapper{padding:2rem;display:grid;place-items:center;grid-template-columns:repeat(4,1fr);grid-gap:1rem}.home .main .partners .inner .wrapper .title{background:linear-gradient(95.41deg,#5a52d4,#363180),#f9f9f9;padding:.5rem;border-radius:5px;width:max-content;height:max-content}.home .main .partners .inner .wrapper .title p{color:#fff;font-weight:600}.home .main .partners .inner .wrapper .partner{max-width:7rem;display:flex;justify-content:center;align-items:center}.home .main .partners .inner .wrapper .partner img{width:100%}.home .main .telemedicine-agents .header-inner{flex-direction:row-reverse}.home .main .telemedicine-agents .header-inner .intro-text .header-btns .header-btn .extraStyle{cursor:not-allowed;background:#fff;color:#a1a1a1;border:2px solid #a1a1a1}.home .main .telemedicine-agents .header-inner .intro-text .header-btns .header-btn .extraStyle:hover{opacity:.6}.home .main .telemedicine-agents .header-inner .intro-img{background:transparent}@media screen and (max-width:768px){.home .main .who-we-are .inner .who-we-are-image{display:flex;flex-direction:column}.home .main .partners .inner .wrapper{grid-template-columns:repeat(2,1fr)}.home .main .how-it-works{margin-bottom:3rem}.home .main .how-it-works .inner .steps{grid-template-columns:repeat(1,1fr);grid-gap:2rem}}@media screen and (max-width:512px){.home .main .who-we-are .who-we-are-title{display:flex}.home .main .who-we-are .inner{grid-template-columns:auto;place-items:center}.home .main .who-we-are .inner .who-we-are-image{margin-right:0;width:80%;margin-bottom:-5rem}.home .main .who-we-are .inner .who-we-are-text h2{display:none}}