:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.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{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Open+Sans:wght@400;700&display=swap";.tabActive{color:var(--color-purple-1)!important;font-weight:500;background-color:var(--color-purple-3)}.mobileMenu{padding:16px 20px;width:100%;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:scroll;row-gap:15px;margin:40px 0}@media(min-width:1200px){.mobileMenu{display:none}}.mobileMenu .link{padding:6px 7px;font-size:17px;transition:.3s;margin:4px 0}.mobileMenu .link:hover{background-color:#fcfcfc}.mobileMenu i{transition:.4}.mobileMenu i.active{transform:rotate(90deg)}.mobileMenu .submenuOne{display:flex;flex-direction:column;width:100%}.mobileMenu .submenuOne .title{width:100%;display:flex;align-items:center;justify-content:space-between;padding:4px 7px;cursor:pointer}.mobileMenu .submenuOne .title span{font-size:19px;font-weight:500}.mobileMenu .submenuOne .toggle{display:flex;flex-direction:column;padding:0 7px;row-gap:2px;height:0;overflow:hidden;opacity:0;transition:.3s}.mobileMenu .submenuOne .toggle.active{height:-moz-fit-content;height:fit-content;opacity:1}.mobileMenu .submenuOne .toggle .submenuTwo{display:flex;flex-direction:column;padding:1px 7px}.mobileMenu .submenuOne .toggle .submenuTwo .toggle{display:flex;flex-direction:column;padding:6px 7px}.mobileMenu .submenuOne .toggle .submenuTwo .toggle .link{padding:6px 7px}.swiper-pagination-bullet{background-color:var(--color-purple-1)!important}@media(max-width:575px){.customSized{font-size:35px}}.customizedHeroBackground .swiper-wrapper-two{position:absolute;top:0;right:0;width:100%;height:100%;z-index:-1}.customizedHeroBackground .swiper-pointer-events{width:100%!important;height:100%!important}.customizedHeroBackground .customedBg{background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:100%!important;padding-top:0!important}.customizedHeroBackground .swiper-slide{padding-top:0!important;height:100%!important;padding-bottom:0!important}.customizedHeroBackground .hightFull{height:100%!important}.pagination-testimonial{--swiper-pagination-color:white!important}.pagination-testimonial>*{background-color:#fff!important;opacity:1!important}.pagination-testimonial .swiper-pagination-bullet-active{background-color:var(--color-purple-1)!important}.pagination-white-dot{--swiper-pagination-color:white!important}.pagination-white-dot>*{background-color:#fff!important;opacity:1!important}.pagination-white-dot .swiper-pagination-bullet-active{background-color:var(--color-purple-1)!important}.custom-transition{transition:.5s}.whiteBg{background-color:var(--white)!important}.is-in-view{opacity:1;transform:translateZ(0);pointer-events:auto}.inActiveMenu:hover{color:var(--color-purple-1)!important}.inActiveMegaMenu,.inActiveMegaMenu:hover{color:var(--color-dark-1)!important}.cartProductCount{position:absolute;transform:translateX(17px) translateY(-17px);height:20px;width:20px;font-size:10px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:crimson;color:#fff}.modal{display:none;position:fixed;z-index:100;padding-top:60px;left:0;top:0;width:100%;padding-bottom:60px;overflow:auto;background-color:#000}.modal,.modal .modal-content{box-sizing:border-box;height:100%}.modal .modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;width:90%;max-width:1200px}.modal .close{color:#fff;position:absolute;top:10px;right:25px;font-size:35px;font-weight:700;box-sizing:border-box}.modal .close:hover{color:#999;text-decoration:none;cursor:pointer}.modal .mySlides{display:none;height:70%;box-sizing:border-box;margin:auto}.modal .cursor{cursor:pointer}.modal .next,.modal .prev{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-50px;color:#fff;font-weight:700;font-size:20px;transition:.6s ease;border-radius:0 3px 3px 0;-moz-user-select:none;user-select:none;-webkit-user-select:none;box-sizing:border-box}.modal .next:hover,.modal .prev:hover{background-color:rgba(0,0,0,.8)}.modal .next{right:0;border-radius:3px 0 0 3px}.modal .numbertext{color:#000;font-size:12px;padding:8px 12px;position:absolute;top:0}.modal img{margin-bottom:-4px}.modal .caption-container{text-align:center;background-color:#000;padding:2px 16px;color:#fff}.modal .demo{opacity:.6}.modal .active:hover,.modal .demo:hover{opacity:1}.modal img.hover-shadow{transition:.3s}.modal .hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}@media(max-width:990px){.marginCustom{margin-top:50px!important}}@media(max-width:400px){.marginCustom{margin-top:80px!important}}.cursor{cursor:pointer!important}.fc-view-harness{max-width:100%;overflow-x:scroll}.fc-view-harness .fc-scrollgrid-liquid{min-width:800px}.break-content{width:100%!important;overflow:hidden!important;white-space:wrap!important}.react-calendar__navigation__next2-button,.react-calendar__navigation__prev2-button{display:none!important}.contactMap{pointer-events:none!important}.linkCustom{text-decoration:none!important;color:inherit!important}.linkCustom:hover{color:var(--color-purple-1)!important}.linkCustomTwo{text-decoration:none}.referedit{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5px;margin:10px auto auto}.referlink{color:#fff;background-color:#097f78;padding:20px;margin-top:20px;-webkit-border-top-right-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topright:20px;-moz-border-radius-bottomleft:20px;border-top-right-radius:20px;border-bottom-left-radius:20px}.refernumbershow{display:flex;gap:10px;justify-content:space-around}.ShowLinkRefrel{margin-left:20px;display:flex;gap:15px;padding:5px}.showbox1refre1{padding:10px}.shareboxrefer{display:flex;justify-content:center;padding:10px;border-radius:100px;background-color:#ff9244;box-shadow:15px -10px 15px -8px rgba(0,0,0,.1)}.MainRefrelData1{text-align:center;background-color:#fff;padding:10px}.MainShowtable{padding:30px;background-color:#ffd2b1;border-radius:10px}.MainShowTableHeading{display:flex;justify-content:space-around}.MainShowTableHeading p{font-weight:600;color:#000;font-size:17px}.MainReferandearn{display:flex;justify-content:center;align-items:center;gap:10px}.showbox1refre2{padding:10px;margin:auto}#showurltext{padding-left:20px;margin-bottom:8px;font-weight:600;padding-right:20px;color:#fff}.LinkCopyandSharerefrel{display:flex;gap:20px;color:#717171;justify-content:center;align-items:center;background-color:#fff;border-radius:100px;padding:7px 8px 7px 20px;box-shadow:-4px -4px 1px 0 rgba(0,0,0,.1)}.copyLinkbyRefrel{background-color:#f2f2f2;border:1px solid #f0e9e9;padding:4px;width:38px;height:38px;border-radius:50px}.mySessionsCard{box-shadow:5px 5px 18px 0 rgba(0,0,0,.25)}.MainRefrelContainer{border-radius:6px;display:flex;margin-top:20px;flex-direction:column}.shareRefrel{display:flex;justify-content:space-evenly;position:relative;background-color:#097f78;padding:20px 10px 25px;border-top-left-radius:20px}#LogoSide{position:absolute;right:0;height:80px;top:0}.Box1refrel{display:flex;justify-content:center;align-items:center;margin-top:10px;padding:10px;border-radius:50px;width:100px;height:100px;background-color:#d9d9d9}.box1Text{display:flex;background-color:#097f78;justify-content:space-evenly;padding-left:5px;font-weight:800;color:#fff;padding-bottom:20px;border-bottom-right-radius:10px}.box1Text p{font-size:16px}.MainRefrelData{margin-top:10px}.TextRefredata{display:flex;justify-content:start;align-items:center;gap:20px;background-color:#fff;padding:20px}.ContainerMainRefrel{display:flex;justify-content:space-evenly;background-color:#fff;padding:10px}.BoxShare h3{color:#fff;font-size:30px}.BoxShare{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;font-size:25px;font-weight:700;background-color:#097f78;width:170px;border-radius:15px;padding:10px}.BoxShare,.MainBbtn{color:#fff;box-shadow:11px -12px 6px -5px rgba(200,200,200,.1)}.MainBbtn{background-color:#ff9245;font-size:13px;padding:9px 16px 9px 20px;border-radius:50px}.BoxShare1{display:flex;align-items:center;justify-content:space-evenly;flex-direction:row;gap:10px;color:#fff;font-size:22px;font-weight:700;background-color:#097f78;width:300px;border-radius:15px;padding:10px;box-shadow:11px -12px 6px -5px rgba(200,200,200,.1)}.BoxShare1 h3{color:#fff}.textheading{text-align:center;padding-top:6px;padding-bottom:3px}.headingPara{margin-top:10px}.IconsMySessions{display:flex;gap:10px}.IconsMySessionsText{font-size:17px;font-weight:700;color:#565656}.IconItam{display:flex;justify-items:centers;gap:15px;margin-top:20px;margin-bottom:4px}.CardmySession{background-color:#fff;width:97%;padding:10px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.5);-webkit-border-top-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-bottom-right-radius:10px}.Logoimg{cursor:pointer}.LogoText{color:#097f78;font-weight:700;font-size:24px}.ItamPayText1{margin-top:15px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.8);color:#005f59;text-align:start;border:1px solid #fff;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;border-top-right-radius:10px;border-bottom-left-radius:10px}.ItamPayText1,.ItamPayText2{font-size:20px;width:70%;padding:10px}.ItamPayText2{background-color:#ff9245;box-shadow:1px 1px 2px 0 rgba(0,0,0,.5);color:#fff;margin:10px auto auto;text-align:center;border-radius:100px}.ItemCardMenu{-webkit-border-bottom-right-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-bottomright:20px;-moz-border-radius-bottomleft:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px}.MainModal{background-color:#fff;width:55%;height:350px;border-radius:10px;padding:10px;margin:auto;position:fixed;top:20px;border:1px solid #097f78;left:100px;right:0;bottom:0;z-index:1000}.mySessionsCard{background-color:#fff;display:flex;padding-top:15px;margin-bottom:10px;padding-bottom:15px;box-shadow:1px 3px 7px 0 rgba(0,0,0,.25);justify-content:space-evenly;-webkit-border-top-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-bottom-right-radius:10px}.IconsMySessionsTextClor{color:#ff9245;font-weight:700}.IteammySessions{color:#d98042}.ModalComponent{-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;border-top-right-radius:10px;border-bottom-left-radius:10px}.current-p{-webkit-text-decoration:2px underline #b7804a;text-decoration:2px underline #b7804a;text-underline-offset:.3em}.service-explore{border-radius:10px;box-shadow:0 8px 8px rgba(0,0,0,.1);padding:5px;height:40px;display:flex;gap:10px;justify-content:center;text-align:center}.contact-one-section{padding:20px}.contact-one-title{text-align:center;font-size:36px;margin-bottom:10px;font-weight:700;color:#000}.contact-one-subtitle{text-align:center;font-size:18px;color:#717171;margin-bottom:40px}.contact-one-content{display:flex;justify-content:space-between}.contact-one-info{background-color:#097f78;color:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.contact-one-info-title{font-size:28px;font-weight:700;margin-bottom:10px;color:#fff}.contact-one-info-subtitle{font-size:18px;color:#c9c9c9;margin-bottom:50px}.contact-one-info-list{list-style:none;padding:0;margin:0}.contact-one-info-list li{margin-bottom:10px;font-size:16px}.contact-one-info-socials{display:flex;gap:20px;margin-top:40%}.contact-one-info-socials a{color:#fff;font-size:30px}.contact-one-form-container{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.contact-one-form label{font-size:16px;color:#333;margin-bottom:5px}.contact-one-form input,.contact-one-form textarea{width:100%;padding:10px;border:1.5px solid #bbb;border-radius:5px;margin-bottom:15px}.contact-one-radio-group{display:flex;gap:20px}.contact-one-radio-group label{display:flex;align-items:center;gap:5px}.contact-one-send-message-button{background-color:#ff9245;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.sbar__link{display:block;align-items:center;gap:10px;width:100%}.profile-container{max-width:100%;margin:0 auto;padding:20px;background-color:#f9f9f9}.profile-header{display:flex;justify-content:space-between;align-items:center;background-color:rgba(9,127,120,.8);padding:0 0 40px;border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.1);height:112px;position:relative;flex-wrap:wrap}.profile-picture{position:absolute;top:-75px;left:20px;border-radius:50%;width:150px;height:150px;overflow:hidden;border:2px solid #fff}.profile-picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-details{margin-left:140px;flex:1}.profile-name{font-size:40px;color:#ff9245;padding-left:190px}.current-plan{display:flex;align-items:center;background-color:#fff;flex-direction:column;width:135px;height:72px;border-radius:16px;margin-left:70px;margin-top:10px}.plan-text{color:#a3a3a3;-webkit-text-decoration:underline #ff9245;text-decoration:underline #ff9245;text-underline-offset:5px}.explore-button,.upgrade-button{padding:2px 18px;border:none;cursor:pointer;font-size:14px;margin-bottom:10px}.explore-button{background-color:#fff;color:#005f59;font-weight:bolder}.upgrade-button{background-color:#ff9245;color:#fff;border-radius:16px;transform:translateY(-30%)}.edit-profile-button{background-color:#ff9245;color:#fff;padding:10px 20px;border:none;border-radius:10px;cursor:pointer;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.user-section-title{margin:20px 0 20px 5px;color:#097f78}.combine-1{display:flex;flex-direction:row;margin-left:20px}.user-details-card{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-bottom:20px}.user-card-title{font-size:20px;color:#000;margin-bottom:20px;padding-left:30px}.user-card-content{display:flex;flex-wrap:wrap;gap:20px;padding:10px 50px 30px}.user-form-group{flex:1 1 calc(33.333% - 20px);display:flex;flex-direction:column}.user-form-group-1{width:32.5%;display:flex;flex-direction:column}label{font-size:16px;color:#333;margin-bottom:5px}input,select{padding:10px;border:1.5px solid #bbb;transition:border-color .3s}input:focus,select:focus{outline:none}.user-email-verification{position:relative}.user-email-verification input{width:100%;padding:10px;border:1.5px solid #bbb;border-radius:5px;transition:border-color .3s}.user-email-verification input:focus{outline:none}.user-verify-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background-color:#ff9245;color:#fff;padding:3px 8px;border:none;border-radius:5px;cursor:pointer}.error-message{color:red;font-size:12px;margin-top:5px}@media(max-width:1440px){.profile-header{flex-direction:row;height:auto}.profile-details{margin-left:0;text-align:center;flex:none}.profile-name{padding-left:0;margin-bottom:10px}.current-plan{margin-left:0;margin-top:10px}.edit-profile-button{top:auto;right:auto;transform:translateY(0);margin-top:10px}}@media(min-width:1200px){.profile-header{flex-direction:row;justify-content:space-between;padding:40px 0;height:auto}.profile-details{margin-left:140px;text-align:left}.profile-name{padding-left:190px;margin-bottom:0;font-size:40px}.current-plan{margin-left:70px;margin-top:0;width:135px;height:72px}.edit-profile-button{top:50%;right:20px;transform:translateY(-50%);position:absolute;margin-top:0}.user-details-card{padding:30px}.user-card-content{padding:20px 60px 40px}.user-form-group{flex:1 1 calc(33.333% - 20px)}.user-form-group-1{width:32.5%}.profile-picture{width:150px;height:150px}}@media(max-width:1200px){.profile-header{padding:20px;flex-direction:column}.profile-picture{position:static;margin-bottom:20px}.profile-details{margin-left:0;text-align:center}.profile-name{padding-left:0;margin-bottom:20px}.current-plan{margin-left:0;margin-top:10px}.edit-profile-button{position:static;margin-top:20px;transform:translateY(0)}}@media(max-width:768px){.profile-header{padding:20px;flex-direction:column}.profile-picture{position:static;margin-bottom:20px}.profile-details{margin-left:0;text-align:center}.profile-name{padding-left:0;margin-bottom:20px}.current-plan{margin-left:0;margin-top:10px}.edit-profile-button{position:static;margin-top:20px;transform:translateY(0)}.user-form-group{flex:1 1 100%}}@media(max-width:480px){.profile-header{padding:20px;flex-direction:column}.profile-picture{position:static;margin-bottom:20px;width:100px;height:100px}.profile-details{margin-left:0;text-align:center}.profile-name{padding-left:0;margin-bottom:20px;font-size:24px}.current-plan{width:100%;height:auto}.edit-profile-button{position:static;margin-top:20px;transform:translateY(0)}.user-form-group{flex:1 1 100%}}@media(max-width:320px){.profile-header{padding:15px}.profile-picture{width:80px;height:80px;top:-40px;left:10px}.profile-name{font-size:20px;padding-left:100px}.current-plan{width:100px;height:60px}.explore-button,.upgrade-button{font-size:12px;padding:3px 10px}.user-card-content{padding:10px}.user-form-group{flex:1 1 100%}}.custom-sidebar{width:250px;background-color:#fff;padding:20px;color:#4f547b}.custom-sidebar__item{margin-bottom:10px;position:relative}.custom-sidebar__link{text-decoration:none;color:#4f547b;display:flex;padding:10px;border-radius:10px;cursor:pointer;border:2px solid rgba(0,0,0,0);border-left-width:4px;transition:all .3s ease}.custom-sidebar__link:hover{background-color:rgba(0,0,0,0);border-radius:10px;border-color:#ff9245;color:#ff9245!important}.custom-sidebar__submenu{display:block;background-color:#fff;padding-left:35px}.custom-sidebar__subitem{display:block;padding:10px;margin-bottom:5px;text-decoration:none;color:#4f547b;border-radius:10px;border:2px solid rgba(0,0,0,0);border-left-width:4px;transition:all .3s ease}.custom-sidebar__subitem:hover{background-color:rgba(0,0,0,0);border-color:#ff9245;color:#ff9245!important;border-radius:10px}.arrow-icon{margin-left:auto;color:#4f547b;font-size:14px}.dashboard__main-links{margin-top:40px}.links-sections{display:flex;justify-content:space-between;gap:20px}.application-links,.counselling-links{flex:1;background:#fff;border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px}.section-header-2{margin-bottom:20px}.section-header h2{font-size:24px}.section-header p{font-size:14px;color:#666}.tabs-1{display:flex;gap:10px;margin-bottom:20px}.tab-button-1{flex:1;padding:10px;background:#ffe3d8;border:none;border-radius:5px;cursor:pointer;font-size:16px;color:#333;transition:background-color .3s}.tab-button.active{background:#f7931e;color:#fff}.tab-button:hover{background:#f9c2b3}.tab-content{height:200px;background:#ffe3d8;border-radius:10px}@media(max-width:992px){.links-section{flex-direction:column}.application-links,.counselling-links{margin-bottom:20px;flex-direction:column}}.news-and-webinar{display:flex;justify-content:space-between;gap:20px}.news-section,.webinar-section{flex:1;background:#fff;border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h2{font-size:34px;font-weight:700}.news-list{display:flex;flex-direction:column;gap:15px}.news-item{background:#f9f9f9;padding:15px;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.news-item h3{font-size:16px;font-weight:700;margin-bottom:5px;color:#f7931e}.news-item p{font-size:14px;color:#666}.webinar-details{display:flex;flex-direction:column;align-items:center}.webinar-date-time{font-size:18px;color:#f7931e;margin-bottom:10px}.webinar-video-1{width:80%;height:300px;background:#e0e0e0;border-radius:10px;margin-bottom:10px;overflow:hidden}.webinar-title{font-size:18px;font-weight:700;text-align:center;margin:10px 0}.webinar-description{font-size:16px;text-align:center;color:#666}.Upcoming-webinar-h1{text-align:center;margin-top:10px;padding-top:10px}@media(max-width:992px){.news-and-webinar{flex-direction:column}.news-section,.webinar-section{margin-bottom:20px}}.handbook-container{margin:40px 0;padding:20px;background:#fff;border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:start}.handbook-header{margin-left:20px}.handbook-content{display:flex;justify-content:space-between;width:100%;margin-top:20px}.tracking-box{flex:1;padding:20px;border:2px solid #f7931e;border-radius:10px;text-align:center;margin-right:20px;margin-left:20px;margin-bottom:20px}.tracking-box h3{font-size:20px;color:#f7931e}.tracking-status{margin-top:10px;padding:10px;border:1px solid #f7931e;border-radius:5px;background-color:#ffe3d8}.video-box{flex:1;display:flex;flex-direction:column;align-items:center}.video-placeholder{width:500px;height:400px;background-color:#e0e0e0;border:2px solid #007bff;border-radius:10px;overflow:hidden}.video-placeholder iframe{border-radius:10px;width:100%;height:100%}.read-now-button{margin-top:10px;padding:10px 20px;background-color:#f7931e;color:#fff;border:none;border-radius:20px;cursor:pointer}.read-now-button:hover{background-color:#e6821c}.webinar-container{margin:40px 0;padding:20px;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1)}.webinar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.webinar-header h2{font-size:34px;font-weight:700;color:#f7931e;margin-left:20px}.view-all{font-size:16px;color:#007bff;text-decoration:none}.view-all:hover{text-decoration:underline}.webinar-videos{display:flex;justify-content:space-between;margin:20px}.webinar-video{flex:1;margin:0 5px;max-width:360px;height:200px;background:#e0e0e0;overflow:hidden}.webinar-video,.webinar-video iframe{border-radius:10px}.container-grid-1{text-align:center;padding:20px;position:relative;border-radius:16px;box-shadow:0 4px 8px rgba(77,77,77,.1);background:#fff}.book-slider-container{max-width:1300px;margin:0 auto;padding:10px;text-align:center}.heading-1{font-size:34px;font-weight:700;text-align:start}.subheading-1{font-size:18px;color:#555;margin-bottom:40px;text-align:start;margin-left:20px}.book-slide{padding:10px;transition:transform .8s ease;transition-duration:.8s}.book-slide img{width:90%;height:auto;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.book-slide.active{transform:scale(1.2);align-items:center;padding-top:40px}.book-title{font-size:16px;margin-top:10px;color:#000;margin-bottom:80px;text-align:center}.book-title.active-title{visibility:visible;font-weight:700;font-size:18px;margin-bottom:20px}.slick-next,.slick-prev{background:#1f1f1f!important;border-radius:50%;border:1px solid #4b4a4a;width:30px;height:30px;display:flex!important;justify-content:center;align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}.slick-next:hover,.slick-prev:hover{background:#3f3f3f}.slick-next:before,.slick-prev:before{font-size:20px;color:#333}.slick-dots li button:before{font-size:12px;color:#000}.slick-dots li.slick-active button:before{color:#000}@media(max-width:1024px){.book-slide img{width:70%}}@media(max-width:600px){.book-slide img{width:60%}}@media(max-width:480px){.book-slide img{width:50%}.slick-next,.slick-prev{width:25px;height:25px}.slick-next:before,.slick-prev:before{font-size:16px}}.container-grid{text-align:center;padding:20px;position:relative;border-radius:16px;box-shadow:0 4px 8px rgba(77,77,77,.1);background:#fff}.heading-title-1{text-align:start;margin-left:20px}.top-right{position:absolute;top:20px;right:20px}.top-right select{background-color:#f0f0f0;color:gray;border:none;padding:10px 30px 10px 10px;border-radius:20px;outline:none;font-size:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="grey"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:22px 22px}.content-wrapper-1{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.donut-chart-wrapper{flex:1;max-width:300px;margin:20px}.donut-chart{width:100%;height:100%;background-color:#f3f3f3;border-radius:10%}.cards-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;flex:2;margin:20px}.card,.cards-wrapper{transition:transform .3s ease-in-out;position:relative}.card{border-radius:10px;padding:20px;text-align:center;color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);height:150px}.card:hover{transform:scale(1.1)}.card-content{display:flex;flex-direction:column;align-items:center}@media(max-width:1200px){.donut-chart-wrapper{max-width:250px}}@media(max-width:992px){.content-wrapper{flex-direction:column;align-items:center}.cards-wrapper{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.card{padding:15px}.handbook-content{flex-direction:column;align-items:center}.tracking-box{margin-right:0;margin-bottom:20px}.video-box{width:100%}}@media(max-width:768px){.container-grid{padding:15px}.donut-chart-wrapper{max-width:200px}.webinar-videos{flex-direction:column;align-items:center}.webinar-video{max-width:100%;margin:10px 0}.cards-wrapper{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media(max-width:576px){.cards-wrapper{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.card{padding:10px}.donut-chart-wrapper{max-width:150px}}.multi-step-form{flex-direction:column;padding:20px;border-radius:16px;box-shadow:0 4px 8px rgba(77,77,77,.1);background:#fff;max-width:100%;margin:auto}.multi-step-form,.step-content{display:flex;align-items:center}.step-content{flex-direction:row;justify-content:space-between;width:100%;text-align:left}.step-content h2{font-size:24px;font-weight:700;margin:10px}.step-content p{font-size:18px;flex:1}.step-buttons{display:flex;flex-direction:row;gap:10px}.step-buttons button{background-color:#e8833a;color:#fff;padding:10px 20px;border:none;border-radius:30px;cursor:pointer}.step-buttons button:hover{background-color:#d87430}@media(max-width:1024px){.step-content{align-items:center;text-align:center}.step-content h2{font-size:22px}.step-content p{font-size:16px}.step-buttons{flex-direction:column;align-items:center}.step-buttons button{padding:8px 16px}}@media(max-width:768px){.multi-step-form{padding:10px}.step-content{align-items:center;text-align:center}.step-content h2{font-size:20px}.step-content p{font-size:16px}.step-buttons{flex-direction:column;align-items:center}.step-buttons button{padding:8px 16px}}@media(max-width:480px){.multi-step-form{padding:8px}.step-content h2{font-size:18px}.step-content p{font-size:14px}.step-buttons button{padding:6px 12px}}.dashboard-1{padding:20px}.header-1{text-align:left;margin-bottom:20px}.welcome-text{font-size:34px;font-weight:700;color:#064f49}.username{font-size:36px;font-weight:700;color:#a56c32;margin-left:40px}.content{display:flex;flex-wrap:wrap;gap:20px}.chart,.mentor-card{background:#fff;border-radius:16px;box-shadow:0 4px 8px rgba(77,77,77,.1);padding:20px}.chart{flex:1 1 100%;display:flex;align-items:center;justify-content:center}.chart-content{font-size:24px;font-weight:700}.mentor-card{flex:1 1 100%}.mentor-card,.mentor-details{display:flex;flex-direction:column}.mentor-details{align-items:center;gap:20px;margin-bottom:20px;padding:20px}.mentor-image{border-radius:10%;width:100%;max-width:300px;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out;position:relative}.mentor-image:hover{transform:scale(1.1)}.mentor-info{display:flex;flex-direction:column;justify-content:space-between;width:100%}.mentor-name{font-size:24px;font-weight:700}.sessions-taken{font-size:16px;color:#666}.session-invite{font-size:18px;color:#e8833a}.mentor-description{font-size:16px;color:#333}.book-button:hover{background-color:#d87430}.mentor-tabs{display:flex;flex-wrap:wrap;justify-content:space-around;border-top:1px solid #ddd;padding-top:10px}.tab{font-size:16px;color:#666;cursor:pointer}.tab.active{color:#e8833a;font-weight:700;-webkit-text-decoration:1.5px underline;text-decoration:1.5px underline;text-underline-offset:.3em}.bw{width:200px}@media(max-width:767px){.welcome-text{font-size:20px}.username{font-size:28px}.mentor-info{gap:5px}.session-invite{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.content{flex-direction:column}.chart,.mentor-card{flex:1 1 100%}}@media(min-width:1440px){.mentor-details{flex-direction:row;align-items:center}}@media(min-width:1024px){.content{flex-wrap:nowrap}.chart{flex:1}.mentor-card{flex:3}.mentor-details{align-items:center}.mentor-info{width:auto}.chart-content{font-size:32px}.mentor-name{font-size:28px}.mentor-description,.session-invite,.sessions-taken{font-size:18px}}.BR{border-radius:50%}.predict-result{margin-top:20px;margin-right:40px;padding:20px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px}.predict-container{display:flex;flex-direction:row;align-items:start;padding:30px;margin:20px}.predict-content{text-align:left;margin:20px}.predict-desc{margin-top:30px;padding-right:50px}.predict-highlight{color:#ff9245}.predict-input-container{display:flex;gap:10px;margin-top:20px}.predict-input-container input[type=text]{padding:10px;border:1px solid #ccc;border-radius:5px;width:350px}.predict-input-container button{background-color:#ff9245;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}.predict-image-container{display:flex;flex-direction:row;align-items:center;margin-top:0;margin-right:20px}.predict-dashboard-image{width:100%;max-width:1200px}@media(max-width:1200px){.predict-container{flex-direction:column;align-items:center}.predict-content,.predict-image-container{margin:10px 0}.predict-desc{padding-right:0}}@media(max-width:1200px)and (max-width:4250px){.predict-desc{margin-top:0}.predict-input-container{margin-top:5px}}@media(max-width:1200px){.predict-image-container{flex-direction:column;align-items:center}.predict-dashboard-image{max-width:600px}}@media(max-width:768px){.predict-container{padding:20px;margin:10px}.predict-input-container{flex-direction:column;gap:5px}.predict-input-container button,.predict-input-container input[type=text]{width:100%}.predict-dashboard-image{max-width:100%}}@media(max-width:480px){.predict-container{padding:10px;margin:5px}.predict-content,.predict-image-container{margin:5px 0}.predict-input-container{flex-direction:column;gap:5px}.predict-input-container button,.predict-input-container input[type=text]{width:100%}.predict-dashboard-image{max-width:100%}}.form-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;flex-wrap:wrap}.input-container{margin:10px}.form-control{width:200px;padding:10px;border:none;border-radius:5px;outline:none;background-color:#f9f9f9;color:#333}.form-control:focus{border:2px solid orange}.form-control::-moz-placeholder{color:#333}.form-control::placeholder{color:#333}.select-placeholder{color:#333}.submit-button-container{display:flex;align-items:center;justify-content:center;width:100%;margin:10px}.submit-button{padding:10px 20px;background-color:#ff9245;color:#fff;border:none;border-radius:30px;cursor:pointer}.submit-button:hover{background-color:#fff;color:#ff9245;border:1px solid orange}.tick-animation{animation:tick .5s ease-in-out}@keyframes tick{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media(max-width:768px){.form-container{flex-direction:column}.form-control,.submit-button,.submit-button-container{width:100%}}.faqs-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.testimonials-section{padding-top:60px;padding-bottom:60px;background-color:#f8f8f8}.testimonials-header{text-align:center;margin-bottom:40px}.testimonials-title{font-size:36px;color:#140342}.testimonials-slider{margin-bottom:60px}.testimonial-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;overflow:hidden;margin:10px}.testimonial-image img{width:100%;max-width:80%;height:auto;border-radius:10px;margin-bottom:20px}.testimonial-content{flex-grow:1}.testimonial-name{font-size:18px;font-weight:600;margin-bottom:10px}.testimonial-text{font-size:14px;color:#555;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical}.testimonials-navigation{display:flex;justify-content:center;align-items:center}.navigation-button{background:none;border:none;cursor:pointer;font-size:24px;color:#555}.icon-next,.icon-prev{font-size:24px;color:#777}.icon-next:hover,.icon-prev:hover{color:#ff9245}.hover-effect{overflow:hidden}.image-container{position:relative}.popup-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out;z-index:1}.popup-image.visible{opacity:1}.original-image{display:block;width:100%;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.original-image.hidden{opacity:0}.hover-effect:hover .original-image{transform:scale(1.1)}.neet-container{background-color:#f8f8f8;padding:30px;display:flex;flex-direction:column;align-items:center;min-height:70vh;border-radius:10px}.neet-heading{color:#140342;font-size:2.5rem;margin-bottom:30px;text-align:center;margin-top:30px}.neet-row{display:flex;justify-content:space-between;width:100%;margin-bottom:20px}.neet-card{background-color:rgba(255,146,69,.95);border-radius:20px;padding:10px 20px 10px 10px;display:flex;flex-direction:column;align-items:flex-start;flex:1.5;margin:10px 20px 5px 10px;width:45%;box-shadow:0 4px 8px rgba(0,0,0,.25);color:#fff}.neet-card-header{display:flex;align-items:center}.neet-card-icon{width:50px;height:50px;border-radius:10%;-o-object-fit:fill;object-fit:fill;margin-right:30px}.neet-card-content{display:flex;flex-direction:column}.neet-card-title{font-size:1.5rem;color:#fff;margin:5px 0 0}.neet-card-description{font-size:1rem;color:#e5e2e2}@media(max-width:768px){.neet-row{flex-direction:column}.neet-card{width:90%;margin:10px auto}.neet-card-icon{width:30px;height:30px}}@media(max-width:480px){.neet-card{width:100%;margin:10px auto}.neet-card-icon{width:25px;height:25px}}.Barchart-container{width:100%;max-width:1400px;margin:0 auto;height:700px}@media(max-width:768px){.Barchart-container{height:400px}}@media(max-width:480px){.Barchart-container{height:300px}}.seat-intake-container{padding:20px}.filters{display:flex;gap:10px;margin-bottom:20px}input,select{padding:10px!important;border:1px solid #ccc;border-radius:5px}table{width:100%;border-collapse:collapse}td,th{padding:10px;border:1px solid #ddd}.institute-type{color:#888;font-size:12px}.filters-container{gap:30px;align-items:center}.candidate-data-table-container{padding:20px}.candidate-data-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.candidate-data-table-header h2{margin:0;color:#333}.candidate-data-table-filters{display:flex;gap:10px}.candidate-data-table-filters button{padding:8px 12px;border:1px solid #004959;background-color:#fff;color:#004959;cursor:pointer;transition:background-color .3s,color .3s;border-radius:5px}.candidate-data-table-filters button.active,.candidate-data-table-filters button:hover{background-color:#005f59;color:#fff}.candidate-data-table-wrapper{max-height:500px;overflow-y:auto}.candidate-custom-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;text-align:left}.candidate-custom-table thead tr{background-color:#f5f5f5;position:sticky;top:0}.candidate-custom-table td,.candidate-custom-table th{padding:12px 15px;border:1px solid #e0e0e0}.candidate-custom-table th{background-color:#f5f5f5;color:#333;font-weight:700}.candidate-custom-table tbody tr:nth-of-type(2n){background-color:#f9f9f9}.candidate-custom-table tbody tr:hover{background-color:#eaeaea}.candidate-custom-table td{color:#333;font-size:small}.candidate-custom-table td:first-of-type,.candidate-custom-table td:nth-of-type(2){text-align:left;color:#333}.multi-select .select__control{border:1px solid #004959;align-items:center}.multi-select .select__control--is-focused{border-color:#004959;box-shadow:none}.select-container--is-focused{border-color:#000}.multi-select .select__multi-value{background-color:#ff9245;border-radius:20px;color:#fff}.multi-select .select_multi-value_label{color:#fff}@media(max-width:768px){.candidate-custom-table{font-size:14px}.candidate-data-table-filters button{padding:5px;font-size:14px}.candidate-custom-table td,.candidate-custom-table th{padding:8px 10px}.filters-container{flex-direction:column;align-items:flex-start}.select-container{width:100%}}.percentile-table-container{padding:20px}.percentile-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.percentile-table-header h2{margin:0;color:#333}.percentile-table-filters{display:flex;gap:10px}.percentile-table-filters button{padding:8px 12px;border:1px solid #004959;background-color:#fff;color:#004959;cursor:pointer;transition:background-color .3s,color .3s;border-radius:5px}.percentile-table-filters button.active,.percentile-table-filters button:hover{background-color:#005f59;color:#fff}.percentile-table-wrapper{overflow-x:auto}.percentile-custom-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;text-align:left}.percentile-custom-table thead tr{background-color:#f5f5f5}.percentile-custom-table td,.percentile-custom-table th{padding:12px 15px;border:1px solid #e0e0e0}.percentile-custom-table th{background-color:#f5f5f5;color:#333;font-size:small;font-weight:700;text-align:center}.percentile-custom-table tbody tr:nth-of-type(2n){background-color:#f9f9f9}.percentile-custom-table tbody tr:hover{background-color:#eaeaea}.percentile-custom-table td{text-align:center;color:#333;font-size:smaller}.percentile-custom-table td:first-of-type,.percentile-custom-table td:nth-of-type(2){text-align:left;color:#333;text-align:center}@media(max-width:768px){.percentile-custom-table{font-size:14px}.percentile-table-filters button{padding:5px;font-size:14px}.percentile-custom-table td,.percentile-custom-table th{padding:8px 10px}}.custom-header-border{border-top:2px solid #b7804a;border-bottom:2px solid #b7804a}.counselling-container{width:90%;margin:auto;padding:20px;background-color:#f7f7f7;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.counselling-container h1{text-align:center;font-size:2rem;color:#333;margin-bottom:10px}.counselling-container p{text-align:center;font-size:1rem;color:#777;margin-bottom:20px}.filters-container{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.filter-select{padding:10px;font-size:1rem;border-radius:5px;border:1px solid #ccc;width:200px;background-color:#fff;transition:border-color .3s}.filter-select:focus{border-color:#007bff}.card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px}.card-item{background-color:#007bff;padding:20px;border-radius:10px;color:#fff;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s}.card-item:hover{transform:translateY(-5px)}.card-item img{max-width:80px;margin-bottom:15px}.card-item h3{font-size:1.2rem;margin-bottom:10px}.card-item p{font-size:.9rem;margin-bottom:10px}.card-buttons{display:flex;justify-content:space-around;gap:10px;margin-top:15px}.card-buttons a{display:inline-block;padding:8px 12px;font-size:.9rem;background-color:#ff9800;color:#fff;border-radius:5px;text-decoration:none;transition:background-color .3s}.card-buttons a:hover{background-color:#e68900}.pagination-container{display:flex;justify-content:center;align-items:center;gap:15px}.pagination-container button{padding:8px 16px;font-size:1rem;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.pagination-container button:disabled{background-color:#ccc;cursor:not-allowed}.pagination-container span{font-size:1rem;color:#333}.arrow-icon,.dropdown{background-image:url(/assets/img/dashboard/icons/downarrow.png);background-position:right 1rem center;background-size:1rem;background-repeat:no-repeat}.custom-steps .ant-steps-item-finish .ant-steps-item-icon,.custom-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#097f78;border-color:#097f78}.custom-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#fff}.custom-steps .ant-steps-item-finish .ant-steps-item-title,.custom-steps .ant-steps-item-process .ant-steps-item-title,.custom-steps .ant-steps-item-title{color:#097f78}.custom-steps .ant-steps-item-tail:after{background-color:#097f78}.small-calendar{background-color:#fff!important;border-radius:10px;padding:10px!important;margin:0 auto;border:none!important;box-shadow:none!important}.ant-picker{width:100%;padding:8px 16px;border-radius:6px;border:1px solid #d9d9d9;font-size:14px;box-shadow:none}.ant-picker-focused,.ant-picker:hover{border-color:#ff9245;box-shadow:0 0 0 2px rgba(255,146,69,.2)}.success-container{background-color:#097f78;border-radius:10px;padding:2rem;min-height:300px;display:flex;justify-content:center;align-items:center;color:#fff;animation:fadeIn .8s ease-in-out}.checkmark{margin-bottom:1rem;animation:bounceIn .8s ease-in-out}.success-message{color:#50c878;animation:fadeIn 1s ease-in-out .5s;opacity:0;animation-fill-mode:forwards}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.1);opacity:1}70%{transform:scale(.9)}to{transform:scale(1)}}@media(max-width:400px){.Small-screen{font-size:9px}}.choose-file-button{border:1px solid #ff9245;color:#ff9245;padding:6px 12px;border-radius:24px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.choose-file-button:hover{background-color:#ff9245;color:#fff}.choose-file-button .icon{color:#ff9245}.choose-file-button:hover .icon{color:#fff}.login-form-container{position:relative;top:0;left:0;right:0;bottom:0;transition:transform .5s ease-in-out;transform:translateY(0)}.login-form-container.show{transform:translateY(10%)}.login-form-container.hide{transform:translateY(0)}.landjob-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:16px;border-radius:30px;max-width:1200px;max-height:150px;margin:80px auto 32px;color:#fff;background-color:rgba(0,0,0,0)}@media(min-width:1024px){.landjob-container{flex-direction:row;background-color:#1e6e69}.landjob-content{padding-top:20px}}.landjob-image{flex-shrink:0}.landjob-img{width:400px;height:auto}@media(min-width:640px){.landjob-img{width:160px}}@media(min-width:768px){.landjob-img{width:400px}.landjob-container{height:800px}}@media(max-width:768px){.landjob-container{max-height:450px;margin-top:0}}.landjob-content{flex-grow:1;text-align:center}@media(min-width:1024px){.landjob-content{padding-left:16px;padding-top:0;text-align:center}}.landjob-heading{font-size:24px;font-weight:700;color:#ff9245}@media(min-width:768px){.landjob-heading{font-size:30px}.landjob-container{padding-bottom:40px}}@media(min-width:768px)and (min-width:1024px){.landjob-heading{font-size:25px;color:#fff}}.landjob-text{font-size:14px;color:#666;margin-bottom:16px}@media(min-width:1024px){.landjob-text{color:#fff}}.landjob-button{background-color:#ff9245;color:#fff;font-weight:600;padding:12px 18px;border-radius:24px;margin-top:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;transition:background-color .3s ease}.landjob-button:hover{background-color:#e67e22}.instructor-section-container{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.instructor-overlay{background-color:rgba(0,0,0,.6);padding:40px}.instructor-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.instructor-video-wrapper{width:100%}.instructor-video-frame{width:100%;height:250px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.instructor-text-wrapper{width:100%;color:#fff;text-align:center}.instructor-title{font-size:1.5rem;margin-bottom:10px;font-weight:600}.instructor-description{font-size:1rem;line-height:1.6;margin-bottom:20px;text-align:left}.instructor-cta-button{background-color:#ff9245;color:#fff;padding:10px 20px;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:background-color .3s ease}.instructor-cta-button:hover{background-color:#e67e22}@media(min-width:768px){.instructor-content{flex-direction:row;gap:40px}.instructor-video-frame{height:300px}.instructor-title{font-size:1.5rem;text-align:left}.instructor-description{font-size:1rem}}@media(min-width:1024px){.instructor-video-frame{height:350px}.instructor-cta-button{padding:12px 24px}}.testimonial-section-four{padding:2rem 1rem;background-color:#f9f9f9}.testimonial-container-four{max-width:1200px;margin:0 auto}.testimonial-header-four{text-align:center}.testimonial-title-four{font-size:2rem;font-weight:700}.testimonial-highlight-four{color:#ff9245}.testimonial-subtitle-four{color:#777;margin-top:8px}.testimonial-nav-four{display:flex;justify-content:center;gap:20px;margin:2rem 0}.testimonial-nav-item-four{width:80px;height:80px;border-radius:50%;overflow:hidden;cursor:pointer;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.testimonial-nav-item-four:hover{transform:scale(1.05)}.testimonial-active-four{border-color:#ff9245}.testimonial-nav-image-four{width:100%;-o-object-fit:cover;object-fit:cover}.testimonial-content-container-four{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center;margin-top:20px;padding:40px;background-color:#fff;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.testimonial-image-four{max-width:250px;max-height:250px;width:100%}.testimonial-large-image-four{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.testimonial-text-content-four{max-width:700px}.testimonial-text-four{margin-bottom:10px;color:#333;font-size:1.1rem;line-height:1.6}.testimonial-name-four{font-weight:700;font-size:1.2rem;color:#005f59}.testimonial-profession-four{color:#777;font-size:.9rem}@media(max-width:767px){.testimonial-content-container-four{padding:20px}.testimonial-image-four{max-width:80px;max-height:80px}.testimonial-text-four{font-size:1rem;text-align:center;padding-top:20px}.testimonial-name-four{font-size:1.1rem;text-align:center}.testimonial-profession-four{font-size:.85rem;text-align:center}.testimonial-nav-four{gap:10px;margin:1rem 0}}@media(min-width:768px){.testimonial-content-container-four{flex-direction:row;text-align:left;align-items:flex-start;height:420px}.testimonial-image-four{max-width:250px;max-height:250px}.testimonial-text-content-four{padding-left:2rem}.testimonial-text-four{font-size:1rem}.testimonial-name-four{font-size:1.3rem}.testimonial-profession-four{font-size:1rem}}@media(min-width:1200px){.testimonial-image-four{max-width:250px;max-height:250px}.testimonial-text-four{font-size:1rem}.testimonial-name-four{font-size:1.2rem}.testimonial-profession-four{font-size:1.1rem}}.form-controls{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box}.prohibited-activities-title{font-size:24px;font-weight:700;margin-bottom:10px;color:#333}.custom-bullet-list{list-style-type:none;padding-left:0;margin:0}.custom-bullet-list li{position:relative;padding-left:20px;margin-bottom:10px}.custom-bullet-list li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border-radius:50%;background-color:#000}.features-list::-webkit-scrollbar{display:none}.features-list{scrollbar-width:none}@media(max-width:425px){.contact-one-container{margin-top:140px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes checkmarkBounce{0%{transform:scale(0)}80%{transform:scale(1.2)}to{transform:scale(1)}}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}.fade-in{animation:fadeIn .5s ease-in-out forwards}.scale-in-center{animation:scaleIn .5s ease-out forwards}.animate-checkmark{animation:checkmarkBounce .5s ease forwards}.markdown{font-family:Roboto,Open Sans,sans-serif;line-height:1.75;color:#333;margin:0;padding:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4{font-family:Open Sans,Roboto,sans-serif;color:#111;font-weight:700;line-height:1.2;margin:1.5rem 0 1rem}.markdown h1{font-size:2.5rem;border-bottom:2px solid #eee;padding-bottom:.5rem}.markdown h2{font-size:2rem;border-bottom:1px solid #eee;padding-bottom:.25rem}.markdown h3{font-size:1.75rem}.markdown h4{font-size:1.5rem}.markdown p{font-size:1.125rem;color:#444;margin-bottom:1.5rem;line-height:1.8}.markdown a{color:#1a73e8;text-decoration:none;border-bottom:1px solid #1a73e8;transition:color .2s,border-color .2s}.markdown a:hover{color:#0f59b8;border-color:#0f59b8}.markdown img{max-width:100%;height:auto;margin:1.5rem 0;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.markdown blockquote{font-style:italic;color:#666;border-left:4px solid #ddd;padding-left:1rem;margin:1.5rem 0}.markdown ol,.markdown ul{margin-left:1.5rem;margin-bottom:1.5rem}.markdown ul{list-style:disc}.markdown ol{list-style:decimal}.markdown li{margin-bottom:.5rem}.markdown pre{background-color:#f5f5f5;padding:1rem;border-radius:5px;overflow-x:auto;font-family:Courier New,monospace;margin:1.5rem 0}.markdown code{background-color:#f5f5f5;padding:.2rem .4rem;border-radius:3px;font-size:.95rem}.markdown hr{border:none;border-top:1px solid #ddd;margin:2rem 0}.markdown table{width:100%;border-collapse:collapse;margin:1.5rem 0}.markdown td,.markdown th{border:1px solid #ddd;padding:.75rem 1rem;text-align:left}.markdown th{background-color:#f5f5f5;font-weight:700}.markdown caption{font-size:.875rem;color:#666;margin-top:.5rem}.time-slot-picker-container{display:flex;justify-content:center;align-items:center;padding:10px;background-color:#097f78;border-radius:10px}.time-slot-list{display:flex;flex-direction:column;width:250px;height:300px;overflow-y:auto;scrollbar-width:none}.time-slot-list::-webkit-scrollbar{display:none}.time-slot-btn{background-color:#f0f0f0;color:#999;border:none;border-radius:10px;margin-bottom:8px;padding:8px;font-size:1.2rem;text-align:center;cursor:not-allowed;transition:background-color .3s ease}.time-slot-btn.highlight-available{background-color:#d1f7c4;border:1px solid #28a745;color:#28a745;cursor:pointer}.time-slot-btn.active{background-color:#ff9245;color:#fff}.time-slot-btn:hover{background-color:#b5d4d1}.time-slot-btn.disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}@media(max-width:640px){.grid-cols-5{display:flex;flex-direction:column;align-items:center}.grid-cols-5 span{text-align:center;margin-bottom:10px}}.custom-underline{position:relative;display:inline-block}.custom-underline:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background-color:#ff9245}.enroll-modal-container{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center;padding:20px}.enroll-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(8px);z-index:30}.enroll-modal-content{position:relative;z-index:50;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.2);padding:20px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto}@media(max-width:767px){.enroll-modal-content{margin-top:100px}}.custom-input,.custom-select{border:1px solid #ccc;box-shadow:none;padding:8px 12px;font-size:16px;border-radius:8px;width:100%;outline:none;transition:border-color .3s,box-shadow .3s}.custom-input:focus,.custom-select:focus{border-color:#ff9245;box-shadow:0 0 0 3px rgba(255,146,69,.2)}.ant-select-selector{border:none!important;box-shadow:none!important}.disabled-input:disabled{color:#000;background-color:rgba(245,245,245,.8274509804)}.blinking-arrow{animation:blink 1s infinite,move-down 1.2s infinite;font-size:1.3rem;color:#ff9245}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}@keyframes move-down{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media(max-width:425px){.mobile-arrow{display:inline-block}.counselling-blink.mobile-arrow{animation:blink 1s infinite,move-down 1.2s infinite}.mobile-arrow:not(.counselling-blink){animation:none}}@media(min-width:426px){.mobile-arrow{display:none}}@media(max-width:425px){.ant-steps-item-title{display:flex!important}}
/*# sourceMappingURL=8138b095a4423381.css.map*/