body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Poppins,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{box-sizing:border-box;margin:0;overflow:hidden;padding:0}.App-logo{height:40vmin;pointer-events:none}.primary-button{background:#fecc00;border:none;border-radius:20px;box-sizing:border-box;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:400;height:42px;padding:4px 12px}.primary-button:hover{opacity:.8}.secondary-button{align-items:center;background:#2b2a29;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:1rem;font-weight:400;gap:8px;height:45px;justify-content:center;width:120px}.secondary-button:hover{opacity:.7}.cancel-button{background:#0000;border:none;border-radius:20px;box-sizing:border-box;color:#1f2122;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:400;height:42px;padding:4px 12px}.label{display:flex;flex-direction:column;font-weight:600;justify-content:flex-start}.input,.label{color:#101010;font-family:Roboto;font-size:1rem;font-style:normal;margin:0;width:100%}.input{height:40px;padding:0 12px}.input,.textarea{background-color:#fff;border:1px solid #494949;border-radius:8px;box-sizing:border-box;font-weight:500;outline:none}.textarea{font-size:1rem;font-style:normal;height:80px;padding:8px 12px;width:100%}.h1,.h2,.textarea{color:#101010;font-family:Roboto;margin:0}.h2{align-items:center;display:flex;gap:10px}.h3,.h4,.h5,.h6{color:#101010;font-family:Roboto;margin:0}.modal-form{display:flex;flex-direction:column;gap:8px}.form-field-wrap{gap:1rem;width:100%}.form-field-wrap,.not-found-cont{align-items:center;display:flex;justify-content:center}.not-found-cont{height:50vh}@media screen and (max-width:576px){.form-field-wrap{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}: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)}}.home{margin:0;overflow:hidden;padding:0}.navbar-parent{box-shadow:0 4.046px 4.046px 0 #00000040;padding:5px 10px}.navbar{align-items:center;box-sizing:border-box;display:flex;height:70px;justify-content:space-between;margin:0;overflow:hidden;scroll-behavior:smooth;width:100%}.div-1{width:15%}.navbar-link-color{color:#2b2a29;text-decoration:none}.squarefeet{max-width:160px;width:100%}.navbar-link-color-register{color:#fff;text-decoration:none}.search-box{border-radius:5px;min-width:160px;width:35%}.row{align-items:center;border:1px solid #d3d3d3;border-radius:20px;box-sizing:border-box;display:flex;height:40px;padding:0 10px}.search-nav-search{background:#0000;border:0;color:#333;font-size:16px;outline:0}#input-box{border-right:none;height:100%;width:100%}.row button{align-items:center;background:#0000;border:none;color:#555;cursor:pointer;display:flex;height:100%;justify-content:center;outline:0;width:30px}::placeholder{color:#555}.result-box{background-color:#fff;border-radius:10px;box-sizing:border-box;padding:10px;position:absolute;scroll-behavior:smooth;width:34.5%;z-index:10}.result-box ul{padding:0 5px}.result-box ul li{border-bottom:1px solid #ccc3c3;border-radius:3px;cursor:pointer;list-style:none;margin:5px 0}.result-box ul li:hover{background:#e7e9eb}.nav-search-result{align-items:center;display:flex;gap:10px}.left-nav-img-cont-sr img{max-width:50px;width:100%}.nav-search-name-cont{display:flex;gap:10px}.nav-sr-name{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:600}.nav-sr-service{color:#fecc00;font-family:Roboto;font-size:.9rem;font-weight:400}.nav-search-address{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400}.div-2{box-sizing:border-box;gap:10px;justify-content:flex-end}.div-2,.navbar-ul{align-items:center;display:flex}.navbar-ul{gap:40px;list-style:none}.navbar-ul li{color:#2b2a29;font:Roboto;font-size:18px;font-weight:400}.navbar-search{border-radius:5px;height:30px;margin-top:5px;width:18%}.nav-btn,.navbar-search{font:Roboto;font-weight:400}.nav-btn{background-color:#2b2a29;box-shadow:4px 4px grey;box-sizing:border-box;color:#fff;cursor:pointer;font-size:16px;height:40px;padding:4px;transition:transform .3s ease;width:120px}.nav-btn:hover{opacity:.9;transform:scale(.9)}.navbar-profile{cursor:pointer;height:56px;width:59px}.line{background-color:#fecc00;height:5px;margin:3px;width:32px}.burger{display:none}.burger.open .line:first-child{transform:rotate(45deg) translate(4px,4px)}.burger.open .line:nth-child(2){opacity:0}.burger.open .line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media only screen and (max-width:320px){.burger{cursor:pointer;display:block;opacity:1;z-index:100}.navbar-ul.show-menu{animation:mobile-slide .2s ease-out;background:#fff;box-shadow:0 0 10px #00000080;box-sizing:border-box;display:flex;display:block;flex-direction:column;gap:10px;height:210px;opacity:1;overflow:scroll;overflow-x:scroll;overflow-y:scroll;padding:10px;position:absolute;right:0;top:0;transition:transform .3s;width:50%;z-index:99}.v-class-resp{background-color:rgba(0,0,0,.394);color:#000;opacity:0}#input-box{height:40px;width:100%}.row button .fa-solid{height:30.9px}.squarefeet{height:50px;width:120px}.navbar{width:100%}.search-box{bottom:14px;left:1%;position:absolute;width:98%;z-index:99}.navbar-ul{align-items:center;display:flex;position:absolute}.navbar-ul li{font-size:16px;margin:20px 0}.navbar-profile{height:50px;position:absolute;right:14%;top:12px;width:50px}.navbar-parent{height:120px;position:relative}.result-box{width:100%}.nav-btn{font-size:12px;font-weight:400;margin-right:10px;padding:2px;width:90px}}@media (min-width:321px) and (max-width:412px){.burger{cursor:pointer;display:block;opacity:1;z-index:100}.navbar-ul.show-menu{animation:mobile-slide .2s ease-out;background:#fff;box-shadow:0 0 10px #00000080;box-sizing:border-box;display:flex;display:block;flex-direction:column;gap:10px;height:210px;opacity:1;overflow:scroll;overflow-x:scroll;overflow-y:scroll;padding:10px;position:absolute;right:0;top:0;transition:transform .3s;width:50%;z-index:99}.v-class-resp{background-color:rgba(0,0,0,.394);color:#000;opacity:0}#input-box{height:40px;width:100%}.row button .fa-solid{height:30.9px}.squarefeet{height:50px;width:120px}.navbar{width:100%}.search-box{bottom:14px;left:1%;position:absolute;width:98%;z-index:99}.navbar-ul{align-items:center;display:flex;position:absolute}.navbar-ul li{font-size:16px;margin:20px 0}.navbar-profile{height:50px;position:absolute;right:14%;top:12px;width:50px}.navbar-parent{height:120px;position:relative}.nav-btn{font-size:12px;font-weight:400;margin-right:10px;padding:2px;width:90px}.result-box{width:100%}}@media (min-width:413px) and (max-width:576px){.burger{cursor:pointer;display:block;opacity:1;z-index:100}.navbar-ul.show-menu{animation:mobile-slide .2s ease-out;background:#fff;box-shadow:0 0 10px #00000080;box-sizing:border-box;display:flex;display:block;flex-direction:column;gap:10px;height:210px;opacity:1;overflow:scroll;overflow-x:scroll;overflow-y:scroll;padding:10px;position:absolute;right:0;top:0;transition:transform .3s;width:50%;z-index:99}.v-class-resp{background-color:rgba(0,0,0,.394);color:#000;opacity:0}#input-box{height:40px;width:100%}.row button .fa-solid{height:30.9px}.squarefeet{width:130px}.navbar{width:100%}.search-box{bottom:14px;left:1%;position:absolute;width:98%;z-index:99}.navbar-ul{align-items:center;display:flex;position:absolute}.navbar-ul li{font-size:16px;margin:20px 0}.navbar-search{height:13px;margin:15px 0 0;width:13px}.navbar-profile{height:50px;position:absolute;right:14%;top:12px;width:50px}.navbar-parent{height:130px;position:relative}.nav-btn{font-size:16px;font-weight:400;padding:2px;width:110px}.result-box{width:100%}}@media (min-width:577px) and (max-width:810px){.navbar-parent{height:130px;position:relative}.div-2{gap:10px}.navbar-ul{gap:15px}.navbar-ul li{font-size:16px}.squarefeet{width:120px}.search-box{bottom:18px;left:1%;position:absolute;width:98%;z-index:99}.row{height:40px}.nav-btn{font-weight:400;padding:2px;width:110px}.nav-btn,.search-nav-search{font-size:16px}.result-box{width:100%}}@media (min-width:811px) and (max-width:886px){.div-2{gap:6px}.div-2 ul{gap:15px}.div-2 ul li{font-size:16px}.nav-btn{width:110px}}@media (min-width:887px) and (max-width:1024px){.div-2{gap:8px}.div-2 ul{gap:20px}.div-2 ul li{font-size:16px}.nav-btn{width:120px}}.up-sidebar{box-sizing:border-box;padding:16px}.top-ups{height:85vh}.ups-name-cont{align-items:center;display:flex;gap:10px}.ups-name-cont img{width:40px}.ups-name-cont span{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400}.ups-email-cont{margin:16px 0}.ups-email-cont span{background-color:#2b2a29;border-radius:50px;box-sizing:border-box;color:#fff;font-family:Roboto;font-size:1rem;font-weight:400;padding:10px 16px}.ups-edit-profile-btn{align-items:center;background-color:initial;color:#2b2a29;display:flex;gap:10px;padding:10px}.ups-edit-profile-btn,.ups-logout-btn button{border:none;box-sizing:border-box;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:400}.ups-logout-btn button{background-color:#2b2a29;color:#fff;height:45px;width:120px}.ups-logout-btn button:hover{opacity:.7}.ups-edit-profile-content{box-sizing:border-box;min-width:200px;padding:16px}.ups-edit-form-cont{display:flex;flex-direction:column;height:80vh}.ups-edit-form-cont label{color:#2b2a29;display:flex;flex-direction:column;font-weight:500}.ups-edit-form-cont input,.ups-edit-form-cont label{font-family:Poppins;font-size:1rem;font-style:normal}.ups-edit-form-cont input{background:#fff;border:1px solid #2b2a29;border-radius:30px;color:#acacac;margin-bottom:15px;outline:none;padding:0 10px}.ups-edit-form-cont input,.ups-save-btn{box-sizing:border-box;font-weight:400;height:45px}.ups-save-btn{background-color:#fecc00;border:none;border-radius:30px;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1rem;width:100%}.ups-save-btn:hover{opacity:.7}.nav-menu-header{align-items:center;border-bottom:1px solid #ccc3c3;box-sizing:border-box;display:flex;justify-content:flex-end;margin-bottom:20px;padding-bottom:16px;padding-top:8px}.nav-menu-bar{color:#fecc00;display:none;font-size:1.6rem}.nav-menu-drawer-cont{align-items:flex-start;display:flex;flex-direction:column;gap:1.8rem;justify-content:flex-start;min-width:200px}.navigation-menu-link{align-items:center;color:#2b2a29;display:flex;font-family:Roboto;font-size:1rem;font-weight:500;gap:12px;justify-content:flex-start;text-decoration:none}@media (max-width:576px){.nav-menu-bar{cursor:pointer;display:block}}.banner-cont{background-image:url(/static/media/Frame%2029.eaac3d754d1101d558f8.png);background-repeat:no-repeat;background-size:cover;height:calc(80vh - 64px)}.banner-cont,.left-banner-text{box-sizing:border-box;width:100%}.left-banner-text{display:flex;flex-direction:column;height:100%;justify-content:center;max-width:800px;padding:10%}.banner-head1{color:#fff6f6}.banner-head1,.banner-head2{font-family:Roboto;font-size:3rem;font-weight:700}.banner-head2{color:#fecc00}.banner-head3{color:#fff6f6;font-family:Roboto;font-size:1.1rem;font-weight:400;line-height:40px;margin:0}.banner-btn{background-color:#fecc00;border:none;border-radius:5px;box-shadow:2px 2px grey;color:#2b2a29;cursor:pointer;font:Roboto;font-size:16px;font-weight:500;height:45px;margin-top:20px;min-height:40px;transition:transform .3s ease;width:120px}.banner-btn:hover{opacity:.9;transform:translateY(-5px)}.bottom-banner-cont{justify-content:center;padding:0 16px}.banner-search-cont,.bottom-banner-cont{box-sizing:border-box;display:flex;width:100%}.banner-search-cont{background-color:#fff;border:2px solid #fff;border-radius:50px;box-shadow:0 4px 27px 0 #00000026;gap:16px;margin-top:16px;max-width:800px;padding:16px}.banner-search-field{align-items:center;display:flex;gap:10px;width:100%}.banner-search-field input{align-items:center;border:1px solid #d3d3d3;border-radius:30px;box-sizing:border-box;color:#2b2a29;display:flex;font:Roboto;font-size:1rem;font-weight:400;height:45px;outline:none;padding:0 10px;width:100%}.banner-services{align-items:center;display:flex;gap:5px;padding:3px}.banner-services-input{border:none;font-size:16px;outline:none;padding:5px}.banner-search{border-radius:50%;cursor:pointer;width:50px}@media screen and (min-width:567px) and (max-width:1024px){.banner-cont{background-image:url(/static/media/Frame%2029.eaac3d754d1101d558f8.png);background-repeat:no-repeat;height:calc(70vh - 64px)}.banner-cont,.left-banner-text{box-sizing:border-box;width:100%}.left-banner-text{display:flex;flex-direction:column;justify-content:center;max-width:700px;padding:0 10%}.banner-head1{color:#fff6f6}.banner-head1,.banner-head2{font-family:Roboto;font-size:2.5rem;font-weight:700}.banner-head2{color:#fecc00}.banner-head3{color:#fff6f6;font-family:Roboto;font-size:1.1rem;font-weight:400;line-height:40px;margin:0}.banner-search-cont{background-color:#fff;border-radius:30px;box-shadow:0 4px 27px 0 #00000026;flex-direction:column;gap:16px;max-width:800px;padding:16px}.banner-search-cont,.bottom-banner-cont{box-sizing:border-box;display:flex;width:100%}.bottom-banner-cont{justify-content:center;padding:0 16px}}@media screen and (max-width:567px){.banner-cont{background-image:url(/static/media/mobile%20view.a6b5dbde10ae22999b13.png);background-repeat:no-repeat;background-size:cover;height:calc(100vh - 64px)}.banner-cont,.left-banner-text{box-sizing:border-box;width:100%}.left-banner-text{display:flex;flex-direction:column;height:100%;justify-content:flex-end;max-width:800px;padding:10%}.banner-head1{color:#fff6f6}.banner-head1,.banner-head2{font-family:Roboto;font-size:2.5rem;font-weight:700}.banner-head2{color:#fecc00}.banner-head3{color:#fff6f6;font-family:Roboto;font-size:1.1rem;font-weight:400;line-height:40px;margin:0}.banner-search-cont{background-color:#fff;border-radius:30px;box-shadow:0 4px 27px 0 #00000026;flex-direction:column;gap:16px;max-width:800px;padding:16px}.banner-search-cont,.bottom-banner-cont{box-sizing:border-box;display:flex;width:100%}.bottom-banner-cont{justify-content:center;padding:0 16px}}.service-sidebar{box-sizing:border-box;padding:16px}.service-sidebar h4{color:#2b2a29;font-family:Roboto;font-size:1.1rem;font-weight:600;margin:0 0 12px}.services-container{display:flex;gap:12px;justify-content:space-between}.service-sidebar-field{align-items:center;display:flex;margin-bottom:4px}.service-sidebar-field label{color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:500;margin-left:8px}.ss-bottom-cont{display:flex;flex-direction:column;gap:16px;margin-top:8px;width:100%}@media screen and (max-width:576px){.services-container{display:flex;flex-direction:column}}.banner2,.banner2 img{width:100%}.banner2-desktop-img{height:70vh}.banner2-mobile-img{display:none}@media screen and (max-width:576px){.banner2-desktop-img{display:none}.banner2-mobile-img{display:block;height:100%;min-height:75vh}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}.swiper-button-next,.swiper-button-prev{color:#007aff}.swiper-pagination-bullet-active,.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff}.swiper-scrollbar{background:#0000001a;background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:#00000080;background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.know{padding:16px 5%}.know,.know-head{box-sizing:border-box}.know-head{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;width:100%}.know-head h4{color:#fec63f;font:Roboto;font-size:1rem;font-weight:400}.know-head h2{color:#2b2a29;font-size:2rem;font-weight:700;font:Roboto}.know-cont{display:flex;width:100%}.left-know{align-items:center;display:flex;justify-content:center;width:50%}.left-know img{height:100%;max-width:400px;width:100%}.right-know{width:50%}.know-paras{color:#2b2a29;font:Roboto;font-size:1.1rem;font-weight:400}.know-mid-p{color:#18191c;font:Roboto;font-size:18px;font-weight:700;margin:20px 0 15px}.know-list{display:flex;gap:10px;margin-top:20px}.parrow{height:25px;width:25px}@media screen and (min-width:768px) and (max-width:1024px){.know-cont{display:flex;width:100%}.left-know{align-items:center;display:flex;justify-content:center;width:50%}.left-know img{height:100%;max-height:450px;max-width:400px;width:100%}.right-know{margin-top:16px;width:50%}}@media screen and (max-width:768px){.know-cont{flex-direction:column}.know-cont,.left-know{display:flex;width:100%}.left-know{align-items:center;justify-content:center}.left-know img{height:100%;max-width:400px;width:100%}.right-know{margin-top:16px;width:100%}}.footer,.footer-cont{background-image:url(/static/media/footer_bg.dd8879c678e20174a3ca.webp)}.footer{background-color:#000;justify-content:space-evenly;margin-top:25px;padding:25px 0;width:100%}.footer,.footer-midd-flex{display:flex}.footer-p-gap p{padding:8px}.footer-p1{color:#fff;font:Roboto;font-size:20px;font-weight:500}.footer-p2{color:#909090;font:Roboto;font-size:18px;font-weight:400}.footer-images-gap{margin-top:20px}.footer-images-gap img{margin-left:.4rem}.footer-images-gap img:hover{opacity:.9;transform:translateY(-6px);transition:transform .3s ease}.footer-buttons form{display:flex;flex-direction:column;gap:.5rem;margin-left:5%;margin-top:5%}.footer-mail{background-color:#fff;border:1px solid #f1eef680;color:#686a6f;font:Poppins;font-size:1rem;font-weight:400;outline:none}.footer-mail,.footer-subscribe{padding:8px;text-align:center;width:200px}.footer-subscribe{background-color:#fec63f;border:1px solid #fec63f;color:#000;cursor:pointer;font:Poppins;font-size:1rem;font-weight:600}.footer-subscribe:hover{opacity:.8}.footer-link-color{color:#909090;text-decoration:none}.footer-copyright{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:12px;text-align:center}.footer-copyright span{color:#909090;font-family:Roboto;font-size:1rem;font-weight:400}@media screen and (max-width:768px){.footer{background-image:url(/static/media/footer_bg.dd8879c678e20174a3ca.webp);display:grid;grid-template-areas:"firstdiv firstdiv" "twodiv threediv" "fourdiv fourdiv";text-align:center;width:100%}#first-div{grid-area:firstdiv}#two-div{grid-area:twodiv}#three-div{grid-area:threediv}#four-div{grid-area:fourdiv}.footer-p-gap p{padding:3px}.footer-p1{font-size:16px}.footer-p2{font-size:12px}.footer-images-gap{margin-top:20px}.footer-images-gap img{margin-left:.5rem}.footer-buttons{margin-top:4%}.footer-mail,.footer-subscribe{font-size:12px;margin:auto;width:77%}}.kop-top-border{background-color:#fec63f;height:50px}.kop-back-cont{align-items:center;background-image:url(/static/media/free_registration_bg.da5e4f6b03ab3e55a11e.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;height:100%;justify-content:space-around;min-height:calc(50vh - 64px);padding:2% 5%}.right-kop{align-items:flex-end;display:flex;justify-content:flex-end;width:40%}.right-kop img{max-width:250px;width:100%}.left-kop{box-sizing:border-box;width:60%}.left-kop h2{color:#fff;font-family:Roboto;font-size:2rem;font-weight:600}.left-kop h2 span{color:#fec63f}.left-kop button{background-color:#fec63f;border:1px solid #fec63f;border-radius:5px;box-shadow:3px 3px #8d8d8d;box-sizing:border-box;color:#2b2a29;cursor:pointer;font:Roboto;font-size:16px;font-weight:500;height:45px;margin-top:16px;padding:5px 10px;transition:transform .3s ease;width:130px}.left-kop button:hover{opacity:.9;transform:scale(.9)}.knowprocess-img{height:110px;position:absolute;top:62%;width:350px}.kop-second-section{background-color:#f2f3f7;background-image:url("/static/media/div.elementor-background-overlay%20(1).6aa79c2792b7e7d7a619.png");background-size:cover;box-sizing:border-box;opacity:100%;padding:5%;position:relative;width:100%}.bottom-kop{align-items:center;display:flex;justify-content:space-around;margin:20px auto auto;text-align:center;width:100%}.kop-ss-heading h4{color:#fec63f;font:Roboto;font-size:14px;font-weight:500}.kop-ss-heading h2{color:#18191c;font:Lexend;font-size:2rem;font-weight:700}.kop-bsingle-card{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;max-width:200px;width:100%}.kop-bsingle-card img{width:50px}.kop-bsingle-card h4{font-weight:500}.kop-bsingle-card h4,.kop-bsingle-card h5{color:#2b2a29;font-family:Roboto;font-size:16px}.kop-bsingle-card h5{font-weight:400}@media screen and (max-width:576px){.kop-back-cont{align-items:center;background-image:url(/static/media/free_registration_bg.da5e4f6b03ab3e55a11e.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:calc(60vh - 64px);height:100%;justify-content:space-around;padding:5%}.right-kop{align-items:flex-end;display:flex;justify-content:flex-end;width:100%}.right-kop img{max-width:250px;width:100%}.left-kop{box-sizing:border-box;width:100%}.bottom-kop{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:space-around;margin:auto;text-align:center;width:100%}}.explore{margin-top:60px}.explore-left{height:280px;position:absolute;top:85%;width:170px}.explore-head{box-sizing:border-box;padding:16px}.explore-head h4{color:#fec63f;font:Roboto;font-size:16px;font-weight:500}.explore-head h2{color:#18191c;font:Roboto;font-size:2rem;font-weight:600}.explore-tabs-buttons{align-items:center;display:flex;gap:20px;justify-content:center;padding:16px}.explore-tab-btn,.explore-tabs-buttons{box-sizing:border-box;text-align:center}.explore-tab-btn{background-color:initial;border:none;border-radius:40px;color:#2b2a29;cursor:pointer;font:Roboto;font-size:1.2rem;font-weight:500;height:50px;max-width:250px;outline:none;padding:10px 20px;width:100%}.explore-tabs-buttons button.active{background-color:#fecc00}.explore-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:16px;width:100%}.explore-grid-width{gap:10px;max-width:150px;min-width:50px;width:100%}.explore-width{width:100%}.explore-pp{color:#2b2a29;font:Roboto;font-size:1rem;font-weight:400;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.explore-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:16px;width:100%}.explore-grid-width{gap:10px;max-width:120px;width:100%}.explore-pp{color:#2b2a29;font:Roboto;font-size:.9rem;font-weight:400;text-align:center}}@media screen and (min-width:576px) and (max-width:768px){.explore-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:16px;width:100%}.explore-grid-width{gap:10px;max-width:100px;width:100%}.explore-pp{color:#2b2a29;font:Roboto;font-size:.9rem;font-weight:400;text-align:center}}@media screen and (max-width:576px){.explore-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:16px;width:100%}.explore-grid-width{gap:10px;max-width:70px;width:100%}.explore-pp{color:#2b2a29;font:Roboto;font-size:.8rem;font-weight:400;text-align:center}}.contactform-main{background-image:url(/static/media/yellow_shade_bg.c8455d4dbd1a6543ddf5.webp);background-size:cover;height:100%;margin:6% auto;padding:10px;width:70%}.contactform-inner{background-color:#fff;height:100%;margin:2% auto;padding:20px;width:55%}.cf-p1{color:#18191c;font:Roboto;font-size:40px;font-weight:700;margin-left:6%}.cf-inner-two{text-align:center}.my-r{margin-right:14px}.my-r,.my-r-resp{width:42%}.cf-inner-two input{background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:5px;box-sizing:border-box;color:#2b2a29;font:Roboto;font-size:16px;font-weight:400;margin-top:.8rem;outline:none;padding:10px}.cf-mail{width:87%}.cf-message{background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:5px;font:Roboto;font-size:16px;font-weight:400;margin-top:.8rem;outline:none;padding:10px;resize:vertical;width:87%}.cf-message,.contact-form-btn{box-sizing:border-box;color:#2b2a29}.contact-form-btn{background-color:#fecc00;border:1px solid #fecc00;border-radius:5px;box-shadow:3px 3px #8d8d8d;cursor:pointer;font:Roboto;font-size:16px;font-weight:500;height:45px;margin-left:7%;margin-top:3%;padding:5px 10px;transition:transform .3s ease;width:130px}.contact-form-btn:hover{transform:scale(.9)}@media only screen and (max-width:320px){.contactform-main{background-color:#fecc00;background-image:url(/static/media/yellow_shade_bg.c8455d4dbd1a6543ddf5.webp);background-size:cover;height:100%;margin:6% 4%;width:92%}.contactform-inner{background-color:#fff;height:78%;margin:4% auto;width:70%}.cf-p1{font-size:24px;margin-left:6%;padding-top:2%}#cf-inner{padding-top:4%}.cf-inner-two{text-align:center}.my-r{margin:auto}.my-r,.my-r-resp{width:88%}.cf-inner-two input{background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:4px;font-size:10px;margin-top:.8rem;padding:8px}.cf-mail{width:87%}.cf-message{border:1px solid #f2f2f2;border-radius:4px;font-size:12px;padding:8px;width:87%}.contact-form-btn{box-shadow:3px 3px gray;font-size:10px;margin-left:7%;margin-top:8%;padding:5px;width:80px}}@media (min-width:321px) and (max-width:412px){.contactform-main{background-image:url(/static/media/yellow_shade_bg.c8455d4dbd1a6543ddf5.webp);background-size:cover;height:100%;padding:10px;width:90%}.contactform-inner{background-color:#fff;height:100%;margin:2% auto;padding:15px;width:90%}.cf-p1{font-size:24px;margin-left:6%}#cf-inner,.cf-p1{padding-top:2%}.cf-inner-two{text-align:center}.my-r{margin:auto}.my-r,.my-r-resp{width:90%}.cf-inner-two input{background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:4px;box-sizing:border-box;font-size:14px;margin-top:.8rem;padding:10px}.cf-mail{width:90%}.cf-message{border:1px solid #f2f2f2;border-radius:4px;box-sizing:border-box;font-size:14px;padding:10px;width:90%}.contact-form-btn{box-shadow:3px 3px #8d8d8d;font-size:12px;height:40px;margin-left:7%;margin-top:8%;padding:5px;width:80px}}@media (min-width:413px) and (max-width:576px){.contactform-main{background-color:#fecc00;background-image:url(/static/media/yellow_shade_bg.c8455d4dbd1a6543ddf5.webp);background-size:cover;height:68vh;margin:6% 7%;width:92%}.contactform-inner{background-color:#fff;height:82%;margin:4% auto;width:70%}.cf-p1{font-size:24px;margin-left:6%;padding-top:2%}#cf-inner{padding-top:1%}.cf-inner-two{text-align:center}.my-r{margin:auto}.my-r,.my-r-resp{width:88%}.cf-inner-two input{background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:4px;font-size:10px;margin-top:.8rem;padding:8px}.cf-mail{width:87%}.cf-message{border:1px solid #f2f2f2;border-radius:4px;font-size:12px;padding:8px;width:87%}.contact-form-btn{box-shadow:3px 3px #8d8d8d;font-size:10px;margin-left:7%;margin-top:6%;padding:5px;width:80px}}@media (min-width:577px) and (max-width:768px){.contactform-main{background-color:#fecc00;background-image:url(/static/media/yellow_shade_bg.c8455d4dbd1a6543ddf5.webp);background-size:cover;height:86vh;margin:6% 4%;width:92%}.contactform-inner{background-color:#fff;height:70%;margin:4% auto;width:74%}#cf-inner{padding-top:5%}.cf-inner-two{text-align:center}.my-r{margin-right:.8rem;width:50%}.cf-mail{width:95%}.cf-message{border:1px solid #f2f2f2;border-radius:4px;font-size:12px;padding:14px;width:95%}.contact-form-btn{margin-left:7%;margin-top:6%}}.business-slider{background-color:#fff;box-sizing:border-box;padding:16px}.businessslider-head-cont{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:16px 0}.businessslider-head-cont h3{color:#2b2a29;font-family:Roboto;font-size:1.8rem;font-weight:600;letter-spacing:1px}.businessslider-head-cont span{align-items:stretch;background-color:#fecc00;border-radius:42px;border-width:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;min-height:0;min-width:0;padding:6px;position:relative;z-index:0}.businessslider-swiper{background-color:#fff;height:100%}.bs-cont,.businessslider-swiper{justify-content:center;width:100%}.bs-cont{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;min-height:40vh;padding:16px}.bs-card{border:1px solid #d3d3d3;border-radius:10px;max-width:500px;overflow:hidden;width:100%}.bs-service-name{display:flex;height:28px;justify-content:flex-end}.bs-service-name span{align-items:center;background:#2b2a29;border-radius:0 9px 0 9px;box-sizing:border-box;color:#fff;display:flex;font-family:Roboto;font-size:.8rem;font-weight:500;gap:4px;justify-content:center;padding:5px 12px}.bs-card-flex{display:flex;width:100%}.bs-card-img{box-sizing:border-box;max-width:120px;min-width:100px;padding:0 10px 10px;width:100%}.bs-card-img img{border-radius:5px 5px 5px 5px;display:flex;flex:1 1;width:100%}.bs-card-info{display:flex;flex-direction:column;width:100%}.bs-card-name{color:#2b2a29;font-size:1rem;font-weight:500;margin:0}.bs-card-name,.bsc-short-desc{font-family:Roboto;text-transform:capitalize}.bsc-short-desc{color:#8b8b8b;font-size:.9rem;font-weight:400;margin:10px 0}.bsc-price{background:#fecc00;box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:500;margin:0;padding:10px;width:100%}.bsc-location{display:flex;margin:10px 0;width:100%}.bsc-location span{background:#f2f2f2;border-radius:10px;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:500;gap:5px;justify-content:flex-start;padding:10px}.bsc-buttons,.bsc-location span{align-items:center;box-sizing:border-box;display:flex}.bsc-buttons{gap:10px;padding:10px 0}.bsc-send-btn{background:#2b2a29;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Roboto;font-size:.9rem;font-weight:400;height:40px;text-align:center;width:100px}.bsc-send-btn:hover{opacity:.7}.bsc-view-btn{border:1px solid #dcdcdc;border-radius:10px;cursor:pointer;height:40px;width:100px}.bsc-like-btn,.bsc-view-btn{background:#0000;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:400;text-align:center}.bsc-like-btn{align-items:center;border:none;border-radius:10px;display:flex;gap:5px}.bs-item-view-btn{background:#0000;border:none;color:#fecc00;cursor:pointer;font-family:Roboto;font-size:.9rem;font-weight:400;margin-left:4px}@media screen and (max-width:768px){.bsc-buttons{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}}.send-enquery-form{background:#fff}.se-popup-heading h1{color:#2b2a29;font-family:Roboto;font-size:1.5rem;font-weight:500;justify-content:center}.se-popup-heading h1,.sep-text-field{align-items:center;display:flex;margin-bottom:16px}.sep-text-field{gap:10px;width:100%}.sep-text-field input{height:45px;padding:0 10px}.sep-text-field input,.sep-textarea textarea{background:#f2f2f2;border:none;border-radius:5px;box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:500;outline:none;width:100%}.sep-textarea textarea{height:80px;padding:10px;resize:vertical}.sep-send-btn{background-color:#fecc00;border:1px solid #fecc00;box-shadow:3px 3px gray;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:500;height:45px;margin-top:16px;width:120px}.sep-send-btn:hover{opacity:.7}@media screen and (max-width:567px){.sep-text-field{align-items:center;display:flex;flex-direction:column;gap:10px;margin-bottom:16px;width:100%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.krinvi{background-color:#fff}.krinvi,.krinvi img{height:100%;width:100%}.material-ticker-container{background:#fecc00;box-sizing:border-box;overflow:hidden;padding:16px 8px;width:100%}.material-ticker-track{animation:scrollTicker 20s linear infinite;display:flex;white-space:nowrap}.material-ticker-item{color:#2b2a29;display:inline-block;font-size:1rem;margin:0 30px;text-decoration:none;transition:color .3s}.material-name{font-family:Roboto;font-weight:700;text-transform:capitalize}.material-city,.material-price{color:#2b2a29;font-family:Roboto;font-size:13px;font-weight:400;margin-left:6px}@keyframes scrollTicker{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.explore-suppliers-materials{background-color:#fecc00;border:1px solid #fecc00;border-radius:40px;color:#2b2a29;font:Roboto;font-size:20px;font-weight:500;margin-top:3%;padding:15px;width:290px}.explore-suppliers-contractors{background-color:#fff;border:1px solid #fff;border-radius:40px;color:#2b2a29;font:Roboto;font-size:20px;font-weight:500;margin-left:2%;padding:1px;width:260px}.user-register{box-sizing:border-box;display:flex;height:100vh;padding:16px;width:100%}.left-ur{width:50%}.left-ur img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-ur{box-sizing:border-box;padding:0 16px;width:50%}.right-top-ur{align-items:center;display:flex;justify-content:space-between;width:100%}.right-top-ur img{max-width:100px;width:100%}.ur-welcome-text{align-items:center;display:flex;justify-content:center;margin:10px 0}.ur-welcome-text h3{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:600;margin:0}.ur-tab-cont{background-color:#f8eddd;border-radius:20px;box-sizing:border-box;display:flex;height:50px;justify-content:space-between;padding:6px;width:100%}.ur-register-link{background-color:#fecc00;border-radius:15px}.ur-register-link,.ur-supplier-link{align-items:center;box-sizing:border-box;color:#000;display:flex;justify-content:center;text-align:center;text-decoration:none;width:50%}.ur-form-field{margin:16px 0}.ur-form-field label{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:500}.ur-form-field input{background-color:#fff;border:1px solid #595959;border-radius:20px;box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400;height:45px;outline:none;padding:0 10px;width:100%}.bottom-ur{align-items:center;border:none;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;width:100%}.bottom-ur button{background:#fecc00;border:none;border-radius:20px;box-sizing:border-box;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1.2rem;font-weight:400;height:45px;margin-bottom:16px;width:100%}.bottom-ur button:hover{opacity:.7}.ur-link{color:#fecc00;text-decoration:none}@media screen and (max-width:768px){.user-register{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.left-ur{width:100%}.left-ur img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-ur{box-sizing:border-box;padding:0 10px;width:100%}.right-top-ur{align-items:center;display:flex;justify-content:space-between;width:100%}}.user-login{box-sizing:border-box;display:flex;height:100vh;padding:16px;width:100%}.left-ul{width:50%}.left-ul img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-ul{box-sizing:border-box;padding:0 16px;width:50%}.right-top-ul{align-items:center;display:flex;justify-content:space-between;width:100%}.right-top-ul img{max-width:100px;width:100%}.ul-welcome-text{align-items:center;display:flex;justify-content:center;margin:10px 0}.ul-welcome-text h3{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:600;margin:0}.ul-tab-cont{background-color:#f8eddd;border-radius:20px;box-sizing:border-box;display:flex;height:50px;justify-content:space-between;padding:6px;width:100%}.ul-login-link{background-color:#fecc00;border-radius:15px}.ul-login-link,.ul-supplier-link{align-items:center;box-sizing:border-box;color:#000;display:flex;justify-content:center;text-align:center;text-decoration:none;width:50%}.ul-form-field{margin:16px 0}.ul-form-field label{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:500}.ul-form-field input{background-color:#fff;border:1px solid #595959;border-radius:20px;box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400;height:45px;outline:none;padding:0 10px;width:100%}.bottom-ul{align-items:center;border:none;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;width:100%}.bottom-ul button{background:#fecc00;border:none;border-radius:20px;box-sizing:border-box;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1.2rem;font-weight:400;height:45px;margin-bottom:16px;width:100%}.bottom-ul button:hover{opacity:.7}.ul-link{color:#fecc00;text-decoration:none}.ul-forgot-cont{display:flex;justify-content:space-between;margin-top:15px}.ul-forgot-password-text{cursor:pointer}@media screen and (max-width:768px){.user-login{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.left-ul{width:100%}.left-ul img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-ul{box-sizing:border-box;padding:0 10px;width:100%}.right-top-ul{align-items:center;display:flex;justify-content:space-between;width:100%}}.supplier-register{box-sizing:border-box;display:flex;height:100%;padding:16px;width:100%}.left-sr{width:50%}.left-sr img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-sr{box-sizing:border-box;padding:0 16px;width:50%}.right-top-sr{align-items:center;display:flex;justify-content:space-between;width:100%}.right-top-sr img{max-width:100px;width:100%}.sr-welcome-text{align-items:center;display:flex;justify-content:center;margin:10px 0}.sr-welcome-text h3{color:#2b2a29;font-family:Roboto;font-size:1.1rem;font-weight:600;margin:0}.sr-tab-cont{background-color:#f8eddd;border-radius:20px;box-sizing:border-box;display:flex;height:50px;justify-content:space-between;padding:6px;width:100%}.sr-login-link{background-color:#fecc00;border-radius:15px}.sr-login-link,.sr-user-link{align-items:center;box-sizing:border-box;color:#2b2a29;display:flex;font-family:Roboto;font-size:1rem;font-weight:500;justify-content:center;text-align:center;text-decoration:none;width:50%}.sr-form-field{display:flex;gap:10px;margin:10px 0}.sr-form-field label{font-size:1.2rem;font-weight:500}.sr-form-field input,.sr-form-field label{color:#2b2a29;font-family:Roboto;width:100%}.sr-form-field input{background-color:#fff;border:1px solid #595959;border-radius:20px;box-sizing:border-box;font-size:1rem;font-weight:400;height:45px;outline:none;padding:0 10px}.bottom-sr{align-items:center;border:none;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;width:100%}.bottom-sr button{background:#fecc00;border:none;border-radius:20px;box-sizing:border-box;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1.2rem;font-weight:400;height:45px;margin-bottom:16px;width:100%}.bottom-sr button:hover{opacity:.7}.sr-link{color:#fecc00;text-decoration:none}.Bhrl3,.honeservl3{display:flex}.honeservl3{gap:10px}.dragerl3{background:#f3f3f3;border-radius:12px 12px 0 0}.dragerl3,.wiii{height:130px;width:100%}.wiii{border-radius:20px 20px 0 0}.pniml3{margin:18px 0 8px 15px;width:200px}.upload-inputl3{background:#f3f3f3;border-radius:12px 12px 0 0;box-sizing:border-box;display:block;width:100%}.pniml3 p{align-items:center;background:#2b2a29;border-radius:0 0 12px 12px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-size:small;justify-content:center;margin:0;padding:5px;text-align:center}@media screen and (min-width:576px) and (max-width:768px){.supplier-register{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.left-sr{width:100%}.left-sr img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-sr{box-sizing:border-box;padding:0 16px;width:100%}}@media screen and (max-width:576px){.supplier-register{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.left-sr{width:100%}.left-sr img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-sr{box-sizing:border-box;padding:0 16px;width:100%}.Bhrl3{display:flex;flex-direction:column-reverse}}.supplier-login{box-sizing:border-box;display:flex;height:100vh;padding:16px;width:100%}.left-sl{width:50%}.left-sl img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-sl{box-sizing:border-box;padding:0 16px;width:50%}.right-top-sl{align-items:center;display:flex;justify-content:space-between;width:100%}.right-top-sl img{max-width:100px;width:100%}.sl-welcome-text{align-items:center;display:flex;justify-content:center;margin:10px 0}.sl-welcome-text h3{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:600;margin:0}.sl-tab-cont{background-color:#f8eddd;border-radius:20px;box-sizing:border-box;display:flex;height:50px;justify-content:space-between;padding:6px;width:100%}.sl-login-link{background-color:#fecc00;border-radius:15px}.sl-login-link,.sl-user-link{align-items:center;box-sizing:border-box;color:#2b2a29;display:flex;font-family:Roboto;font-size:1rem;font-weight:500;justify-content:center;text-align:center;text-decoration:none;width:50%}.sl-form-field{margin:16px 0}.sl-form-field label{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:500}.sl-form-field input{background-color:#fff;border:1px solid #595959;border-radius:20px;box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400;height:45px;outline:none;padding:0 10px;width:100%}.bottom-sl{align-items:center;border:none;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;width:100%}.bottom-sl button{background:#fecc00;border:none;border-radius:20px;box-sizing:border-box;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1.2rem;font-weight:400;height:45px;margin-bottom:16px;width:100%}.bottom-sl button:hover{opacity:.7}.sl-link{color:#fecc00;text-decoration:none}.sl-forgot-cont{display:flex;justify-content:space-between;margin-top:15px}.sl-forgot-password-text{cursor:pointer}@media screen and (max-width:768px){.supplier-login{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.left-sl{width:100%}.left-sl img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-sl{box-sizing:border-box;padding:0 10px;width:100%}.right-top-sl{align-items:center;display:flex;justify-content:space-between;width:100%}}.category-cont{width:100%}.top-cat-img-back,.top-cat-img-back img{box-sizing:border-box;position:relative;width:100%}.top-cat-img-back img{filter:brightness(.5);height:250px}.top-cat-overlay-cont{padding:10px;position:absolute;top:120px;width:100%}.top-cat-overlay-cont h2{color:#fff;font-size:2.5rem}.top-cat-overlay-cont h2,.top-cat-overlay-cont p{font-family:Roboto;font-weight:500;margin:0;text-align:center}.top-cat-overlay-cont p{color:#fecc00;font-size:1rem}.top-cat-search-field-cont{box-sizing:border-box;display:flex;gap:10px;justify-content:center;position:relative;top:-30px;width:100%}.top-cat-search-field-cont button{align-items:center;background:#fecc00;border:none;border-radius:10px;color:#2b2a29;cursor:pointer;display:flex;font-family:Roboto;font-size:1rem;font-weight:500;height:45px;justify-content:center;text-align:center;width:100px}.top-cat-search-field-cont input{background:#fff;border:none;border-radius:10px;box-shadow:0 4px 60px 0 #fecc001a;box-sizing:border-box;color:#2b2a29;font-family:Poppins;font-size:.9rem;font-style:normal;font-weight:400;height:45px;margin-bottom:15px;outline:none;padding:0 10px}.category-cards-cont{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px;padding:16px;width:100%}.category-card{border:1px solid #d3d3d3;border-radius:10px;max-width:500px;overflow:hidden;width:100%}.category-service-name{display:flex;justify-content:flex-end}.category-service-name span{background:#2b2a29;border-radius:0 9px 0 9px;box-sizing:border-box;color:#fff;font-family:Roboto;font-size:.8rem;font-weight:500;padding:5px 12px}.category-average-rating{display:flex;height:28px;justify-content:flex-end}.category-average-rating span{align-items:center;background:#2b2a29;border-radius:0 9px 0 9px;box-sizing:border-box;color:#fff;display:flex;font-family:Roboto;font-size:.8rem;font-weight:500;gap:4px;justify-content:center;padding:5px 12px}.cat-card-flex{display:flex;width:100%}.category-card-img{box-sizing:border-box;max-width:120px;min-width:100px;padding:0 10px 10px;width:100%}.category-card-img img{border-radius:5px 5px 5px 5px;display:flex;flex:1 1;width:100%}.category-card-info{display:flex;flex-direction:column;width:100%}.cc-name{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:500;margin:0;text-transform:capitalize}.cc-short-desc{color:#8b8b8b;font-weight:400;margin:10px 0}.cc-price,.cc-short-desc{font-family:Roboto;font-size:.9rem}.cc-price{background:#fecc00;box-sizing:border-box;color:#2b2a29;font-weight:500;margin:0;padding:10px;width:100%}.cc-location{display:flex;margin:10px 0;width:100%}.cc-location span{background:#f2f2f2;border-radius:10px;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:500;gap:5px;justify-content:flex-start;padding:10px}.cc-buttons,.cc-location span{align-items:center;box-sizing:border-box;display:flex}.cc-buttons{gap:10px;padding:10px 0}.cc-send-btn{background:#2b2a29;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Roboto;font-size:.9rem;font-weight:400;height:40px;text-align:center;width:100px}.cc-send-btn:hover{opacity:.7}.cc-view-btn{border:1px solid #dcdcdc;border-radius:10px;cursor:pointer;height:40px;width:100px}.cc-like-btn,.cc-view-btn{background:#0000;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:400;text-align:center}.cc-like-btn{align-items:center;border:none;border-radius:10px;display:flex;gap:5px}.heart{background:url(https://cssanimation.rocks/images/posts/steps/heart.png) no-repeat;background-position:0 0;cursor:pointer;height:100px;transition:background-position 1s steps(28);transition-duration:0s;width:100px}.heart.is-active{background-position:-2800px 0;transition-duration:1s}.no-results{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:500;height:30vh;text-align:center}@media screen and (min-width:576px) and (max-width:768px){.category-cards-cont{display:flex;flex-direction:column}.top-cat-overlay-cont{padding:10px;position:absolute;top:30%;width:100%}}@media screen and (max-width:576px){.category-cards-cont,.top-cat-search-field-cont{display:flex;flex-direction:column}.top-cat-search-field-cont{box-sizing:border-box;gap:10px;justify-content:center;padding:0 16px;position:relative;top:-30px;width:100%}.top-cat-search-field-cont button{width:100%}.cc-buttons{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}.top-cat-overlay-cont{padding:10px;position:absolute;top:30%;width:100%}}.cd-header,.cont-detail-cont{box-sizing:border-box;margin:0;overflow:hidden;padding:0}.cd-header{width:100%}.contractor-detail{align-items:center;display:flex;justify-content:center;width:100%}.cd-cont{border-radius:20px;box-shadow:0 0 10px #00000021;margin:16px 0;padding:16px;width:90%}.cd-cont,.top-cd{box-sizing:border-box}.top-cd{border-left:none;border-right:none;border-top:none;display:flex}.top-left-img-cont img{max-width:200px;min-width:200px;width:100%}.top-right-cont{box-sizing:border-box;padding-left:20px;width:100%}.cd-send-enq-btn{align-items:flex-end;display:flex;justify-content:flex-end;width:100%}.cd-send-enq-btn button{background:#fecc00;border:none;border-radius:20px;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:400;height:45px;width:120px}.cd-send-enq-btn button:hover{opacity:.7}.cd-edit-btn{align-items:flex-end;display:flex;gap:8px;justify-content:flex-end;width:100%}.cd-edit-btn button{align-items:center;background:#0000;border:none;border-radius:20px;color:#2b2a29;cursor:pointer;display:flex;font-family:Roboto;font-size:1rem;font-weight:400;gap:5px;height:45px;justify-content:center;width:100px}.top-right-cont h4{color:#2b2a29;font-size:1.2rem;text-transform:capitalize}.top-right-cont h4,.top-right-cont p{font-family:Roboto;font-weight:500;margin:0}.top-right-cont p{color:#8b8b8b;font-size:1rem}.cd-details{border-bottom:1px solid #00000014;box-sizing:border-box;display:flex;gap:10px;padding:10px 0}.cd-details .t1,.cd-details .t2{align-items:center;background:#2b2a29;color:#fff;display:flex;gap:5px}.cd-details .t1,.cd-details .t2,.cd-details .t3{border-radius:20px;box-sizing:border-box;font-family:Roboto;font-size:1rem;padding:10px}.cd-details .t3{background:#fecc00}.cd-address{border-bottom:1px solid #00000014;padding:10px 0}.cd-address,.cd-address span{box-sizing:border-box;display:flex;gap:10px}.cd-address span{color:#2b2a29;font-family:Roboto;font-size:1rem}.cd-aboutus{border-bottom:1px solid #00000014;box-sizing:border-box;padding:10px 0}.cd-aboutus h3{font-size:1.2rem;font-weight:500}.cd-aboutus h3,.cd-aboutus p{box-sizing:border-box;color:#2b2a29;font-family:Roboto;margin:0}.cd-aboutus p{font-size:1rem;font-weight:400}.cd-images-cont h3{box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:500;margin:0}.cd-images{display:flex;flex-wrap:wrap;gap:10px}.cd-images img{max-width:200px;width:100%}.cd-logout-btn{align-items:flex-end;display:flex;gap:8px;justify-content:flex-end;width:100%}.cd-logout-btn button{align-items:center;background:#2b2a29;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:1rem;font-weight:400;gap:8px;height:45px;justify-content:center;width:120px}.cd-logout-btn button:hover{opacity:.7}.vd-del-acc-btns{display:flex;gap:12px;justify-content:flex-end;margin-top:16px;width:100%}.vd-cr-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:2rem 0}.cd-reviews-section{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start}.cdr-summary{gap:8px}.cdr-summary,.cdrs-rating{align-items:center;display:flex}.cdrs-rating{color:#fecc00;font-family:Roboto;font-size:1.1rem;font-weight:600;gap:4px}.cdrs-total-reviews{color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:400}.vd-rr-card{align-items:flex-start;flex-direction:column}.vd-rr-card,.vd-rr-card div{display:flex;gap:.8rem;justify-content:flex-start}.vd-rr-card div{align-items:center}.vd-rrc-name{font-weight:500}.vd-rrc-message,.vd-rrc-name{color:#2b2a29;font-family:Roboto;font-size:1rem}.vd-rrc-message{font-weight:400;transform:translateX(32px)}@media screen and (min-width:480px)and (max-width:768px){.cd-details{border-bottom:1px solid #00000014;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}}@media screen and (max-width:480px){.top-cd{border-left:none;border-right:none;border-top:none;box-sizing:border-box;display:flex;flex-direction:column}.top-left-img-cont img{max-width:none;width:100%}.top-right-cont{box-sizing:border-box;padding-left:0;width:100%}.cd-details{border-bottom:1px solid #00000014;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}}.sep-modal{box-sizing:border-box;padding:16px}.sep-modal-form-field{display:flex;gap:10px;width:100%}.sep-modal-form-field label{color:#2b2a29;display:flex;flex-direction:column;font-weight:500}.sep-modal-form-field input,.sep-modal-form-field label{font-family:Poppins;font-size:1rem;font-style:normal;width:100%}.sep-modal-form-field input{border:1px solid #2b2a29;border-radius:30px;height:45px;padding:0 10px}.sep-modal-form-field input,.sep-modal-form-field textarea{background:#fff;box-sizing:border-box;color:#acacac;font-weight:400;margin-bottom:15px;outline:none}.sep-modal-form-field textarea{border:1px solid #2b2a29;border-radius:20px;font-family:Poppins;font-size:1rem;font-style:normal;height:80px;padding:10px;resize:vertical;width:100%}.sep-modal-save-btn{background-color:#fecc00;border:none;border-radius:30px;box-sizing:border-box;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:400;height:45px;margin-top:16px;width:100%}.sep-modal-save-btn:hover{opacity:.7}.uploadimg{margin-top:5px}.dotted-box{border:1px dashed #2b2a29;border-radius:5px;height:auto;width:100%}.dotted-box p{font-size:12px}.box1 div{background:gray;height:0;width:40xp}.drag .fa-solid{left:39%;position:relative}.upload-label p{font-weight:700;margin-left:29%}.contain{background:red;border-radius:50%;color:FFFFFF;cursor:pointer;font-family:Roboto;font-size:8px;height:10px;left:80%;position:relative;text-align:center;top:7px;width:10px}.boximg,.load{align-items:center;display:flex;justify-content:center}#boxes{background:gray;border-radius:5px}#boxes,.wii1{height:30px;width:30px}.bo1{margin-bottom:5px;margin-right:10px}@media screen and (max-width:568px){.sep-modal-form-field{display:flex;flex-direction:column;gap:10px;width:100%}}.search-cards-cont{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px;min-height:80vh;padding:16px;width:100%}.search-card{border:1px solid #d3d3d3;border-radius:10px;max-width:500px;overflow:hidden;width:100%}.search-service-name{display:flex;justify-content:flex-end}.search-service-name span{background:#2b2a29;border-radius:0 9px 0 9px;box-sizing:border-box;color:#fff;font-family:Roboto;font-size:.8rem;font-weight:500;padding:5px 12px}.search-card-flex{display:flex;width:100%}.search-card-img{box-sizing:border-box;max-width:120px;min-width:100px;padding:0 10px 10px;width:100%}.search-card-img img{border-radius:5px 5px 5px 5px;display:flex;flex:1 1;width:100%}.search-card-info{display:flex;flex-direction:column;width:100%}.search-card-name{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:500;margin:0}.sc-short-desc{color:#8b8b8b;font-weight:400;margin:10px 0}.sc-price,.sc-short-desc{font-family:Roboto;font-size:.9rem}.sc-price{background:#fecc00;box-sizing:border-box;color:#2b2a29;font-weight:500;margin:0;padding:10px;width:100%}.sc-location{display:flex;margin:10px 0;width:100%}.sc-location span{background:#f2f2f2;border-radius:10px;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:500;gap:5px;justify-content:flex-start;padding:10px}.sc-buttons,.sc-location span{align-items:center;box-sizing:border-box;display:flex}.sc-buttons{gap:10px;padding:10px 0}.sc-send-btn{background:#2b2a29;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Roboto;font-size:.9rem;font-weight:400;height:40px;text-align:center;width:100px}.sc-send-btn:hover{opacity:.7}.sc-view-btn{border:1px solid #dcdcdc;border-radius:10px;cursor:pointer;height:40px;width:100px}.sc-like-btn,.sc-view-btn{background:#0000;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:400;text-align:center}.sc-like-btn{align-items:center;border:none;border-radius:10px;display:flex;gap:5px}.searcher-no-results-message{align-items:center;display:flex;justify-content:center;min-height:400px}.searcher-no-results-message h1{color:#2b2a29;font-family:Roboto;font-size:1.6rem;font-weight:400;text-align:center}@media screen and (min-width:576px) and (max-width:768px){.search-cards-cont{display:flex;flex-direction:column}}@media screen and (max-width:576px){.search-cards-cont{display:flex;flex-direction:column}.sc-buttons{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}}.privacy-policy-cont{align-items:center;display:flex;flex-direction:column;justify-content:center}.privacy-policy-head h1{color:#2b2a29;font-family:Roboto;font-size:2rem;font-weight:600;margin:60px 0;text-align:center}.bottom-pp{max-width:1024px;width:90%}.bottom-pp h3{color:#2b2a29;font-family:Roboto;font-size:1.4rem;font-weight:600;margin-bottom:40px}.pp-cont{margin-bottom:60px}.pp-cont h4{font-size:1.4rem;font-weight:600;margin-bottom:20px}.pp-cont h4,.pp-cont p{color:#2b2a29;font-family:Roboto}.pp-cont p{font-size:1rem;font-weight:400;letter-spacing:0;line-height:30px;text-align:left}.tandc-cont{align-items:center;display:flex;flex-direction:column;justify-content:center}.tandc-head h1{color:#2b2a29;font-family:Roboto;font-size:2rem;font-weight:600;margin:60px 0;text-align:center}.bottom-tandc{max-width:1024px;width:90%}.bottom-tandc h3{color:#2b2a29;font-family:Roboto;font-size:1.4rem;font-weight:600;margin-bottom:40px}.tandc-detail{margin-bottom:60px}.tandc-detail h4{color:#2b2a29;font-family:Roboto;font-size:1.4rem;font-weight:600;margin-bottom:20px}.tandc-detail p{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400;letter-spacing:0;line-height:30px;text-align:left}.Dkr2{background-color:#fef8f8;padding:3% 1% 0;width:100%}.blog-container1,.dkr8-container1{background-color:#fff;padding:2% 5%;width:100%}.dkr8-container1{border:none;border-top:1px solid gray}.Dkr3-img{width:100%}.Dkr3-img img{padding:0;width:100%}.Dkr4-content{margin-top:5px}.Dkr4-content span{font-size:30px;font-weight:400}.Dkr5-content1{background-color:#fff;height:auto;padding-top:7px;width:100%}.Dkr5-content1 p{font-size:20px;font-weight:700}.Dkr6-icons{display:flex;width:100%}.Dkr7-content2{width:100%}.link{margin:15px 0;padding:5px 0}.non{color:gold;text-decoration:none}.Dkr9-img1 img{height:70%;width:100%}.Dkr10-content span{font-size:30px;font-weight:400}.Dkr11-content1{margin-top:2%}.Dkr11-content1 p{color:#42425e;font-size:20px;font-weight:700}.Dkr13-link{margin:2% 0}.ccd{color:gold;text-decoration:none}.re1{background-color:#f5f2ef;border:.01px solid #000;padding:1%;width:100%}.blog-container_0{background-color:#f0efee;border:.001px solid #000;width:100%}.re2{padding:3%}.re2,.re3{background-color:#fff;width:100%}.re3{height:auto}.re4 p{color:#42425e;font-size:20px;font-weight:700}.re5-icon{display:flex}.re6-img{padding-bottom:1.5%}.re6-img img{width:30%}.re7-para{font-size:16px;font-weight:300;padding-bottom:2%;width:100%}.re8-para{padding-bottom:1.5%}.re8-para p{font-size:16px;font-style:italic;font-weight:300;gap:20px}.re9-para{padding-bottom:1.5%}.re9-para p{font-size:16px;font-weight:300;gap:20px}.pre{background:#f5f2ef;box-sizing:border-box;padding:16px}.pre1{color:#fecc00;text-decoration:none}.re10{background-color:#f0efee;width:100%}.re11{background-color:#fff;padding:2% 3% 3%;width:100%}.re12 span{font-size:22px;font-weight:400}.re13-para{padding:1% 0}.re14{width:100%}.re14 textarea{background-color:#f0efee;border:2px solid #f0efee;box-sizing:border-box;outline:none;padding:10px;width:100%}.re15-form{display:flex;gap:20px;padding:1% 0;width:100%}.re15-form input{background-color:#eeeff3;border:2px solid #f0efee;box-sizing:border-box;gap:20px;height:45px;outline:none;padding:0 10px;width:100%}.re16{display:flex;gap:10px;padding:1% 0}.re17-btn button{background-color:#fecc00;border:#fecc00;color:#000;font-size:14px;font-weight:400;padding:.7% 0;width:10%}@media (min-width:210px) and (max-width:770px){.re17-btn button{background-color:#fecc00;border:#fecc00;color:#000;font-size:14px;font-weight:400;padding:.7% 0;width:30%}}.R1{background-color:#f0efee;border:.01px solid #000;padding:2%;width:100%}.R2,.R3{background-color:#fff;width:100%}.R3{height:auto;padding:1.5% 3%}.R4{margin-top:2%}.R4 span{font-size:32px;font-weight:500}.R5{margin-top:2%}.R5 p{color:#42425e;font-size:20px;font-weight:700}.R6-icon{display:flex;padding-bottom:1%}.R7-img img{width:30%}.de{padding-top:5px}.R8-para{font-size:16px;font-weight:300;gap:20px;margin-top:2%}.R10-para{padding-top:1%}.R11-para{margin-top:2%}.R11-para p{font-size:22px;font-weight:500}.blog-icod{padding:1% 0 .5%}.R12{background-color:#f0efee;display:flex;justify-content:flex-end;margin-right:2%;padding:10px 30px 10px 10px;width:100%}.R12 span{color:gold}.ang{text-decoration:none}.R13{background-color:#fff;padding:3%;width:100%}.R14{margin-top:2%}.R14 span{font-size:22px;font-weight:400}.R15-para{padding-top:1%}.R16{margin-top:2%;width:100%}.R16 textarea{padding:10px;width:100%}.R17{display:flex;gap:20px;padding-top:1.5%}.R17 input{background-color:#eeeff3;border:2px solid #f0efee;gap:20px;padding:10px;width:100%}.R18{padding:1.5% 0}.R19-btn button{background:gold;border:none;font-size:16px;padding:10px}.top-contact,.top-contact img{position:relative}.top-contact img{filter:brightness(.3);height:200px;object-fit:cover;width:100%}.top-contact-head{color:#fff;left:18%;padding:10px;position:absolute;top:40%}.top-contact-head h1 span{color:#fecc00}.bottom-contact{display:flex;justify-content:space-around;margin-top:15px;width:100%}.left-contact,.right-contact{max-width:500px;min-width:260px;width:40%}.contact-form-head img{margin-bottom:20px;min-width:100px;width:60%}.contact-form-field{align-items:center;display:flex;gap:10px;width:100%}.contact-form-field input{height:45px;padding:0 10px}.contact-form-field input,.contact-textarea textarea{background:#f3f3f3;border:none;border-radius:10px;box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400;margin-bottom:10px;outline:none;width:100%}.contact-textarea textarea{height:100px;padding:10px}.contact-send-btn button{align-items:center;background-color:#fecc00;border:none;color:#2b2a29;cursor:pointer;display:flex;font-family:Roboto;font-size:1rem;font-weight:400;height:45px;justify-content:center;text-align:left;text-align:center;width:100px}.contact-send-btn button:hover{opacity:.7}.right-contact-text p{line-height:25px;margin-bottom:10px}.right-contact-text p,.right-contact-text span{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400}.right-contact-text span{margin:0}.contact-detail{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:10px 0}.contact-info{align-items:center;display:flex;gap:10px}.contact-info img{width:50px}.contact-info div{display:flex;flex-direction:column;margin:0}.contact-info span{font-weight:400}.contact-info span,.contact-info strong{color:#2b2a29;font-family:Roboto;font-size:1rem;margin:0}.contact-info strong{font-weight:500}@media screen and (max-width:568px){.bottom-contact{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;margin-top:15px;padding:16px;width:100%}.left-contact,.right-contact{min-width:250px;width:100%}}*{font-family:Poppins,sans-serif}.vmaindv{padding:4px 60px 0;width:100%}.constructiondv{border:1px solid #d3d3d3;border-radius:10px;border-radius:9px;box-shadow:3px 5px 9px #6d6868;font-family:Poppins,sans-serif;padding:9px}.mmdv{box-sizing:border-box;display:flex;justify-content:flex-end}.upperdv{border:none;border-radius:15px;padding:10px}.img0dv{height:250px;width:200px}.img1dv{border-radius:5px 5px 5px 5px;height:150px;margin-right:10px;width:100px}.rightdv{padding-left:10px}.rightdv>h4{padding-top:15px}.rightdv{padding-left:20px;width:100%}.cont1dv,.rightdv{box-sizing:border-box}.cont1dv{border:none;border-bottom:1px solid #000;display:flex}.smedv{font-family:Poppins,sans-serif;font-size:11px;margin-top:3px}.threes{margin:20px 0 50px}.threes .t1,.threes .t2{background:#fff;border:1px solid gray;border-radius:15px;color:#000;font-size:14px;margin-right:5px;padding:4px 10px}.threes .t3{background:#2b2a29;border-radius:15px;color:#fff;font-size:14px;padding:4px 10px}.fa-solid{padding-right:6px}.urightdv{font-size:14px;font-weight:450;padding-top:25px}.aboutus{border:none;border-bottom:1px solid #000;margin:20px 0;padding:10px 0}.aboutus p{padding:7px 0 10px;text-align:justify}.photo5{display:flex;padding:7px 0}.eder{align-items:flex-end;display:flex;justify-content:flex-end}.btnedit{background:#000;border:none;border-radius:2px;color:#fff;padding:7px 25px}@media (min-width:360px)and (max-width:760px){.vmaindv{padding:4px 40px 0;width:100%}.threes{display:flex;flex-direction:column;margin:10px 0 20px}.threes .t1,.threes .t2{background:#fff;border:1px solid gray;border-radius:15px;color:#000;font-size:14px;margin-bottom:5px;padding:7px;width:75%}.threes .t3{background:#2b2a29;border-radius:15px;color:#fff;font-size:13px;padding:7px;width:80%}.img0dv{height:250px;width:150px}.upperdv{border:none;border-radius:15px;padding:5px}.urightdv{font-size:14px;font-weight:450;padding:10px 0 5px}}.admin-login{box-sizing:border-box;height:100vh;width:100vw}.admin-login-container{background:#fff;display:flex;height:100%;width:100%}.right-admin-login{box-sizing:border-box;padding:16px;width:50%}.right-admin-login img{border-radius:20px;height:100%;width:100%}.left-admin-login{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:16px;width:50%}.admin-login-form{max-width:500px;width:100%}.left-admin-login h1{color:#101010;font-family:Roboto;font-size:2rem;font-weight:500;line-height:34px;margin:0;text-align:left}.left-admin-login h5{color:#3d3d3d;font-family:Roboto;font-size:1rem;font-weight:400;line-height:30px;text-align:left}.ad-l-item{display:flex;flex-direction:column;margin:10px 0}.ad-l-item span{color:#212429;font-family:Roboto;font-size:20px;font-weight:500;letter-spacing:0;line-height:34px;text-align:left}.ad-l-item input{border:1px solid #acb5bd;border-radius:10px;box-sizing:border-box;color:#212429;font-family:Roboto;font-size:1rem;height:45px;outline:none;padding:0 10px}.ad-l-item button{background:#011135;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;height:50px;text-align:center}.ad-l-item button:hover{opacity:.7}@media screen and (max-width:768px){.admin-login{box-sizing:border-box;height:100%;width:100vw}.admin-login-container{background:#fff;display:flex;flex-direction:column-reverse;height:100%;width:100%}.right-admin-login,.right-admin-login img{width:100%}.left-admin-login{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:16px;width:100%}}.hdash-cont{display:flex;height:100vh;width:100%}.right-hdash{height:100%;overflow-y:auto}.right-hdash,.right-hdash-cont{background:#f6f6f6;box-sizing:border-box;display:flex;flex-direction:column;width:100%}.right-hdash-cont{align-items:center;justify-content:center;padding:10px 5%}.right-hdash-cont h3{color:#101010;color:var(--101010,#101010);font-family:Roboto;font-size:2rem;font-style:normal;font-weight:500;line-height:normal;text-align:center}.business-cards-cont{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px;min-height:80vh;overflow-y:auto;padding:16px;width:100%}.business-card{background-color:#fff;border:1px solid #d3d3d3;border-radius:10px;max-width:500px;overflow:hidden;width:100%}.ab-service-name{display:flex;justify-content:flex-end}.ab-service-name span{background:#2b2a29;border-radius:0 9px 0 9px;box-sizing:border-box;color:#fff;font-family:Roboto;font-size:.8rem;font-weight:500;padding:5px 12px}.ab-card-flex{display:flex;width:100%}.ab-card-img{box-sizing:border-box;max-width:120px;min-width:100px;padding:0 10px 10px;width:100%}.ab-card-img img{border-radius:5px 5px 5px 5px;display:flex;flex:1 1;width:100%}.ab-card-info{display:flex;flex-direction:column;width:100%}.ab-card-name{color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:500;margin:0}.abc-short-desc{color:#8b8b8b;font-weight:400;margin:10px 0}.abc-price,.abc-short-desc{font-family:Roboto;font-size:.9rem}.abc-price{background:#fecc00;box-sizing:border-box;color:#2b2a29;font-weight:500;margin:0;padding:10px;width:100%}.abc-location{display:flex;margin:10px 0;width:100%}.abc-location span{background:#f2f2f2;border-radius:10px;color:#2b2a29;font-family:Roboto;font-size:.9rem;font-weight:500;gap:5px;justify-content:flex-start;padding:10px}.abc-buttons,.abc-location span{align-items:center;box-sizing:border-box;display:flex}.abc-buttons{gap:10px;padding:10px 0}.abc-send-btn{background:#2b2a29;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Roboto;font-size:.9rem;font-weight:400;height:40px;text-align:center;width:100px}.abc-send-btn:hover{opacity:.7}.abc-view-btn{background:#0000;border:1px solid #dcdcdc;border-radius:10px;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:.9rem;font-weight:400;height:40px;text-align:center;width:100px}.ajr-popup h3{color:#101010;font-family:Roboto;font-size:1.1rem;font-style:normal;font-weight:500;margin:0}.ajr-popup-btn-cont{align-items:center;display:flex;gap:10px;margin-top:10px}.ajr-popup-yes-btn{background:#3583f6;border:none;border-radius:20px;color:#fff}.ajr-popup-no-btn,.ajr-popup-yes-btn{cursor:pointer;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;height:45px;text-align:center;width:100%}.ajr-popup-no-btn{background-color:initial;border:1px solid #101010;border-radius:20px;color:#101010}@media screen and (max-width:768px){.hdash-cont{display:flex;flex-direction:column}.right-hdash-cont h3{color:#101010;color:var(--101010,#101010);font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-align:center}.abc-buttons{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}}.left-hdpro{background:#101010;background:var(--101010,#101010);box-sizing:border-box;height:100vh;padding:15px;width:220px}.left-hdpro-cont{display:flex;flex-direction:column;text-align:start}.hdpro-back-btn{background-color:initial;border:none;color:#fff;font-size:1.2rem}.krinvilogo-img-cont{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;transform:translateY(-20px);width:100%}.krinvilogo-img-cont img{width:40%}.hlc-logo{align-items:center;display:flex;justify-content:center;width:100%}.hlc-logo div{align-items:center;border:2px solid #fecc00;border-radius:50%;box-sizing:border-box;display:inline-flex;font-size:1.5rem;font-weight:600;justify-content:center;min-height:60px;min-width:60px}.hlc-logo div,.krinvilogo-img-cont h3{color:#fff;color:var(--d-1-ffe-1,#fff);font-family:Poppins;font-style:normal}.krinvilogo-img-cont h3{font-size:1.2rem;font-weight:400;margin-bottom:0;margin-top:0}.hlc-mid-cont{display:flex;flex-direction:column}.hdpro-text-list{align-items:center;background:#0000;border:none;border-radius:14px;box-sizing:border-box;color:#fff;color:var(--d-1-ffe-1,#fff);cursor:pointer;display:flex;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;gap:5px;justify-content:flex-start;letter-spacing:-.4px;padding:10px;text-align:start;width:100%}.hdpro-text-list img{height:20px;width:20px}.hdpro-text-list.active{color:#fecc00}.hdpro-profile-text{color:#fff;color:var(--d-1-ffe-1,#fff);font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;letter-spacing:-.4px;line-height:41px}.hleftcard-link{text-decoration:none}.top-hleft-card{display:flex;justify-content:space-between}.hlc-bar-btn{display:none}.hlc-bottom-cont{display:flex;flex-direction:column;justify-content:center;width:100%}.hlc-profile-progress span{color:#fff;color:var(--d-1-ffe-1,#fff)}.hlc-profile-progress h6,.hlc-profile-progress span{font-family:Poppins;font-size:.9rem;font-style:normal;font-weight:400}.hlc-profile-progress h6{color:#a6a9ac;margin:5px 0 10px}.hlc-mid-bottom-combine{align-items:flex-start;display:flex;flex-direction:column;height:75vh;justify-content:space-between}.hdpro-logoutbtn{align-items:center;background:#0000;border:2px solid #fecc00;border-radius:14px;color:#fff;color:var(--d-1-ffe-1,#fff);cursor:pointer;display:flex;font-family:Poppins;font-size:.9rem;font-style:normal;font-weight:400;gap:10px;justify-content:center;letter-spacing:-.4px;padding:10px;width:180px}@media screen and (max-width:768px){.left-hdpro{background:#101010;background:var(--101010,#101010);max-width:none;min-width:none;padding:15px;position:relative;width:100%;z-index:99}.bottom-sidnav-hlc,.left-hdpro{box-sizing:border-box;height:100%}.bottom-sidnav-hlc{animation:mobile-slide .2s ease-out;background:#000;box-shadow:0 0 10px #00000080;display:flex;display:block;flex-direction:column;left:0;max-width:220px;overflow:scroll;overflow-x:scroll;overflow-y:scroll;padding:30px 10px 10px;position:absolute;position:fixed;top:0;transition:transform .3s;width:60%}.hlc-bar-btn,.navbar-toggle button{background-color:initial;border:none;color:#fff;display:block;font-size:1.5rem}.items{display:none;overflow:auto}.items.open{animation:mobile-slide .2s ease-out;background:#101010;box-shadow:0 0 10px #00000080;color:#fff;display:flex;display:block;flex-direction:column;height:100%;left:0;overflow:scroll;overflow-x:scroll;overflow-y:scroll;padding-left:0;position:absolute;position:fixed;top:0;transition:transform .3s}.items.open h4{align-items:center;box-sizing:border-box;color:#3e4152;display:flex;font-size:1rem;height:8vh;justify-content:space-between;margin:0;padding:0 12px;text-align:start;text-decoration:none;transition:background-color .3s ease-in-out}.hdpro-logoutbtn{gap:10px;padding:10px;width:100%}}*{font-family:Roboto}*,.forgot-password{box-sizing:border-box}.forgot-password{display:flex;height:100vh;padding:16px;width:100%}.left-ufp{width:50%}.left-ufp img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-ufp{box-sizing:border-box;padding:0 16px;width:50%}.right-top-ufp{align-items:center;display:flex;justify-content:space-between;width:100%}.right-top-ufp img{max-width:100px;width:100%}.ufp-text{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:10px 0}.ufp-text h3{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:600;margin:12px 0}.ufp-form-field{margin:16px 0}.ufp-form-field label{color:#2b2a29;font-family:Roboto;font-size:1.2rem;font-weight:500}.ufp-form-field input{background-color:#fff;border:1px solid #595959;border-radius:20px;box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-size:1rem;font-weight:400;height:45px;outline:none;padding:0 10px;width:100%}.ufp-btn{align-items:center;border:none;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;width:100%}.ufp-btn button{background:#fecc00;border:none;border-radius:20px;box-sizing:border-box;color:#2b2a29;cursor:pointer;font-family:Roboto;font-size:1.2rem;font-weight:400;height:45px;margin-bottom:16px;width:100%}.ufp-btn button:hover{opacity:.7}.ufp-link{color:#fecc00;text-decoration:none}@media screen and (max-width:768px){.forgot-password{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.left-ufp{width:100%}.left-ufp img{border-radius:15px;height:100%;object-fit:cover;width:100%}.right-ufp{box-sizing:border-box;padding:0 10px;width:100%}.right-top-ufp{align-items:center;display:flex;justify-content:space-between;width:100%}}.poster{box-sizing:border-box;padding:16px}.poster-header{align-items:center;display:flex;justify-content:space-between;padding:0 0 12px}.blog,.poster-header{box-sizing:border-box}.blog{padding:16px}.blog-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:0 0 12px}.ab-textarea{height:16vh}.image-upload-wrapper{display:flex;height:100%;max-width:140px}.image-preview-container,.image-upload-wrapper{align-items:center;justify-content:center;position:relative;width:100%}.image-preview-container{background:#fff;border:2px dashed #ccc;border-radius:10px;cursor:pointer;display:block;display:flex;height:100px;max-width:100px;overflow:hidden;text-align:center}.image-preview{height:100%;object-fit:cover;width:100%}.ac-add-photo-icon{color:#888;font-size:40px}.ac-add-photo-icon,.ac-upload-image{align-items:center;display:flex;justify-content:center}.ac-upload-image{height:100px;position:relative;width:100px}*{margin:0;padding:0}.bd-cont{background-color:#f5f2ef;box-sizing:border-box;padding:16px;width:100%}.bd-sections{background-color:#fff;box-sizing:border-box;margin-bottom:16px;padding:4%}.bd-share-icon{display:flex}.bd-img-cont img{margin:12px 0;max-width:480px;width:100%}.blog-ico{padding-bottom:2%}.bd-comment-form{display:flex;flex-direction:column;gap:12px}.bd-comment-form span,.bd-comment-form textarea{color:#2b2a29;font-family:Roboto;font-weight:400}.bd-comment-form textarea{background-color:#f0efee;border:none;border-radius:12px;box-sizing:border-box;font-size:.9rem;outline:none;padding:12px;width:100%}.bd-cf-fields{display:flex;gap:16px;width:100%}.bd-comment-form input{background-color:#f0efee;border:none;border-radius:8px;font-size:.9rem;height:42px;outline:none;padding:0 12px}.bd-comment-form input,.blog-detail-desc{box-sizing:border-box;color:#2b2a29;font-family:Roboto;font-weight:400;width:100%}.blog-detail-desc{font-size:1rem;padding-bottom:2%;white-space:pre-line}.recent-comment-section{background-color:#fff;box-sizing:border-box;margin-top:16px;padding:16px;width:100%}.rc-text-heading{padding:16px 0}.rc-text-heading,.recent-comment-box{border-bottom:1px solid #00000017;box-sizing:border-box}.recent-comment-box{display:flex;flex-direction:column;padding:12px 0}.rc-head{align-items:center;display:flex;gap:16px;justify-content:flex-start}.rc-picon{color:#8b8b8b;font-size:2rem}.rc-head div{display:flex;flex-direction:column}.rc-name{color:#2b2a29;font-family:Roboto;font-size:1.1rem;font-style:normal;font-weight:500}.rc-created-at{color:#8b8b8b;font-size:.9rem}.rc-created-at,.rc-message{font-family:Roboto;font-style:normal;font-weight:400}.rc-message{color:#2b2a29;font-size:1rem;margin-top:12px}@media screen and (max-width:576px){.bd-cont{background-color:#f5f2ef;box-sizing:border-box;padding:0;width:100%}}.plans{background-color:#fff;min-height:100vh;width:100%}.plans-header{border-bottom:1px solid #888}.plans-cont,.plans-header{box-sizing:border-box;padding:16px}.plans-cont{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.plans-cards{display:flex;flex-wrap:wrap;gap:16px}.plans-card{align-items:flex-start;background-color:#f6f6f6;border-radius:16px;box-sizing:border-box;display:flex;gap:12px;justify-content:flex-start;padding:16px 12px}.plans-input-fields{display:flex;flex-direction:column;gap:16px;margin-top:16px;max-width:360px;width:100%}
/*# sourceMappingURL=main.4abef883.css.map*/