body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;font-style:lato-regular;margin:0;padding:0;text-decoration:none}.globalSecondaryButton{background-color:#969696;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:medium;max-height:36px;max-width:120px;min-height:30px;min-width:100px;padding:3px 0;text-align:center}.globalSecondaryButton:hover{background-color:#787878;box-shadow:4px 4px 12px #00000040}.globalSecondaryButtonP{background-color:#969696;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:medium;max-height:36px;max-width:120px;min-height:30px;padding:3px 0;text-align:center;transition:filter .3s ease;width:100px}.globalSecondaryButtonP:hover{box-shadow:4px 4px 12px #00000040;filter:brightness(85%)}.caroussel{position:relative;width:100%}.caroussel-content{overflow:hidden}.caroussel-content .row{align-items:center;display:flex;height:100%;justify-content:space-between;transition:transform .5s linear;width:100%}.caroussel-content [class*=col-]{flex:0 0 auto;height:100%}.col-1{width:100%}.col-2{width:50%}.col-3{width:33.33%}.col-4{width:25%}.col-5{width:20%}.col-6{width:16.66%}.caroussel>button{display:none}.caroussel:hover>button{display:block}.btn-next,.btn-prev{background-color:initial;border:0;cursor:pointer;height:100%;opacity:.8;position:absolute;top:0;z-index:1}.btn-next{right:0}.btn-prev{left:0}.caroussel-dots{align-items:center;bottom:-10px;display:flex;justify-content:center;position:absolute;width:100%}.caroussel-dots>*{height:4px;margin:0 10px;width:32px}.btn-next:hover,.btn-prev:hover,.caroussel-dots>:hover{opacity:1}.login_container{align-items:center;background-color:#00000061;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100!important}.login_div{background-color:#fff;border-radius:25px;display:flex;max-height:75%;min-height:75%;overflow:hidden;width:65%}.left{align-items:center;display:flex;justify-content:center}.left,.right{height:inherit;width:50%}.right{position:relative}.close{color:#fff;font-size:small;position:absolute;right:10px;top:10px}.close,.closeM{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:25px;justify-content:center;width:25px}.closeM{font-size:medium}.right_sec{margin-left:3%;margin-right:7.9%;padding-bottom:20px;padding-top:16px}.row1{display:flex;justify-content:space-between;margin-bottom:15px;width:100%}.rtbn{border-radius:15px;box-shadow:0 8px 6px -6px #999;cursor:pointer;font-weight:500;height:43px;letter-spacing:.5px;line-height:40px;text-align:center;transition:background-color .2s ease-out;width:48%}.inputfld{align-items:center;border:1px solid #e2e3ec;border-radius:12px;display:flex;height:48px;margin:7px 15px;overflow:hidden;position:relative}.loginInput{border:none;border-bottom:1px solid #80808030;font-size:16px;height:33px;margin-left:10px;margin-right:10px!important;outline:none;width:90%}.singhContainer{justify-content:center}.signinbtn,.singhContainer{align-items:center;display:flex}.signinbtn{border-radius:6px;color:#fff;cursor:pointer;font-weight:700;height:40px;letter-spacing:.5px;padding:22px 24px}.forgot{font-weight:300;margin-top:20px!important}.countryCode{border:none!important;outline:none!important}.forgotText{color:#666;font-size:17px;line-height:25px;padding:10px;text-align:center}img{margin:10px}.error{background:#fff;bottom:0;color:red;left:40px;padding:0 2px;position:absolute}.error,.verifySpan{border-radius:4px;font-size:14px}.verifySpan{background:gray;color:#fff;padding:3px 6px}.verifiedIcon,.verifySpan{cursor:pointer;margin-right:5px}.verifiedIcon{height:22px}.cdp_containter{align-items:center;background:#0000007a;display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:10000}.cdp_updatebox{background-color:#fff;border-radius:13px;flex-flow:column;min-height:50%;overflow:hidden;width:70%}.cdp_heading,.cdp_updatebox{display:flex;justify-content:space-between}.cdp_heading{color:#fff;font-weight:300;margin-bottom:15px;padding:10px;text-align:center}.cdp_closebtn{align-items:center;background:#fff;border-radius:50%;cursor:pointer;display:flex;font-size:x-large;height:25px;justify-content:center;width:25px}.nodeClickBtnC{border-radius:3px;font-weight:100!important;height:auto;padding:5px}.BtnC{background-color:#ff852e!important;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700!important;height:35px;padding:7px;text-align:center!important}.form_area{min-height:33vh}.eachContent{display:flex;flex-direction:column;margin-bottom:35px;margin-right:20px;width:18vw}input{border:none;border-bottom:1px solid gray;border-image:none;border-image:initial;border-radius:2.7px;margin-bottom:5px;outline:none;padding-left:0!important;padding:8px;width:100%}img{margin:0}label{color:#4b89a8;display:flex;font-size:13px}#rightCornerPA{display:flex;height:50px;position:absolute;right:-20px;top:0;width:auto;z-index:10000!important}.addphone{border-radius:3px;cursor:pointer;height:45px;margin-right:4px}.addPhoneHover{animation:growShrink 2s ease-in-out;border:2px solid red;box-shadow:2px 2px 3px #000;padding:1px}@keyframes growShrink{0%{box-shadow:2px 2px 3px #000;padding:1px;transform:scale(1)}50%{box-shadow:4px 4px 6px #000;padding:2px;transform:scale(1.05)}to{box-shadow:2px 2px 3px #000;padding:1px;transform:scale(1)}}.star{color:red;padding-left:5px}@media (min-width:335px) and (max-width:967.98px){.cdp_heading{padding:5px}#rightCornerPA{right:-10px;top:-6px}.cdp_updatebox{min-height:auto;width:95%}.form_area{justify-content:center;min-height:21vh}.eachContent{width:55vw}.BtnC,.BtnS{font-weight:100!important;height:25px!important}}.addressContainer{align-items:center;background:#0000004a;display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:1000000!important}.addressbox{background-color:#fff;border-radius:10px;display:flex;flex-flow:column;justify-content:space-between;overflow:hidden;width:70%}.form_area{display:flex;flex-wrap:wrap;margin:0 30px;position:relative}.eachContentAddress{display:flex;flex-direction:column;margin-bottom:21px;margin-right:20px;width:18vw}.closebtnaddress{display:flex;justify-content:space-between;margin-top:0;padding:8px}@media (min-width:335px) and (max-width:967.98px){.closebtnaddress{padding:5px}.addressbox{width:92%}.form_area{margin:0 12px}.eachContentAddress{margin-bottom:21px;margin-right:8px;width:40vw}}.inputStyle{border:none;border-bottom:1px solid gray!important;border-radius:2.7px;font-size:16px!important;margin-bottom:5px;padding:8px;width:75%}#zidex{z-index:10000!important}.phoneContainer{align-items:center;background:#0000004a;display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:1000000!important}.phonebox{background-color:#fff;border-radius:10px;display:flex;flex-flow:column;justify-content:space-between;overflow:hidden;width:50%}th{color:#4b89a8;font-size:13px;font-weight:inherit;text-align:left}.BtnS{background-color:#00ad51!important;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700!important;height:35px;padding:7px;text-align:center!important}.phone_c{margin:20px 20px 5px;min-height:auto;overflow:hidden;padding-left:20px;padding-right:0}.closeBTnstyle{display:flex;justify-content:space-between;padding:8px}@media (min-width:335px) and (max-width:967.98px){.inputStyle{width:90%}.closeBTnstyle{display:flex;justify-content:space-between;padding:5px 0}.phonebox{width:92%}.phone_c{margin:0 8px 5px;padding-left:0;padding-right:0}}@font-face{font-family:heading;src:url(/static/media/normalText.55d336ac99f56921ab9f.ttf) format("truetype")}@font-face{font-family:textN;src:url(/static/media/normalText.55d336ac99f56921ab9f.ttf) format("truetype")}*{font-family:Lato,sans-serif}.bolderr{font-family:heading!important;font-size:xx-large;font-weight:700}.nodeClickBtnC{background-color:#ff852e!important;border:none;border-radius:5px;color:#fff;font-weight:900!important;height:35px;padding:7px;text-align:center!important;text-shadow:.5px .5px #000}.nodeClickBtnC:hover{background-color:#fff!important;border:1px solid gray;box-shadow:0 0 5px 0 #fff;color:#525252;text-shadow:.5px .5px #c8c8c8}.recommendation-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);padding:15px 150px}.recommendation-item{padding:2px;width:20vw}#rH1{color:#000;font-family:heading!important;font-size:20px!important;font-weight:bolder!important;line-break:auto;margin-bottom:10px}#rP{font-size:15px}#rP,.alt-text p span{color:#333;font-family:textN!important;line-break:auto;line-height:1.5;margin-bottom:10px!important}.alt-text p span{font-size:15px!important}.alt-text h2 strong span,.alt-text p strong span{font-family:heading!important;font-size:20px!important;margin-bottom:10px}#viewMore{cursor:pointer;font-size:15px;font-weight:700!important}@media (max-width:768px){.recommendation-container{grid-template-columns:1fr}}.slider-container{align-items:center;display:flex;flex-direction:row;margin:10px 130px;position:relative}.caroussel-dots>*{background-color:#000;border-radius:7px;border-radius:50%;cursor:pointer;height:15px;margin:0 5px;width:15px}.image-container{align-items:center;height:100%;justify-content:center}.image-container,.slider{display:flex;flex-direction:row}.slider{transition:transform .5s ease-in-out}.slide{align-items:start;display:flex;flex-direction:row;flex-shrink:0;height:100%;justify-content:center;overflow:hidden;padding-bottom:40px;width:100%}.slide img{height:100%;width:auto}.button_Cntr{bottom:-4%;display:flex!important;justify-content:center;padding:0 30px;position:absolute;transform:translateY(-50%);width:100%}.fc-popCloseTag{color:#fff;font-size:21px;height:30px;position:relative;right:10px;top:10px;width:30px}.btn_rds,.fc-popCloseTag{align-items:center;border-radius:50%;cursor:pointer;display:flex;justify-content:center}.btn_rds{height:40px;margin:0 5px;width:40px}.button_Cntr img{cursor:pointer;height:16px;margin:0!important}.nav-btn{background-color:#3330;border:none;color:#000;cursor:pointer;font-size:50px;height:auto;margin-bottom:4px;width:auto}.nav-btn:hover{background-color:#5555554d;border-radius:50%}.NavigationSelect{background-color:#fff;color:#595959;font-size:16px;outline:none;width:135px}.NavigationOption,.NavigationSelect{border:none!important;cursor:pointer}.NavigationOption{margin:10px!important;outline:none!important;padding:115px!important}.footer_text{align-items:center;color:#fff;display:flex;justify-content:space-around;min-height:5vh}.footer_text span{font-size:11px!important;font-weight:bolder}.footer_content{align-items:start;display:flex;justify-content:space-between;margin:30px 150px;min-height:80px}.footer_content span{cursor:pointer;font-size:15px!important}.footer_img{cursor:pointer;height:30px;margin:10px 5px}.section_name{font-family:heading!important;font-size:x-large;font-weight:700;padding:8px;position:relative;text-align:center;top:8px}.s-25{padding-bottom:5px;position:relative}.cc-25{align-items:center;display:flex;flex-wrap:nowrap;gap:20px;height:auto;justify-content:center;padding-top:9px}.img25{height:5vw;width:auto!important}.useCase{align-items:center;display:flex;height:400px;justify-content:space-between;margin:5px 125px}.useCaseimg{display:flex;flex:1 1;height:350px;justify-content:center;width:auto}.alt-text{color:#333;flex:20% 1;margin-top:10px}.full_screen{align-items:center;background-size:cover;box-shadow:.1px .9px 5px rgba(0,0,0,.003);display:flex;height:43vw;justify-content:start;overflow:hidden}.fullscreen_cb{font-size:13px}.btnSize{cursor:pointer;font-weight:600!important;margin-top:30px;text-shadow:none!important;width:auto}.slider_left_container{align-items:start;display:flex;flex-flow:column;justify-content:start;margin-left:150px;width:100%}.slider_left_container p{font-size:34px!important}.NavigationC{align-items:center;background:#fff;box-shadow:0 .5px 4px 0 #646464;height:11vh;padding:4px 110px;position:fixed;text-align:center;top:0;width:100%;z-index:1}.NavigationC,.v_slider{display:flex;justify-content:space-between}.v_slider{align-items:start;height:400px;margin:5px 125px}.sectionExceptNavigation{display:flex;flex-flow:column;justify-content:end;margin-top:11vh;min-height:88vh;overflow-x:hidden;overflow-y:auto;width:100%}.navigation_link{display:flex}.mobile-menu{display:none}.nav-options{grid-gap:50px;display:none!important;display:grid;grid-template-columns:repeat(3,auto);list-style-type:none;padding-left:25px}.extra{display:none!important}.option{border-radius:4px;margin:5px 25px;padding:20px 50px}.header_logo{cursor:pointer;height:55px}.navigationBTN{color:#000;color:#595959;cursor:pointer;font-size:16px!important;font-size:13px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.4em;margin-right:5px;padding:0 10px}.loginBTN{border-radius:20px;cursor:pointer;margin-left:10px;padding:10px 20px}.contactusinput{border:none;border-bottom:1px solid gray;border-image:none;border-image:initial;border-radius:2.7px;margin-bottom:5px;outline:none;padding:8px 8px 8px 0;width:51%}.s-27c{align-items:center;background-size:cover;display:flex;height:90vh;justify-content:end;overflow:hidden}.s-27cc{height:inherit;width:50%}.s-27cc,.s-27form{display:flex;flex-flow:column;justify-content:center}.s-27form{align-items:start}.viewmoreContainer{align-items:center;background:#fff;border-radius:10px;display:flex;flex-flow:column;height:85%;overflow-x:hidden;overflow-y:auto;padding:10px;position:relative;width:55%}.textviewmore{font-size:10px;overflow:auto;overflow-wrap:break-word;padding:0;width:100%;word-break:break-word}.viewmoreM img{border-radius:5px;height:30%;width:fit-content}.viewmoreBTN{border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:small!important;font-size:9px;height:25px;position:absolute;right:3px;top:3px;width:25px;z-index:10}.viewMoreSectionTitle{font-weight:bolder!important;overflow:hidden;padding:3px 0;text-overflow:ellipsis!important;white-space:nowrap;width:27ch}.htmlContent{padding:10px 150px}.blog_container{align-items:center;display:flex;flex-flow:column;height:auto;justify-content:start;padding:16px 0 0!important;position:relative}.blog_c_container{color:#000;padding:10px 150px;width:100%}.blog_content{border-radius:5px;box-shadow:0 0 6px 0 #000;display:flex;height:25vh;margin-bottom:20px;overflow:hidden}.blog_c_left{width:40%}.blog_c_left img{border-radius:5px!important;height:100%;width:100%}.blog_c_right{padding:10px;position:relative;width:63%}.blog_c_right div{font-size:15px}.blog_c_right p{font-size:13px}.read_more{bottom:10px;position:absolute;right:10px}.read_more,.read_moreC{border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px 7px;width:auto}.read_moreC{position:fixed;right:30px!important;top:50px!important}.mainBlog{align-items:center;display:flex;flex-flow:column;justify-content:center;padding:0 0 30px}.mainBlog img{border-radius:5px;height:40vh}.mainBlog p{font-size:23px}.margin5{flex-basis:33%;margin:5px 0}.padding5{padding:0 5px}.footerlogo{bottom:15px;height:42px;position:relative}.sc-26{padding:10px 80px}.scContent-26{display:flex;margin:"10px";max-height:"30vh";min-height:"30vh";overflow:"hidden";padding:"10px 80px"}.scContent-6{margin:5% 0!important}.scFont-6{font-size:18px;font-weight:300;margin:4px}.sc-6{padding:10px 80px}.scparafont-6{color:#000;font-size:13px;height:45px;line-break:auto;text-align:center}.scTotal-6{align-items:center;background-size:cover;border-radius:6px;box-shadow:.1px .9px 5px rgba(0,0,0,.003);display:flex;justify-content:space-around;margin:0 2.7px;overflow:hidden;width:47vh}.se-5{padding:10px 80px!important;position:relative!important}.scontent-5{align-items:center!important;background-size:cover!important;border-radius:6px!important;box-shadow:.1px .9px 5px rgba(0,0,0,.003)!important;display:flex!important;height:45vh!important;justify-content:space-around!important;margin:0 2.7px!important;overflow:hidden!important;width:40vw!important}.marginL5{margin-left:5px}.marginR50{margin-right:50px}#bg_contain{background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;background-size:100% 100%!important;border-radius:8%!important;box-shadow:none!important;cursor:pointer!important;height:250px!important;position:relative!important;width:250px!important}@media (min-width:335px) and (max-width:967.98px){.loginBTN{border-radius:10px;cursor:pointer;margin-left:0;margin-right:3px;padding:6px}.fc-popCloseTag{right:-8px}#modelImage{height:180px!important;margin:0!important;max-height:50vh!important;object-fit:contain!important;text-align:center!important;width:180px!important}.modelContainer55{height:auto!important;width:100%!important}.font55{line-height:1.46;padding:2% 0!important}.s55Response{align-items:center;display:flex;flex-flow:column}.container55{width:93%!important}#closesec{left:32.5%;margin-bottom:-7px!important;padding:16px!important;width:35%}.marginL5{margin-left:0}.marginR50{margin-right:0}.scontent-6{flex-flow:column}.contentText-26{margin-right:0!important}.sc-26{flex-direction:column!important;padding:10px 20px;text-align:justify!important;text-align:center!important}.sc-26,.scContent-26{border-radius:5px!important}.scContent-26{flex-direction:column-reverse!important;justify-content:center!important;padding:20px!important}.scContent-26 img{border-radius:5px!important;height:150px!important;object-fit:cover!important;overflow:hidden!important;width:300px!important}.sc-6{padding:10px 20px!important}.scFont-6{font-Size:16px!important;font-weight:300!important;margin:4px!important}.scTotal-6{background-size:cover!important;border-radius:6px!important;box-shadow:.1px .9px 5px rgba(0,0,0,.003);display:flex!important;height:auto!important;justify-content:space-around!important;margin:0 "50px" 0 2.7px!important;overflow:hidden!important;width:47vh!important}.scTotal-6,.scontent-6{align-items:center!important}.scfontpara-6{color:#000!important;font-size:13px!important;line-break:auto!important;padding:5px 20px 20px!important;text-align:left!important}.se-5{padding:10px 20px!important;position:relative!important}.scontent-5{align-items:center!important;background-size:cover!important;border-radius:6px!important;box-shadow:.1px .9px 5px rgba(0,0,0,.003)!important;display:flex!important;height:45vh!important;justify-content:space-around!important;margin:0 2.7px!important;overflow:hidden!important;width:95%!important}.Largeimage38{min-height:22vh!important}.Largeimageimage{height:auto!important;width:100%!important}.padding5{padding:0}.sliding-text{animation:slide 20s linear infinite;animation-play-state:running;display:flex}.cc-25{gap:20px;justify-content:center;padding-top:9px}.img25{height:100px!important;width:100px!important}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}#bg_contain{height:190px!important;width:190px!important}.footerlogo{bottom:3px;height:35px;position:relative}.margin5{margin:1px 0}.mainBlog p{font-size:16px}.mainBlog{padding:0 0 9px}.mainBlog img{height:15vh}.read_more{bottom:10px}.blog_c_right{height:100%;width:100%}.blog_content{align-items:center;max-height:20vh;min-height:15vh;padding:5px}.blog_c_container{padding:10px 25px}.htmlContent{padding:10px 30px}h1,h2,h3,h4,h5,h6{line-height:1!important}.alt-texts h1 span{font-size:14pt!important}.alt-texts h2 span{font-size:12pt!important}.alt-texts h3 span,.alt-texts h3 strong span{font-size:10pt!important}.alt-texts h4 span{font-size:9pt!important}.alt-texts h1{font-size:14pt!important}.alt-texts h2{font-size:12pt!important}.alt-texts h3{font-size:10pt!important}.alt-texts h4{font-size:9pt!important}.alt-texts p span{font-size:10pt!important}.viewmoreM img{height:90px}.viewmoreContainer{height:52%;width:91%}.contactusinput{width:70%}.s-27form{align-items:center}.s-27cc{padding:20px;width:100%}.about_us{padding:10px 23px!important}.slider_left_container p{font-size:12px!important}.slide{align-items:center;border-radius:5px!important;padding-bottom:0!important}.button_Cntr{bottom:-1.5%}.btn_rds{height:30px;width:30px}.login_div{max-height:95%;min-height:auto;width:95%}.login_div .left{display:none!important}.login_div .right{width:100%}.button_Cntr{padding:0!important}.slider-container{margin:0 20px 44px!important}.slide{flex-direction:column}.header_logo{height:42px}.extra{display:inline-block!important}.nav-options{grid-gap:0;display:flex!important;flex-direction:column;height:auto;left:-100%;list-style-type:none;opacity:0;position:absolute;top:60px;width:100%}.nav-options,.nav-options.active{justify-content:start;transition:all .5s ease}.nav-options.active{align-content:center;background:#fff;left:0;opacity:1;padding-left:0;z-index:1}.mobile-menu{display:block}.navigation_link{display:none}.v_slider{display:block;margin:0 20px}.s-25{padding:3px 0}.img25{border-radius:20%!important;height:40px!important;margin:0!important;min-height:25px!important}.section_name{font-size:small;margin-bottom:10px!important;padding-top:0!important;padding:3px;top:10px}.recommendation-container{align-items:center!important;display:flex!important;flex-direction:column!important;padding:5px 20px}.recommendation-item{width:100%!important}.useCase{align-items:center;display:flex;flex-flow:row;height:auto!important;justify-content:space-between;margin:5px 125px}.useCaseimg{flex:1 1;height:50px;text-align:center;width:auto}.alt-text{color:#333;flex:20% 1;margin-top:10px}.alt-text p{font-size:14px!important}.alt-text h2 strong span,.alt-text p strong span{font-size:17px!important}.useCaseimg img{height:160px!important;margin:0!important}.footer_content{align-items:start;display:flex;justify-content:space-around;margin:10px 3px;min-height:70px}.footer_text span{font-size:8px!important;font-weight:100}.footer_content span{cursor:pointer;font-size:7.9px!important}.footer_text{min-height:3vh}.footer_img{cursor:pointer;height:20px;margin:6px 4px!important}.bolderr{font-size:small;font-weight:700}.full_screen{height:20vh}.fullscreen_cb{font-size:8px}.slider_left_container{display:flex;flex-flow:column;justify-content:start;margin-left:29px}.btnSize{font-size:xx-small;margin-top:8px;width:auto}.nodeClickBtnC{background-color:#ff852e!important;border:none;border-radius:3px;color:#fff;font-weight:100!important;height:auto;padding:5px;text-align:center!important;text-shadow:.5px .5px #000}.NavigationC{height:60px;padding:7px}.sectionExceptNavigation{margin-top:60px}.cc-25{align-items:center;display:flex;flex-wrap:nowrap;gap:13px;height:auto;justify-content:space-between;margin:0 18px;padding:0!important}}.sideoptions_container{background-color:#fff;display:flex;flex-flow:column;justify-content:start;padding:7px 0}.menu-icon{height:18px;max-width:26px;width:26px}.sliding-text{animation:slide 20s linear infinite;display:flex;padding-left:100%}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.redBottomBorder{border-bottom:1px solid red!important}.passwordvalidation{font-size:11px;margin:10px 50px}.viewmoreM{align-items:end;background:#00000082;display:flex;height:100%;justify-content:center;position:fixed;top:0;width:100%;z-index:1000000000!important}.float-image{border-radius:8px;cursor:pointer;float:left;height:250px!important;object-fit:cover;width:250px!important}.loginButtonstyle{background:#f0f0f0!important;color:#333!important}.shake{animation:shake .5s ease;transform-origin:center}@media (max-width:768px){.se-40{height:auto!important;padding:10px 0!important}#section40{flex-flow:column!important}}
/*# sourceMappingURL=main.05cd695b.css.map*/