:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root,html{background-color:#fff}*,body{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box}body{background-color:#fff;min-height:80vh;font-family:--ej-font,sans-serif;-ms-overflow-style:none}h1{font-size:64px;line-height:76px}h2{font-size:36px;line-height:44px}h3{font-size:28px;line-height:36px}h4{font-size:20px;line-height:28px}h5{font-size:18px;line-height:20px}h6{font-size:16px;line-height:12px}h1,h2,h3,h4,h5,h6{font-family:--ej-font,sans-serif!important;font-style:normal;font-weight:600;color:#212121}p{font-family:--ej-font,sans-serif!important}a,p{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal}a{text-decoration:none;transition:all .4s ease-in-out;font-family:--ej-font,sans-serif}a:active,a:focus,a:hover{text-decoration:none;outline:none;color:#4bbc88;cursor:pointer}li,ol li,ul li{list-style:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.loading-bar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#5fc394,#4abc88,#3577cb);transition:width .1s ease-in-out,opacity .3s ease;z-index:1031}.loading-bar:before{content:"";display:block;width:100%;height:100%;background-color:inherit;animation:loading 1s linear infinite}.navbar-container{width:100%;background:#fff;height:85px;box-shadow:0 5px 5px rgba(0,0,0,.1);position:fixed;top:0;left:0;z-index:999}.navbar-wrapper{padding:0 75px;max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between}.navbar-logo-container{display:flex;align-items:center;justify-self:flex-start;width:-moz-fit-content;width:fit-content;height:85px}.navbar-logo-img{object-fit:cover;width:130px;height:130px}.navbar-item-container{display:flex;gap:25px;align-items:center;justify-content:center}.navbar-item{font-size:15px;font-style:normal;font-weight:400;line-height:normal;transition:all .4s ease-in-out}.menu{display:flex;justify-content:center;align-items:center}.navbar-subitem-container{background-color:#fff;display:flex;flex-direction:column;width:250px;position:absolute;top:55px;padding-top:25px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}.service-navbar-subitem-container{width:280px}.navbar-subitem-profile{width:10%!important}.subitem-wrapper{box-shadow:0 5px 5px rgba(0,0,0,.1);border-bottom-right-radius:10px;border-bottom-left-radius:10px}.navbar-subitem{font-size:15px;font-style:normal;font-weight:400;line-height:normal;height:40px;display:flex;justify-content:center;align-items:center;margin:5px}.navbar-subitem:hover{background-color:#4bbc88;color:#fff;border-radius:10px}.navbar-subitem-divider{height:1px}.nav-div-transparent{content:"";width:95%;height:1px;background-image:linear-gradient(90deg,transparent,#b6b8bc,transparent)}.About-Us{height:200px}.navbar-line{width:1px;height:40px;background:#d9d9d9}.navbar-sign-up{width:91px!important;height:35px!important;border-radius:32px!important;background:#3677cb!important;color:#fff!important;display:flex!important;justify-content:center!important;align-items:center!important;text-transform:capitalize!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important}.navbar-for{display:flex;gap:7px}.navbar-subitem-container-mobile{display:none}@media only screen and (max-width:1199px){.navbar-item-mobile-container,.navbar-wrapper{padding:0 30px}}@media only screen and (max-width:1045px){.employer-navbar-item{max-width:150px}}@media only screen and (max-width:991px){.navbar-logo-img{object-fit:cover;width:125px;height:125px}.navbar-mobile-button-container{width:45px;height:45px;display:flex;justify-content:center;align-items:center;border-radius:50%}.navbar-mobile-button-container:hover{background-color:#4bbc88;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.2);opacity:.8}.img-rot{transform:rotate(90deg);transition:all .4s ease-in-out}.navbar-item-mobile-container{position:absolute;z-index:999;left:0;top:85px;background-color:#fff;width:100%;height:-moz-fit-content;height:fit-content;min-height:250px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;box-shadow:0 5px 5px rgba(0,0,0,.1);transition:all .4s ease-in-out}.navbar-item-mobile-container a{transition:.1s ease}.navbar-item-mobile-container a:last-child{border-bottom-color:#fff!important}.navbar-mobile-item{height:40px;width:98%;background-color:#fff;text-align:center;margin:auto auto 5px;padding:10px 0;font-weight:500;font-size:16px;display:flex;align-items:flex-start;justify-content:flex-start}.nav-mobile-line{width:100%;height:1px;background-color:#d9d9d9}.aboutus-mobile,.user-mobile{position:relative;display:flex}.navbar-mobile-down-icon{position:absolute;right:0}.service-mobile{position:relative;display:flex}.navbar-subitem-container-mobile{display:flex;flex-direction:column;padding:10px 0;justify-content:center;position:absolute;top:30px;width:100%;row-gap:5px}.navbar-subitem-mobile{font-weight:600;height:30px;display:flex;justify-content:flex-start;align-items:center;width:95%;margin:auto;font-weight:500;font-size:16px;transition:.3s ease}}@media only screen and (max-width:767px){.navbar-item-mobile-container,.navbar-wrapper{padding:0 20px}}@media only screen and (max-width:350px){.navbar-mobile-item{text-align:start}.navbar-subitem-mobile{text-align:start!important;align-items:flex-start;font-size:14px}}.Footer-container{background:#4bbc88;padding-top:0;padding-bottom:5px;overflow:hidden}.Footer-container,.footer-wrapper{width:100%;height:-moz-fit-content;height:fit-content}.footer-wrapper{display:flex;flex-direction:column;margin:auto;gap:10px;max-width:1400px;padding:0 43px}.footer-logo-container{display:flex;justify-content:flex-start;align-items:center;height:150px}.footer-logo-img{width:300px;height:auto;object-fit:contain;margin:0 40px}.footer-section{display:flex;margin:auto;flex-direction:row;justify-content:flex-start;gap:15px;width:94%;height:150px;position:relative}.footer-sub-section{display:flex;flex-direction:column;justify-content:space-between;height:120px}.footer-sub-section h2{font-size:20px;font-style:normal;font-weight:500;line-height:normal;color:#fff;margin-bottom:20px}.footer-sub-section p{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:161.523%}.footer-sub-section p:hover{text-decoration:underline;transition:none!important}.sub_1{width:20%}.sub_2,.sub_3{width:12%}.sub_4{width:25%}.sub_4 p:hover{text-decoration:none}.sub_5{height:300px;margin-top:-115px!important;width:30%;position:absolute;right:5px}.footer-social-container{width:-moz-fit-content;width:fit-content;display:flex;gap:10px;margin-top:10px;align-self:flex-end;justify-content:flex-end}.footer-social-container a{cursor:pointer}.social-img{width:35px;height:35px}.subscribe{display:flex;flex-direction:column;row-gap:10px;justify-content:space-between}.subscribe p{color:#fff;font-size:14px;text-align:center}.subscribe p:hover{text-decoration:none}.subscribe-input{width:100%;height:50px;border-radius:40px;background:#fff;color:#828282;font-size:14px;padding:10px;border:0 solid #fff;outline:#fff}.subscribe-btn{border-radius:40px!important;background:#3677cb!important;color:#fff!important;font-size:14px!important;text-transform:capitalize!important;width:40%!important;align-self:flex-end}.footer-navbar{display:flex;justify-content:flex-start;gap:10px;padding:10px 40px;margin-top:15px}.footer-navbar p{color:#fff;font-size:15px;font-style:normal;font-weight:400;line-height:161.523%}.footer-navbar-line{width:1px;height:20px;background:#d9d9d9}.footer-copyright{color:#fff;text-align:center}@media only screen and (max-width:1310px)and (min-width:1199px){.sub_1{width:23%}.sub_2,.sub_3{width:13%}.sub_4{width:30%}}@media only screen and (max-width:1199px)and (min-width:992px){.footer-wrapper{padding:0 28px;width:100%}.footer-section{width:99%}.sub_1{width:25%}.sub_2{width:15%}.sub_4{width:33%}.footer-logo-img{margin:0 10px}.social-img{width:25px;height:25px}}@media only screen and (max-width:991px){.footer-wrapper{height:-moz-fit-content;height:fit-content;padding:0 23px}.footer-logo-img{margin:0 10px}.footer-section{flex-wrap:wrap;width:97%;justify-content:space-between;padding:0;row-gap:30px;margin:auto}.footer-section,.footer-sub-section{height:-moz-fit-content;height:fit-content}.footer-sub-section h5{margin-bottom:10px;font-size:20px}.footer-sub-section p{font-size:18px}.sub_1{width:40%}.sub_2,.sub_3{width:25%}.sub_4{width:55%}.sub_5{width:50%;bottom:-20px}.subscribe-input{width:90%;align-self:flex-end}.subscribe-btn{width:30%}.footer-social-container{gap:15px}.footer-navbar{justify-content:center}.social-img{width:30px;height:30px}}@media only screen and (max-width:768px){.footer-logo-img{width:250px;height:150px;margin:0 30px}.footer-section{height:-moz-fit-content;height:fit-content;justify-content:center;padding:0 10px}.sub_1{width:65%}.sub_2,.sub_3{width:25%}.sub_3{order:4}.sub_4{width:65%;justify-self:flex-end;order:3}.sub_5{width:60%;margin-top:10px!important;position:unset;order:5}.subscribe-input{width:100%}.footer-navbar{padding:10px 20px}}@media only screen and (max-width:685px){.footer-wrapper{display:none}.footer-wrapper-mobile{display:flex;flex-direction:column;margin:auto;height:-moz-fit-content;height:fit-content;width:100%;row-gap:10px}.footer-mobile-logo-img{width:350px;height:150px;object-fit:contain;margin:auto}.mobile-subscribe{height:150px;width:350px;display:flex;flex-direction:column;row-gap:5px;justify-content:space-between;margin:auto}.mobile-subscribe p{color:#fff;font-size:18px;text-align:center}.mobile-subscribe-input{width:100%;height:50px;border-radius:40px;background:#fff;color:#828282;font-size:16px;padding:10px;border:0 solid #fff;outline:#fff}.mobile-subscribe-btn{border-radius:40px!important;background:#3677cb!important;color:#fff!important;font-size:16px!important;text-transform:capitalize!important;width:50%!important;align-self:flex-end}.footer-mobile-contact-us{display:flex;flex-direction:column;justify-content:center;align-items:center;height:160px;width:100%;margin:0 auto;padding:5px}.footer-mobile-contact-us h2{font-size:22px;font-style:normal;font-weight:500;line-height:normal;color:#fff;margin-bottom:10px}.footer-mobile-contact-us p{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:161.523%}.footer-mobile-social-container{width:-moz-fit-content;width:fit-content;display:flex;gap:10px;align-self:center;justify-content:center}.social-mobile-img{width:30px;height:30px}.footer-mobile-navbar{width:100%;display:flex;flex-wrap:wrap;margin:auto;justify-content:center;align-items:center;gap:5px;padding:0 10px}.footer-mobile-navbar p{color:#fff;font-size:15px;font-style:normal;font-weight:400;line-height:161.523%}.footer-mobile-navbar-line{width:1px;height:15px;background:#d9d9d9}}@media only screen and (max-width:400px){.footer-mobile-logo-img{width:280px;height:130px;object-fit:contain;margin:auto}.mobile-subscribe{width:85%}.footer-mobile-contact-us{padding:10px;text-align:center;margin:5px auto}}@media only screen and (max-width:340px){.footer-mobile-contact-us{padding:10px;text-align:center;margin:15px auto;height:180px}}@font-face{font-family:--ej-font;src:url(/_next/static/media/Inter-VariableFont_slnt,wght.1cccc37b.ttf)}.container{max-width:1500px}.container,.home-container{min-height:50vh;margin:auto;overflow:hidden}.home-container{width:100%;background:#fff}.home-wrapper{margin-top:10px}.home-categories-section{width:100%;margin:auto;padding-top:50px;padding-bottom:0;height:-moz-fit-content;height:fit-content;background-color:#f6f5f8}.home-categories-section h2{color:#212a4d;text-align:center;font-size:28px;font-style:normal;font-weight:600;line-height:112.523%;width:80%;margin:auto}.home-employer-categories-section{min-height:400px!important;padding-bottom:10px;background-color:#fff!important}.home-top-employer-header{color:#212a4d;font-size:28px;font-style:normal;font-weight:600;line-height:112.523%;max-width:1200px;width:76%;margin:25px auto auto;text-align:center}.home-categories{width:90%;margin:auto;justify-content:center;align-items:center;display:flex;padding:50px 0;flex-wrap:wrap;gap:10px;overflow:hidden;max-width:1300px;transition:max-height .5s ease}.home-categories.expanded{max-height:1000px}.home-categories:not(.expanded){max-height:500px}.catagories-toggle-btn{margin-top:20px;padding:10px 20px;color:#3677cb;border:none;border-radius:5px;cursor:pointer;text-align:end;margin-left:auto;font-size:14px}.catagories-toggle-btn:hover{color:#4bbc88;transition:all .4s ease-in-out}.employer-home-categories{width:65%;margin:auto;justify-content:center;align-items:center;display:flex;padding:50px 0;flex-wrap:wrap;gap:10px;row-gap:25px;max-width:1200px}.home-featured-Employer-section{background:linear-gradient(180deg,#47b192,#387dc5);width:100%;position:relative;margin:auto;padding-top:50px;padding-bottom:50px;min-height:550px}.featured-Employer-text{display:flex;margin:30px auto auto;width:85%;max-width:1200px;justify-content:center;position:relative;align-items:center}.featured-Employer-text h3{color:#fff;font-size:28px;font-style:normal;font-weight:600;line-height:112.523%;text-align:center}.featured-Employer-text a{position:absolute;right:10px;color:#fff!important;font-size:15px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;cursor:pointer!important}.mobile-featured-Employer-text{display:none}.home-featured-Employer-wrapper{width:90%;margin:10px auto auto;align-items:center;justify-content:center;max-width:1300px;gap:5px;display:flex;height:450px}.swiper-featured-next-arrow,.swiper-featured-prev-arrow{position:absolute!important;width:40px!important;height:40px!important;top:50%!important;cursor:pointer!important;background-color:#4bbc88!important;border-radius:50%!important;color:#fff!important}.swiper-featured-prev-arrow{left:0!important;margin-left:20px!important}.swiper-featured-next-arrow{right:0!important;margin-right:20px!important}.swiper-load-more-btn{position:absolute!important;width:-moz-fit-content!important;width:fit-content!important;top:50%!important;cursor:pointer!important;background-color:#4bbc88!important;border-radius:15px!important;color:#fff!important;right:0!important;margin-right:5px!important;font-size:10px!important}.mobile-swiper-load-more-btn{background-color:#f4f8f9!important;display:none!important}.home-be-discoverd-header{width:100%;height:113px;margin-top:50px;display:flex;justify-content:center;align-items:center}.home-be-discoverd-header h2{color:#212a4d;font-size:35px;font-weight:600;line-height:normal}.home-be-discoverd-section{display:flex;width:90%;height:-moz-fit-content;height:fit-content;margin:50px auto 150px;justify-content:center;align-items:flex-start;row-gap:30px;max-width:1500px;position:relative}.home-be-discoverd-sub{display:flex;flex-direction:column;justify-content:center;align-items:center;width:20%;row-gap:30px}.be-discoverd-img{width:90px;height:90px}.be-discoverd-text{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:20px}.be-discoverd-text h5{color:#212a4d;font-size:24px;font-style:normal;font-weight:600;line-height:112.523%;text-transform:capitalize}.be-discoverd-text p{color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:normal;width:250px}.home-be-discover-arrow,.home-be-discover-arrow2{margin-top:20px;width:-moz-fit-content!important;width:fit-content!important;margin-left:-40px;margin-right:-40px;object-fit:contain}.home-how-ethiojobs-work-container{width:100%;overflow:hidden;background-color:#f2f2f2;padding:30px 0 10px;position:relative}.home-how-ethiojobs-work-container h1{color:#212a4d;font-size:32px;font-style:normal;font-weight:600;line-height:112.523%;text-align:center}.home-employer-video-swiper{height:500px}.home-employer-video-swiper,.home-how-ethiojobs-work-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.home-how-ethiojobs-work-wrapper{max-width:1200px;margin:auto;gap:30px;background-color:#f2f2f2}.home-how-ethiojobs-work-content{width:55%;display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;margin-top:50px}.home-how-ethiojobs-work-content h6{color:#212a4d;font-size:28px;font-style:normal;font-weight:600;line-height:120.023%;margin-bottom:10px}.home-how-ethiojobs-work-content p{color:#212a4d;font-size:20px;font-style:normal;font-weight:400;line-height:120.023%}.home-how-ethiojobs-work-video{margin-top:50px;width:-moz-fit-content!important;width:fit-content!important;height:400px;border-radius:10px}.swiper-btn-container{width:150px;display:flex;justify-content:space-between;align-items:center;background-color:transparent;margin:-40px auto auto;padding-top:2px}.swiper-video-next-arrow,.swiper-video-prev-arrow{z-index:99!important}.home-why-ethiojobs-container{width:100%;margin:auto;overflow:hidden;background-color:#fff;padding-top:50px;padding-bottom:20px}.home-why-ethiojobs-container h1{font-size:30px;font-weight:600}.home-why-ethiojobs-container h1,.home-why-ethiojobs-container h2{color:#212a4d;font-style:normal;line-height:normal;text-align:center;margin-bottom:50px}.home-why-ethiojobs-container h2{font-size:24px;font-weight:400;width:100%;margin-top:100px}.home-why-ethiojobs-wrapper{width:100%;max-width:1200px;flex-direction:column}.home-why-ethiojobs-section,.home-why-ethiojobs-wrapper{margin:auto;display:flex;justify-content:center;align-items:center}.home-why-ethiojobs-section{width:75%;gap:80px}.home-why-ethiojobs-text{width:60%}.home-why-ethiojobs-text h3{color:#000;font-size:28px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:10px}.home-why-ethiojobs-text p{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.home-why-ethiojobs-image{color:#fff;width:220px;height:220px;mix-blend-mode:multiply;background:#f4f8f9;border-radius:80% 30% 50% 50%/50%;display:flex;align-items:center;justify-content:center}.home-why-ethiojobs-img{width:210px;height:210px;object-fit:contain}.home-employer-contact-btn{border-radius:10px!important;border:1px solid #fff!important;background:#4bbc88!important;color:#fff!important;font-size:19px!important;font-style:normal!important;line-height:normal!important;text-transform:capitalize!important;width:150px!important;height:45px!important;margin-left:10px!important}@media only screen and (max-width:1199px){.home-categories-section h2{padding-bottom:15px}.home-categories{width:90%;overflow:auto}.home-categories.expanded{max-height:1100px}.catagories-toggle-btn.expanded{margin-left:10px;width:45%;text-align:end}.employer-home-categories{width:80%}.home-featured-Employer-wrapper{width:90%;gap:20px;row-gap:20px;flex-wrap:wrap}.swiper-featured-prev-arrow{margin-left:5px!important}.swiper-featured-next-arrow{margin-right:5px!important}.home-how-ethiojobs-work-container{padding:30px 10px 10px}.home-be-discoverd-section{width:100%}.home-be-discover-arrow,.home-be-discover-arrow2{width:250px!important}.be-discoverd-text h5{font-size:22px}.swiper-load-more-btn{width:40px!important;margin-right:0}}@media only screen and (max-width:991px)and (min-width:768px){.home-categories-section{padding-top:30px;position:relative;min-height:-moz-fit-content;min-height:fit-content;width:100%}.home-categories-section h2{text-align:center;font-size:30px}.employer-home-categories{width:70%;flex-wrap:wrap;margin:auto;padding:50px 0}.home-featured-Employer-wrapper{width:93%}.swiper-featured-next-arrow,.swiper-featured-prev-arrow{width:30px!important;height:30px!important}.swiper-featured-prev-arrow{margin-left:5px!important}.swiper-featured-next-arrow{margin-right:5px!important}.swiper-load-more-btn{display:none!important}.mobile-swiper-load-more-btn{background-color:#4bbc88!important;display:flex!important;color:#fff!important;margin:auto!important;justify-content:center!important}.home-be-discoverd-section{flex-direction:column;align-items:center;row-gap:120px}.be-discoverd-img{width:120px!important;height:120px!important}.home-be-discover-arrow,.home-be-discover-arrow2{transform:rotate(90deg);margin-top:unset}.home-why-ethiojobs-section{width:80%}}@media only screen and (max-width:991px){.home-categories-section{padding-top:30px;min-height:-moz-fit-content;min-height:fit-content}.home-categories{padding-top:10px;width:98%}.home-employer-video-swiper{height:-moz-fit-content;height:fit-content;padding-bottom:20px!important}.home-how-ethiojobs-work-wrapper{flex-wrap:wrap;width:100%;gap:10px}.home-how-ethiojobs-work-content{width:80%;align-items:center;padding-bottom:20px}.mobile-swiper-load-more-btn{background-color:#4bbc88!important;display:flex!important;color:#fff!important;margin:auto!important;font-size:12px!important;width:-moz-fit-content!important;width:fit-content!important;justify-content:center!important}}@media only screen and (max-width:768px){.home-categories-section{width:100%}.home-categories-section h2{text-align:center;font-size:30px}.home-categories{gap:0;width:98%}.home-categories:not(.expanded){max-height:800px}.catagories-toggle-btn.expanded{margin-left:auto;width:50%;text-align:end}.employer-home-categories{width:75%;padding:30px 0;row-gap:10px}.home-categories-swiper{width:100%;margin:20px 0;padding-top:10px;height:360px}.swiper-category-next-arrow,.swiper-category-prev-arrow{position:absolute!important;width:30px!important;height:30px!important;top:50%!important;cursor:pointer!important;background-color:#3677cb!important;border-radius:50%!important;color:#fff!important}.swiper-category-prev-arrow{left:0;margin-left:1rem!important}.swiper-category-next-arrow{right:0;margin-right:1rem!important}.home-featured-Employer-section{padding:15px 0}.home-featured-Employer-section h3{text-align:center}.home-featured-Employer-wrapper{width:98%;margin-top:0;height:430px}.featured-Employer-text{width:90%}.featured-Employer-text h3{font-size:24px}.featured-Employer-text a{font-size:14px!important;display:none}.mobile-featured-Employer-text{display:flex;justify-content:center;margin:10px 0}.mobile-featured-Employer-text a{text-align:center;color:#fff!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;cursor:pointer!important}.swiper-featured-next-arrow,.swiper-featured-prev-arrow{width:25px!important;height:25px!important}.swiper-featured-prev-arrow{margin-left:5px!important}.swiper-featured-next-arrow{margin-right:5px!important}.home-be-discoverd-header{margin-top:20px}.home-be-discoverd-header h2{font-size:24px}.home-be-discoverd-section{flex-direction:column;align-items:center;row-gap:120px;margin-top:20px;margin-bottom:100px}.be-discoverd-img{width:100px!important;height:100px!important}.be-discoverd-text h5{font-size:22px}.be-discoverd-text p{font-size:16px}.home-be-discover-arrow,.home-be-discover-arrow2{transform:rotate(90deg);margin-top:unset;width:200px!important;height:40px!important;object-fit:contain}.home-how-ethiojobs-work-wrapper{width:95%;gap:10px}.home-how-ethiojobs-work-content{width:100%}.home-how-ethiojobs-work-video{margin-top:20px}.home-why-ethiojobs-section{width:85%}.home-employer-contact-btn{margin-top:10px!important}}@media only screen and (max-width:668px){.employer-home-categories{width:85%;gap:10px;padding:30px 0;row-gap:10px}.home-how-ethiojobs-work-content h6{text-align:center}.home-how-ethiojobs-work-content p{width:95%;font-size:18px!important}.home-how-ethiojobs-work-video{height:350px}.home-why-ethiojobs-container h2{margin-top:50px}.home-why-ethiojobs-wrapper{flex-direction:column;row-gap:70px}.home-why-ethiojobs-wrapper h1{margin-bottom:20px}.home-why-ethiojobs-section{flex-direction:column-reverse;width:95%;gap:10px}.home-why-ethiojobs-section:nth-child(odd){flex-direction:column;width:95%;gap:10px}.home-why-ethiojobs-text{width:90%}.home-why-ethiojobs-text h3,.home-why-ethiojobs-text p{text-align:center}.home-why-ethiojobs-image{width:200px;height:200px}.home-why-ethiojobs-img{width:190px;height:190px}}@media only screen and (max-width:480px){.home-categories-section h2{font-size:24px}.catagories-toggle-btn.expanded{width:80%}.home-top-employer-header{font-size:24px}.employer-home-categories{width:80%}.swiper-category-next-arrow,.swiper-category-prev-arrow{top:40%!important;width:30px!important;height:30px!important}.swiper-category-prev-arrow{left:0;margin-left:2px!important}.swiper-category-next-arrow{right:0;margin-right:2px!important}.home-featured-Employer-section{padding-left:0;text-align:center}.home-featured-Employer-section h3{padding-left:0;font-size:24px}.swiper-featured-next-arrow,.swiper-featured-prev-arrow{top:55%!important;width:25px!important;height:25px!important}.swiper-featured-prev-arrow{margin-left:2px!important}.swiper-featured-next-arrow{margin-right:2px!important}.featured-Employer-text{width:95%;padding-left:0}.featured-Employer-text h3{font-size:24px}.home-featured-Employer-wrapper{height:450px}.home-be-discoverd-header h2{width:95%;font-size:24px;text-align:center}.be-discoverd-text{width:-moz-fit-content;width:fit-content}.be-discoverd-text span{font-size:20px}.home-be-discoverd-sub{width:100%}.be-discoverd-btn{padding:18px 64px}.be-discoverd-btn h5{font-size:12px}.home-how-ethiojobs-work-container h1{font-size:24px}.home-how-ethiojobs-work-content{margin-top:30px}.home-how-ethiojobs-work-content h6{font-size:22px;text-align:center}.home-how-ethiojobs-work-content p{width:100%;font-size:16px!important}.home-how-ethiojobs-work-video{width:95%!important;height:-moz-fit-content;height:fit-content}.home-why-ethiojobs-container h2{margin-top:50px;font-size:18px;margin-bottom:10px}.home-why-ethiojobs-text{width:90%}.home-why-ethiojobs-text h3{font-size:24px;text-align:center}.home-why-ethiojobs-text p{font-size:14px!important;text-align:center}.home-why-ethiojobs-image{width:150px;height:150px}.home-why-ethiojobs-img{width:120px;height:120px;object-fit:contain}.home-employer-contact-btn{width:120px!important;height:35px!important;font-size:16px!important}}@media only screen and (max-width:350px){.home-how-ethiojobs-work-content h6{font-size:20px;text-align:center}.home-how-ethiojobs-work-content p{width:100%;font-size:16px!important}}.company-container{margin-top:85px;width:100%;background-color:#f7f8fa;min-height:50vh;overflow:hidden}.company-header{border-radius:42px;height:80px;width:90%;margin:50px auto auto;display:flex;align-items:center;justify-content:flex-start;padding-left:70px;background-image:url(/Image/company/companyheader.svg);background-repeat:no-repeat;background-position:50%;max-width:1300px}.company-header h2{color:#fff;font-size:28px;font-style:normal;font-weight:500;line-height:normal}.company-wrapper{width:88%;height:-moz-fit-content;height:fit-content;margin:auto;padding-top:50px;overflow:hidden;max-width:1300px}.company-menu-wrapper{display:flex;flex-direction:column;width:100%;justify-content:center;max-width:1300px}.company-tab{width:90%;display:flex;margin:auto;min-width:450px;max-width:1300px}.company-search-field{display:flex;width:100%;gap:10px;height:-moz-fit-content;height:fit-content;padding-top:7px;max-width:800px}.company-listing-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;gap:30px;padding-top:50px;margin:auto;max-width:1400px;padding-bottom:10px}.company-search-listing-container{margin:10px 0 30px}.company-middle-hero{width:95%;margin:30px auto auto;border-radius:21px;background:linear-gradient(180deg,#47b192,#387dc5);position:relative;display:flex;justify-content:space-around;align-items:center;height:250px}.company-middle-hero h3{color:#f8f8f8;font-size:22px;font-style:normal;font-weight:700;line-height:normal;width:60%}.company-listing-vector{position:absolute;left:0;bottom:0}.company-listing-middle-vector{z-index:9}.company-listing-middle-btn{border-radius:29px!important;background:#4bbc88!important;display:flex!important;width:170px!important;height:56px!important;padding:13px 39px!important;justify-content:center!important;align-items:center!important;color:#fff!important;font-size:14px!important;font-style:normal!important;font-weight:500!important;line-height:normal!important;text-transform:capitalize!important}.company-listing-middle-btn:hover{background:#3677cb!important;transition:all .4s ease-in-out}.company-pagination{width:-moz-fit-content!important;width:fit-content!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:15px!important;margin:auto auto 30px!important}.company-filter-container{position:absolute;margin-top:50px;max-width:540px;width:38.5%}.company-loader{height:500px}.company-empty-message,.company-error-message,.company-loader{margin:auto;display:flex;justify-content:center;align-items:center;width:100%;max-width:1300px}.company-empty-message,.company-error-message{height:400px;font-size:large;font-weight:500}@media only screen and (min-width:1440px){.company-header{width:90%}}@media only screen and (max-width:1199px)and (min-width:992px){.company-header{width:90%;padding-left:40px}.company-wrapper{width:100%}.company-tab{width:95%}.company-listing-container{gap:20px}}@media only screen and (max-width:991px){.company-container{margin-top:85px}.company-header{width:100%;height:80px;border-radius:0;margin-top:0;padding-left:80px;align-items:center;background-image:url(/Image/company/companyheadermobile.svg);background-size:cover}.company-header h2{font-size:20px}.company-wrapper{width:97%}.company-tab{width:100%}.company-middle-hero{height:200px}.company-middle-hero h3{font-size:18px;width:50%}.company-listing-middle-vector{width:120px;height:120px}.company-listing-middle-btn{width:150px!important;height:50px!important;padding:10px 30px!important;font-size:12px!important}.company-filter-container{width:40%}.company-loader{margin-top:30px;width:95vw}.company-empty-message,.company-error-message{margin-top:30px;width:100%}}@media only screen and (max-width:768px){.company-container{background:#f7f8fa}.company-wrapper{width:100%}.company-mobile-menu-wrapper{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:center;gap:5px;margin:auto auto 10px}.company-mobile-search{width:95%;margin:auto;border-radius:10px;border:1px solid #cacaca;background:#fff;display:flex;align-items:center}.company-mobile-filter-container{width:95%;margin:auto}.company-mobile-tab{width:98%;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.company-listing-container{gap:15px}}@media only screen and (max-width:767px){.company-header{padding-left:25px}.company-mobile-tab{width:95%}.company-listing-container{padding-top:30px;gap:20px}.company-middle-hero{height:150px}.company-middle-hero h3{font-size:12px;width:40%}.company-listing-middle-vector{width:90px;height:90px}.company-listing-middle-btn{width:90px!important;height:30px!important;padding:10px 30px!important;font-size:10px!important}.company-pagination{padding:5px!important}}@media only screen and (max-width:480px){.company-tab{width:60%;flex-direction:column;background-color:#cacaca}.company-middle-hero{height:-moz-fit-content;height:fit-content;flex-direction:column;row-gap:20px;padding:20px}.company-middle-hero h3{font-size:12px;width:100%}.company-listing-middle-vector{width:90px;height:90px}.company-listing-middle-btn{width:130px!important;height:40px!important;padding:10px 20px!important;font-size:12px!important}}.company-detail-container{padding-top:85px;width:100%;background-color:#f2f2f2;overflow:hidden;max-width:100%;min-height:50vh;margin:auto}.company-detail-information-section{position:relative;width:88.5%;height:350px;border-radius:10px;margin:65px auto 50px;max-width:1400px}.company-detail-company-logo,.company-detail-information-section{background-color:#fff;box-shadow:0 8px 16px 0 rgba(171,190,209,.4);display:flex}.company-detail-company-logo{position:absolute;width:150px;height:150px;border-radius:50%;justify-content:center;align-items:center;left:44.2%;top:25%;overflow:hidden}.company-detail-logo{object-fit:contain;width:150px;height:150px}.company-detail-logo-fallback{background-color:#fff;color:#fff;border-radius:0 10px 0 10px;font-size:38px!important;text-align:center;text-transform:uppercase}.company-detail-information-sub-section_1{width:50%;background-repeat:no-repeat;background-position:50%;background-size:cover;border-top-left-radius:10px;border-bottom-left-radius:10px}.company-detail-information-sub-section_2{width:50%;padding-top:50px;padding-left:100px}.company-detail-information-wrapper{background-color:#fff;height:250px;display:flex;flex-direction:column;margin:auto;align-items:flex-start;row-gap:20px;justify-content:center;font-style:normal;line-height:normal}.company-detail-information-wrapper h3{font-size:28px;font-weight:500;text-align:left}.company-detail-information-wrapper p{font-size:14px;font-weight:400;width:80%;color:#000!important}.company-detail-information-wrapper .heading1{font-size:28px;font-weight:500;text-align:flex-start;line-height:1.2}.company-detail-information-wrapper .company-tag{display:inline-flex;padding:4px 25px;justify-content:center;align-items:center;gap:10px;border-radius:22px;background:#856ec1;color:#fff;font-size:12px;font-weight:600;letter-spacing:.65px;text-transform:uppercase}.company-detail-information-wrapper ul{display:flex;flex-direction:column;row-gap:15px;align-items:flex-start}.company-detail-information-wrapper li{display:flex;gap:10px;align-items:center}.company-detail-information-wrapper li,.company-details-website{color:#000;font-size:14px;font-weight:600}.company-detail-social{display:flex;gap:10px;position:absolute;right:0;bottom:10;margin-right:30px}.company-detail-tab{border-bottom:1px solid #fff;width:100%;margin:auto;max-width:1300px}.company-detail-description-section{width:85%;display:flex;align-items:flex-start;margin:50px auto 20px;gap:20px;max-width:1300px}.company-detail-text{width:100%;border-radius:10px;background:#fff;box-shadow:0 6px 5px 0 rgba(171,190,209,.3);padding:50px}.company-detail-text h5{color:#2a3240;font-size:22px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:20px}.company-detail-text p{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:10px 0}.company-detail-text h1,.company-detail-text h2,.company-detail-text h3{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin:10px 0}.company-detail-text ol li,.company-detail-text ul li{margin:5px 15px;list-style:circle}.company-detail-text div,.company-detail-text div p,.company-detail-text ol li,.company-detail-text ul li{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.company-detail-text div p{margin:10px 0}.company-detail-text div h1,.company-detail-text div h2,.company-detail-text div h3{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin:10px 0}.company-detail-text div ol li,.company-detail-text div ul li{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:5px 15px;list-style:circle}.company-detail-videos-container{width:80%;margin:0 auto auto;height:450px;border-radius:10px;background:#fff;box-shadow:0 8px 16px 0 rgba(171,190,209,.4);padding:50px;display:flex;align-items:center;justify-content:center}.company-detail-video{width:100%;height:100%}.company-detail-images-section{width:85%;margin:auto;padding:20px 0;max-width:1300px;display:flex;justify-content:center;align-items:center}.company-detail-image-contanier{border-radius:10px;background:#fff;box-shadow:0 6px 5px 0 rgba(171,190,209,.3);display:flex;justify-content:space-between;width:-moz-fit-content;width:fit-content;max-width:100%;gap:20px;padding:40px}.company-detail-image-sub-1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:10px;min-width:35%;margin:auto;width:-moz-fit-content;width:fit-content}.company-detail-img-1{width:100%!important;object-fit:cover;border-radius:10px}.company-detail-image-sub-2{width:100%;max-width:750px;height:100%}.company-detail-img-2{width:100%!important;height:500px!important;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:contain}.company-detail-location-section{width:85%;background-color:#fff;padding:50px;border-radius:10px;box-shadow:0 6px 5px 0 rgba(171,190,209,.3);gap:20px;max-width:1300px;margin:auto auto 20px}.company-detail-location-section h3{color:#000;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.company-detail-location-wrapper{display:flex;height:200px;margin-top:20px}.company-detail-location-description{border-top-left-radius:10px;border-bottom-left-radius:10px;background:#efefef;width:100%;padding:10px 10px 10px 30px;display:flex;flex-direction:column;justify-content:center;row-gap:20px;position:relative;overflow:auto;height:100%}.company-detail-location-description p{color:#000;font-size:16px;font-weight:400}.address-container{display:flex;flex-wrap:wrap;gap:5px}.address_location_description{width:100%;display:flex;gap:3px;align-items:center}.company-detail-location-map-container{width:100%}.company-detail-location-map{width:100%;height:100%;border-top-right-radius:10px;border-bottom-right-radius:10px;border-top:#000;border-left:#000}.company-detail-benefits-sections{width:85%;background-color:#fff;padding:50px;border-radius:10px;box-shadow:0 6px 5px 0 rgba(171,190,209,.3);display:flex;gap:20px;max-width:1300px;margin:auto auto 40px;display:block}.company-detail-benefits-sections h3{color:#000;font-size:24px;font-style:normal;font-weight:600;line-height:normal;padding-left:10px;text-align:center}.company-detail-benefits-wrapper{flex-wrap:wrap;gap:15px;width:100%;padding:10px;margin:20px 0}.benefit-card,.company-detail-benefits-wrapper{display:flex;justify-content:center;align-items:center}.benefit-card{border-radius:21px;background:#f4f8f9;height:150px;width:15%;flex-direction:column;row-gap:20px;padding:5px}.benefit-card h6{color:#212a4d;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.benefit-img{width:50px!important;height:50px!important}.company-detail-now-hiring-section{width:100%;padding-top:50px;min-height:500px;max-width:1500px;margin:auto}.now-hiring-wrapper{width:80%;margin:auto;padding-bottom:20px}.company-detail-job-header{display:flex;align-items:center;justify-content:space-between;width:100%}.company-detail-job-header h3{color:#2a3240;font-size:28px;font-style:normal;font-weight:600;line-height:normal;width:50%}.company-detail-search-field{display:flex;width:50%;gap:10px;height:-moz-fit-content;height:fit-content;max-width:800px}.company-detail-job-card-container{width:100%;margin-top:30px;display:flex;flex-direction:column;row-gap:20px;margin-bottom:10px}.company-detail-blog-container{width:100%;min-height:500px;max-width:1300px;margin:auto auto 40px}.company-detail-blog-wrapper{display:flex;width:92%;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap;padding-top:50px;margin:auto}.company-detail-team-container{width:100%;min-height:500px;max-width:1200px;margin:auto auto 40px;padding-top:50px}.company-detail-team-container h3{color:#2a3240;font-size:22px;font-style:normal;font-weight:600;line-height:normal;text-align:center}.company-detail-team-wrapper{display:flex;width:100%;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;padding-top:50px}.team-card{width:24%;height:380px;display:block;border-radius:10px;background:#fff;box-shadow:0 6px 12px 0 rgba(171,190,209,.3);padding:10px;overflow:hidden;cursor:pointer;position:relative;margin-bottom:20px}.team-card h5{font-size:20px;font-weight:600;text-transform:capitalize}.team-card h5,.team-card h6{font-style:normal;line-height:normal;margin:10px}.team-card h6{font-size:16px;font-weight:500}.team-card p{font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin:10px}.team-img{width:180px!important;height:180px!important;margin:10px auto auto}.team-card-social-container{position:absolute;bottom:5px;display:flex;gap:5px;align-items:center;justify-content:center;width:100%}.team-card-social-container a:active,.team-card-social-container a:focus,.team-card-social-container a:hover{color:unset!important}.team-modal-card h5{font-size:20px;font-weight:600}.team-modal-card h5,.team-modal-card p{color:#19184b;text-align:center;font-style:normal;line-height:normal}.team-modal-card p{font-size:15px;font-weight:500}.team-modal-card h6{font-size:15px;font-style:normal;font-weight:400;line-height:normal;padding:20px}.team-modal-img{width:200px!important;height:200px!important}.team-modal-sec_1{display:flex;width:100%;align-items:center;gap:50px;position:relative;padding:20px}.team-modal-sec_2{display:flex;flex-direction:column;row-gap:7px;justify-content:center;align-items:center}.team-modal-social{position:absolute;right:0;bottom:0;display:flex;gap:5px;align-self:flex-end;padding:20px}.team-modal-description{text-align:justify;text-align-last:start}.team-modal-video{width:100%;height:400px;padding:20px}.company-detail-team-quote-container{width:100%;height:400px;overflow:hidden;margin-bottom:40px;padding-top:50px}.quote-wrapper{max-width:1200px;width:90%;height:350px;gap:20px;border-radius:15px}.quote-image-container,.quote-wrapper{margin:auto;display:flex;overflow:hidden}.quote-image-container{width:-moz-fit-content;width:fit-content;max-width:50%}.quote-image{width:380px;height:380px;object-fit:contain}.quote-content{width:-moz-fit-content;width:fit-content;max-width:50%;overflow:hidden;display:flex;flex-direction:column;row-gap:15px;align-items:flex-start;justify-content:flex-start;margin:auto;padding:10px}.quote-content h4{font-size:24px;font-weight:500}.quote-content h5{font-size:18px;font-weight:500}.quote-content h6{font-size:16px;font-weight:500}@media only screen and (max-width:1199px)and (min-width:992px){.company-detail-company-logo{left:42%}.company-detail-benefits-sections,.company-detail-description-section,.company-detail-images-section,.company-detail-location-section{width:90%}.company-detail-image-contanier{margin-top:0;justify-content:space-between;row-gap:20px;width:100%}.company-detail-img-2{object-fit:contain}.benefit-card{width:30%}.company-detail-team-wrapper{justify-content:center;gap:20px}.team-card{width:30%}.team-card h5{text-align:center}}@media only screen and (max-width:991px){.company-detail-information-section{height:380px}.company-detail-company-logo{left:40%}.company-detail-description-section{flex-wrap:wrap}.company-detail-text,.company-detail-videos-container{width:100%}.company-detail-image-contanier{justify-content:center;row-gap:20px;padding:0;width:100%;margin:10px 0}.company-detail-img-2{object-fit:contain}.benefit-card{width:30%}.company-detail-team-wrapper{justify-content:center;gap:20px}.team-card{width:30%}.team-card h5,.team-card h6{text-align:center}.team-card p{height:60px;overflow:hidden}.company-detail-team-quote-container,.quote-wrapper{height:-moz-fit-content;height:fit-content}.quote-wrapper{flex-direction:column}.quote-content,.quote-image-container{max-width:unset}.quote-content{align-items:center;justify-content:center}.quote-content h4,.quote-content h5,.quote-content h6{text-align:center}}@media only screen and (max-width:768px){.company-detail-information-section{background-color:unset;width:100%;height:-moz-fit-content;height:fit-content;margin:unset;border-radius:0;box-shadow:none;flex-direction:column;row-gap:30px;margin-bottom:40px}.company-detail-information-sub-section_1{width:100%;height:239px;border-top-left-radius:0;border-bottom-left-radius:0}.company-detail-information-sub-section_2{width:100%;padding-top:20px;padding-left:0;height:-moz-fit-content;height:fit-content}.company-detail-information-wrapper{background-color:unset;align-items:center;height:-moz-fit-content;height:fit-content}.company-detail-information-wrapper p{text-align:center}.company-detail-company-logo{display:none}.company-detail-mobile-company-logo{width:170px;height:170px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 8px 16px 0 rgba(171,190,209,.4);overflow:hidden}.company-detail-social{gap:15px;position:unset;justify-content:center;margin-top:25px;margin-right:0}.company-detail-description-section{width:95%;flex-direction:column}.company-detail-text{width:100%;padding:50px 10px 40px}.company-detail-text h5{width:100%;text-align:center}.company-detail-text p{width:100%;font-size:12px}.company-detail-videos-container{width:100%;margin:0 auto auto;height:350px;padding:5px}.company-detail-images-section{width:95%;margin:auto;padding:20px 0}.company-detail-image-contanier{flex-direction:column;padding:15px}.company-detail-img-2{height:350px!important}.company-detail-location-section{width:95%;padding:20px;gap:20px;flex-direction:column}.address-container{width:100%;left:2%}.address{width:100%}.company-detail-benefits-sections{width:95%;padding:20px;gap:10px;flex-wrap:nowrap}.company-detail-benefits-wrapper{gap:10px;width:100%;padding:5px}.benefit-card{width:30%;padding:5px}.company-detail-blog-wrapper{justify-content:center}.now-hiring-wrapper{width:95%}.company-detail-job-header h3{font-size:20px}.company-detail-team-container{width:95%}.team-card{width:30%}}@media only screen and (max-width:767px){.company-detail-text h5{font-size:20px}.company-detail-location-description p{font-size:14px}.company-detail-team-container{width:100%}.team-card{width:45%}}@media only screen and (max-width:610px){.company-detail-location-section h3{text-align:center}.company-detail-location-section{padding:10px}.company-detail-location-wrapper{flex-direction:column;height:-moz-fit-content;height:fit-content}.company-detail-location-description{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;row-gap:10px;padding:30px 10px 20px}.company-detail-location-map{border-top-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.company-detail-job-header{flex-direction:column;row-gap:20px}.company-detail-job-header h3{width:100%;text-align:center}.company-detail-search-field{width:100%}.team-card{width:55%}}@media only screen and (max-width:480px){.company-detail-information-wrapper h3{font-size:22px}.company-detail-image{width:300px;height:200px}.company-detail-img-2{height:300px!important}.benefit-card{width:90%;padding:5px}.team-card{width:90%}.team-modal-card h5{font-size:18px}.team-modal-card p{font-size:14px}.team-modal-card h6{font-size:14px;width:100%;padding:0}.team-modal-sec_1{flex-direction:column;gap:20px;padding:20px}.team-modal-social{padding:10px}.team-modal-video{width:100%;height:300px;padding:5px;margin-top:20px}.team-modal-description{text-align:start}.quote-wrapper{width:95%}.quote-image-container{max-width:unset}.quote-image{width:300px;height:300px}.quote-content h4{font-size:22px;text-align:center}}.signupcontainer{max-height:300vh;margin:150px auto 50px}.signcontainer,.signupcontainer{display:flex;font-weight:400;text-transform:none;font-size:12px;color:"#545D6F";text-align:center;max-width:1200px;justify-content:"center"}.signcontainer{flex-direction:column;height:800px;margin:100px auto}.resetcontainer{display:flex;font-weight:400;text-transform:none;font-size:12px;color:"#545D6F";text-align:center;max-width:1200px;height:756px;margin:50px auto;justify-content:"center"}.jobcardcontainer{grid-template-columns:1.5fr 3fr 1fr;grid-template-areas:"nav nav nav nav" "sidebar main main asidebar" "sidebar footer footer asidebar";grid-gap:.2rem;color:#545d6f;margin:26px auto 0;padding-bottom:20px}.jobcardcontainer,.joblistingcontainer{display:grid;font-weight:400;text-transform:none;font-size:12px;text-align:center;max-width:1200px}.joblistingcontainer{grid-template-columns:1fr .75fr .75fr 1fr;grid-template-rows:0fr .6fr;grid-template-areas:"nav nav nav nav" "main main main sidebar ";grid-gap:.2rem;color:"#545D6F";margin:auto;background-color:#fff}.subcontainerside{display:grid;max-width:300px;margin:auto}.subcontainermain{display:grid;max-width:900px;margin:auto}.headerListing{height:380px;background-Size:cover;background-position:50%;background-Repeat:no-repeat;z-index:-10;margin-top:80px}.sub_div{position:relative;margin-top:-175px;width:100%}header{margin-bottom:0}.headerbandinggpage{height:300px;background-image:url(/_next/static/media/employerBranding.06fae267.svg);background-Size:cover;background-Position:50%;background-Repeat:no-repeat;margin-top:60px}.headerpage{height:250px;background-image:url(/_next/static/media/jobheader.725b13c5.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;margin-top:90px;margin-bottom:10px}.headerfaqpage{height:350px;background-image:url(/_next/static/media/FAQ.eef2678b.svg);background-Size:cover;background-Position:50%;background-Repeat:no-repeat;margin-top:60px}main{border-radius:var(--main-radius);padding-top:var(--main-padding);margin-left:15px;margin-right:15px}#asidebar{grid-area:asidebar;max-width:210px;margin:0 auto}#sidebar{grid-area:sidebar;border-radius:var(--main-radius);padding-top:var(--main-padding);max-width:400px}footer{display:none}@media only screen and (min-width:601px)and (max-width:1024px){.jobcardcontainer{grid-template-columns:1fr;grid-template-rows:0fr 0fr 0fr 0fr;grid-template-areas:"nav" "sidebar" "main" "footer" "asidebar"}@-moz-document url-prefix(){.jobcardcontainer{grid-template-rows:0fr}}.joblistingcontainer{grid-template-columns:1fr;grid-template-rows:.2fr 0fr 0fr 0fr;grid-template-areas:"nav" "sidebar" "main"}@-moz-document url-prefix(){.joblistingcontainer{grid-template-rows:.1fr 0fr 0fr .1fr}}header{border-radius:0;width:93%;margin:2% auto}.headerpage{height:250px;background-image:url(/_next/static/media/jobheader.725b13c5.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;max-width:1200px}.logo{margin-left:40px;margin-right:40px}#sidebar{padding-left:60px;padding-right:60px}}@media only screen and (max-width:600px){.headerpage{height:220px;border-radius:0;background-image:url(/_next/static/media/jobheader.725b13c5.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;margin-top:0}.headerListing{height:380px;background-image:url(/_next/static/media/smallscreenPPl.486d906e.png);background-Size:cover;background-position:50%;background-Repeat:no-repeat;z-index:-10}.jobcardcontainer{grid-template-columns:1fr;grid-template-rows:0fr 0fr 0fr 0fr;grid-template-areas:"nav" "sidebar" "main" "footer" "asidebar"}@-moz-document url-prefix(){.jobcardcontainer{grid-template-rows:0fr 0fr 0fr 0fr}}.joblistingcontainer{margin:auto;max-width:600px;grid-template-columns:1fr;grid-template-rows:0fr 0fr 0fr 0fr;grid-template-areas:"nav" "sidebar" "main"}@-moz-document url-prefix(){.joblistingcontainer{grid-template-rows:0fr 0fr 0fr 0fr}}header{border-radius:0;margin:0 auto}#sidebar{padding-left:25px;padding-right:5px}}@media print{@page{size:A4;margin:0}.hide-on-print{display:none}.print-font-size{font-size:10pt}.headerListing{background:linear-gradient(180deg,#4bbc88,rgba(0,0,0,.5))!important;print-color-adjust:exact;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact}.Footer-container,.navbar-container{display:none}.joblistingcontainer{margin:auto;grid-template-columns:1fr .75fr .75fr 3fr;grid-template-rows:0fr .6fr;grid-template-areas:"main main main sidebar" "main main main sidebar "}@-moz-document url-prefix(){.joblistingcontainer{grid-template-rows:0fr 0fr 0fr 0fr}}header{border-radius:0;width:93%;margin:2% auto}.logo{margin-left:40px;margin-right:40px}#sidebar{padding-left:10px;padding-right:10px}}.advice-container{padding-top:85px;width:100%;background-color:#fff;min-height:50vh;margin:auto;overflow:hidden}.advice-hero-section{width:100%;height:35vh;display:flex;background:#e8efec}.advice-hero-section-sub1{width:50%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;row-gap:10px;padding-left:10%}.advice-hero-section-sub1 h5{color:#4bbc88;font-size:22px;font-style:normal;font-weight:600;line-height:21px;letter-spacing:.22px;width:50%}.advice-hero-section-sub1 h2{color:#2a2a2a;font-size:30px;font-style:normal;font-weight:500;line-height:120.023%;text-transform:capitalize;width:80%}.advice-hero-section-sub1 .heading1{color:#4bbc88;font-size:22px;font-style:normal;font-weight:600;line-height:21px;letter-spacing:.22px;width:50%}.advice-hero-section-sub1 .heading2{color:#2a2a2a;font-size:30px;font-style:normal;font-weight:500;line-height:120.023%;text-transform:capitalize;width:80%}.advice-hero-section-sub2{width:50%;background:#bea9f3;border-top-left-radius:30%;position:relative}.advice-blue-img{position:absolute;width:80%;height:35vh;background:url(/_next/static/media/Vector.5d071897.svg);background-repeat:no-repeat;background-position:0;background-size:cover;left:-10%}.advice-green-img{position:absolute;bottom:0;width:60%;height:30vh;left:35%;background:url(/_next/static/media/Vectorgreen.47530e71.svg);background-repeat:no-repeat;background-position:0;background-size:contain}.advice-wrapper{background-color:#fff;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;padding:0 75px;margin:50px auto;max-width:1400px}.blog-pagination{width:-moz-fit-content!important;width:fit-content!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:15px!important;margin:auto auto 30px!important}@media only screen and (max-width:991px){.advice-hero-section-sub1{width:50%;padding-left:5%}.advice-hero-section-sub1 h5{font-size:22px;width:70%}.advice-hero-section-sub1 h2{font-size:28px;width:85%}.advice-hero-section-sub2{width:50%;background:#bea9f3;border-top-left-radius:38%}.advice-blue-img{width:90%}.advice-green-img{width:60%;height:30vh;right:0;left:unset;background-size:cover}.advice-wrapper{padding:0 40px}}@media only screen and (max-width:768px){.advice-hero-section-sub2{background:unset;border-top-left-radius:38%}.advice-blue-img{width:100%;left:unset;right:0}.advice-wrapper{padding:0 20px}}@media only screen and (max-width:481px){.advice-wrapper{padding:0 10px}.advice-hero-section-sub1{width:80%;padding-left:5%}.advice-hero-section-sub1 h5{font-size:18px;width:100%}.advice-hero-section-sub1 h2{font-size:22px;width:100%}.advice-blue-img{width:90%;left:unset;right:0}.advice-green-img{height:20vh}.blog-pagination{padding:5px!important}}.advice-detail-container{margin:100px auto auto;width:100%;overflow:hidden;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1400px;padding:0 75px 100px}.advice-detail-wrapper-container{display:flex;justify-content:center;align-items:center;gap:40px}.advice-detail-wrapper{margin-top:5px;flex:1 1;align-self:flex-start}.recommended-card-container-mobile{display:none}.recommended-card-container{flex:0 0 320px;display:flex;justify-content:flex-start;flex-wrap:wrap;flex-direction:column;box-sizing:border-box;align-self:flex-start;margin:100px auto 20px}.recommended-card-content{width:100%;align-self:flex-start;box-sizing:border-box;background:#feffff;border:3px solid #fff;box-shadow:0 2px 17px 1px rgba(0,0,0,.08);border-radius:20px}.blog-body-images{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,1fr);align-items:center}.blog-body-image{width:100%;height:auto;object-fit:cover}.blog-body-single-image{grid-column:span 2;aspect-ratio:2/1}.advice-detail-breadcrumb{font-size:16px;font-weight:300;letter-spacing:.32px}.advice-detail-breadcrumb,.advice-detail-title{color:#000;font-style:normal;line-height:normal}.advice-detail-title{margin-top:50px;font-size:33px;font-weight:500;letter-spacing:.825px}.advice-detail-line{width:80%;height:7px;background:#eee;margin-top:30px}.advice-detail-header{display:flex;justify-content:space-between;align-items:flex-end}.advice-detail-author{margin-top:50px;font-size:16px;font-weight:300;letter-spacing:.45px}.advice-detail-author,.advice-min-and-date{color:#000;font-style:normal;line-height:normal}.advice-min-and-date{font-size:14px;font-weight:200;letter-spacing:.375px}.advice-detail-image-container{width:100%;display:flex;justify-content:center;align-items:center}.advice-detail-image{margin:15px 0 0;width:100%!important;height:auto;object-fit:cover}.advice-detail-content{margin:50px 0}.advice-detail-content p{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.375px;margin:20px 0}.advice-detail-content h1,.advice-detail-content h2,.advice-detail-content h3{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.375px}.advice-detail-content li{color:#000;font-size:15px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.375px;margin:20px 0}.recent-blogs-container{display:flex;flex-direction:column;width:100%}.recent-blogs-container h2{font-size:1.6rem;font-weight:700;color:#333;margin-bottom:2rem;text-align:start}.recent-blogs-wrapper{display:flex;flex-direction:row;gap:1rem;width:100%;margin-top:20px}.advice-card-container{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.recommended-card-container{display:none}.recommended-card-container-mobile{display:block;margin-top:100px;margin-bottom:100px}}@media(max-width:768px){.recent-blogs-wrapper{display:flex;flex-direction:column;width:100%}}@media(max-width:600px){.advice-detail-container{padding:10px;margin:auto}.advice-detail-wrapper-container{margin-top:50px;flex-direction:column;gap:10px}.advice-detail-header{flex-direction:column;justify-content:start;align-items:start}.advice-detail-social-icons{margin-top:1.5rem}.blog-body-images{grid-template-columns:1fr}.recent-blogs-container{width:100%}}@media only screen and (max-width:1199px){.advice-detail-container{display:flex;flex-direction:column;align-items:center}}@media only screen and (max-width:481px){.advice-detail-author,.advice-detail-breadcrumb{font-size:12px}.advice-detail-title{font-size:18px;margin-top:150px}.advice-detail-line{width:100%;margin-top:20px}.advice-detail-author{margin-top:30px}.advice-detail-image-container{width:100%;height:300px}.advice-detail-image{margin:30px 0;width:100%!important;height:auto!important;object-fit:cover}.advice-detail-content p{font-size:12px}.advice-detail-content h1,.advice-detail-content h2,.advice-detail-content h3{font-size:22px}.advice-detail-content li{font-size:14px}}.usercardcontainer{display:grid;max-width:1200px;grid-template-columns:300px 620px 280px;grid-template-rows:auto;font-weight:400;text-transform:none;color:#545d6f;text-align:center;margin:150px auto 0;overflow:auto;padding-bottom:20px;overflow:hidden;position:relative;grid-template-areas:"sidebar nav nav" "sidebar main aside" "sidebar footer aside";grid-gap:0;width:100%;min-height:300px}.usercardcontainer::-webkit-scrollbar{display:none}.usercardcontainer{scrollbar-width:thin;scrollbar-color:transparent transparent;-ms-overflow-style:none}header{grid-area:nav;border-radius:50px;padding-top:1%;margin-bottom:20px}main{grid-area:main}.headeruserprofile{height:60px;border-radius:50px;background-image:url(/_next/static/media/userheader.c88d7c95.png);background-Repeat:no-repeat;margin-left:30px;background-color:#fff;width:"1000px"}.bkgImage,.headeruserprofile{background-Size:cover;background-Position:50%}.bkgImage{background-image:url(/_next/static/media/recom1.5a6ee1e9.png);width:250px;height:137px;border-radius:10px}#sidebarprof{grid-area:sidebar;padding:2px;position:-webkit-sticky;position:sticky}aside{grid-area:aside;padding-top:var(--main-padding);border-radius:0 20px 20px 0;background-color:#f4f4f4}footer{grid-area:footer;justify-content:center;display:flex;max-height:400px}@media only screen and (min-width:601px)and (max-width:1020px){.usercardcontainer{margin:80px auto 0;grid-template-columns:1fr;grid-template-rows:0fr;grid-template-areas:"sidebar" "nav" "main" "footer" "aside"}.headeruserprofile{width:90%;height:75px}main{grid-area:main;margin-right:20px}#aside{padding-left:25px;padding-right:5px}#sidebarprof{grid-area:sidebar}.custom-slider .slick-next,.custom-slider .slick-prev{background-color:#afaeae;border-radius:50%}}@media only screen and (max-width:600px){.usercardcontainer{grid-template-columns:1fr;grid-template-rows:0fr;grid-template-areas:"sidebar" "nav" "main" "footer" "aside"}.headeruserprofile{height:75px;background-image:url(/_next/static/media/userheader.c88d7c95.png);background-Size:cover;background-Position:50%;background-Repeat:no-repeat;width:90%;margin-left:0}.custom-slider .slick-next,.custom-slider .slick-prev{background-color:#afaeae;border-radius:50%}main{grid-area:main}#aside{padding-left:25px;padding-right:5px;border-radius:0 20px 20px 0}}.drop-file-input{position:relative;width:400px;height:200px;border:2px dashed var(--border-color);border-radius:20px;display:flex;align-items:center;justify-content:center;background-color:var(--input-bg)}.drop-file-input input{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.drop-file-input.dragover,.drop-file-input:hover{opacity:.6}.drop-file-input__label{text-align:center;color:var(--txt-second-color);font-weight:600;padding:10px}.drop-file-input__label img{width:100px}.drop-file-preview{margin-top:30px}.drop-file-preview p{font-weight:500}.drop-file-preview__title{margin-bottom:20px}.drop-file-preview__item{position:relative;display:flex;margin-bottom:10px;background-color:var(--input-bg);padding:15px;border-radius:20px}.drop-file-preview__item img{width:50px;margin-right:20px}.drop-file-preview__item__info{display:flex;flex-direction:column;justify-content:space-between}.drop-file-preview__item__del{background-color:var(--box-bg);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);box-shadow:var(--box-shadow);cursor:pointer;opacity:0;transition:opacity .3s ease}.drop-file-preview__item:hover .drop-file-preview__item__del{opacity:1}.ql-editor{min-height:100px;line-height:1.5;min-height:6}.about-container{min-height:50vh;margin:auto;overflow:hidden;width:100%;background:linear-gradient(0deg,#e8efec 17.99%,rgba(232,239,236,0) 84.74%);padding-top:125px;position:relative}.about-bigger-vector{position:absolute;right:0;z-index:0}.about-smaller-vector{position:absolute;left:0;z-index:0;top:20%}.about-wrapper{max-width:1300px;width:100%;margin:auto;background:transparent}.about-information-section{margin:auto auto 20px;width:100%;display:flex;gap:20px;z-index:9;max-width:1200px}.about-banner-img{z-index:9;width:100%;height:100%;max-height:500px;background-image:url(/Image/about/about_banner.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.about-information-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;row-gap:20px;width:100%}.about-information-content h1{color:#000;font-size:50px;font-style:normal;font-weight:400;letter-spacing:1.375px;margin-top:0;text-align:center}.about-information-content h3{color:#000;font-size:40px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;text-align:center}.about-information-content h3 span{color:#64c498;font-size:375x;font-style:normal;font-weight:700;line-height:normal}.about-information-content p{color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:155.017%;margin-top:20px;width:90%;text-align:justify}.about-information-social{align-self:flex-end;justify-self:flex-end;display:flex;gap:10px;margin-top:30px;margin-right:60px}.about-information-social a:hover{color:inherit!important}.about-our-team-section{margin:80px auto 100px;width:95%;max-width:1200px}.about-our-team-section h3{color:#000;font-size:37px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.925px;text-align:center}.about-our-team-wrapper{flex-wrap:wrap;width:100%;gap:20px;margin:70px auto auto}.about-our-team-wrapper,.about-team-container{display:flex;justify-content:center;align-items:center}.about-team-container{position:relative;width:30%;height:400px;flex-direction:column}.about-team-container h6{font-size:20px;font-weight:600;margin-top:10px}.about-team-container h6,.about-team-container p{color:#3d3d3d;font-style:normal;line-height:normal;cursor:pointer}.about-team-container p{font-size:15px;font-weight:400}.about-team-image-container{width:250px;height:250px;border-radius:50%;background:#d9d9d9;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer}.team-arc{position:absolute;right:-15px;margin-right:0;top:0}.team-line{background:#3d3d3d;height:1px;width:120px;margin:5px 0}.about-our-value-text-section{background:linear-gradient(180deg,#47b192,#387dc5);width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:350px}.about-our-value-text-section h1{color:#fff;text-align:center;font-size:48px;font-style:normal;font-weight:700;line-height:21px;letter-spacing:1.2px}.about-our-value-text-section p{color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:144.017%;width:70%;max-width:1200px}.about-our-values-section{width:100%;background-color:#fff;margin:auto;overflow:hidden;padding:30px}.about-our-value-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;width:100%;height:-moz-fit-content;height:fit-content;max-width:1200px;margin:30px auto auto;padding-bottom:50px}.about-value-card{border-radius:10px;background:#fff;box-shadow:0 6px 12px 0 rgba(171,190,209,.3);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:10px;width:32%;height:320px;padding:20px;overflow:hidden}.about-value-card h1{color:#000;font-size:30px;font-style:normal;font-weight:600;line-height:144.017%}.about-value-card P{color:#070707;font-size:14px;font-style:normal;font-weight:300;line-height:144.017%;height:150px}@media only screen and (max-width:1199px)and (min-width:992px){.about-information-social{margin-right:40px}.team-arc{position:absolute;right:-5px;margin-right:0;top:0}.about-our-team-wrapper{justify-content:center;flex-wrap:wrap}.about-value-card{width:45%}}@media only screen and (max-width:991px){.about-information-social{margin-top:10px;margin-right:30px}.about-our-team-section{text-align:center}.about-our-team-wrapper{justify-content:center;flex-wrap:wrap}.about-team-container{width:40%}.team-arc{margin-right:0}.about-value-card{width:47%;height:330px}.about-value-card P{height:200px}}@media only screen and (max-width:768px){.about-container{padding-top:100px}.about-information-section{flex-direction:column;height:-moz-fit-content;height:fit-content;margin-top:20px;width:95%}.about-information-content p{width:100%;text-align:start;font-size:16px}.about-information-social{margin-right:10px}.about-banner-img{object-fit:cover!important;width:100%;height:300px}.about-our-team-section{width:90%}.about-our-team-section h3{font-size:28px}.about-our-team-wrapper{justify-content:center}.about-team-container{width:45%;height:300px}.about-team-image-container,.about-team-img{width:230px;height:230px}.team-arc{margin-right:0;margin-top:0;height:130px}.about-our-value-text-section p{width:70%}.about-our-values-section{padding:20px}.about-our-value-wrapper{gap:20px}.about-value-card{width:47%}}@media only screen and (max-width:680px){.about-information-social{margin-right:0;align-self:center;gap:5px}.about-value-card{width:80%;height:280px}}@media only screen and (max-width:581px){.about-team-container{width:60%}.about-our-value-text-section p{width:90%}.about-value-card{width:85%}}@media only screen and (max-width:481px){.about-our-team-wrapper{gap:50px}.about-team-container{width:90%}.about-team-image-container,.about-team-img{width:200px;height:200px}.team-arc{margin-right:50px;right:5px}.about-our-value-text-section p{width:95%}.about-value-card{width:90%}}@media only screen and (max-width:480px){.about-information-content h3{font-size:34px}.team-arc{margin-right:0}.about-our-value-text-section h1{font-size:40px}.about-our-value-text-section p{width:95%;font-size:18px;text-align:start}.about-value-card{width:100%;height:310px}}@media only screen and (max-width:374px){.team-arc{margin-right:0;right:-15px}.about-value-card{padding:10px;height:350px}}.ats-container{min-height:50vh;margin:auto;width:100%;overflow:hidden;padding-top:80px}.ats-banner{width:100%;height:600px;background:linear-gradient(180deg,#47b192,#387dc5);background-repeat:no-repeat;background-position:50%;background-size:contain}.ats-banner-wrapper{max-width:1200px;margin:auto;display:flex;justify-content:center;align-items:center;background-color:transparent}.ats-banner-content{width:30%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;row-gap:20px;height:350px;padding-top:80px;margin-top:50px}.ats-banner-content h1{color:#fff;font-size:50px;font-style:normal;font-weight:600;line-height:10.5px;letter-spacing:.54px}.ats-banner-content span{font-weight:300}.ats-banner-content p{color:#fff;text-align:right;font-size:20px;font-style:normal;font-weight:400;line-height:44.5px;letter-spacing:.24px}.ats-banner-content .ats-banner-btn{display:flex!important;width:250px!important;height:51px!important;padding:11px 15px!important;justify-content:center!important;align-items:center!important;gap:10px!important;color:#fff!important;font-size:20px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;border-radius:32px!important;border:1px solid #fff!important;text-transform:capitalize!important}.ats-banner-content .ats-banner-btn:hover{background-color:#444!important}.ats-banner-content .ats-banner-btn-demo{background-color:#4bbc88!important}.ats-banner-content .ats-banner-btn-demo:hover{background-color:#3ea870!important}.ats-banner-content h5{color:#b6fcff;font-size:20px;font-style:normal;font-weight:500;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;padding-top:30px;cursor:pointer}.ats-banner-btn-container{display:flex;flex-direction:column;row-gap:10px}.ats-banner-image-container{height:550px;width:70%;max-width:800px;display:flex;justify-content:flex-start;align-items:flex-end;position:relative;z-index:9;overflow:hidden}.ats-banner-vector{right:10%;top:5%}.ats-banner-ellipse,.ats-banner-vector{position:absolute;z-index:-1;object-fit:contain}.ats-banner-ellipse{top:20%}.ats-banner-circle{position:absolute;z-index:-1;right:0;top:5%;object-fit:contain}.ats-banner-line{position:absolute;z-index:-1;top:15%}.ats-banner-union{position:absolute;z-index:-1;bottom:20%}.ats-banner-img{object-fit:contain!important;z-index:2}.ats-banner-sys-img{position:absolute;right:0;top:0;object-fit:contain!important;z-index:-1}.sys1{right:10%;top:10%;z-index:1}.sys2{right:0;top:35%}.sys3{right:0;top:55%}.sys4{right:10%;top:75%}.ats-wrapper{margin:auto;max-width:1200px}.ats-section-1-container{display:flex;width:98%;height:500px;margin:auto;justify-content:center;align-items:center;padding-top:50px}.ats-section-1-content{width:100%;display:flex;flex-direction:column;row-gap:30px}.ats-section-1-content h1{color:#000;font-size:35px;font-style:normal;font-weight:400;line-height:normal}.ats-section-1-content h1 span{font-weight:600}.ats-section-1-content p{width:100%;margin-top:50px;color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.ats-content-title-line{background-color:#4bbc88;height:2px;width:100%}.ats-section-1-img{object-fit:contain}.ats-section-2-container{display:flex;width:100%;margin:auto;justify-content:center;gap:50px;padding-top:100px}.ats-section-2-image-container{row-gap:40px}.ats-section-2-image-container,.ats-section2-content{display:flex;flex-direction:column}.ats-section2-content h1{font-size:35px}.ats-section2-content h1,.ats-section2-content h6{color:#000;font-style:normal;font-weight:400;line-height:normal}.ats-section2-content h6{margin-top:10px;font-size:16px}.ats-section2-content span{font-weight:600}.ats-worker-img{margin:30px auto auto}.ats-content-befits-title-line{height:2px;background-color:#4bbc88;width:100%;margin-top:20px}.ats-benefits-list{display:flex;flex-direction:column;row-gap:10px;justify-content:center;align-items:flex-start;margin-top:20px}.ats-benefits{display:flex;gap:7px;margin:10px 0}.ats-benefits span{color:#4bbc88;font-size:15px;font-weight:700}.ats-benefits p,.ats-benefits span{font-style:normal;line-height:130.705%}.ats-benefits p{color:#000;font-size:14px;font-weight:300}.ats-section-3-container{display:flex;width:98%;margin:auto;justify-content:center;align-items:center}.ats-section-3-content{display:flex;flex-direction:column;row-gap:10px}.ats-section-3-content h1{color:#000;font-size:35px;font-style:normal;font-weight:400;line-height:normal}.ats-section-3-content span{font-weight:600}.ats-section-3-content P{margin-top:20px;color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.ats-content-3-title-line{height:2px;background-color:#4bbc88;width:100%;margin-top:20px}.ats-section-3-img{width:600px!important;height:500px!important;object-fit:contain;background-color:#fff}.ats-package-container{width:100%;margin:auto;background-image:url(/Image/ats/ATS_packages.png);background:linear-gradient(180deg,#47b192,#387dc5);background-repeat:no-repeat;background-position:50%;background-size:cover;padding-top:80px;background-color:#000}.ats-package-container h1{text-align:center;color:#fff;font-size:40px;font-style:normal;font-weight:600;line-height:normal;display:flex;justify-content:center;gap:10px}.ats-package-container span{font-weight:400}.ats-package-wrapper{max-width:1200px;display:grid;grid-template-columns:55% 45%;place-content:center;margin:50px auto auto;padding-top:10px;padding-bottom:70px}.ats-package-wrapper ol{width:100%;display:flex;gap:10px;flex-direction:column}.ats-package-wrapper ol li{display:flex;justify-content:flex-start;align-items:center;margin-left:50px;gap:15px;color:#fff;font-size:22px;font-style:normal;font-weight:400;height:60px;line-height:130.705%}.ats-package-wrapper ol li:first-child{height:70px}.ats-package-wrapper ol li span{font-weight:700}.ats-package-wrapper ol li img{margin-top:5px;width:20px;height:20px}.ats-package-wrapper .ats-features-divider{margin:0;width:100%;height:1px;opacity:.6;background:#d9d9d9}.ats-package{position:relative;width:30%;height:700px;border-radius:21px;border:1px solid #fff;box-shadow:0 4px 7px 1px rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;padding:30px;row-gap:50px;margin:50px auto}.ats-package h1{font-size:28px}.ats-package h1,.ats-package h5{font-weight:600;line-height:130.705%;color:#fff;font-style:normal;text-transform:uppercase}.ats-package h5{text-align:center;font-size:16px}.ats-package p{font-weight:700}.ats-package ol li,.ats-package p{color:#fff;font-style:normal;font-size:15px;line-height:140.7%}.ats-package ol li{list-style:decimal!important;font-weight:400}.ats-package ol li span{font-weight:700}.ats-package .ats-package-btn{position:absolute!important;bottom:0;margin:50px;display:flex!important;width:185px!important;height:45px!important;padding:13px 39px!important;justify-content:center!important;align-items:center!important;gap:10px!important;border-radius:29px!important;background:#4bbc88!important;color:#fff;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:normal!important}.ats-features-section{width:100%;background-color:#fff;margin-top:50px}.ats-features-wrapper{width:100%;max-width:1200px;margin:auto;background-color:#fff}.ats-features-wrapper h1{font-size:28px;font-weight:600;line-height:130.705%;color:#000;font-style:normal;text-align:center}.ats-features-wrapper ul{margin:30px 0}@media only screen and (max-width:1199px)and (min-width:992px){.ats-banner{height:500px}.ats-banner-wrapper{width:95%}.ats-banner-content{width:40%}.ats-banner-image-container{width:60%}.ats-banner-img{object-fit:contain!important;width:500px;height:500px}.ats-section-1-container,.ats-section-2-container,.ats-section-3-container{width:95%}.ats-package-container{background-size:cover;background:linear-gradient(180deg,#47b192,#387dc5)}.ats-package-wrapper{width:98%;gap:0}.ats-package{height:800px;width:32%}}@media only screen and (max-width:992px){.ats-banner-wrapper{width:100%}.ats-banner-content{width:40%;align-items:center}.ats-banner-content h1{font-size:40px}.ats-banner-image-container{width:60%}.ats-banner-img{width:480px}.ats-section-1-container{width:90%;flex-wrap:wrap;height:-moz-fit-content;height:fit-content;align-items:center}.ats-section-1-image-container{width:100%;display:flex;justify-content:center;align-items:center}.ats-section-1-img{margin-top:20px}.ats-section-2-container{flex-direction:column-reverse}.ats-section-2-container,.ats-section-3-container{width:90%;align-items:center;height:-moz-fit-content;height:fit-content}.ats-section-3-container{margin-top:50px;flex-wrap:wrap}.ats-section-3-img{height:500px!important}.ats-package-wrapper{width:100%;gap:0;grid-template-columns:50% 45%}.ats-package-wrapper ol{width:100%}.ats-package-wrapper ol li{margin-left:0}.ats-package{width:48%;margin-top:30px;margin-bottom:30px;padding:20px}}@media only screen and (max-width:991px){.ats-package-wrapper ol:last-child li:first-child{height:90px!important}.ats-package-wrapper ol li{font-size:20px}.ats-package-wrapper ol li:first-child{height:90px}}@media only screen and (max-width:767px){.ats-banner{height:-moz-fit-content;height:fit-content}.ats-banner-wrapper{flex-direction:column}.ats-banner-content{width:100%;height:-moz-fit-content;height:fit-content;padding-top:120px}.ats-banner-content h1{font-size:50px}.ats-banner-image-container{width:100%;height:-moz-fit-content;height:fit-content;margin:auto}.ats-banner-img{width:420px;height:400px;margin:auto}.ats-section-1-content h1,.ats-section-3-content h1,.ats-section2-content h1{font-size:30px;text-align:center}.ats-section-1-content h6,.ats-section-3-content h6,.ats-section2-content h6{margin-top:15px;margin-left:10px}.ats-content-3-title-line,.ats-content-befits-title-line,.ats-content-title-line{width:100%}.ats-section-1-content{row-gap:20px}.ats-section-1-content p{margin-top:30px}.ats-demo{object-fit:contain;width:400px;height:-moz-fit-content;height:fit-content}.ats-section-3-img{width:500px!important;height:500px}.ats-package-container h1{font-size:30px}.ats-package{width:90%;height:-moz-fit-content;height:fit-content}.ats-package .ats-package-btn{position:unset!important;margin:0}.ats-package-wrapper{width:90%;grid-template-columns:90%;place-content:center;row-gap:10px}.ats-package-wrapper ol{width:100%}.ats-package-wrapper ol:last-child li:first-child{height:35px!important}.ats-package-wrapper ol li{font-size:16px;height:35px}.ats-package-wrapper ol li:first-child{height:70px}.ats-package-wrapper ol li img{margin-top:2px;width:15px;height:15px}}@media only screen and (max-width:480px){.ats-banner-content h1{font-size:40px}.ats-banner-img{width:330px;height:200px;margin-top:50px}.ats-banner-sys-img{width:50px;height:50px;display:none}.ats-section-1-img{width:300px;height:300px;margin-top:30px}.ats-demo{width:250px}.ats-section-3-content p{font-size:15px}.ats-section-3-img{width:300px!important;height:300px!important}.ats-package-container h1{font-size:25px}.ats-package-container img{width:30px;height:30px}.ats-package{row-gap:20px;width:98%}.ats-package h1{font-size:20px}.ats-package h5{text-align:start;font-size:14px}}@media only screen and (max-width:350px){.ats-package-container h1{font-size:20px}.ats-package-container img{width:25px;height:25px}.ats-package-wrapper ol li:first-child{height:90px}}.hr-container{min-height:50vh;margin:auto;overflow:hidden;width:100%;padding-top:80px}.ht-banner-container{width:100%;height:385px;background-image:url(/Image/Hr/background.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.hr-banner-wrapper{width:100%;max-width:1250px;height:385px;margin:auto;background-color:transparent;display:flex;justify-content:center;align-items:center;gap:30px}.hr-banner-content{width:50%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;row-gap:25px}.hr-banner-content h1{color:#fff;font-size:40px;font-style:normal;font-weight:400;line-height:normal;text-align:right;width:90%}.hr-banner-content h1 span{font-weight:600}.hr-banner-content p{color:#fff;text-align:right;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.reporting-banner-content{width:80%!important;align-items:flex-start!important}.reporting-banner-content h1{text-align:left!important}.hr-banner-btn{display:flex!important;width:230px!important;height:51px!important;padding:11px 15px!important;justify-content:center!important;align-items:center!important;gap:10px!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;border-radius:32px!important;border:1px solid #fff!important;text-transform:capitalize!important}.hr-banner-btn:hover{background-color:#444!important}.hr-banner-image-container{width:60%;height:600px;height:-moz-fit-content;height:fit-content;position:relative;display:flex;align-items:center}.hr-banner-img{width:500px;height:385px;object-fit:cover;margin-left:20px}.hr-tab-container{background-color:#e9efed;width:100%;height:150px}.hr-tab-wrapper{height:150px;width:100%;max-width:1200px;margin:auto;padding-top:20px;display:flex;flex-direction:column;justify-content:space-between}.hr-tab-wrapper h1{color:#000;font-size:30px;font-style:normal;font-weight:500;line-height:normal;text-align:center}.hr-tabs{align-items:center!important;justify-content:flex-end!important;gap:20px!important;margin:0 auto!important;padding-bottom:1px}.hr-tab-item,.hr-tabs{display:flex!important}.hr-tab-item{border-top-left-radius:16px!important;border-top-right-radius:16px!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;height:55px!important;width:200px!important;cursor:pointer;justify-content:center!important}.hr-main-section{width:100%;background-color:#fff}.hr-main-wrapper{width:100%;max-width:1200px;margin:auto}.hr-first-section{width:95%;height:300px;display:flex;justify-content:flex-start;align-items:center;gap:50px;margin:auto}.hr-first-content{display:flex;flex-direction:column;row-gap:15px;width:80%;justify-content:space-between}.hr-first-content h1{font-size:32px;font-style:normal;font-weight:500;line-height:normal}.hr-first-content P{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.hr-icon{width:20%;height:170px;object-fit:contain}.hr-list-section{width:95%;padding-left:70px;margin:auto auto 40px}.hr-list-section h1{font-size:24px;font-style:normal;font-weight:500;line-height:normal}.hr-list-section p{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.hr-list-section h6{margin-top:40px;text-align:center;line-height:normal}.hr-title-line{height:2px;background-color:#4bbc88;width:100%;margin:10px 0}.hr-list{display:flex;flex-direction:column;row-gap:5px;justify-content:center;align-items:flex-start;margin-top:20px}.hr-items{display:flex;gap:7px;margin:10px 0}.hr-items img{margin-top:2px;width:15px;height:15px;object-fit:contain}.hr-items span{color:#4bbc88;font-size:17px;font-weight:700}.hr-items p,.hr-items span{font-style:normal;line-height:130.705%}.hr-items p{color:#000;font-size:16px;font-weight:400}@media only screen and (max-width:991px){.hr-list-section{padding-left:30px}}@media only screen and (max-width:768px){.ht-banner-container{padding-top:80px}.hr-banner-wrapper,.ht-banner-container{height:-moz-fit-content;height:fit-content}.hr-banner-wrapper{flex-direction:column}.hr-banner-content{width:90%;justify-content:center;align-items:center}.hr-banner-content h1{text-align:center;font-size:35px;width:90%}.hr-banner-content P{text-align:center}.hr-banner-image-container{width:100%;justify-content:center}.hr-banner-img{margin-left:0}.hr-tab-item{height:35px!important;width:150px!important}.hr-first-section{width:98%;height:unset;flex-direction:column;justify-content:center;gap:10px}.hr-first-content{width:95%}.hr-first-content h1{text-align:center}.hr-icon{width:120px;height:170px}.hr-list-section{margin-top:50px;padding-left:0}.hr-list-section h1{text-align:center}}@media only screen and (max-width:582px){.ht-banner-container{padding-top:80px}.hr-tab-item{height:35px!important;width:130px!important}.hr-banner-content h1{font-size:28px}.hr-banner-content p{font-size:18px}.reporting-banner-content{width:95%!important;align-items:center!important}.reporting-banner-content h1{text-align:center!important}.hr-banner-btn{font-size:16px;width:200px!important;height:41px!important}}@media only screen and (max-width:480px){.ht-banner-container{padding-top:50px}.hr-banner-content{width:98%}.hr-banner-content h1{font-size:24px}.hr-banner-content p{font-size:14px}.hr-banner-img{width:400px;height:220px}.hr-tab-wrapper h1{font-size:24px}.hr-tabs{max-width:100%}.hr-icon{width:100px;height:170px}.hr-first-content h1{font-size:28px}.hr-first-content p,.hr-list-section p{font-size:14px}.hr-list-section h6{text-align:start;margin:30px 15px}.hr-items span{font-size:15px}.hr-items P{font-size:14px}}@media only screen and (max-width:370px){.hr-tabs{max-width:100%}}.contact-container{min-height:50vh;margin:auto;overflow:hidden;width:100%;background-color:#fff;padding-top:80px}.contact-banner-container{width:100%;height:400px;overflow:hidden;background:linear-gradient(90deg,#4ec67e,#336dd4 99.99%);position:relative;z-index:0}.contact-banner-wrapper{width:65%;height:400px;margin:auto;max-width:1200px;display:flex;justify-content:space-between;align-items:center}.contact-banner-content{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:20px}.contact-banner-content h1{color:#fff;font-size:35px;font-style:normal;font-weight:600;line-height:120.023%}.contact-banner-content h6{color:#fff;font-size:18px;font-style:normal;font-weight:500;line-height:150%}.contact-banner-image-container{width:50%;position:relative;height:400px;z-index:3;display:flex;justify-content:center;align-items:center}.contact-banner-img{width:350px;height:350px;object-fit:contain}.contact-green{position:absolute;bottom:0;margin-left:15px;z-index:-1}.contact-blue{z-index:1}.contact-blue,.contact-purple{position:absolute;right:0;bottom:0}.contact-purple{z-index:0}.contact-wrapper{width:100%;max-width:1300px;position:relative;min-height:510px;margin:auto auto 70px}.contact-form-container{width:85%;left:0;right:0;margin-left:auto;margin-right:auto;margin-top:-50px!important;z-index:9;position:absolute}.contact-form,.contact-form-container{height:600px;border-radius:10px;background:#fff;box-shadow:0 6px 12px 0 rgba(171,190,209,.3);display:flex}.contact-form{width:50%;flex-direction:column;row-gap:20px;justify-content:center}.contact-form h3{font-size:22px}.contact-form h2,.contact-form h3{color:#000;font-style:normal;font-weight:500;line-height:120.023%;text-align:center}.contact-form h2{font-size:16px;margin-top:10px;padding:3px}.contact-contact-btn{border-radius:10px!important;border:1px solid #fff!important;background:#4bbc88!important;color:#fff!important;font-size:14px!important;font-style:normal!important;line-height:normal!important;text-transform:capitalize!important;width:100px!important;height:35px!important;margin-left:10px!important}.contact-form-group{display:flex;justify-content:center;align-items:center;gap:0}.contact-form-input{width:45%;display:flex;flex-direction:column;row-gap:5px;height:100px}.contact-form-input label{align-self:center;color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:120.023%}.contact-input{align-self:center;width:95%}.contact-message-form-group{width:90%;align-self:center;text-align:center}.contact-message-form-group label{text-align:center;color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:120.023%}.contact-form-message-input{width:99%}.contact-button{border-radius:29px!important;display:flex!important;width:188.315px!important;height:48.488px!important;padding:13px 39px!important;justify-content:center!important;align-items:center!important;color:#fff!important;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:normal!important;align-self:center!important}.contact-button:hover{background-color:#4ec67e!important}.contact-container-map{width:50%;height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:25px}.contact-map{width:90%;height:390px;border-radius:20px}.contact-address{width:70%;display:flex;gap:10px}.contact-information-container{width:85%;max-width:1110px;margin:auto auto 50px;border-radius:10px;background:linear-gradient(90deg,#4ec67e -.01%,#336dd4);box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.contact-info-section,.contact-information-container{height:400px;display:flex;justify-content:center;align-items:center}.contact-info-section{width:50%;flex-direction:column;row-gap:10px}.contact-info-section h3{font-size:24px;text-align:center;margin:15px 0}.contact-info-section h3,.contact-info-section p{color:#fff;font-style:normal;font-weight:500;line-height:120.023%}.contact-info-section p{font-size:16px;margin:5px 0;display:flex;gap:10px}.contact-busniess-hours{margin-top:20px;width:90%}.contact-description-section{width:50%;height:400px;display:flex;flex-direction:column}.contact-description-section P{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:120.023%;width:80%;margin-left:35px}.contact-logo{width:250px;height:170px;margin-top:25px;object-fit:contain;margin-left:-10px}.contact-icon{width:20px;height:20px;object-fit:contain}@media only screen and (max-width:1199px)and (min-width:992px){.contact-banner-wrapper{width:85%}.contact-banner-content{z-index:1}}@media only screen and (max-width:992px){.contact-banner-wrapper{width:90%}.contact-banner-content{z-index:1}.contact-form-container,.contact-information-container{width:95%}}@media only screen and (max-width:767px){.contact-banner-container{height:350px}.contact-banner-wrapper{width:100%;flex-direction:column;justify-content:center}.contact-banner-content{width:90%;align-items:center}.contact-banner-content h1{font-size:30px}.contact-banner-content h6{font-size:14px}.contact-banner-image-container,.contact-blue,.contact-purple{display:none}.contact-wrapper{margin-bottom:20px}.contact-form-container{position:relative;margin-top:50px!important;flex-direction:column;height:-moz-fit-content;height:fit-content;padding:10px;box-shadow:none}.contact-container-map,.contact-form{width:95%;margin:auto}.contact-map{width:100%}.contact-address{width:95%}.contact-information-container{flex-direction:column;height:-moz-fit-content;height:fit-content;width:85%;padding:10px}.contact-info-section{width:100%;height:-moz-fit-content;height:fit-content}.contact-busniess-hours{width:100%}.contact-description-section{width:95%;align-items:center;justify-content:center;height:-moz-fit-content;height:fit-content;padding-bottom:30px}.contact-description-section p{width:90%;margin-left:0}}@media only screen and (max-width:480px){.contact-form-container{width:100%}.contact-form{height:-moz-fit-content;height:fit-content;padding:30px 0;width:100%;row-gap:10px}.contact-form-group{flex-direction:column;row-gap:10px}.contact-form-input{width:95%}.contact-information-container{width:90%}.contact-info-section h3{font-size:18px}.contact-info-section p{font-size:14px}.contact-busniess-hours{text-align:center}.contact-description-section p{width:100%;font-size:14px}}.price-container{min-height:50vh;overflow:hidden;padding-top:80px;margin:auto;background:#f6f6f6}.price-banner-container{height:350px;background-image:url(/Image/price/banner.png);background-repeat:no-repeat;background-position:50%;background-size:cover;overflow:hidden;align-items:center}.price-banner-container,.price-banner-wrapper{width:100%;display:flex;justify-content:center}.price-banner-wrapper{height:100%;max-width:1200px;margin:auto;padding-left:120px;flex-direction:column;row-gap:20px}.price-banner-wrapper h1{color:#fff;font-size:40px;font-style:normal;font-weight:600;line-height:120.023%}.price-banner-wrapper P{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:150%;width:60%}.price-demo-btn{display:flex!important;width:145px!important;height:35px!important;border-radius:7px!important;border:1px solid #fff!important;background:#4bbc88!important;color:#fff!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;text-transform:capitalize!important;margin:10px auto auto!important}.price-best-plan-container{width:100%;min-height:50vh;max-width:1300px;overflow:hidden;margin:100px auto auto}.price-best-plan-container h1{color:#000;font-size:26px;font-style:normal;font-weight:700;line-height:120.023%;text-transform:capitalize;text-align:center}.home-price-best-plan-container{background:linear-gradient(180deg,#47b192,#387dc5);max-width:unset!important;margin-top:20px;padding-top:30px}.home-price-best-plan-container h1{color:#fff;text-align:center;font-size:28px;font-style:normal;font-weight:600;line-height:112.523%}.home-price-best-plan-container h3{color:#fff;font-size:22px;font-style:normal;font-weight:500;line-height:120.023%;text-transform:capitalize;text-align:center;padding-top:0;width:70%;margin:auto}.home-price-best-wrapper{max-width:1300px;padding:50px 0!important}.price-best-wrapper{width:98%;margin:auto;padding:60px 0 20px;display:flex;justify-content:center;align-items:center;gap:10px}.price-card{border-radius:10px;background:#fff;width:25%;height:520px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:20px 5px;transition:all .4s ease-in-out;position:relative;box-shadow:0 2px 8.8px 3px rgba(171,190,209,.3);overflow:hidden}.price-card h3{color:#131313;font-size:24px;font-style:normal;font-weight:800;line-height:130.705%;text-align:center}.price-card h5{color:#6d8194;text-align:start;font-size:18px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.84px;text-decoration:line-through}.price-card p{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:120.023%;text-transform:capitalize}.price-card h2{color:#0c0c0c;text-align:center;font-size:36px;font-style:normal;font-weight:700;line-height:51.5px;letter-spacing:-.84px;margin-top:-20px;height:44px}.price-card h2 span{color:#000;font-size:14px;font-weight:500;letter-spacing:-.45px}.price-card:first-child h3{display:flex;gap:3px;align-items:center;margin-left:5px}.price-ribbon{position:absolute;top:-15px;width:170px;height:30px;text-align:center;left:-10px;background-color:#4bbc88;color:#fff;font-size:16px;font-weight:500;padding:4px 10px 5px 75px;transform:rotate(-45deg) translate(-50%,-50%);z-index:1}.price-card-price-tag{display:flex;flex-direction:column}.price-card-price-tag-wrapper{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:center}.price-card-switch-btn{display:flex!important;gap:1px!important;font-size:14px!important;color:#000!important;font-weight:500!important;align-items:center;width:100%}.price-card-switch-btn p{background-color:none;font-size:14px;font-weight:500;text-transform:none}.price-btn-container{display:flex;flex-direction:column;row-gap:10px;width:100%;align-items:center}.price-btn-container h6{font-size:14px;font-weight:500}.price-card:first-child .price-btn-container{margin-top:-31px}.price-card:first-child .price-card-switch-btn{margin-top:-5px}.price-card-increment{display:flex;align-items:center;justify-content:space-between;width:90%;height:50px;border:1px solid #6d8194;border-radius:10px;padding:0 5px}.price-card-increment h3{height:unset!important}.price-card-increment .increment-btn{color:#3677cb!important;background-color:#f2f2f2!important;width:50px!important;height:40px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;font-size:24px!important;font-weight:500!important;border-radius:5px!important;cursor:pointer!important;transition:all .4s ease-in-out!important;min-width:unset!important}.price-card-increment .increment-btn:hover{background-color:#cacaca!important}.price-card-increment .increment-btn:disabled{background-color:#ccc!important}.price-increment-premium-job{margin-top:29px}.price-btn,.price-increment-newUser-job,.price-increment-premium-job{justify-content:center!important}.price-btn{display:flex!important;width:90%!important;height:45px!important;padding:13px 39px!important;align-items:center!important;gap:10px!important;border-radius:10px!important;border:1px solid #3677cb!important;color:#fff!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;background:#3677cb!important;text-transform:capitalize!important}.price-btn:hover{background-color:#2f5e9e!important}.home-price-btn{position:absolute!important;bottom:25px!important;display:flex!important;width:80%!important;height:40px!important;padding:13px 39px!important;justify-content:center!important;align-items:center!important;gap:10px!important;border-radius:70px!important;border:1px solid #3677cb!important;color:#3677cb;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:normal!important;margin-top:30px!important}.home-price-btn:hover{background:#3677cb!important;color:#fff!important}.price-best-features{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:150px;padding-left:20px;width:100%;row-gap:5px}.price-best-features-list{color:#636c83;font-size:13px;font-style:normal;font-weight:400;list-style-image:url(/Image/price/wright.png)!important;line-height:normal}.price-all-features-container{width:100%}.price-accordion{background-color:transparent!important}.price-accordion-summary h1{color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:120%;text-transform:capitalize}.price-accordion-detail{background-color:#fff;margin:auto!important;padding-bottom:50px!important;padding-top:0!important}.price-table-wrapper{min-width:1200px;max-width:1300px;margin:auto}.price-table-header{background:linear-gradient(90deg,#4ec67e -.01%,#336dd4);box-shadow:0 2px 3px 0 rgba(0,0,0,.15);height:100px}.price-table-header .price-header-feature-cell{color:#fff!important;font-size:22px!important;font-style:normal;font-weight:700!important;line-height:130%;width:28%;position:relative;border-left:5px solid #4ec67e!important}.price-table-header .price-header-cell{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:130.705%}.price-feature-divider{background:#fff;width:1px;height:54px;position:absolute;right:0;top:25%}.price-table-body-row[data-main=true]{background-color:#fff!important;height:90px}.price-table-body-row[data-title="Job Management"]{border-left:5px solid #3677cb!important}.price-table-body-row[data-title="Employer Branding"]{border-left:5px solid #4bbc88!important}.price-table-body-row[data-title="Applicant Tracking System"]{border-left:5px solid #856ec1!important}.price-table-body-row[data-title="Annual Milk Run - Physical Job Fair"]{border-left:5px solid #3677cb!important}.price-table-body-row[data-title="Reporting and Analytics"]{border-left:5px solid #4bbc88!important}.price-table-body-row[data-title="+Add-ons"]{border-left:5px solid #856ec1!important}.price-table-body-row:nth-child(2n){background:#f6f6f6}.price-table-body-cell{border:0!important;width:15%;color:#000!important;font-size:15px!important;font-style:normal!important;font-weight:400!important}.price-table-body-cell[data-main=true]{color:#131313!important;font-size:19px!important;font-style:normal!important;font-weight:700!important;line-height:130.705%!important}.price-feature-close-btn{display:flex;justify-content:center;margin-top:50px;cursor:pointer}.price-contact-us{margin-top:50px;color:#000;font-size:20px;font-style:normal;font-weight:400;text-transform:capitalize;text-align:center}.price-addons-container{overflow:hidden;min-height:40vh;text-align:center;width:90%;max-width:1300px;margin:60px auto 30px}.price-addons-container h1{font-size:24px;line-height:120%}.price-addons-container h1,.price-addons-container h3{color:#000;font-style:normal;font-weight:500;text-transform:capitalize}.price-addons-container h3{font-size:18px;line-height:120.023%}.price-addons-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:20px 0}.price-addons-card{width:70%;min-height:90px;border-radius:10px!important;background:#fff!important;box-shadow:0 2px 6px 2px rgba(171,190,209,.3)!important;padding-top:2%!important;margin:auto!important}.price-addons-card:before{display:none!important}.price-addons-summary{text-align:start!important;color:#000!important;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:154%!important;width:90%;margin:auto!important;height:100%!important;display:flex!important;justify-content:center!important}.price-addons-ats-detail p{font-size:22px!important;font-style:normal!important;font-weight:600!important;line-height:normal!important;text-align:center;width:25%}.price-ons-vetting-detail{width:90%;margin:auto}.price-ons-vetting-detail p{font-size:16px;font-weight:500;text-align:start}.price-ons-vetting-detail button{text-transform:capitalize!important;color:#3677cb!important}.price-ons-vetting-detail button:hover{text-decoration:underline!important;background-color:transparent!important;color:#4bbc88!important}.price-addons-plan-container{display:flex;align-items:center;height:120px}.price-addons-plan{display:flex;align-items:center;justify-content:center;gap:25px;width:85%}.price-addons-plan h3{font-size:20px!important;font-weight:600!important;text-align:end}.price-addons-plan h2{font-size:22px}.price-addons-plan span{font-size:16px;font-weight:500}.price-addons-main{display:flex;flex-direction:column;width:30%;align-items:center;justify-content:center;padding-top:45px;height:150px}.price-card-addons-increment{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;border:2px solid #6d8194;border-radius:10px;padding:0 5px}.price-card-addons-increment h3{height:unset!important}.price-card-addons-increment .increment-addons-btn{color:#3677cb!important;background-color:#f2f2f2!important;width:50px!important;height:40px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;font-size:24px!important;font-weight:500!important;border-radius:5px!important;cursor:pointer!important;transition:all .4s ease-in-out!important;min-width:unset!important}.price-card-addons-increment .increment-addons-btn:hover{background-color:#cacaca!important}.price-card-addons-increment .increment-addons-btn:disabled{background-color:#ccc!important}.price-addons-buy-btn{display:flex!important;width:30%!important;height:50px!important;padding:13px 39px!important;justify-content:center!important;align-items:center!important;gap:10px!important;border-radius:10px!important;border:1px solid #3677cb!important;color:#fff!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;background:#3677cb!important;text-transform:capitalize!important}.price-addons-buy-btn:hover{background-color:#2f5e9e!important}.price-faq-container{overflow:hidden;min-height:50vh;text-align:center;width:85%;max-width:1300px;margin:-80px auto 50px}.price-faq-container h1{font-size:35px;font-weight:700;margin-bottom:10px}.price-faq-container h1,.price-faq-container h3{color:#000;font-style:normal;line-height:120.023%;text-transform:capitalize}.price-faq-container h3{font-size:18px;font-weight:500}.price-fqa-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin:50px 0}.price-fqa-card{width:46%;min-height:100px;border-radius:10px!important;background:#fff!important;box-shadow:0 2px 6px 2px rgba(171,190,209,.3)!important;padding-top:2%!important;margin:0!important}.price-fqa-card:before{display:none!important}.price-faq-summary{color:#000!important;font-weight:500!important;line-height:154%!important;width:95%}.price-faq-detail p,.price-faq-summary{text-align:start!important;font-size:16px!important;font-style:normal!important}.price-faq-detail p{color:#1e1e1e!important;font-weight:400!important;line-height:normal!important}@media only screen and (max-width:1316px){.home-price-btn{padding:13px 29px!important}}@media only screen and (max-width:1300px){.price-best-wrapper{flex-wrap:wrap;gap:15px}.price-addons-card{width:90%}}@media only screen and (max-width:1199px){.price-banner-container{margin-top:0}.price-banner-container h1{z-index:9;font-size:30px}.price-banner-wrapper p{width:60%}.price-best-wrapper{flex-wrap:wrap;gap:15px}.price-card{width:28%}.home-price-card{height:430px}.price-btn{font-size:15px!important}.price-feature-plans,.price-features-container,.price-table-header{width:100%}.price-faq-container{width:90%}}@media only screen and (max-width:991px){.price-banner-wrapper{padding-left:0;align-items:center}.price-banner-wrapper p{text-align:center;width:70%}.price-best-plan-container h1{margin:auto}.home-price-best-plan-container h3{font-size:18px}.price-best-wrapper{width:98%}.price-card{width:32%}.price-features-header{width:500px}.price-features-header h3{width:20%}.price-feature-plans{width:95%}.price-feature-plans li{font-size:14px}.price-addons-container,.price-features-container{width:95%}.price-addons-ats-detail p{text-align:start;width:30%}.price-addons-card{width:100%}.price-faq-container{width:95%}}@media only screen and (max-width:768px){.price-best-plan-container h1{width:90%;margin:auto}.price-best-wrapper{width:100%}.price-card{width:48%;max-width:300px;padding:20px 5px;height:450px}.price-card:first-child,.price-card:nth-child(2){height:470px}.home-price-card{padding:30px 5px 90px;height:400px}.price-card-increment{width:70%!important}.price-increment-premium-job{margin-top:20px}.price-btn{padding:13px 29px!important;font-size:14px!important;width:70%!important}.price-best-features{padding-left:25px}.price-addons-card{padding-top:4%!important}.price-addons-ats-detail P{width:50%}.price-addons-plan-container{align-items:flex-start;height:-moz-fit-content;height:fit-content}.price-addons-plan{flex-direction:column;row-gap:5px;margin-top:-25px}.price-addons-plan h3{font-size:22px!important;font-style:normal!important;font-weight:600!important;line-height:normal!important}.price-addons-main{height:100px;padding-top:0;width:60%}.price-addons-buy-btn{width:60%!important}.price-fqa-card{width:85%}}@media only screen and (max-width:525px){.home-price-card{padding:30px 5px 100px;height:450px}.price-card{width:70%;height:450px;padding:10px 5px;max-width:none}.price-card-price-tag{row-gap:1px}.price-addons-card{padding-top:5%!important}.price-addons-ats-detail P{width:100%;text-align:center}.price-addons-plan-container{align-items:center;flex-direction:column;row-gap:30px}.price-addons-plan{margin-top:0;width:100%}.price-addons-main{width:60%}.price-addons-buy-btn{width:60%!important}}@media only screen and (max-width:480px){.price-banner-container{height:320px}.price-banner-wrapper{padding-top:80px}.price-banner-wrapper p{font-size:16px;text-align:center;width:80%}.price-banner-btn{width:215px!important;font-size:14px!important}.price-best-plan-container{margin-top:50px}.price-best-plan-container h1{font-size:24px}.home-price-best-plan-container{margin-top:10px}.home-price-best-plan-container h3{width:85%;font-size:18px}.home-price-best-wrapper{padding:30px 0!important}.price-card{width:80%}.price-card:first-child{height:480px}.price-card:first-child h2{margin-top:-20px}.home-price-card{padding:40px 5px 100px;height:450px}.home-price-card h3{font-size:22px!important}.price-best-features{padding-left:50px;justify-content:center}.price-addons-plan h3{font-size:20px!important}.price-addons-main{width:70%}.price-addons-buy-btn{width:70%!important}.price-faq-container{width:98%}.price-fqa-card{width:95%}}@media only screen and (max-width:395px){.price-banner-wrapper p{font-size:14px;text-align:unset;width:95%;padding-left:10px}.price-banner-btn{width:200px!important;font-size:14px!important;height:45px!important}.price-card{width:90%}.price-addons-card{padding-top:6%!important}}.job-management-container{height:-moz-fit-content;height:fit-content;margin:auto;overflow:hidden;width:100%;padding-top:125px}.job-management-banner-container{background-color:#fff;width:100%;height:450px;overflow:hidden;margin:auto;position:relative}.job-management-banner-wrapper{width:100%;max-width:1200px;display:flex;justify-content:center;align-items:center;gap:5%;margin:auto;background-color:transparent;padding:20px}.job-management-banner-content{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.job-management-banner-content h3{color:#000;font-size:35px;font-style:normal;font-weight:600;line-height:40.5px;letter-spacing:.55px}.job-management-banner-content p{color:#000;font-size:22px;font-style:normal;font-weight:400;line-height:38.5px;letter-spacing:.24px}.job-management-banner-image{width:60%;height:400px;object-fit:contain}.job-management-banner-button-container{width:100%;display:flex;gap:10px}.job-management-banner-btn{display:flex!important;width:245px!important;height:45px!important;padding:11px 15px!important;justify-content:center!important;align-items:center!important;gap:10px!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;border-radius:32px!important;border:1px solid #fff!important;background:#4bbc88!important;text-transform:capitalize!important}.job-management-banner-btn:hover{background-color:#3ea870!important}.job-management-banner-vector{position:absolute;right:0;bottom:0}.job-management-wrapper{width:100%;max-width:1200px;margin:auto;padding:50px 20px;display:flex;flex-direction:column;gap:20px}.job-management-wrapper h3{width:100%;margin-bottom:5%;text-align:center;color:#000;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.job-management-list{width:100%;display:grid;grid-template-columns:36% 36% 36%;grid-gap:50px 10px;gap:50px 10px}.job-management{width:90%;display:flex;flex-direction:column;row-gap:15px;margin:10px auto 10px 0}.job-management h6{color:#000;font-size:20px;font-style:normal;font-weight:600;line-height:110%}.job-management p{color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:130.705%}.job-management-image{width:70px;height:70px;object-fit:contain}@media only screen and (max-width:1199px){.job-management-container{padding-top:80px}.job-management-banner-wrapper{gap:5%}.job-management-banner-content h3{font-size:30px}.job-management-banner-content p{font-size:20px}.job-management-banner-btn{width:200px!important;font-size:16px!important}.job-management-wrapper{padding:10px 30px;gap:10px;max-width:1200px;flex-direction:column;justify-content:center;align-items:center}.job-management-wrapper h3{width:85%;text-align:center;margin:50px}.job-management-list{width:95%;margin-top:30px}.job-management{place-items:start}}@media only screen and (max-width:991px){.job-management-container{padding-top:30px}.job-management-banner-container{height:400px}.job-management-banner-content h3{font-size:25px}.job-management-banner-content p{font-size:18px}.job-management-banner-image{width:50%}.job-management-banner-btn{width:150px!important;font-size:14px!important;padding:11px 10px!important}.job-management-wrapper{padding:20px}.job-management-wrapper h3{font-size:25px;text-align:center}}@media only screen and (max-width:767px){.job-management-container{padding-top:35px}.job-management-banner-container{height:-moz-fit-content;height:fit-content}.job-management-banner-wrapper{flex-direction:column}.job-management-banner-content{width:100%;align-items:center}.job-management-banner-content h3{font-size:28px}.job-management-banner-content p{font-size:22px}.job-management-banner-image{width:500px;height:450px;z-index:9;object-fit:contain}.job-management-banner-button-container{justify-content:center}.job-management-banner-btn{width:180px!important;font-size:16px!important;padding:11px 10px!important}.job-management-wrapper{padding:10px}.job-management-wrapper h3{width:85%}.job-management-list{width:95%;margin-top:30px;grid-template-columns:50% 50%}.job-management{row-gap:20px;place-items:center}}@media only screen and (max-width:480px){.job-management-banner-wrapper{padding:0}.job-management-banner-content{width:100%;align-items:center}.job-management-banner-content h3{font-size:22px;text-align:center}.job-management-banner-content p{font-size:16px;text-align:center}.job-management-banner-image{width:100%;height:350px;z-index:9;object-fit:contain}.job-management-banner-button-container{flex-direction:column;align-items:center}.job-management-banner-btn{width:60%!important;font-size:14px!important;padding:11px 15px!important}.job-management-wrapper{padding:15px 10px;margin-top:20px}.job-management-wrapper h3{margin-top:5%;font-size:20px}.job-management-list{width:98%;margin-top:10px;grid-template-columns:95%;gap:30px}.job-management-image{width:50px;height:50px}.job-management{row-gap:20px;place-items:center;width:100%}.job-management h6{font-size:18px;text-align:center}.job-management p{text-align:center}}.job-fair-container{height:-moz-fit-content;height:fit-content;margin:auto;overflow:hidden;width:100%;padding-top:80px}.job-fair-banner-container{background-color:#fff;width:100%;height:450px;overflow:hidden;margin:auto;position:relative;background-image:url(/Image/hero_section/fair_banner_1.png);background-repeat:no-repeat;background-position:50%;background-size:cover}.job-fair-banner-wrapper{width:100%;height:450px;max-width:1200px;align-items:flex-end;margin:auto;padding-right:40px}.job-fair-banner-content,.job-fair-banner-wrapper{display:flex;flex-direction:column;justify-content:center}.job-fair-banner-content{width:45%;height:300px;gap:20px}.job-fair-banner-content h3{color:#000;font-size:35px;font-style:normal;font-weight:600;line-height:40.5px;letter-spacing:.55px;text-align:start}.job-fair-banner-content p{color:#000;font-size:22px;font-style:normal;font-weight:400;line-height:35px;letter-spacing:.24px}.job-fair-banner-button-container{width:100%;display:flex;gap:10px}.job-fair-banner-btn{display:flex!important;width:245px!important;height:45px!important;padding:11px 15px!important;justify-content:center!important;align-items:center!important;gap:10px!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;border-radius:32px!important;border:1px solid #fff!important;background:#4bbc88!important;text-transform:capitalize!important}.job-fair-banner-btn:hover{background-color:#3ea870!important}.job-fair-banner-vector{position:absolute;right:0;bottom:0}.job-fair-section{width:100%;margin:auto;padding-top:50px;background-color:#e9f0ed}.job-fair-wrapper{margin:auto;max-width:1200px;padding:30px}.job-fair-wrapper p{font-size:18px;font-weight:300;line-height:130.705%}.job-fair-wrapper h6,.job-fair-wrapper p{color:#000;font-style:normal;margin-bottom:30px}.job-fair-wrapper h6{font-size:22px;font-weight:500;line-height:normal}.job-fair-wrapper ul{margin:30px;display:flex;flex-direction:column;gap:5px}.job-fair-wrapper li{list-style-image:url(/Image/price/wright.png)!important;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:130.705%}@media only screen and (max-width:1199px){.job-fair-banner-container{background-position:0;background-image:url(/Image/hero_section/fair_banner.png)}.job-fair-banner-content{width:55%}.job-fair-banner-vector{display:none}}@media only screen and (max-width:991px){.job-fair-banner-wrapper{padding-right:20px}.job-fair-banner-content{width:60%}}@media only screen and (max-width:768px){.job-fair-container{padding-top:50px}.job-fair-banner-container{background-position:0}.job-fair-banner-wrapper{justify-content:center;align-items:center;padding-right:0}.job-fair-banner-content{width:75%;justify-content:center;align-items:center;justify-content:flex-end}.job-fair-banner-content h3{text-align:center;font-size:30px}.job-fair-banner-content p{font-size:20px;text-align:center}.job-fair-banner-button-container{justify-content:center}.job-fair-banner-btn{width:200px!important;font-size:16px!important}.job-fair-wrapper{margin-top:0;padding:0 15px 15px}.job-fair-wrapper p{font-size:16px}.job-fair-wrapper h6{font-size:18px}.job-fair-wrapper ul{margin:30px 10px}}@media only screen and (max-width:480px){.job-fair-banner-content{width:85%}.job-fair-banner-content h3{font-size:28px;line-height:35px}.job-fair-banner-content p{font-size:18px;line-height:25px}.job-fair-banner-button-container{flex-direction:column;align-items:center}}@media only screen and (max-width:375px){.job-fair-container{padding-top:20px}.job-fair-banner-content{width:90%;justify-content:center;margin-top:40px}.job-fair-banner-content h3{font-size:26px;line-height:25px}.job-fair-banner-content p{font-size:16px;line-height:20px}.job-fair-banner-btn{width:180px!important;height:30px!important;font-size:14px!important}}.employer-branding-container{height:-moz-fit-content;height:fit-content;margin:auto;overflow:hidden;width:100%;padding-top:80px;min-height:50vh}.employer-branding-banner-container{width:100%;height:400px;overflow:hidden;background-image:url(/Image/Branding/employerBranding.svg);background-repeat:no-repeat;background-position:50%;background-size:cover}.employer-branding-banner-wrapper{width:100%;height:100%;max-width:1200px;margin:auto;padding-left:120px;padding-top:130px;display:flex;flex-direction:column;row-gap:15px}.employer-branding-banner-wrapper h1{color:#fff;font-size:40px;font-style:normal;font-weight:600;line-height:120.023%}.employer-branding-banner-wrapper P{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:150%}.employer-branding-btn-container{display:flex;gap:10px}.employer-branding-btn-container .pricing{background-color:#3677cb!important}.employer-branding-btn-container .pricing:hover{background-color:#2f5e9e!important}.employer-branding-btn{display:flex!important;width:245px!important;height:51px!important;padding:11px 15px!important;justify-content:center!important;align-items:center!important;gap:10px!important;border-radius:32px!important;border:1px solid #fff!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;text-transform:capitalize!important}.employer-branding-btn:hover{background-color:#444!important}.employer-branding-main-section{width:100%;overflow:hidden;background-color:#fff}.employer-branding-wrapper{width:60%;max-width:1200px;margin:auto;padding:50px 0}.employer-branding-wrapper h1{color:#2a2a2a;text-align:center;font-size:28px;font-style:normal;font-weight:600;line-height:120.023%;margin:20px 0}.employer-branding-wrapper p{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin:50px 0}.employer-branding-wrapper h2{color:#2a2a2a;text-align:center;font-size:28px;font-style:normal;font-weight:600;line-height:120.023%;margin:20px 0}.employer-branding-wrapper ul h3{color:#000;font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin:20px 0}.employer-branding-wrapper ul li{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:162.776%;list-style-image:url(/Image/Branding/employer_branding_icon.svg)!important;margin-left:20px}.employer-branding-package-section{width:100%;overflow:hidden;background-color:#e8efec;padding:50px}.employer-branding-package-wrapper{width:60%;max-width:1200px;margin:auto}.employer-branding-package-wrapper h1{color:#2a2a2a;font-size:28px;font-style:normal;font-weight:600;line-height:120.023%;text-align:center;margin:30px 0}.employer-branding-package-wrapper p{font-weight:400}.employer-branding-package-wrapper h6,.employer-branding-package-wrapper p{color:#000;font-size:16px;font-style:normal;line-height:normal;margin:20px 0}.employer-branding-package-wrapper h6{font-weight:500}.employer-branding-package-wrapper ol ul p{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin:15px 0;display:flex;align-items:center;gap:10px}.employer-branding-package-wrapper ol ul li{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:162.776%;margin-left:30px;list-style-type:disc!important}@media only screen and (max-width:991px){.employer-branding-banner-wrapper{align-items:center;padding:130px 2px}.employer-branding-banner-wrapper h1{font-size:35px}.employer-branding-btn{width:225px!important;font-size:16px!important;padding:11px 12px!important}.employer-branding-wrapper{width:80%}.employer-branding-package-section{padding:50px 0}.employer-branding-package-wrapper{width:80%}}@media only screen and (max-width:481px){.employer-branding-banner-wrapper{padding:100px 2px;row-gap:20px}.employer-branding-banner-wrapper h1{font-size:28px;text-align:center}.employer-branding-banner-wrapper p{font-size:14px}.employer-branding-btn-container{flex-direction:column}.employer-branding-wrapper{width:95%}.employer-branding-wrapper h1,.employer-branding-wrapper h2{font-size:24px;margin:10px 0}.employer-branding-wrapper p{font-size:14px;margin:40px 0}.employer-branding-wrapper ul{padding:0 10px}.employer-branding-wrapper ul h3{font-size:16px}.employer-branding-wrapper ul li{font-size:14px}.employer-branding-package-wrapper{width:95%}.employer-branding-package-wrapper h1{font-size:24px;margin:10px 0}.employer-branding-package-wrapper h6,.employer-branding-package-wrapper ol ul p,.employer-branding-package-wrapper p{font-size:14px}}.active:hover{outline:none;color:#4bbc88;cursor:pointer}@keyframes highlight{0%{background-color:#d2ffcc;background-position:0 0;background-size:200% 100%}50%{background-color:#4bbc88;background-position:50% 0;background-size:150% 100%}to{background-color:transparent;background-position:100% 0;background-size:100% 100%}}.highlight{animation:highlight 1.5s ease-in-out;background:linear-gradient(90deg,#d2ffcc 0,#4bbc88 50%,transparent);background-repeat:no-repeat;display:inline-block}.highlight-text-white{color:#fff!important}.loading-box{width:100%;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;margin:auto;box-shadow:4px 4px 20px rgba(0,0,0,.3)}.loading-container{height:15px;width:105px;display:flex;position:relative}.loading-container .loading-circle{width:15px;height:15px;border-radius:50%;background-color:#4bbc88;animation:move .5s linear 0ms infinite;margin-right:30px}.loading-container .loading-circle:first-child{position:absolute;top:0;left:0;animation:grow .5s linear 0ms infinite}.loading-container .loading-circle:last-child{position:absolute;top:0;right:0;margin-right:0;animation:grow .5s linear 0s infinite reverse}@keyframes grow{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes move{0%{transform:translateX(0)}to{transform:translateX(45px)}}.service-last-section{width:100%;max-width:1200px;margin:auto;padding:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:10px}.service-last-section h6{margin:auto;color:#000;font-size:24px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.service-last-section h6 a{color:#4bbc88!important;cursor:pointer!important;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.service-last-section h6 a:hover{text-decoration:underline!important}.service-last-section_2{display:flex;flex-direction:column;justify-content:center;gap:15px;width:95%;align-items:center}.service-last-section_2 p{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:23px;text-align:center}.service-last-section_2 p a{color:#4bbc88!important;cursor:pointer!important;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.service-last-section_2 p a:hover{text-decoration:underline!important}.service-last-section_btn{display:flex!important;width:245px!important;height:55px!important;padding:11px 15px!important;justify-content:center!important;align-items:center!important;gap:10px!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;border-radius:10px!important;border:1px solid #fff!important;background:#4bbc88!important}@media only screen and (max-width:1199px){.service-last-section,.service-last-section_2{width:90%}}@media only screen and (max-width:991px){.service-last-section{padding:10px;width:95%}.service-last-section h6,.service-last-section h6 a{font-size:30px}.service-last-section_2{width:100%}.service-last-section_2 p{line-height:20px}}@media only screen and (max-width:767px){.service-last-section{width:100%;margin:20px 0;row-gap:15px}.service-last-section h6,.service-last-section h6 a{font-size:24px}.service-last-section_2{width:100%;flex-wrap:wrap;align-items:center;justify-content:center}.service-last-section_btn{font-size:16px!important}}@media only screen and (max-width:480px){.service-last-section{width:100%}.service-last-section h6,.service-last-section h6 a{font-size:20px}.service-last-section_2{width:100%}.service-last-section_2 p,.service-last-section_2 p a{font-size:16px}.service-last-section_btn{width:200px!important;height:45px!important;font-size:14px!important}}.demo-container{background-color:#fff!important}.demo-dialog-title{text-align:center!important;font-size:30px!important;height:60px!important}.demo-dialog-content-text{text-align:center!important;color:#000!important;font-weight:500!important;margin-bottom:10px!important}.demo-content{margin:auto!important;display:flex;flex-direction:column;gap:10px;width:100%}@media only screen and (max-width:480px){.demo-dialog-title{font-size:24px!important}.demo-dialog-content-text{font-size:14px!important}}@media only screen and (max-width:368px){.demo-dialog-title{height:100px!important}}.hero-section-container{margin-top:30px;width:100%;height:450px;background-color:#fff;overflow:hidden;background-repeat:no-repeat;background-position:top;background-size:cover;position:relative}.hero-wrapper{width:100%;height:450px;max-width:1200px;margin:auto;display:flex}.hero-section-one,.hero-section-one-employer{display:flex;flex-direction:column;row-gap:10px;justify-content:flex-end;align-items:center;width:100%;height:450px;padding-left:20px;position:relative;padding-bottom:30px}.hero-section-one-employer{margin-left:50px}.hero-ethiojobs-text,.hero-ethiojobs-text-employer{width:70%}.hero-ethiojobs-text h1,.hero-ethiojobs-text-employer h1{color:#4bbc88;font-size:50px;font-style:normal;font-weight:700;line-height:normal}.hero-ethiojobs-text .main-heading,.hero-ethiojobs-text-employer .main-heading{color:#4bbc88;font-size:50px;font-weight:700;line-height:normal;margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-ethiojobs-text h3,.hero-ethiojobs-text-employer h3{margin-top:10px;color:#363636;font-size:22px;font-style:normal;font-weight:400;line-height:normal}.hero-ethiojobs-text h6,.hero-ethiojobs-text-employer h6{color:#363636;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:20px}.hero-ethiojobs-text .hero-title-main,.hero-ethiojobs-text-employer .hero-title-main{color:#4bbc88;font-size:50px;font-weight:700;line-height:normal;margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-ethiojobs-text .hero-title-sub,.hero-ethiojobs-text-employer .hero-title-sub{margin-top:10px;color:#363636;font-size:22px;font-style:normal;font-weight:400;line-height:normal}.hero-ethiojobs-text-employer{width:95%}.hero-btn-container{display:flex;gap:8px;width:70%}.hero-get-started-btn{border-radius:36px!important;border:1px solid #fff!important;background:#4bbc88!important;color:#fff!important;font-size:16px!important;font-style:normal!important;line-height:normal!important;text-transform:capitalize!important;width:180px!important;height:40px!important;margin-top:30px!important}.hero-get-started-btn:hover{background:#3ea870!important;transition:all .4s ease-in-out}.hero-get-started-btn:last-child{background:#4bbc88!important}.hero-get-started-btn:last-child:hover{background:#25487b!important;transition:all .4s ease-in-out}.home-search-field{margin-left:15%;margin-top:5px;padding-top:25px;width:85%;height:90px;position:relative}.home-search-select{position:absolute!important;right:25px!important;top:0!important;display:flex;gap:5px}.home-search-select p{height:22px;color:#363636;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.home-search-select p:hover{cursor:pointer}.home-search-select .home-search-active-tab{color:#4bbc88;border-bottom:3px solid #4bbc88}.home-search-input{width:100%!important;border:1px solid #4bbc88!important;border-radius:100px!important}.home-search-btn{position:absolute!important;width:20%!important;height:40px!important;right:15px!important;top:3px!important;bottom:3px!important;border:0!important;background:#3677cb!important;color:#fff!important;outline:none!important;margin:auto!important;padding:0 10px!important;border-radius:100px!important;z-index:2!important;font-size:15px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;text-transform:capitalize!important}.home-search-btn:hover{background:#4bbc88!important;transition:all .4s ease-in-out}.hero-section-two,.hero-section-two-employer{width:80%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.hero-girl-container{width:600px;height:430px;position:relative;overflow:hidden}.hero-employer-girl-container{width:550px;height:500px;position:relative;overflow:hidden}.hero-popular-search-container{display:flex;gap:5px;position:absolute;justify-content:center;align-items:center;right:0;margin:5px 0 5px 35px;bottom:0}.hero-popular-search-container p{color:#000;font-size:13px;font-style:normal;font-weight:300;line-height:normal}.hero-popular-search-wrapper{display:flex;gap:7px}.hero-popular-search-wrapper P{font-weight:400}.hero-popular-search-item{padding:3px 5px;background-color:#f4f4f9;border-radius:3px;cursor:pointer}@media only screen and (min-width:1550px){.hero-wrapper{max-width:1400px}.hero-section-container,.hero-section-one,.hero-wrapper{height:500px}.hero-section-one{padding-bottom:50px;padding-left:10px;padding-right:50px}.hero-ethiojobs-text{width:80%}.hero-ethiojobs-text h1{font-size:60px}.hero-btn-container{width:80%}.hero-section-two{width:100%}.hero-girl-container{width:100%;position:relative;padding-top:71.67%;overflow:hidden}.hero-employer-girl-container{width:600px}.home-search-field{width:95%}.hero-popular-search-container{bottom:15px;margin-left:35px;right:unset}}@media only screen and (max-width:1199px)and (min-width:992px){.hero-section-one{padding-left:10px;width:70%}.hero-btn-container,.hero-ethiojobs-text{width:90%}.hero-section-two{width:50%}.hero-section-one-employer{width:80%}.hero-section-two-employer{width:40%}.home-search-field{width:100%;margin-left:10%;z-index:10}.hero-popular-search-container{width:105%;right:unset}.hero-popular-search-wrapper{gap:5px}}@media only screen and (max-width:991px){.hero-section-one{width:50%}.hero-ethiojobs-text{width:95%;margin-left:0;max-width:700px}.hero-btn-container{width:95%}.home-search-field{width:110%;margin-left:15%;z-index:10}.hero-popular-search-container{width:150%;margin-left:23%;right:unset}.home-search-btn{height:35px!important;font-size:13px!important}.hero-section-two{width:50%}.hero-section-one-employer{width:70%;margin-left:10px}.hero-section-two-employer{width:40%}.hero-ethiojobs-text-employer{width:90%}.hero-employer-girl-container{width:550px;background-position:100%}}@media only screen and (max-width:767px){.hero-section-container{padding-top:50px}.hero-section-container,.hero-wrapper{height:-moz-fit-content;height:fit-content}.hero-wrapper{width:95%;flex-direction:column;justify-content:space-between}.hero-section-one,.hero-section-one-employer{width:100%;height:350px;justify-content:flex-start;align-items:flex-start;padding-bottom:0}.hero-section-one-employer{height:280px}.hero-ethiojobs-text,.hero-ethiojobs-text-employer{display:flex;flex-direction:column;justify-content:flex-end;width:90%;height:300px;max-width:unset}.hero-ethiojobs-text h1,.hero-ethiojobs-text-employer h1{font-size:50px}.home-search-field{width:97%;max-width:600px;margin-left:0;z-index:10}.hero-section-two{display:none;width:100%;height:350px}.hero-section-two-employer{width:100%;height:500px}.hero-girl-container{position:relative;width:auto;height:500px;background-position:50%}.hero-employer-girl-container{width:600px;height:500px;background-position:50%}.hero-popular-search-container{width:90%;position:unset;justify-content:flex-start;flex-wrap:wrap;margin-left:3%}}@media only screen and (max-width:480px){.hero-section-container{background-image:url(/_next/static/media/home_banner_mobile.6b856642.webp);height:450px}.hero-wrapper{width:100%}.hero-section-one{padding-bottom:0;height:350px;padding-left:5px}.hero-btn-container,.hero-ethiojobs-text-employer{width:100%}.hero-get-started-btn{font-size:14px!important}.hero-section-one-employer{width:100%;height:350px;margin-left:0;justify-content:center;padding-left:5px}.home-search-field{height:100px;width:98%;padding-top:30px}.hero-section-two{width:100%;height:350px}.hero-section-two-employer{height:350px;width:100%;justify-content:center}.hero-girl-container{width:100%;position:relative;padding-top:71.67%;overflow:hidden}.hero-employer-girl-container{justify-content:center;height:400px;width:500px;background-position:50%}.hero-popular-search-container{bottom:0;gap:2px;margin-left:0;width:100%;justify-content:center}.hero-popular-search-wrapper{width:100%;flex-wrap:wrap;height:20px;align-items:center;justify-content:center}}@media only screen and (max-width:319px){.hero-section-container{height:500px}.hero-btn-container{flex-direction:column;justify-content:center;align-items:center;gap:3px}.hero-get-started-btn{margin-top:10px!important;width:200px!important}}.marquee-container{background:#fff;height:100px;display:flex;overflow:hidden;padding-top:10px;-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.marquee-img{margin:0 10px;width:120px;height:205px;object-fit:contain}.company-card-container{box-shadow:0 6px 12px 0 rgba(171,190,209,.3);border-radius:10px;background:#fff;width:30%;height:150px;cursor:pointer;padding:0 5px}.company-card-wrapper{gap:5px}.company-card-wrapper,.company-logo-container{display:flex;justify-content:center;align-items:center;height:150px}.company-logo-container{width:80%;overflow:hidden}.company-logo{object-fit:contain}.company-logo-fallback{color:#4bbc88;border-radius:0 10px 0 10px;font-size:38px!important;text-align:center;text-transform:uppercase}.company-card-content{width:110%;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:5px;padding-right:15px}.company-card-name{color:#000;font-size:18px;font-weight:600}.company-card-name,.company-card-tag{font-style:normal;line-height:normal;text-align:center}.company-card-tag{color:#6f6f6f;font-size:16px;font-weight:400}.company-card-jobs p{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width:1199px)and (min-width:992px){.company-card-container{width:30%}}@media only screen and (max-width:991px)and (min-width:768px){.company-card-container{width:47%}.company-logo{width:100px!important;height:100px!important}.company-card-name{font-size:16px}.company-logo-fallback{font-size:25px!important}.company-card-container{width:45%}}@media only screen and (max-width:767px){.company-card-container{width:48%}.company-logo{width:120px!important;height:120px!important}.company-card-name{font-size:16px}}@media only screen and (max-width:600px){.company-card-container{width:85%}.company-card-search-container{width:100%!important}.company-logo{width:130px!important;height:130px!important}.company-card-name{font-size:18px}}@media only screen and (max-width:480px){.company-card-container{width:98%}.company-card-search-container{width:100%!important}.company-logo{width:120px!important;height:120px!important}.company-card-tag{font-size:12px}.company-card-name{font-size:16px}}.job-card-container{background-color:#fff;border-radius:10px;box-shadow:0 2px 17px 1px rgba(0,0,0,.08);display:flex;gap:5px;padding-top:20px;height:260px;position:relative}.job-card-container:hover{color:inherit}.job-card-item-container{padding:25px;margin:15px 25px;width:100%;box-shadow:0 2px 17px 1px rgba(0,0,0,.08);border-radius:15px}.job-card-company-logo{padding:10px;object-fit:contain;overflow:hidden;cursor:pointer}.hero-job-title-text{width:57%;margin-bottom:15px}.hero-job-title-text .main-heading{color:#4bbc88;margin-top:-10px;padding:0}.hero-job-title-text .hero-title-main,.hero-job-title-text .main-heading{line-height:normal;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-job-title-text .hero-title-main{color:#fff;font-size:25px;font-weight:400;margin:0;text-align:center}.hero-job-title-text .hero-title-sub{margin-bottom:10px;color:#363636;font-size:22px;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width:992px){.hero-job-title-text{width:55%}}@media only screen and (max-width:600px){.hero-job-title-text{width:80%}.hero-job-title-text .hero-title-main{font-size:20px}}.job-content{width:85%;height:225px;display:flex;flex-direction:column;row-gap:10px}.job-content h3{font-size:20px;font-weight:700}.job-content h3,.job-content p{cursor:pointer;font-style:normal;line-height:normal}.job-content p{width:95%;font-size:14px;font-weight:300}.job-tag{width:-moz-fit-content;width:fit-content;max-width:500px;overflow:hidden;height:25px;padding:5px 10px;flex-direction:column;justify-content:center;font-size:12px;font-style:normal;font-weight:600;line-height:normal;border-radius:14px;background:#efefef;color:#000;cursor:pointer}.job-card-icon,.job-tag{display:flex;align-items:center}.job-card-icon{position:absolute;right:0;top:3;margin-right:20px}.job-posted-date{font-size:12px;font-style:normal;font-weight:300;line-height:normal;cursor:pointer}.job-posted-date span{color:#3677cb;font-weight:500}.job-location-salary{display:flex;align-items:center;gap:20px;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.job-location-salary li{display:flex;align-items:center;gap:7px;cursor:pointer}.open-postion-description{overflow:hidden;text-overflow:ellipsis;padding-bottom:5px}.job-view-more-btn{height:35px!important;border-radius:20px!important;color:#000!important;font-weight:500!important;cursor:pointer!important;position:absolute!important;bottom:5px;display:flex;justify-content:center;align-items:center;gap:5px}.job-view-more-btn,.see-more-desktop{width:-moz-fit-content;width:fit-content}.see-more-desktop{position:absolute;bottom:0;background-color:#000!important}.job-button-wrapper{display:none}@media only screen and (max-width:1199px)and (min-width:992px){.job-content{height:205px}}@media only screen and (max-width:991px){.job-card-container{padding-bottom:15px}.job-content{height:205px}.open-postion-description{text-align:start;margin-bottom:5px}}@media only screen and (max-width:768px){.job-card-container{height:280px}.job-card-item-container{padding:25px;margin:15px 15px 20px;width:100%;box-shadow:0 2px 17px 1px rgba(0,0,0,.08);border-radius:15px}.job-card-company-logo{position:absolute;width:150px;height:80px!important;padding:10px}.job-content{width:100%;margin-top:15px;padding-left:10px}.job-content h3{width:70%;margin-left:150px;text-align:start}.job-content p{margin-bottom:10px}.job-card-icon{top:0}.job-tag{margin-left:150px}.open-postion-description{padding-bottom:20px}.job-posted-date{text-align:start!important;font-size:15px}.job-location-salary{font-size:16px}}@media only screen and (max-width:767px){.job-card-container{width:100%}.job-content h3{width:60%;font-size:16px}.job-content p{margin-bottom:0}.job-posted-date{display:unset!important;padding-left:10px}.job-location-salary{font-size:14px;padding-left:10px}.job-tag{height:33px;width:60%}}@media only screen and (max-width:480px){.job-card-container{height:250px;position:unset}.job-card-company-logo{width:110px}.job-tag{margin-left:110px}.job-content{height:200px;padding-left:0;position:relative}.job-content h3{margin-left:120px;font-size:14px}.job-content p{display:none}.job-location-salary{font-size:12px}.job-posted-date{margin-top:20px}.job-button-wrapper{width:100%;position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:15px}.job-btn{display:flex;width:140px!important;height:39px!important;padding:18px 18px 18px 22px!important;justify-content:center!important;align-items:center!important;gap:10px!important;border-radius:40px!important;background-color:#4bbc88!important;color:#fff!important;font-size:12px!important;font-style:normal!important;font-weight:500!important;line-height:normal!important}.see_more{background:#f1f1f1!important;color:#4bbc88!important;text-transform:uppercase;font-weight:700}}.featured-card{width:80%;height:320px;border-radius:21px;background:#f4f8f9;box-shadow:0 4px 7px 1px rgba(0,0,0,.15);display:flex;justify-content:center;gap:10px;padding:20px 10px;margin:15% auto auto;cursor:pointer}.featured-wrapper{display:flex;position:relative;flex-direction:column;justify-content:space-evenly;align-items:center;padding-bottom:20px;width:100%}.featured-logo{object-fit:contain;overflow:hidden}.featured-text h6{font-size:22px;font-weight:600}.featured-text h6,.featured-text p{color:#212a4d;font-style:normal;line-height:normal;text-align:center}.featured-text p{font-size:14px;font-weight:400}.featured-job-count{position:absolute!important;bottom:10px;z-index:99;color:#000!important;font-size:16px!important;font-style:normal!important;font-weight:600!important;line-height:normal!important;text-transform:capitalize!important}.featured-job-count span{color:#4bbc88}@media only screen and (max-width:1199px){.featured-card{width:85%}}@media only screen and (max-width:768px){.featured-card{width:85%;height:300px;margin-top:15%}.featured-logo{width:100px!important}.featured-text h6{font-size:18px}.featured-text p{font-size:13px}.featured-btn{width:80%!important;font-size:12px!important;padding:10px!important}}@media only screen and (max-width:481px){.featured-card{height:250px;width:80%}.featured-logo{width:150px!important}}@media only screen and (max-width:480px){.featured-card{width:85%;height:300px}.featured-btn{width:80%!important;font-size:14px!important;padding:10px!important}}@media only screen and (max-width:429px){.featured-card{width:70%;max-width:250px}}.blog-card{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 1rem);border-radius:10px;background:#fff;box-shadow:0 4px 16px 9px rgba(0,0,0,.05);height:500px;width:100%;display:flex;flex-direction:column;position:relative}.blog-banner-image-container,.blog-card{overflow:hidden}.blog-banner-image{width:100%;height:250px;background-repeat:no-repeat;background-position:50%;background-size:cover;border-top-right-radius:10px;border-top-left-radius:10px;cursor:pointer;transition:all .5s ease-in}.blog-banner-image:hover{transform:scale(1.1)}.blog-content-container{display:flex;flex-direction:column;row-gap:10px;margin:auto;padding:15px;width:97%;height:250px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;position:relative}.blog-user{display:flex;justify-content:flex-start;align-items:center;gap:5px}.blog-user p{font-weight:500}.blog-user p,.blog-user span{font-size:12px;font-style:normal;line-height:normal;letter-spacing:.7px}.blog-user span{color:#7d7c98;font-weight:400}.blog-date{position:absolute;right:10px}.blog-title{font-size:15px;font-weight:600;display:-webkit-box;line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;width:100%;box-sizing:border-box;text-align:center}.blog-description,.blog-title{font-style:normal;line-height:normal;overflow:hidden}.blog-description{font-size:13px;font-weight:300;height:80px}.blog-line{height:1px;background:#e9e9e9;bottom:55px}.blog-line,.blog-read-time{width:100%;position:absolute}.blog-read-time{margin:auto;bottom:20px}.recent-blogs-item-container{margin-top:50px;width:100%}.recent-blogs-item-wrapper{display:flex;width:100%;margin-top:20px;gap:10px}.blog-item-banner-image-container{position:relative;display:flex;width:100%;max-width:100%;margin-bottom:20px;overflow:hidden;background:#747373;border-radius:7px;align-items:center;justify-content:center}.blog-item-banner-image-container .image{display:block;width:440.54px;height:341.25px;top:1479.94px;left:623.01px;gap:0}.blog-item-banner-image-container .blog-title-overlay{position:absolute;bottom:0;width:100%;background-color:rgba(0,0,0,.226);color:#fff;text-align:center;height:80px;padding:10px;box-sizing:border-box}.blog-item-banner-image-container .blog-title{font-family:Inter;font-size:20px;font-weight:500;line-height:24.2px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#fff}.limited-lines{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.read-more{display:inline-block;color:#4bbc88;text-decoration:none;font-weight:700;margin-top:8px;align-self:flex-end}@media only screen and (max-width:1199px)and (min-width:992px){.recent-blogs-item-wrapper{display:flex;flex-direction:row;gap:10px}.blog-line{bottom:40px}.blog-read-time{bottom:15px}}@media only screen and (max-width:991px){.recent-blogs-item-wrapper{display:flex;flex-direction:column}.blog-card{width:100%;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem)}}@media only screen and (max-width:600px){.blog-line{bottom:40px}.blog-read-time{bottom:10px}.blog-card{width:100%;flex:1 1 100%}}.blog-detail-wrapper{margin-top:10px}@media only screen and (max-width:480px){.blog-title{font-size:13px}.blog-container{margin:40px 10px 10px}.recent-blogs-container{margin:10px;width:100%}.recent-blogs-wrapper{width:100%}}.catagories-card{background-color:#fff;display:flex;width:32%;justify-content:flex-start;align-items:center;height:40px;gap:5px;border-radius:21px;border:1px solid #e1e1e1;cursor:pointer;padding:10px}.catagories-card:hover{border-color:#4bbc88;transition:all .4s ease-in-out}.catagories-card:hover .catagories-vacancy{color:#4bbc88;transition:all .4s ease-in-out}.categories-logo-container{width:100px;height:100px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center}.catagories-logo{object-fit:contain}.catagories-name{color:#212a4d;text-align:start;font-size:14px;padding:5px}.catagories-name,.catagories-vacancy{font-style:normal;font-weight:400;line-height:normal}.catagories-vacancy{text-align:center;font-size:12px;margin-left:auto}.catagories-card[data-last-element=true]{background:linear-gradient(180deg,#47b192,#387dc5);flex-direction:column-reverse;align-items:flex-start;row-gap:3px;justify-content:center}.catagories-card[data-last-element=true] .categories-logo-container{display:none}.catagories-card[data-last-element=true] .catagories-arrow{width:100%!important;margin-bottom:20px}.catagories-card[data-last-element=true] h6{width:40px;color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-left:10px}.catagories-card[data-last-element=true] p{color:#fff;font-size:50px;font-style:normal;font-weight:700;line-height:normal;margin-left:10px}.employer-catagories-card{background-color:#f4f8f9;display:flex;flex-direction:column;width:30%;justify-content:space-around;align-items:center;height:300px;border-radius:21px;cursor:pointer;margin:auto;padding:50px 15px}.employer-categories-logo-container{width:150px;height:150px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center}.employer-catagories-logo{object-fit:contain}.employer-catagories-name{color:#212a4d;text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:normal;padding:5px}@media only screen and (max-width:1199px)and (min-width:992px){.catagories-card{width:45%}.catagories-name{font-size:14px}.employer-catagories-card{width:28%}}@media only screen and (max-width:991px)and (min-width:768px){.catagories-card{width:45%}.employer-catagories-card{width:45%;min-width:200px}}@media only screen and (max-width:768px){.catagories-card{width:96%;margin-top:10px}.employer-catagories-card{width:45%;margin-top:20px}.catagories-name{font-size:14px}.catagories-vacancy{font-size:13px;color:#4bbc88}}@media only screen and (max-width:668px){.catagories-card{margin-top:10px}.employer-catagories-card{width:48%;margin-top:20px}.catagories-card[data-last-element=true] .catagories-arrow{width:100%!important;margin-bottom:10px;margin-left:-20px}}@media only screen and (max-width:481px){.catagories-name{font-size:13px}.catagories-vacancy{font-size:12px}}@media only screen and (max-width:480px){.catagories-card{width:95%;margin:10px auto auto}.employer-catagories-card{width:85%;margin:10px auto auto}.catagories-name{font-size:14px}.catagories-vacancy{font-size:13px}}@media only screen and (max-width:429px){.employer-catagories-card{font-size:15px;width:85%}.catagories-card[data-last-element=true] .catagories-arrow{width:100%!important;margin-bottom:10px;margin-left:-55px}}@media only screen and (max-width:329px){.employer-catagories-card{font-size:15px;width:95%}}.welcome-popup{position:absolute;top:54%;left:50%;transform:translate(-50%,-50%);width:850px;height:530px;border-width:0!important;background-image:url(/Image/commercial/National_Career_Expo_2024_Millennuim_Hall_PopUp_Ad.gif);background-position:50%;background-size:contain;background-repeat:no-repeat}.welcome-popup-wrapper{width:800px;height:500px;margin:auto;cursor:pointer}@media only screen and (max-width:1199px)and (min-width:992px){.welcome-popup{width:750px;height:480px}.welcome-popup-wrapper{width:700px;height:450px}}@media only screen and (max-width:991px){.welcome-popup{width:650px;height:400px}.welcome-popup-wrapper{width:600px;height:400px}}@media only screen and (max-width:675px){.welcome-popup{width:500px;height:330px}.welcome-popup-wrapper{width:450px;height:330px}}@media only screen and (max-width:520px){.welcome-popup{width:95%;height:250px}.welcome-popup-wrapper{width:91%;height:250px}}@media only screen and (max-width:355px){.welcome-popup{width:95%;height:200px}.welcome-popup-wrapper{width:91%;height:200px}}.job-detail-header-title{display:flex;justify-content:center;max-height:215px;padding:140px 20px 50px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.job-detail-header-title>h1{color:#fff;font-size:30px;line-height:normal;text-align:center}.job-detail-header-location{display:flex;justify-content:center;max-height:5px;padding-top:25px}.job-detail-header-location>label{color:#fff;font-size:20px}.job-detail-small-sidebar{display:none}.job-detail-header-logo-container{display:flex;justify-content:space-between;padding:0 75px;max-width:1400px;margin:auto;align-items:flex-start}.job-detail-header-logo{display:flex;max-width:100%;margin-top:35px}@media print{.job-detail-header-logo{margin-bottom:20px}}.job-detail-header-apply-now-container{margin-top:75px;width:400px;border-top-right-radius:10px;border-top-left-radius:10px;z-index:1;background:#fff;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.job-detail-header-apply-now{border-top-right-radius:10px;border-top-left-radius:10px;background:#64c498;padding:20px;cursor:pointer;color:#fff}.job-detail-header-apply-now:hover{background:#11bf71}.job-detail-header-apply-now-save-icons{display:flex;padding:20px;justify-content:space-between;align-items:center;background:#fff}.job-detail-header-apply-now-icons{display:flex;gap:50px;color:gray}.job-detail-header-apply-now-save{color:gray}.job-detail-header-apply-now-save-icons>ul>li{display:flex;padding:15px 15px 15px 0;gap:20px}.job-detail-header-apply-now-hr{display:flex;align-self:center;width:90%;margin-left:5%}.job-deatil-header-logo{display:flex;justify-content:center;align-items:center;background-color:#fff;cursor:pointer;z-index:10;width:199px;height:199px;overflow:hidden;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);border-radius:50%}.job-detail-header-catalogs{max-height:40px;padding-top:90px;margin-left:10px;display:flex;gap:10px;justify-content:flex-start;flex-wrap:nowrap}.job-detail-open-position{margin-top:200px;width:100%;justify-content:flex-start;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#3577cb;cursor:pointer}.job-detail-open-position:hover{color:#3577cb}.job-detail-open-position-tablet{display:none;cursor:pointer}.job-detail-open-position-mobile{display:none}.job-detail-description{align-self:flex-start}.job-detail-description-title{margin-top:40px;font-family:Inter,sans-serif;font-size:1.5rem;line-height:1.167;text-align:left;font-weight:600}.job-detail-description-details{margin-top:20px;font-family:Inter,sans-serif;text-align:left}.job-detail-more-jobs-container{width:400px;margin-top:100px}.job-detail-more-jobs{align-self:center;font-size:1.25rem;font-weight:500;line-height:1.6}.job-detail-more-jobs-list-container{display:flex;align-items:center;justify-content:space-between;margin:10px}.job-detail-more-jobs-title{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;font-weight:700}.job-detail-more-jobs-content{display:flex;justify-content:flex-start;align-items:center;margin:15px;gap:100px}.job-detail-more-jobs-content>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.job-detail-similar-jobs-container{width:400px;margin-top:50px}.job-detail-similar-jobs{align-self:center;font-size:1.25rem;font-weight:500;line-height:1.6}.job-detail-similar-jobs-list-container{display:flex;align-items:center;justify-content:space-between;margin:10px}.job-detail-similar-jobs-title{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;font-weight:700}.job-detail-similar-jobs-content{display:flex;justify-content:flex-start;align-items:center;margin:15px;gap:100px}.job-detail-similar-jobs-content>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.job-detail-headerListing{background-Size:cover;background-position:50%;background-Repeat:no-repeat;z-index:-10;margin-top:80px;height:380px;background-image:linear-gradient(180deg,#4bbc88,rgba(0,0,0,.5))}.job-detail-body-container{width:100%;display:flex;justify-content:space-between;padding:0 75px;gap:20px;max-width:1400px;margin-top:120px;margin-bottom:120px}.job-detail-right-side{margin-top:var(--dynamic-margin-top,0)}.job-detail-body-left{width:100%}.job-detail-horizontal-line{width:100%;height:1px;border:.1px solid #9b9b9b}.job-detail-header-title-mobile,.job-detail-header-title-tablet,.job-detail-socials-and-save{display:none}.job-detail-open-position-desktop{position:absolute;max-width:1400px;display:flex;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#3577cb;justify-content:center;top:520px;right:500px;left:200px;padding:0 75px}.perks-and-benifits-container{display:flex;flex-wrap:wrap;margin-top:20px;gap:20px}.perks-and-benifits-item{gap:10px;color:rgba(0,0,0,.87);width:140px;height:150px;display:flex;padding:10px;overflow:hidden;text-align:center;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);transition:box-shadow .3s cubic-bezier(.4,0,.2,1);font-weight:700;align-items:center;border-radius:15px;flex-direction:column;justify-content:center;background-color:#fff}@media only screen and (max-width:1200px){.job-detail-open-position-desktop{display:none}.job-detail-open-position-tablet{display:block;margin-top:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#3577cb}.job-detail-body-container,.job-detail-header-logo-container{padding:0 30px}}@media only screen and (max-width:975px){.job-detail-body-container,.job-detail-header-logo-container{display:flex;flex-direction:column}.job-detail-right-side{margin-top:60px}.job-detail-header-apply-now-container{width:100%}.job-detail-open-position-tablet{display:none}.job-detail-open-position-desktop{display:block;right:100px}.job-detail-more-jobs-container{width:100%;margin-top:0}.job-detail-similar-jobs-container{width:100%;margin-top:50px;margin-bottom:50px}.job-detail-body-left{margin-top:var(--dynamic-margin-top,0);width:100%}}@media only screen and (max-width:700px){.job-detail-socials-and-save{display:flex;flex-direction:column;padding:20px;justify-content:space-between;width:100%}.job-detail-header-logo-container{padding:10px}.job-detail-open-position-desktop{display:none}.job-detail-open-position-mobile{margin-top:30px;display:block;justify-content:flex-start;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#64c498;cursor:pointer}.job-detail-body-container{width:100%;padding:10px}.job-detail-right-side{width:100%}.job-detail-header-title{display:none}.job-detail-header-location{display:flex}.job-detail-listing-id{display:none}.job-detail-header-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;margin-top:190px}.job-detail-header-title-mobile{width:100%;padding-top:20px;display:block;justify-content:center}.job-detail-header-title-mobile>h1{margin:10px;font-size:30px;line-height:normal;font-weight:500}.job-detail-header-catalogs{max-height:40px;padding-top:0;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.job-details-social-links{display:none}.job-detail-body-left{margin-top:var(--dynamic-margin-top,0);width:100%}.job-detail-header-catalogs{flex-direction:column;gap:5px}.perks-and-benifits-item{width:100%}}.job-detail-skeleton-container{max-width:1400px;margin:0 auto;padding:0 75px}@media(max-width:768px){.job-detail-skeleton-container{padding:10px}}.job-detail-skeleton-header{display:flex;flex-direction:column;align-items:center;margin:100px}.job-detail-skeleton-title{width:200px;height:20px}.job-detail-skeleton-subtitle{width:150px;height:20px;margin-top:8px}.job-detail-skeleton-image{width:100px;height:100px;margin-top:16px}.job-detail-skeleton-tags{display:flex;justify-content:center;gap:16px;margin-bottom:16px}.job-detail-skeleton-tag{width:120px;height:30px}.job-detail-skeleton-link{width:160px;height:20px;margin:0 auto 24px}.job-detail-skeleton-content{display:flex;gap:32px}@media(max-width:768px){.job-detail-skeleton-content{flex-direction:column}}.job-detail-skeleton-leftColumn{flex:2 1}.job-detail-skeleton-sectionTitle{width:200px;height:24px;margin-bottom:50px}.job-detail-skeleton-sectionContent{width:100%;height:200px;margin-bottom:24px}.job-detail-skeleton-description{display:flex;flex-direction:column;gap:8px}.job-detail-skeleton-descriptionLine{width:100%;height:20px}.job-detail-skeleton-rightColumn{flex:1 1}.job-detail-skeleton-applyButton{width:100%;height:50px;margin-bottom:16px}.job-detail-skeleton-infoBlock{width:100%;height:20px;margin-bottom:16px}.job-detail-skeleton-infoLine{width:80%;height:20px;margin-bottom:16px}.job-detail-skeleton-applySection{width:100%;height:40px;margin-top:24px}.profile-container-main{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:10vh auto 0;max-width:1400px}.profile-container{align-items:flex-start;margin-top:40px}.profile-container,.profile-header{display:flex;flex-direction:row;justify-content:space-between;padding:0 65px;width:100%}.profile-header{margin-top:35px}.page-title-mobile{display:none}.page-title,.page-title-mobile{font-family:Inter;font-size:20px;font-weight:500;line-height:24.2px;padding-top:15px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.notification-icon{color:#2a7b55;padding:15px;width:55px;height:55px;background:#fff;border-radius:20px}.notification-icon,.profile-side-content{box-shadow:0 2px 17px 1px rgba(0,0,0,.08)}.profile-side-content{margin-top:20px;margin-bottom:5rem;width:25%;align-self:flex-start;box-sizing:border-box;background:#feffff;border:3px solid #fff;border-radius:20px}.tab-section-mobile{display:none}.tab-section{background:#ddf3e9;border-radius:15px;margin:20px}.tab-section .MuiTabs-root{display:flex;width:100%;justify-content:space-between}.tab-section .tab{flex-grow:1;max-width:none;background:transparent;text-align:center;text-transform:none;transition:all .3s ease-in-out}.tab-section .tab.active-tab{background:#fff;color:#000;box-shadow:0 -1px 15.3px 1px rgba(0,0,0,.08);border-radius:15px;transition:background-color .3s ease,color .3s ease}.tab-container{display:flex;flex-direction:column;justify-content:space-between}.profile-main-content{width:75%}@media only screen and (max-width:600px){.profile-main-content{width:100%}}@media only screen and (max-width:1244px)and (min-width:601px){.profile-main-content{width:100%}}@media only screen and (max-width:600px){.profile-main-content{width:100%}.tab-section{margin:20px 0 0}.profile-container{flex-direction:column;padding:10px}.profile-header{padding-left:10px;padding-right:10px}.page-title{display:none}.page-title-mobile{display:block}.profile-side-content{width:100%;box-shadow:none}}@media only screen and (max-width:1200px)and (min-width:601px){.profile-main-content{width:100%}.profile-container{flex-direction:column;padding:10px}.profile-side-content{display:flex;flex-direction:column;width:100%;box-shadow:none}}@media only screen and (max-width:910px)and (min-width:601px){.profile-side-content{width:100%;box-shadow:none}.profile-header{padding-left:30px;padding-right:30px}}.profile-overview-card{background:#4bbc88;border-radius:20px;margin:20px;padding:30px;display:flex}.image-wrapper{position:relative;justify-content:flex-start;margin-right:30px;width:-moz-fit-content;width:fit-content}.image-wrapper,.profile-image{display:flex;align-items:center}.profile-image{border:4px solid #83e5b8;width:200px;height:200px;overflow:hidden}.edit-icon,.profile-image{border-radius:50%;justify-content:center}.edit-icon{position:absolute;bottom:20px;right:10px;background:#fff;padding:5px;display:flex;color:#4bbc88;align-items:center;box-shadow:0 2px 5px rgba(0,0,0,.2)}.profile-user-info{align-self:start;width:100%}.profile-user-info-header{display:flex;justify-content:space-between}.profile-edit-btn{display:flex;align-items:flex-start;gap:5px;cursor:pointer;font-size:14px;color:#fff;margin-bottom:35px}.profile-user-name-1{font-family:Inter;font-size:20px;font-weight:600;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#fff}.profile-user-name-2{position:relative;font-family:Inter;font-style:normal;font-weight:300;font-size:16px;line-height:30px;color:#fff}.profile-progress{width:272.45px;height:12.37px;top:212.39px;left:548.62px;gap:0;border-radius:16px 0 0 0}.profile-progress-mobile{display:none}.profile-user-detail{display:flex;justify-content:space-between;font-size:15px;margin-top:20px;flex-wrap:wrap;overflow:hidden;gap:10}.profile-user-detail ul{list-style-type:none;padding:0;margin:0}.profile-user-detail li{display:flex;align-items:center;margin-bottom:10px}.profile-user-detail .text-item{color:#fff;font-family:Inter;font-size:clamp(12px,3vw,15px);font-weight:500;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-align:start;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-user-detail .text-icon{width:20px;height:20px;margin-top:2px;gap:0;color:#fff;margin-right:10px}.profile-share-icons{display:flex;justify-content:space-between;color:#fff;align-self:flex-end}.profile-edit-btn-mobile{display:none;gap:5px}.expand-more-for-mobile{display:none;cursor:pointer}.profile-share-icons-mobile{display:none}.middle-row{margin-left:20px;margin-right:20px}.middle-row-mobile{display:none}.input-error-message{font-size:13px;margin:5px 10px 10px;color:red}.field-required-star{color:red}.profile-edit-btn-tablet{display:none;gap:5px}.edit-mobile{display:flex;align-items:flex-start}@media only screen and (max-width:660px){.profile-overview-card{background:#4bbc88;padding:0}.image-wrapper{align-items:center;margin-top:15px}.image-wrapper,.profile-overview-card{display:flex;flex-direction:column}.profile-user-info{padding-top:0}.profile-image-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.progress-bar-container{margin:50px 40px;display:"flex";position:relative}.profile-progress-mobile{position:relative;display:block;text-align:center;justify-content:center;align-items:center;align-self:center}.progress-bar-label-mobile{position:absolute;text-align:center;left:35px;right:35px;bottom:15px;color:#fff;font-weight:600;font-size:15px}.progress-bar-label{display:none}.profile-main-content{width:100%}.expand-more-for-mobile{display:block;color:#fff;margin:30px;text-align:center}.profile-overview-card{justify-content:flex-end;margin:0;width:100%}.profile-edit-btn{display:none}.profile-user-name-2{text-align:center}.profile-user-info-header{justify-content:center;margin-top:30px}.profile-progress{display:none}.profile-user-detail{flex-direction:column;align-items:center;margin-bottom:30px}.profile-user-detail li{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.profile-user-detail .text-icon{margin-right:5px}.middle-row-mobile{display:block;padding-top:35px;padding-left:25px;padding-right:25px}.middle-row-mobile .text-item{text-align:center}.middle-row{display:none;padding-top:35px;padding-left:25px;padding-right:25px}.middle-row .text-item{text-align:center}.profile-share-icons{display:none;align-self:center}.profile-share-icons-mobile{display:flex;justify-content:center;gap:10px;color:#fff;align-self:center}.profile-edit-btn-mobile{display:flex;position:relative;justify-content:flex-end;cursor:pointer;font-size:14px;color:#fff;top:35px;right:30px}.profile-edit-btn-tablet{display:none}}@media only screen and (max-width:940px)and (min-width:661px){.profile-user-info-header{position:relative;display:flex;flex-direction:column;justify-content:center}.profile-progress{margin-top:15px;margin-bottom:15px}.profile-user-detail{flex-direction:column}.profile-edit-btn{display:none}.profile-edit-btn-tablet{display:flex;position:absolute;justify-content:flex-end;cursor:pointer;font-size:14px;color:#fff;bottom:680px;right:60px}.middle-row-mobile{display:block;padding-top:20px}.middle-row{display:none}.expand-more-for-mobile{display:block;color:#fff;margin-left:30px;margin-top:-20px;text-align:left}}.recommend-card{margin:25px}.recommend-card-title{width:160px;height:22px;font-size:18px;line-height:22px;color:#000}.recommend-card-subtitle,.recommend-card-title{font-family:Inter;font-style:normal;font-weight:500}.recommend-card-subtitle{margin-top:7px;font-size:13px;line-height:16px;color:#4bbc88}.recommend-company-logo{margin-left:25px}.recommend-job-title{margin-top:11px;font-family:Inter;font-style:normal;font-weight:600;font-size:20px;line-height:24px;color:#19184b;transform:rotate(-.57deg);margin-left:20px}.recommend-job-catalog{display:inline-block;margin-left:20px;margin-top:14px;width:none;text-align:center;background:#e5e5e9;border-radius:10.6067px}.recommend-job-description{margin-left:20px;margin-right:20px;margin-top:9px;font-weight:300;font-size:14px;line-height:19px;transform:rotate(-.57deg)}.catalog-title,.recommend-job-description{font-family:Inter;font-style:normal;color:#000}.catalog-title{font-weight:400;font-size:11px;line-height:16px;display:flex;padding:4px;margin-left:5px;margin-right:5PX;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recommend-card-footer{display:flex;justify-content:space-between;margin:20px}.recommend-card-footer .recommend-date-published{display:flex;flex-direction:column}.recommend-card-footer .date-published{font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.recommend-card-footer .date-published-value{font-family:Inter;font-size:14px;font-weight:200;line-height:16.94px;text-align:start;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.recommend-card-footer .recommend-apply{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#4bbc88}.recommend-job-separator{margin:25px;text-align:center;border:1px solid #c8e7d9;transform:rotate(-.57deg)}.user-about-container{position:relative;margin:0;padding:20px;width:100%}.resume-builder-heading{display:"flex";flex-direction:column;font-weight:400;font-size:16px;padding-left:10px;line-height:19px;text-align:start;color:#000;cursor:pointer}.tabs-container{border-radius:16px;margin-top:15px;background:#fff}.tab-expand-section{padding-left:80px;padding-right:50px}.about-section-title{display:flex;align-items:center;font-family:Inter;font-size:24px;font-weight:500;line-height:29.05px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.about-section-icons{display:flex;align-items:center;color:#4bbc88;cursor:pointer;display:none}.tab-title-and-edit-btn{display:flex;justify-content:space-between}.about-icon-and-edit-btn{display:flex;gap:20px}.about-edit-btn-mobile{display:flex;box-sizing:border-box;background:#fff;border:1px solid #4bbc88;box-shadow:0 2px 17px 1px rgba(0,0,0,.08);border-radius:20px;padding:15px;font-family:Inter;font-size:13px;font-weight:500;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;gap:5px;cursor:pointer}.tab-description{margin-top:18px}.about-section-separator{margin:0;text-align:center;border:.1px solid #c8e7d9}.tab-resume-section{padding-bottom:20px;padding-top:10px}.tab-resume-content{padding:10px 55px 20px;background:#f4fbf9;border-radius:20px;margin-top:30px}.resume-file{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;margin-top:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.resume-file-name-and-icon{display:flex;gap:5px;min-width:0}.resume-upload-and-icon{display:flex}.resume-upload-icon{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;gap:3px;flex:none;order:0;align-self:stretch;flex-grow:0;cursor:pointer}.resume-upload-icon :hover{color:#4bbc88}.resume-delete-icon{display:flex;align-items:center;padding:10px;cursor:pointer}.resume-delete-icon :hover{color:red}.file-name{display:flex;font-weight:500;font-size:15px;line-height:24px;color:#000;align-items:center;overflow-x:hidden}.upload-btn-container{display:flex;gap:1rem;justify-content:flex-end;margin-top:30px}.upload-btn{box-sizing:border-box;color:#fff;display:inline-block;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;gap:10px;background:#3677cb;border:1px solid #3677cb;border-radius:40px;font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;transition:background-color .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);cursor:pointer}.upload-btn:hover{transform:scale(1.05)}.upload-btn:active,.upload-btn:hover{background-color:#4bbc88;border:1px solid #4bbc88}.upload-btn:active{transform:scale(1)}.tab-simple-section{padding-bottom:20px;padding-top:10px}.tab-simple-content{padding:10px 55px 20px;background:#f4fbf9;border-radius:20px;margin-top:30px}.simple-item-card{display:flex;flex-direction:column;margin-top:40px;margin-bottom:40px;gap:15px}.simple-item-card-heading{display:flex;flex-direction:row;justify-content:space-between}.simple-item-card-label{display:flex;flex-direction:column}.simple-item-card-name{font-weight:400;font-size:15px;line-height:18px;color:#636363}.simple-item-card-value{font-weight:400;font-size:16px;line-height:24px;color:#000}.simple-item-card-heading-icons{display:flex;flex-direction:row;align-items:flex-start;gap:5px;margin-top:-25px}.simple-item-card-heading-icons-descrioption{display:none;flex-direction:row;justify-content:end}.simple-item-card-heading-icons-mobile{display:none}.simple-item-card-about-edit-icon,.simple-item-card-heading-edit-icon{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:10px;gap:3px;border-radius:20px;font-weight:500;font-size:13px;line-height:16px;color:#4bbc88;cursor:pointer}.simple-item-card-heading-delete-icon{display:flex;align-items:center;cursor:pointer;padding:5px}.simple-item-card-row{gap:3px}.simple-item-card-row,.simple-item-card-row-portfolio{display:flex;justify-content:flex-start;justify-content:space-between}.simple-item-card-row-portfolio{gap:20px;width:100%}.simple-item-card-row-preference{display:flex;justify-content:flex-start;justify-content:space-between;gap:20px;width:60%}.simple-item-card-row-skill{display:flex;flex-wrap:wrap;max-width:100%;justify-content:flex-start;gap:3px;row-gap:20px}.simple-item-card-label-skill{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:0;flex-shrink:1;flex-basis:calc(30% - 3px);box-sizing:border-box}.simple-item-card-row-2nd{display:flex;flex-direction:row;max-width:70%;justify-content:flex-start;justify-content:space-between;gap:15px}.simple-item-date-format{font-size:9px;font-weight:400;line-height:18px;margin-top:-5px;color:#636363}.tab-scroller{display:none}@media only screen and (max-width:600px){.tab-scroller{display:flex;width:40px;height:40px;left:314.66px;top:675.76px;margin-left:5px;margin-right:5px;justify-content:center;align-items:center;background:#fff;box-shadow:0 -1px 15.3px 1px rgba(0,0,0,.08);border-radius:15px}.tabs-container{margin-top:35px}.simple-item-card-row-skill{flex-direction:row;width:100%;row-gap:30px}.simple-item-card-heading-icons-descrioption{display:flex}.simple-item-card-row-portfolio{gap:20px}.simple-item-card-row-portfolio,.simple-item-card-row-preference{flex-direction:column;width:100%}.simple-item-card-row-skill{flex-direction:column}.about-section-icons{display:block}.tab-expand-section{padding-left:30px;padding-right:30px}.tab-resume-content{padding:10px 20px 20px;background:#f4fbf9;border-radius:20px;margin-top:30px}.user-about-container{position:relative;margin:0;padding:20px 0;width:100%}.resume-builder-heading{display:block}.file-name{font-family:Inter;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#000;overflow:hidden;text-overflow:ellipsis}.upload-btn-container{flex-direction:column;justify-content:center;width:100%}.upload-btn{width:100%}.simple-item-card-heading-icons{display:none}.simple-item-card-heading-icons-mobile{margin-top:20px;display:flex;justify-content:flex-end;flex-direction:row;align-items:center;gap:5px}.tab-simple-content{padding:1px 30px 5px;background:#f4fbf9;border-radius:20px;margin-top:30px}.simple-item-card-row{gap:30px}.simple-item-card-row,.simple-item-card-row-2nd{display:flex;flex-direction:column;justify-content:flex-start;justify-content:space-between}.simple-item-card-row-2nd{max-width:100%;gap:15px}}@media only screen and (max-width:910px)and (min-width:601px){.simple-item-card-heading-icons-descrioption{display:flex}.simple-item-card-row-skill{flex-direction:row;width:100%;row-gap:30px}.simple-item-card-label-skill{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 3px);box-sizing:border-box}.simple-item-card-row-portfolio{gap:20px}.simple-item-card-row-portfolio,.simple-item-card-row-preference{flex-direction:column;width:100%}.tab-expand-section{padding-left:40px;padding-right:40px}.about-section-icons{display:block}.user-about-container{position:relative;margin:0;padding:20px 0;width:100%}.resume-builder-heading{display:none}.upload-btn,.upload-btn-container{width:100%}.tab-simple-content{padding:5px 30px;background:#f4fbf9;border-radius:20px;margin-top:30px}.simple-item-card-row{flex-direction:row}.simple-item-card-row,.simple-item-card-row-2nd{display:flex;justify-content:flex-start;justify-content:space-between;gap:15px}.simple-item-card-row-2nd{flex-direction:column;max-width:100%}.simple-item-card-heading-icons{display:none}.simple-item-card-heading-icons-mobile{margin-top:20px;display:flex;justify-content:flex-end;flex-direction:row;align-items:center;gap:5px}}.dialogue-container{width:100%!important;padding:30px!important;left:"0px";top:"0px";background:"#FFFFFF";box-shadow:"0px 2px 17px 1px rgba(0, 0, 0, 0.08)";border-radius:20px!important}.user-dialogue-container,.user-dialogue-form-container{width:100%}.user-dialogue-form-title{font-family:Inter;font-style:normal;font-weight:400;font-size:15px;line-height:18px;color:#636363;margin-top:10px}.user-dialogue-form-box{margin-top:7px}.user-dialogue-form-input{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;width:100%;height:97px;left:36.15px;top:92.82px;border:1px solid #e7e7e7;border-radius:29px;resize:none;overflow:hidden;padding:15px}.user-dialogue-close-btn{font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#272727;cursor:pointer}.user-dialogue-save-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;gap:10px;width:150px;background:#3677cb;border:none;border-radius:40px;color:#fff;cursor:pointer;transition:background-color .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1)}.user-dialogue-save-btn:hover{transform:scale(1.1);background-color:#4abc88;border:none;padding:10px 30px;gap:10px;width:150px}.user-dialogue-btn-container{display:flex;gap:20px;margin-right:15px;margin-bottom:35px}.user-dialogue-title{font-family:Inter;font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#000;margin-bottom:20px}.user-dialogue-form{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.user-dialogue-form-group{width:100%;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 15px)}.user-dialogue-form-group-values{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;margin-top:20px;padding:15px;border:1px solid #e7e7e7;border-radius:29px;max-height:200px;overflow-y:auto}.user-dialogue-form-group-value{display:flex;gap:25px;margin-bottom:10px;margin-right:10px;background-color:rgba(74,188,137,.129);padding:6px 15px;border-radius:20px;font-family:Inter;font-style:normal;font-weight:400;font-size:small}.user-dialogue-form-group-value-title{display:flex;align-items:center}.user-dialogue-form-group-value-subtitle{display:flex;align-items:center;justify-content:center;gap:10px}.user-dialogue-form-input-field{box-sizing:border-box;margin-top:10px;width:100%;height:55px;left:36.15px;top:120.78px;padding-left:15px;padding-right:15px;border:1px solid #e7e7e7;border-radius:29px}.phone-flag{padding-left:50px}.user-dialogue-form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 10px center;background-size:12px;cursor:pointer;box-sizing:border-box;width:100%}.user-dialogue-form-group:after{font-size:12px;top:50%;right:10px;transform:translateY(-50%);pointer-events:none;color:#555}.user-dialogue-list{margin-top:50px}.user-dialogue-list-item{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:20px}.simple-item-dialogue-card-icons{display:flex;flex-direction:row;align-items:flex-start;gap:5px}.user-dialogue-working-here{display:flex;align-items:center;gap:20px;margin:0;width:100%;color:gray}@media only screen and (max-width:600px){.user-dialogue-form-group{width:100%;flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 15px)}.dialogue-container{width:100%!important;padding:10px 15px 10px 0!important;margin:0!important;left:"0px";top:"0px";background:"#FFFFFF";box-shadow:"0px 2px 17px 1px rgba(0, 0, 0, 0.08)";border-radius:20px!important}}@media only screen and (max-width:910px)and (min-width:601px){.user-dialogue-form-group{width:100%;flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 15px)}}.job-application-container1{margin:20px;box-shadow:0 2px 17px 1px rgba(0,0,0,.08)}.job-application-container,.job-application-container1{display:flex;flex-direction:column;background:#fff;border-radius:15px}.job-application-container{padding:10px 40px 40px}.job-application-badge{margin-bottom:10px;background-color:#3677cb;width:-moz-fit-content;width:fit-content;padding:5px 10px;color:#fff;border-top-left-radius:15px;border-bottom-right-radius:15px}.badge-shortlisted{background-color:#4bbc88}.badge-interviewed{background-color:orange}.badge-offered{background-color:#6a5acd}.badge-rejected{background-color:#ff4d4d}.badge-longlisted{background-color:#009688}.badge-placed{background-color:#3f51b5}.badge-selected{background-color:teal}.badge-pending{margin-top:15px;background-color:#fff}.job-application-image{border:1;display:flex;align-items:center;justify-content:center;margin-top:20px;width:130px;height:100px;padding:20px;border-radius:10px}.job-application-content{width:100%}.job-application-header{display:flex;flex-direction:column;justify-content:space-between}.job-application-catalog-withdraw{display:flex;flex-direction:row;justify-content:space-between}.job-application-catalog{flex-direction:column;padding:10px;isolation:isolate;height:28px;left:333.55px;background:#efefef;border-radius:14px}.job-application-catalog,.job-application-catalogs{display:flex;justify-content:center;align-items:center;align-self:center}.job-application-catalogs{flex-direction:row;gap:10px}.job-application-withdraw-btn{display:flex;justify-content:center;align-items:center;padding-left:10px;padding-right:10px;gap:9px;color:#4bbc88;border-radius:20px;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.disabled-div{pointer-events:none;opacity:.5;cursor:not-allowed}.job-application-withdraw-btn:hover{background-color:#4bbc88;transform:scale(1.05);color:#fff}.job-application-title{left:333.55px;top:705.9px;font-family:Inter;font-style:normal;font-weight:700;font-size:22px;line-height:27px;color:#000}.job-application-date{display:flex;left:334.27px;margin-top:7px;font-family:Inter;font-style:normal;font-weight:300;font-size:15px;line-height:18px}.job-application-time{color:#000}.job-application-company{color:#3677cb;margin-left:5px;font-weight:500;cursor:pointer}.job-application-items{gap:45px;display:flex;margin-top:15px}.job-application-item{display:flex;gap:5px}.job-application-description{font-family:Inter;font-style:normal;font-weight:300;font-size:15px;line-height:18px;margin-top:13px;color:#000}.job-application-icons{margin:5px 5px 5px 0}.job-application-view-job-btn{width:200px;border-radius:30px;background-color:#3677cb;color:#fff;padding:10px;border:none;margin-top:20px;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.job-application-view-job-btn:hover{background-color:#4bbc88;transform:scale(1.05);color:#fff}.job-application-dialogue{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px}.job-application-dialogue-icon{display:flex;align-items:center;justify-content:center;background:#ddf3e9;border-radius:50%;width:50px;height:50px}.job-application-details{display:flex;justify-content:space-between;align-items:center;margin-right:50px}.job-application-dialogue-title{margin-top:15px;font-family:Inter;font-style:normal;font-weight:500;font-size:21px;line-height:25px;color:#000}.job-application-dialogue-message{margin-top:25px;font-family:Inter;font-style:normal;font-weight:300;font-size:17px;line-height:23px;text-align:center;color:#000}.job-application-dialogue-btns{display:flex;gap:20px;margin-top:30px}.job-application-dialogue-cancel-btn{border:none;background:none;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#272727;cursor:pointer}.job-application-dialogue-confirm-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 34px;gap:10px;color:#fff;background:#3677cb;border:none;border-radius:40px;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.job-application-dialogue-confirm-btn:hover{background-color:#4bbc88;transform:scale(1.05);color:#fff}.job-application-image-mobile{display:none}.job-application-skeleton-container{padding:25px;margin:25px}.job-application-mobile-buttons,.job-application-skeleton-container-mobile{display:none}.job-application-dialogue-select-generated-cv{display:flex;flex-direction:row;justify-content:space-between;border:1.5px solid #d2cfcf;border-radius:12px;align-items:center;margin:10px}.job-application-dialogue-select-generated-cv-left,.job-application-dialogue-select-generated-cv-right{display:flex;flex-direction:row;justify-content:space-between;padding:10px;gap:20px}.job-application-dialogue-select-generated-cv-right{align-items:center}@media only screen and (max-width:750px){.job-application-items{font-size:smaller;gap:15px}.job-application-skeleton-container{display:none}.job-application-skeleton-container-mobile{display:block;margin-top:25px}.job-application-withdraw-btn{display:none}.job-application-mobile-buttons{margin-top:20px;display:flex;justify-content:space-between;gap:10px}.job-application-apply-now{background:#4bbc88;border:none;padding:10px;border-radius:20px;color:#fff;width:100%;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.job-application-apply-now:hover{background-color:#3677cb;transform:scale(1.05);color:#fff}.job-application-see-more{background:#efefef;border:none;padding:10px;border-radius:20px;color:#4bbc88;width:100%;cursor:pointer;align-self:center;text-align:center;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.job-application-see-more:hover{background-color:#3677cb;transform:scale(1.05);color:#fff}.job-application-description{display:none}.job-application-skeleton-container{margin:25px 0 0}.show-more-less{display:none}.job-application-image-mobile{display:block;align-self:center}.job-application-container{flex-direction:column;margin:20px 0 30px}.job-application-content{margin-left:0}.job-application-details{display:flex;justify-content:space-between;align-items:flex-start;margin:0}.job-application-image{display:none}.job-application-header{display:flex;flex-direction:row;justify-content:left;align-items:center;column-gap:20px;margin-bottom:20px}.job-application-catalog-withdraw{flex-direction:column;gap:20px}.job-application-catalogs{align-self:self-start;align-items:flex-start}.job-application-title{overflow-wrap:normal}.job-application-view-job-btn{width:100%}}.timeline-blog-container{margin:55px 20px 20px;padding:40px;border-radius:20px;background-color:#fff}.timeline-blog-title{margin-top:40px;margin-bottom:20px;font-family:Inter;font-style:normal;font-weight:500;font-size:22px;line-height:27px;color:#000}@media only screen and (max-width:750px){.timeline-blog-container{margin:55px 0 0}}.job-alert-container{margin:40px 25px 25px}.job-alert-title{margin-top:30px;font-weight:500;font-size:24px;line-height:29px}.job-alert-subtitle,.job-alert-title{font-family:Inter;font-style:normal;color:#000}.job-alert-subtitle{margin-top:22px;font-weight:400;font-size:16px;line-height:19px}.job-alert-content{display:flex;margin-top:45px;background:#fff;box-shadow:0 2px 17px 1px rgba(0,0,0,.08);border-radius:20px;padding:35px}.job-alert-card{width:100%;display:flex;justify-content:space-between;align-items:center}.job-alert-card-icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;background:#ddf3e9;box-shadow:0 2px 17px 1px rgba(0,0,0,.08);border-radius:36px;color:#297b55;margin-left:20px;flex-shrink:0}.job-alert-card-details{display:flex;flex-direction:column;flex-grow:4;margin-left:70px;width:70%}.job-alert-card-title{font-family:Inter;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#000}.job-alert-card-subtitle{margin-top:7px;font-family:Inter;font-style:normal;font-weight:300;font-size:15px;line-height:18px;color:#000}.vertical-separator{width:0;height:42.92px;left:901.72px;top:790.1px;border:1px solid #dbdbdb}.horizontal-separator{border:1px solid #ddf3e9}.black-horizontal-separator,.horizontal-separator{margin-top:20px;margin-bottom:20px;height:0;width:100%;left:901.72px;top:790.1px}.black-horizontal-separator{border:.1px solid #dbdbdb}.job-alert-card-right-icons{flex-grow:1;position:relative;display:flex;justify-content:space-between;align-items:center;margin-left:40px;width:25%}.job-alert-card-right-toggle-icon{cursor:pointer}.job-alert-card-right-delete-icon,.job-alert-card-right-edit-icon{display:flex;cursor:pointer;padding:5px;border-radius:50%;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.job-alert-card-right-delete-icon:hover,.job-alert-card-right-edit-icon:hover{background:#ddf3e9;border-radius:50%;transform:scale(1.05)}.job-alert-form-title{font-family:Inter;font-style:normal;font-weight:500;font-size:24px;line-height:29px;color:#000;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.job-alart-form-message-container-modified{background-color:#fff3e5;color:#663c01;padding:8px;display:flex;align-items:center;justify-content:space-between}.job-alart-form-message-container-saved{background-color:rgba(43,218,12,.129);color:#01662e;padding:8px;display:flex;align-items:center;justify-content:space-between}.job-alart-form-message-container{color:#663c01;padding:15px;display:flex;align-items:center;justify-content:space-between}.job-alart-form-message-container-success{background-color:#edf7ed;color:green}.job-alart-form-message,.job-alart-form-message-container-success{padding:8px;display:flex;align-items:center;justify-content:space-between}.job-alart-form-message{gap:10px;font-size:.875rem}.alert-warning-icon{color:#ef7b29}.alert-checked-icon{color:#06a528}@media only screen and (max-width:750px){.job-alert-card-icon{display:none}.job-alert-container{margin:0}.job-alert-subtitle{padding:10px}.job-alert-card-details,.job-alert-card-icon,.job-alert-card-right-icons{margin:0}.job-alert-card{flex-direction:row;gap:20px}}.page{page-break-after:always}.cv-preview{display:flex;justify-content:center;margin:10px;width:98%}.cv-preview-container{background:#fff;padding:20px 45px 45px;border-radius:20px;margin-top:35px;page-break-after:always;break-after:always;width:97%}.cv-preview-footer{position:relative;padding-bottom:1in;box-sizing:border-box}.cv-preview-btn-container{display:flex;justify-content:flex-end}.download-cv-btn{background:#3677cb;color:#fff;padding:10px 40px;border-radius:30px;height:40px;border:none;cursor:pointer;transition:background-color .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1)}.download-cv-btn:hover{background-color:#4bbc88;border:1px solid #4bbc88;transform:scale(1.05)}.cv-preview-title{font-size:30px;font-weight:700}.cv-preview-socials{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-self:flex-start;margin-top:-5px}.cv-preview-socials>div{display:flex;flex-grow:1;flex-shrink:1;flex-basis:calc(33.33% - 1rem);text-align:center;box-sizing:border-box;align-self:center;gap:5px}.cv-preview-socials>div>span{display:flex;text-align:center;align-self:center;font-size:14px;font-weight:600}.cv-preview-socials-icons{display:flex;align-items:center;justify-content:center;width:15px;color:#4bbc88}.cv-preview-section-title{margin-top:20px;font-weight:700;font-size:20px}.cv-preview-section-separater{width:100%;height:0;left:901.72px;top:790.1px;border:2px solid #000}.cv-preview-section-description{margin-top:5px;font-size:14px;text-indent:7em}.cv-preview-education{display:flex;gap:40px}.cv-preview-education-card{display:flex;justify-content:space-between;margin-top:5px;page-break-inside:avoid;break-inside:avoid}.cv-preview-education-industry{color:#4bbc88;font-size:14px;font-weight:bolder}.cv-preview-education-icons{display:flex;align-items:center;justify-content:center;width:12px;align-self:center;color:#3c3b3b}.cv-preview-education-date-and-location{display:flex;gap:10px}.cv-preview-education-date-and-location>div{display:flex;align-items:center;font-size:12px;gap:5px}.cv-preview-education-date-and-location>div>span{font-size:12px}.cv-preview-education-v-separator{width:0;height:42.92px;left:901.72px;top:790.1px;border:.1px solid #000}.cv-preview-education-right-side{display:flex;gap:20px;align-items:center}.cv-preview-education-right-side>div{display:flex;flex-direction:column;align-items:center}.cv-preview-education-right-side>div>div>span{color:#4bbc88;font-weight:bolder}.cv-preview-education-h-separator{margin-top:10px;margin-bottom:10px;width:100%;height:0;left:901.72px;top:790.1px;border:.01px dashed #b8adad}.cv-preview-experience{margin-top:5px}.cv-preview-experience-card{page-break-inside:avoid;break-inside:avoid}.cv-preview-experience-company{color:#4bbc88;font-size:14px;font-weight:bolder}.cv-preview-experience-icons{display:flex;align-items:center;justify-content:center;width:12px;align-self:center;color:#3c3b3b}.cv-preview-experience-date-and-location{display:flex;gap:10px}.cv-preview-experience-date-and-location>div{display:flex;align-items:center;font-size:12px;gap:5px}.cv-preview-experience-date-and-location>div>span{font-size:12px}.cv-preview-experience-description{font-size:14px}.cv-preview-language{margin-top:5px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;flex-grow:1;flex-shrink:1;flex-basis:calc(33.33% - 1rem)}.cv-preview-language-card{display:flex;flex-direction:row;page-break-inside:avoid;break-inside:avoid}.cv-preview-language-content{display:flex;flex-direction:column}.cv-preview-language-name{font-size:14px;font-weight:600}.cv-preview-language-proficiency{font-size:12px;margin-top:-5px}.cv-preview-language-level{width:150px;display:flex;justify-content:flex-end}.cv-preview-skill{margin-top:5px;display:flex;flex-wrap:wrap;column-gap:15px}.cv-preview-skill-name{font-size:15px;text-decoration:underline;-webkit-text-decoration-color:#b8adad;text-decoration-color:#b8adad;white-space:nowrap;text-overflow:ellipsis}.cv-preview-references{margin-top:5px;display:flex;gap:50px;flex-wrap:wrap}.cv-preview-references-name{color:#4bbc88;font-weight:bolder;font-size:15px}.cv-preview-references-address{font-size:13px;margin-top:-5px}.cv-preview-skeleton-container{margin-top:55px;width:100%;padding-left:20px;padding-right:20px}.cv-preview-skeleton{margin-top:55px;width:100%}@media only screen and (max-width:600px){.cv-preview-skeleton-container{margin-top:55px;width:100%;padding-left:0;padding-right:0}.cv-preview{margin:10px 0 0;width:100%}.cv-preview-container{width:100%}.cv-preview-skill{display:flex;flex-wrap:wrap;gap:10px}.cv-preview-skill-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.cv-preview-education{display:flex;gap:20px;flex-wrap:wrap}.cv-preview-education-date-and-location{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}}.user-on-boarding-modal-list{display:flex;flex-direction:column;gap:10px}.user-on-boarding-modal-list-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:20px;gap:30px;width:100%}.user-on-boaarding-list-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50px;background:#ddf3e9}.user-on-boarding-modal-list-item-content{display:flex;flex-direction:column;width:80%}.user-on-boarding-modal-list-item-title{font-family:Inter;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#000}.user-on-boarding-modal-list-item-subtitle{font-family:Inter;font-style:normal;margin-top:7px;font-weight:300;font-size:16px;line-height:19px;color:#000}.user-on-boaarding-completed-modal-icon-container{margin:0 30px 30px;display:flex;align-items:center;justify-content:center}.user-on-boaarding-completed-modal-icon{display:flex;align-items:center;justify-content:center;background:#ddf3e9;width:60px;height:60px;border-radius:60px}.user-on-boarding-completed-modal-title{display:flex;align-items:center;justify-content:center;color:#4bbc88;font-family:Inter;font-size:20px;font-weight:500;line-height:29.05px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.user-on-boarding-completed-modal-subtitle{font-family:Inter;font-size:14px;font-weight:400;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.user-on-boarding-completed-modal-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.user-on-boarding-completed-modal-footer{width:20%;margin-top:15px;align-self:center;border:1px solid #4bbc88;box-shadow:0 2px 11.2px 1px rgba(75,188,136,.3);border-radius:34px;font-weight:500;font-size:13px;transition:background-color .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);cursor:pointer}.user-on-boarding-completed-modal-footer:hover{background-color:#4bbc88;border:1px solid #4bbc88;color:#fff;transform:scale(1.05)}.apply-job-modal-container{width:100%!important;padding:0!important;left:"0px";top:"0px";background:"#FFFFFF";box-shadow:"0px 2px 17px 1px rgba(0, 0, 0, 0.08)";border-radius:20px!important;background-color:#f5faf8}@media(max-width:800px){.apply-job-modal-container{width:100%!important;margin:0!important}}.apply-job-modal-title{width:100%;display:flex;justify-content:space-between}.apply-job-modal-content-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:20px;margin-bottom:50px}.apply-job-upload-avatar{margin:5px}.apply-job-upload-text{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Inter;font-weight:500;font-size:20px;line-height:Label Large/Line Height;letter-spacing:Label Large/Tracking;text-align:center}.apply-job-file-types{font-family:Inter;font-style:normal;font-weight:300;font-size:14px;line-height:20px;text-align:center;letter-spacing:.1px;text-transform:capitalize;color:#4d4d4d}.apply-job-apply-button{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:8px;color:#fff;width:100%;height:40px;border:none;background:#4bbc88;border-radius:100px;margin-top:3px;flex:none;order:3;flex-grow:0;cursor:pointer}.apply-job-apply-button:hover{background-color:#3ea870}.apply-job-divider{padding-top:40px;padding-bottom:35px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.apply-job-or-text{margin-top:-4px;padding-left:15px;padding-right:15px}.apply-job-ethiojobs-box{gap:5px}.apply-job-ethiojobs-box,.apply-job-ethiojobs-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.apply-job-ethiojobs-text{font-size:20px;text-align:center;font-weight:500}.apply-job-recommended-badge{margin-top:10px;width:100%;height:20px;color:#4d4d4d;flex:none;order:1;flex-grow:0}.apply-job-ethiojobs-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:11px 24px;gap:24px;width:100%;height:41px;background:#fff;border:1px solid #cacaca;border-radius:40px;flex:none;order:2;flex-grow:0;cursor:pointer}.apply-job-ethiojobs-button:hover{background-color:hsla(0,0%,100%,.243)}.apply-job-by-cv-header{display:block;margin:0;padding:12px;background:#fff;border:1px solid #f2f2f2;height:80px;text-align:center;display:flex;justify-content:space-between}@media(max-width:700px){.apply-job-by-cv-header{width:100%;padding:0;height:100px}}.apply-job-by-cv-container{width:100%;display:flex;justify-content:center;align-items:center;height:100%}.apply-job-by-cv{display:flex;flex-direction:row;justify-content:center;background-color:#fff;width:90%;max-width:1500px;height:400px;margin-top:4px;max-width:auto;padding:20px;border-radius:10px}@media(max-width:800px){.apply-job-by-cv{flex-direction:column;width:100%;padding:0;height:100%}}.apply-job-by-cv-left{width:50%;margin-top:3px}@media(max-width:800px){.apply-job-by-cv-left{width:100%}}.apply-job-by-cv-right{width:50%;margin-top:3px}@media(max-width:800px){.apply-job-by-cv-right{width:100%}}.apply-job-upload-button{background:#4bbc88!important;width:100%;max-width:80%;margin:12px auto;align-self:center!important}.apply-job-upload-button:hover{background-color:#2f5e9e}.apply-job-upload-button:disabled{opacity:.6;cursor:not-allowed}.apply-job-upload-button-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;margin-top:50px}.apply-job-upload-button-container2{width:80%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px}@media(max-width:800px){.apply-job-upload-button-container2{width:100%;flex-direction:column}}.apply-job-upload-container{border:1px solid #f2f2f2;width:90%;margin-top:30px;height:250px}@media(max-width:800px){.apply-job-upload-container{width:100%}}.apply-job-by-cv-dialog-actions{background:#fff;height:70px;position:fixed;bottom:0;width:100%;display:flex;justify-content:center!important;gap:12px}@media(max-width:768px){.apply-job-by-cv-dialog-actions{height:auto;gap:10px}}.apply-job-by-cv-button{width:15%;height:35px;color:#fff}.apply-job-by-cv-button.submit{background:#4bbc88;color:#fff}.apply-job-by-cv-button.submit:hover{background-color:#3ea870}.apply-job-by-cv-button.submit:disabled{background:gray;color:#fff}.apply-job-by-cv-button.cancel{background:#2f5e9e;color:#f2f2f2}.apply-job-by-cv-button.cancel:hover{background-color:#25487b}.apply-job-by-cv-button.cancel:disabled{color:#fff}@media(max-width:768px){.apply-job-by-cv-button{width:100%}}.apply-job-pre-container,.apply-job-pre-dialog.MuiDialog-paperFullScreen{background-color:#f2f2f2}.apply-job-pre-header{margin:0;background:#fff;border:1px solid #f2f2f2;height:80px;text-align:center;position:relative;display:flex;justify-content:space-between}.apply-job-pre-header .apply-job-pre-close-button{top:-15px;color:gray}@media(max-width:700px){.apply-job-pre-header{height:100px}}.apply-job-pre-card{max-width:1500px!important;margin:20px auto!important;width:70%!important;border-radius:12px!important;box-shadow:0 5px 10px rgba(0,0,0,.05),0 3px 3px rgba(0,0,0,.05)!important;transition:all .3s ease-in-out!important}@media(max-width:700px){.apply-job-pre-card{width:95%!important}}.apply-job-pre-card-media{height:350px;object-fit:cover}.apply-job-pre-card-content{padding-left:20px}.apply-job-pre-card-content h5{font-size:28px;font-weight:600;margin-top:10px}.apply-job-pre-card-content p{font-size:16px;font-weight:400;margin-top:10px;width:90%}.apply-job-pre-card-content .apply-job-pre-list-title{font-size:18px;font-weight:500;margin-top:10px}.apply-job-pre-card-content .apply-job-pre-list-item{font-size:16px;font-weight:500}.apply-job-pre-card-actions{padding:16px;display:flex;justify-content:flex-end}.apply-job-pre-button{width:25%;height:35px;border:1px solid #4bbc88!important;border-radius:20px!important;background-color:#4bbc88!important;color:#fff!important;border-radius:10px;text-transform:capitalize}.apply-job-pre-button:hover{background-color:#3ea870}@media(max-width:768px){.apply-job-pre-card{width:90%}.apply-job-pre-button{width:100%}}.apply-job-form-update-actions{background:#fff;z-index:10!important;height:70px;position:fixed;bottom:0;width:100%;display:flex;justify-content:space-between!important;gap:2px;padding-right:50px!important;padding-left:50px!important;border-top:1px solid #f2f2f2}@media(max-width:700px){.apply-job-form-update-actions{flex-direction:column;height:100px;padding:10px!important}}.apply-job-form-update-container{width:100%;background-color:#f2f2f2!important;margin-bottom:70px}.apply-job-form-update{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 75px;width:100%}@media(max-width:700px){.apply-job-form-update{padding:15px}}.apply-job-form-update-content{background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:center}.apply-job-form-update-header{width:100%;max-width:1250px;align-items:center;align-self:center}.apply-job-popup-dialogue{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;margin:0}.apply-job-popup-dialogue-icon{display:flex;align-items:center;justify-content:center;background:#ddf3e9;border-radius:50%;width:50px;height:50px}.apply-job-popup-dialogue-title{margin-top:15px;font-family:Inter;font-style:normal;font-weight:500;font-size:21px;line-height:25px;color:#000;text-align:center}.apply-job-popup-dialogue-message{margin-top:25px;font-family:Inter;font-style:normal;font-weight:300;font-size:17px;text-align:center;color:#000}@media(max-width:700px){.apply-job-popup-dialogue-message{padding-left:20px;padding-right:20px}}.apply-job-popup-dialogue-select-generated-cv{display:flex;flex-direction:row;justify-content:space-between;border:1.5px solid #d2cfcf;border-radius:12px;align-items:center;margin:10px}@media(max-width:500px){.apply-job-popup-dialogue-select-generated-cv{flex-direction:column}}.apply-job-popup-dialogue-select-generated-cv-left,.apply-job-popup-dialogue-select-generated-cv-right{display:flex;flex-direction:row;justify-content:space-between;padding:10px;gap:20px}.apply-job-popup-dialogue-select-generated-cv-right{align-items:center}.apply-job-popup-dialogue-btns{display:flex;gap:20px;margin-top:30px}.apply-job-popup-dialogue-cancel-btn{border:none;background:none;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#272727;cursor:pointer}.apply-job-popup-dialogue-confirm-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 34px;gap:10px;color:#fff;background:#3677cb;border:none;border-radius:40px;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out}@media(max-width:700px){.apply-job-message-modal{width:90%!important}}.apply-job-step-modal-container{width:100%!important;padding:0!important;left:"0px";top:"0px";background:"#FFFFFF";box-shadow:"0px 2px 17px 1px rgba(0, 0, 0, 0.08)";background-color:#fff}@media(max-width:800px){.apply-job-step-modal-container{width:100%!important;margin:0!important}}.apply-job-step-modal-header{display:flex;flex-direction:row;height:50px;align-items:center;justify-content:space-between}.apply-job-step-modal-title{font-size:x-large}@media screen and (max-width:600px){.apply-job-step-modal-title{font-size:15px!important}.apply-job-step-modal__step-title{font-size:11px!important}}.apply-job-step-modal-content-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#f3f1f1;height:100%;overflow:auto}.apply-job-step-modal{text-align:center;padding:20px}.apply-job-step-modal__title{font-size:24px;font-weight:700;margin-bottom:40px;align-items:center;display:flex;justify-content:center}.apply-job-step-modal__steps{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;border-bottom:7px solid #e9e9e9;padding-bottom:10px;position:relative;background-color:#fff;margin-top:10px;width:100%;max-width:1400px}.apply-job-step-modal__steps:before{content:"";position:absolute;bottom:-7px;left:0;width:var(--step-width,25%);height:7px;background-color:#4bbc88;transition:width .3s ease-in-out}.apply-job-step-modal__step{display:flex;flex-direction:row;align-items:top;flex:1 1;font-family:inter;text-align:flex-start;font-size:14px;padding:10px;gap:10px;cursor:pointer;font-weight:300}.apply-job-step-modal__step--active{color:#4bbc88}.apply-job-step-modal__step-number{width:24px;height:24px;display:flex;justify-content:center;align-items:center;border:1px solid #4bbc88;border-radius:50%;background-color:#fff;color:#4bbc88;font-size:14px;margin-bottom:5px;flex-shrink:0}@media screen and (max-width:600px){.apply-job-step-modal__step-number{display:none}}.apply-job-step-modal__step--active .apply-job-step-modal__step-number{background-color:#4bbc88;color:#fff}.apply-job-step-modal__step-title{font-weight:600;font-size:16px;margin-bottom:5px}.apply-job-step-modal__step-description{font-size:12px;color:#666;max-width:200px}@media screen and (max-width:600px){.apply-job-step-modal__step-description{display:none}}.apply-job-step-modal__step-content{padding:0;margin:0;gap:0}.apply-job-step-modal__content{height:100%;max-width:1400px;background-color:#fff}@media screen and (max-width:800px){.apply-job-step-modal__content{width:100%}}.apply-job-step-modal__content-container{height:100vh;overflow-x:auto;background-color:#fff;width:100%;max-width:1400px}.apply-job-step-modal-upload-resume{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%;height:100%;padding-bottom:100px}@media screen and (max-width:800px){.apply-job-step-modal-upload-resume{gap:0}}.apply-job-step-modal-footer{background-color:#fff;width:100%;max-width:1400px;display:flex;align-items:center;justify-content:flex-end;padding:20px;gap:10px}.apply-job-step-modal-footer-btn-back{background-color:#fff;color:#4bbc88;padding:10px 20px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:600;border:1px solid #4bbc88;transition:background-color .3s ease-in-out}.apply-job-step-modal-footer-btn-back:hover{background-color:#3e9f6d;color:#fff}.apply-job-step-modal-footer-btn-back:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6;color:#fff}.apply-job-step-modal-footer-btn-continue{background-color:#4bbc88;color:#fff;padding:10px 20px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:600;border:1px solid #4bbc88;transition:background-color .3s ease-in-out}.apply-job-step-modal-footer-btn-continue:hover{background-color:#3e9f6d;color:#fff}.apply-job-step-modal-footer-btn-continue:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.apply-job-step-modal-essential{display:flex;flex-direction:row;width:100%;align-items:flex-start}@media screen and (max-width:800px){.apply-job-step-modal-essential{flex-direction:column}}.apply-job-step-modal-essential-skills{display:flex;flex-direction:column;gap:10px;max-width:250px;margin:30px}@media screen and (max-width:800px){.apply-job-step-modal-essential-skills{max-width:100%}}.apply-job-step-modal-essential-form{width:100%}.apply-job-step-modal-essential-skills-heading{display:flex;align-items:flex-start;gap:10px;font-size:16px;font-weight:600;margin-bottom:10px}.apply-job-step-modal-essential-skill{display:flex;align-items:flex-start;gap:10px}.apply-job-step-modal-essential-skills-title{font-size:16px;font-weight:600;margin-bottom:10px}.apply-job-step-modal-essential-skill-icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center;background-color:red;border-radius:50%;color:#fff;flex-shrink:0;margin-top:3px}.apply-job-step-modal-essential-skill-title{display:flex;align-items:flex-start}.apply-job-step-modal-qas{display:flex;flex-direction:row;gap:20px;width:100%;background-color:#fff;border-radius:15px;margin-top:50px;padding:20px}@media screen and (max-width:800px){.apply-job-step-modal-qas{max-width:100%;flex-direction:column;row-gap:10px}}.apply-job-step-modal-qa-container{background:#4bbc88;border-radius:11px;flex-grow:1;width:50%;padding:60px;color:#fff}@media screen and (max-width:800px){.apply-job-step-modal-qa-container{width:100%}}.apply-job-step-modal-question-answer{display:flex;flex-direction:column;align-items:flex-start;width:50%;padding:30px;gap:15px}@media screen and (max-width:800px){.apply-job-step-modal-question-answer{width:100%}}.apply-job-step-modal-qa-line{display:flex;flex-direction:row;margin-top:10px;margin-bottom:10px;border:.5px solid #fff;width:50px}.apply-job-step-modal-qa{font-family:Inter;font-style:normal;font-weight:700;font-size:24px;line-height:31px;color:#fff}.apply-job-step-modal-question{display:flex;align-items:center;justify-content:center;gap:10px;font-family:Inter;font-style:normal;font-weight:500;font-size:19px;line-height:26px;color:#000}.apply-job-step-modal-answer{background:#e7f5ee;border-radius:10px;padding:30px;width:100%;height:100%;overflow:none}.apply-job-step-modal-qa-buttons{display:flex;flex-direction:row;gap:20px;justify-content:flex-end}.apply-job-step-modal-answer-textarea{height:150px}.apply-job-step-modal-answer-input,.apply-job-step-modal-answer-textarea{width:100%;border-radius:10px;border:1px solid #4bbc88;padding:10px;background-color:#e7f5ee}.apply-job-step-modal-answer-input{height:50px}.apply-job-step-modal-application-latter{margin:50px;max-height:100%}@media(max-width:800px){.apply-job-step-modal-application-latter{margin:15px}}.apply-job-step-modal-application-latter-footer{display:flex;flex-direction:row;gap:10px;justify-content:flex-end}.apply-job-step-modal-application-latter-footer-btn{background-color:#4bbc88;color:#fff;padding:8px 20px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:600;border:1px solid #4bbc88;transition:background-color .3s ease-in-out;inset:-4px;border-radius:16px;background:linear-gradient(45deg,blue,rgba(75,188,135,.694),#4bbc88,rgba(75,188,135,.737),blue);background-size:200% 200%;animation:gradientFlow 4s ease infinite;z-index:1}.apply-job-step-modal-application-latter-footer-btn:hover{background-color:#fff;color:#000}.apply-job-step-modal-application-latter-header-title{font-size:16px;font-weight:600;margin-bottom:10px}.apply-job-step-modal-application-latter-header-subtitle{font-size:14px;font-weight:400;margin-bottom:10px}@media screen and (max-width:800px){.apply-job-step-modal-separater{width:100%;height:1px;margin-top:100px;margin-bottom:30px}}.apply-job-step-modal__preview-and-submit-document,.apply-job-step-modal__preview-and-submit-qa{display:flex;flex-direction:column;gap:10px;margin:20px;padding:20px;margin-top:20px!important;border-radius:20px;background:#e7f5ee}.apply-job-step-modal__preview-and-submit-document-title{display:flex;flex-direction:column;gap:20px}.apply-job-step-modal__preview-and-submit-document-content-container{display:flex;justify-content:space-between;gap:20px}.apply-job-step-modal__preview-and-submit-document-content{display:flex;align-items:center;gap:20px}@media(max-width:800px){.apply-job-step-modal__preview-and-submit-document-content{flex-direction:column;align-items:start}}.apply-job-step-modal__preview-and-submit-qa-content-container{display:flex;gap:20px;justify-content:space-between}.apply-job-step-modal__preview-and-submit-qa-content{display:flex;flex-direction:column;gap:20px}.apply-job-step-modal__preview-and-submit-qa-content-quastion{font-size:small}.apply-job-step-modal__preview-and-submit-qa-content-answer{font-size:medium;font-weight:400}.apply-job-step-modal__preview-and-submit-required-info{display:flex;flex-direction:column;gap:10px;margin:20px;padding:20px;margin-top:20px!important;border-radius:20px;background:#e7f5ee}.apply-job-step-modal__preview-and-submit-required-info-title{display:flex;flex-direction:column;gap:20px}.apply-job-step-modal__preview-and-submit-required-info-content-container{display:flex;gap:20px;justify-content:space-between}.apply-job-step-modal__preview-and-submit-required-info-content{display:flex;flex-wrap:wrap;gap:10px}.apply-job-step-modal__preview-and-submit-required-info-content-item{font-size:small;display:flex;gap:10px;align-items:center;justify-content:center}.apply-job-step-modal-application-latter-limit{margin-top:15px;font-size:small}.apply-job-step-modal-application-latter-limit-text{color:#4bbc88;background-color:rgba(75,188,135,.067)}.apply-job-step-modal-application-latter-limit-text,.apply-job-step-modal-application-latter-limit-text-error{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:small;font-weight:600;padding:10px;margin-top:10px;margin-bottom:10px;border-radius:20px}.apply-job-step-modal-application-latter-limit-text-error{color:red;background-color:rgba(255,0,0,.086)}.apply-job-step-modal-application-latter-editor{position:relative;border-radius:12px;padding:4px;background:#fff;overflow:hidden;height:350px}.apply-job-step-modal-application-latter-editor-loaded .ql-editor{position:relative;border-radius:15px;padding:4px;height:300px}.apply-job-step-modal-application-latter-editor .ql-editor{position:relative;z-index:2;background:transparent}.apply-job-step-modal-application-latter-editor:after{content:"";position:absolute;inset:-4px;border-radius:16px;background:linear-gradient(45deg,blue,rgba(75,188,135,.694),#4bbc88,rgba(75,188,135,.737),blue);background-size:200% 200%;animation:gradientFlow 4s ease infinite;filter:blur(5px);z-index:1}@keyframes gradientFlow{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.apply-job-step-modal-application-latter-editor:hover:after{animation-duration:2s;filter:blur(8px)}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/Inter-Thin.9890db45.woff2) format("woff2"),url(/_next/static/media/Inter-Thin.6114ecb0.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/_next/static/media/Inter-ThinItalic.b468b79f.woff2) format("woff2"),url(/_next/static/media/Inter-ThinItalic.c95cbf24.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/Inter-ExtraLight.1d6db902.woff2) format("woff2"),url(/_next/static/media/Inter-ExtraLight.07da76fd.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/_next/static/media/Inter-ExtraLightItalic.55f387a9.woff2) format("woff2"),url(/_next/static/media/Inter-ExtraLightItalic.928d752d.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/Inter-Light.b8634422.woff2) format("woff2"),url(/_next/static/media/Inter-Light.044ddc79.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/Inter-LightItalic.e3ad8f57.woff2) format("woff2"),url(/_next/static/media/Inter-LightItalic.b165aea2.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/Inter-Regular.dff77639.woff2) format("woff2"),url(/_next/static/media/Inter-Regular.1c77517b.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/Inter-Italic.8db5902e.woff2) format("woff2"),url(/_next/static/media/Inter-Italic.31c75739.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/Inter-Medium.4d7db1b2.woff2) format("woff2"),url(/_next/static/media/Inter-Medium.51f42366.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/Inter-MediumItalic.7fcfe087.woff2) format("woff2"),url(/_next/static/media/Inter-MediumItalic.7bb44e15.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/Inter-SemiBold.a322859d.woff2) format("woff2"),url(/_next/static/media/Inter-SemiBold.9a7c77b1.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/Inter-SemiBoldItalic.005da188.woff2) format("woff2"),url(/_next/static/media/Inter-SemiBoldItalic.1b3894c8.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/Inter-Bold.f02ae97c.woff2) format("woff2"),url(/_next/static/media/Inter-Bold.8cd015f4.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/Inter-BoldItalic.0207ab9a.woff2) format("woff2"),url(/_next/static/media/Inter-BoldItalic.a53f2756.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/Inter-ExtraBold.a81e29bb.woff2) format("woff2"),url(/_next/static/media/Inter-ExtraBold.0f632cab.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/Inter-ExtraBoldItalic.b6bc24e3.woff2) format("woff2"),url(/_next/static/media/Inter-ExtraBoldItalic.8fc6bb61.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/Inter-Black.6d36a055.woff2) format("woff2"),url(/_next/static/media/Inter-Black.fd57cc47.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/Inter-BlackItalic.e06a0ad2.woff2) format("woff2"),url(/_next/static/media/Inter-BlackItalic.3a574262.woff) format("woff")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/_next/static/media/Inter-roman.var.20c8da8a.woff2) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/_next/static/media/Inter-italic.var.fae5ca8a.woff2) format("woff2")}@font-face{font-family:Inter var experimental;font-weight:100 900;font-display:swap;font-style:oblique 0deg 10deg;src:url(/_next/static/media/Inter.var.2cd102ac.woff2) format("woff2")}