:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_common_width__m51EP{width:1484px;margin:0 auto}.Home_home_bnnr_main__pNC5M{background:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/days_landscp_bnnr_img_new.webp),url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/days_bnnr_main_img.webp);background-repeat:no-repeat;background-size:100% 158%,cover;background-position:left 0 top,0 0;padding:265px 0 135px}.Home_home_bnnr_sub__BUmhI{padding-right:650px}.Home_home_bnnr_sub__BUmhI h2{font-size:55px;line-height:59px;text-transform:uppercase;font-weight:400;color:#ffe638;margin-bottom:15px}.Home_home_bnnr_sub__BUmhI h1{font-size:120px;line-height:121px;font-weight:700;color:#fff;margin-bottom:55px}.Home_home_bnnr_sub__BUmhI p{font-size:20px;line-height:25px;font-weight:400;color:#fff;font-family:Roboto,sans-serif;margin-bottom:60px}.Home_lrn_btn__EkEoN{width:-moz-fit-content;width:fit-content;border:3px solid #fff;padding:15px 55px 15px 15px;background:#0000004d;cursor:pointer}.Home_lrn_btn__EkEoN h5{font-size:25px;line-height:30px;font-weight:400;font-family:Roboto,sans-serif;position:relative;color:#fff}.Home_lrn_btn__EkEoN h5:after{content:"";background:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/arrow_bnnr_yllw.webp);background-repeat:no-repeat;background-size:100% 100%;background-position:50%;height:25px;width:25px;position:absolute;right:-40px;top:50%;transform:translateY(-50%)}.Home_abs_hand_belch_img__5SEOj{display:block;position:absolute;left:-114px;bottom:-80px;z-index:9}.Home_home_block1_sub__2duwL{margin-top:-90px;position:relative}.Home_area_block__isMAv{position:relative;width:46%}.Home_round_wrp__doPNP{height:107px;width:107px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:#754702}.Home_round_wrp__doPNP img{display:block}.Home_txt_wrpr__jwIpD{padding-left:130px;padding-bottom:10px;padding-top:10px}.Home_txt_wrpr__jwIpD h4{font-size:40px;line-height:45px;font-weight:400;color:#000;margin-bottom:5px}.Home_txt_wrpr__jwIpD h4 span{color:#029029;font-weight:600}.Home_txt_wrpr__jwIpD p{font-size:18px;line-height:23px;font-weight:400;color:#000}.Home_area_wrpr__5gIyc{display:flex;justify-content:space-between;background:#fff;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);border-radius:8px;padding:18px 40px;position:relative;margin-bottom:115px}.Home_area_wrpr__5gIyc:after{content:"";position:absolute;background:#efefef;width:2px;transform:translate(-50%,-50%);top:50%;left:50%;height:70%}.Home_home_block1__yQi5s{padding:20px 0 75px;background:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/about_us_bottom_bg.webp),#fff;background-repeat:no-repeat;background-size:100% 1069px,cover;background-position:bottom,50%}.Home_about_round_men__HQilG{width:350px;height:350px;background:#fff;position:absolute;z-index:2;left:496px;top:230px}.Home_about_round_men__HQilG,.Home_about_round_men_inn__QmXeJ{border-radius:50%;display:flex;justify-content:center;align-items:center}.Home_about_round_men_inn__QmXeJ{width:335px;height:335px;overflow:hidden}.Home_about_round_men_inn__QmXeJ img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.Home_abous_block__2cJjq{position:relative}.Home_about_txt__YK5O9{padding-left:900px}.Home_hdr_txt__TZi2K{margin-bottom:35px;position:relative;width:-moz-fit-content;width:fit-content}.Home_hdr_txt__TZi2K:after{content:"";background:#0fa809;bottom:12px;right:-81px;width:70px;height:3px;position:absolute}.Home_hdr_txt__TZi2K h1{font-size:50px;line-height:55px;color:#192918;font-weight:400}.Home_hdr_txt__TZi2K h1 span{color:#754803;font-weight:700}.Home_about_txt__YK5O9 h3{font-size:30px;line-height:35px;font-weight:600;color:#0fa809;margin-bottom:30px}.Home_about_p__u_LOu{margin-bottom:40px}.Home_about_p__u_LOu p{font-size:20px;line-height:33px;font-weight:400;color:#000;margin-bottom:20px}.Home_about_35__3s_7V p{font-size:30px;line-height:36px;font-weight:400;color:#000;margin-bottom:40px;font-family:Roboto,sans-serif}.Home_about_p__u_LOu p:last-child{margin-bottom:0}.Home_about_p__u_LOu p .Home_p_spn__9w6Ou{font-size:30px;line-height:35px;font-weight:500}.Home_bull_18_p__jo6XT p{font-size:18px;line-height:23px;font-weight:600;color:#192918;margin-bottom:20px}.Home_bull_18_p__jo6XT p:last-child{margin-bottom:0}.Home_bull_18_p__jo6XT{margin-bottom:40px}.Home_view_btn__HntVW{background-color:#0fa809;border-radius:8px;width:-moz-fit-content;width:fit-content;padding:15px 60px;cursor:pointer}.Home_view_btn__HntVW p{color:#fff;font-size:20px;line-height:25px;font-weight:400;text-align:center}.Home_about_img1__G0JaM{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:1}.Home_about_leaf__Z_bNQ{position:absolute;z-index:3;left:630px;top:30px}.Home_bull_18_p__jo6XT p{position:relative;padding-left:20px}.Home_bull_18_p__jo6XT p:before{content:"";background:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/leaf_bullet_img.webp);background-size:100% 100%;height:19px;width:15px;left:0;top:0;position:absolute}.Home_font_30__5Op29 p{Font-size:30px;line-height:35px;font-weight:600;color:#754803;margin-bottom:20px}.Home_srvc_round__eImX5{width:65px;height:65px;background:#97b33c;border-radius:50%;position:absolute;left:0;transform:translateY(-50%);top:50%;display:flex;align-items:center;justify-content:center}.Home_srvc_round__eImX5 img{display:block}.Home_srvc_txt__24JfO{padding:10px 0 10px 82px}.Home_srvc_txt__24JfO h3{font-size:20px;line-height:27px;color:#000;font-family:Roboto,sans-serif}.Home_srvc_txt__24JfO p{font-size:15px;line-height:20px;color:#000;font-family:Roboto,sans-serif}.Home_srvc_flx_block__4_BzA{position:relative;width:44%;margin-bottom:50px}.Home_srvc_flx_block__4_BzA:last-child{margin-bottom:0}.Home_about_block2_rght__fkXzQ{width:34%}.Home_abt_block2_img2__tmkFy{display:none!important}.Home_about_block2_rght__fkXzQ img{display:block;width:100%}.Home_about_block2_left__G5Dkc{width:55%}.Home_our_srvc_flx__uG4vN{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:50px}.Home_home_block2_sub__5nhyq{display:flex;justify-content:space-between;margin-top:125px;position:relative;z-index:99}.Home_srvc_img_girl__x88nw{position:absolute;bottom:-75px;right:15%}.Home_srvc_img_leaf__eTbxj{position:absolute;bottom:319px;right:-10%}.Home_home_last_block__806RR{padding:60px 0;position:relative;background:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/last_block_bg_kodal-removebg.webp),url(https://mantrasmb-assets.s3.us-east-1.amazonaws.com/smb-uploaded-files/Days-Property-Maintenance/getInTouch-img2.png),#e8eee0;background-repeat:no-repeat;background-size:200px,30% auto,auto,cover;background-position:right -10px bottom,right 190px bottom,right 240px bottom,50%}.Home_contct_abs_img__no1d7{display:block;position:absolute;bottom:-40px;right:7%}.Home_home_last_block_sub__KJcke{padding-right:600px}.Home_contact_18__H7UX4{margin-bottom:15px}.Home_contact_18__H7UX4 p{font-size:18px;line-height:24px;color:#445045}.Home_contact_24__4cegv{margin-bottom:40px}.Home_contact_24__4cegv p{font-size:20px;line-height:26px;color:#445045;font-weight:500}.Home_input_fields__T0ZNg{width:100%;margin-bottom:22px!important;background-color:#cbd5b9}textarea.Home_input_fields__T0ZNg{width:100%!important;resize:none;border:none;padding:8px;font-family:Roboto,sans-serif;font-size:1rem;line-height:normal;color:#000}.Home_input_fields__T0ZNg::placeholder{font-family:Roboto,sans-serif;font-size:1rem;line-height:normal;color:rgba(0,0,0,.6)}.Home_contct_home_button__aCsZS{cursor:pointer;border:none;background-color:#0fa809;border-radius:8px;width:-moz-fit-content;width:fit-content;padding:15px 60px;color:#fff;font-size:20px;line-height:25px;font-weight:400;text-align:center}@keyframes Home_wiggle__PqWWr{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}.Home_contact_form_wrpr___nPvY{padding-right:180px}.Home_gallery_block__lp4l5{padding:60px 0 140px;background:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/gallery_img_1_new.webp),#fff;background-repeat:no-repeat;background-position:left bottom -20px,50%;background-size:auto,cover;position:relative}.Home_big_belcha_abs__akwt7{position:absolute;top:-300px;left:-10px}.Home_gallery_block__lp4l5 .Home_hdr_txt__TZi2K{margin:0 0 20px auto;padding-right:98px}.Home_gallery_block__lp4l5 .Home_hdr_txt__TZi2K:after{right:8px;width:82px}.Home_gallery_30__8OHTI{margin-bottom:20px}.Home_gallery_30__8OHTI p{font-size:30px;line-height:35px;color:#fff;font-family:Roboto,sans-serif;font-weight:500}.Home_gallery_16__FPMov{margin-bottom:35px}.Home_gallery_16__FPMov p{font-size:18px;line-height:25px;color:#fff;font-family:Roboto,sans-serif}.Home_gall_1_left__tRxRU{background:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/gallery_img.webp);background-repeat:no-repeat;background-position:100% 0;position:relative;background-size:auto 100%;width:65%}.Home_green_bg__SFcTv{background-repeat:no-repeat;background-position:left -2% top;position:relative;background-size:50% 129%;background-image:url(https://all-frontend-assets.s3.amazonaws.com/Days-property-maintenance/home/green_bg_img.webp);height:100%}.Home_green_txt__4kA5P{height:100%;display:flex;align-items:center}.Home_green_pddng__HD_v9{padding:50px 535px 50px 50px}.Home_gall_1_rght__fdz5h{width:32%;display:flex;flex-direction:column;justify-content:space-between}.Home_gallery_img1__53bnm{min-height:250px;margin-bottom:30px}.Home_gallery_img1__53bnm:last-child{margin-bottom:0}.Home_gallery_img1__53bnm img{display:block;width:100%;height:100%;object-fit:cover}.Home_img_gall_1__nAb2_{display:flex;justify-content:space-between;margin-bottom:30px}.Home_read_mr_btn__lDoeH{border:1px solid #fff;border-radius:6px;padding:15px 35px;width:-moz-fit-content;width:fit-content}.Home_read_mr_btn__lDoeH p{color:#fff;font-size:20px;line-height:25px;font-weight:400;text-align:center}.Home_gall_2_left__TXc_g{width:32%;display:flex;flex-direction:column;justify-content:space-between}.Home_gall_2_lft_img__8xCw6{min-height:250px}.Home_gall_2_lft_img__8xCw6 img{height:100%;width:100%;object-fit:cover;display:block}.Home_gall_2_rght__fhdyR{min-height:528px;width:65%}.Home_gall_2_rght__fhdyR img{display:block;width:100%;height:100%;object-fit:cover}.Home_img_gall_2__pCOkT{display:flex;justify-content:space-between}.Home_img_gall_2__pCOkT .Home_view_btn__HntVW{margin:0 0 0 auto}.Home_days_property_main__Yp9qk{overflow:hidden}.Home_captcha_div__rdABk{margin-bottom:15px}@media (max-width:1800px){.Home_big_belcha_abs__akwt7{left:-88px}}@media (max-width:1699px){.Home_big_belcha_abs__akwt7{top:-80px}}@media (max-width:1580px){.Home_common_width__m51EP{width:96%}}@media (max-width:1520px){.Home_home_block2_sub__5nhyq .Home_about_35__3s_7V p{font-size:30px;line-height:36px}.Home_home_block2_sub__5nhyq .Home_hdr_txt__TZi2K h1{font-size:40px;line-height:46px}.Home_home_block2_sub__5nhyq .Home_font_30__5Op29 p{Font-size:24px;line-height:30px}.Home_srvc_img_girl__x88nw{width:350px;right:17%}.Home_home_block2_sub__5nhyq .Home_hdr_txt__TZi2K{margin-bottom:20px}}@media (max-width:1499px){.Home_home_bnnr_sub__BUmhI{padding-right:595px}.Home_about_txt__YK5O9{padding-left:766px}.Home_about_round_men__HQilG{width:260px;height:260px;left:473px}.Home_about_leaf__Z_bNQ{left:590px;top:70px;width:150px}.Home_about_round_men_inn__QmXeJ{width:245px;height:245px}.Home_about_img1__G0JaM{width:560px}.Home_srvc_txt__24JfO h3{font-size:18px;line-height:24px}.Home_home_last_block__806RR{background-size:200px,auto,auto,cover}}@media (max-width:1420px){.Home_home_bnnr_sub__BUmhI h2{font-size:44px;line-height:50px;margin-bottom:20px}.Home_home_bnnr_sub__BUmhI h1{font-size:100px;line-height:105px;margin-bottom:50px}.Home_green_pddng__HD_v9{padding:50px 496px 50px 28px}.Home_home_last_block__806RR{background-position:right -10px bottom,right 150px bottom,right 240px bottom,50%}.Home_contact_form_wrpr___nPvY{padding-right:220px}.Home_gallery_block__lp4l5{padding:45px 0 60px}.Home_home_last_block_sub__KJcke{padding-right:400px}}@media (max-width:1366px){.Home_abs_hand_belch_img__5SEOj{width:320px;left:-34px}.Home_about_img1__G0JaM{width:500px}.Home_about_leaf__Z_bNQ{left:512px;top:79px;width:125px}.Home_about_round_men__HQilG{width:260px;height:260px;left:403px}.Home_about_round_men_inn__QmXeJ{width:245px;height:245px}.Home_abous_block__2cJjq .Home_about_txt__YK5O9{padding-left:686px}.Home_abous_block__2cJjq .Home_about_txt__YK5O9 h3{margin-bottom:20px}.Home_abous_block__2cJjq .Home_about_p__u_LOu{margin-bottom:30px}.Home_abous_block__2cJjq .Home_hdr_txt__TZi2K{margin-bottom:20px}.Home_abous_block__2cJjq .Home_about_p__u_LOu p{font-size:18px;line-height:30px}.Home_abous_block__2cJjq .Home_hdr_txt__TZi2K h1{font-size:40px;line-height:45px}.Home_abous_block__2cJjq .Home_about_txt__YK5O9 h3{font-size:26px;line-height:31px}.Home_gallery_block__lp4l5 .Home_hdr_txt__TZi2K h1{font-size:40px;line-height:46px}}@media (max-width:1280px){.Home_home_bnnr_sub__BUmhI{padding-right:515px}.Home_home_bnnr_main__pNC5M{background-size:auto 121%,cover}.Home_green_pddng__HD_v9{padding:50px 445px 50px 28px}}@media(max-width:1199px){.Home_img_gall_1__nAb2_{flex-direction:column;margin-bottom:30px}.Home_green_pddng__HD_v9{padding:50px 55% 50px 28px}.Home_gall_1_left__tRxRU{width:100%;margin-bottom:25px}.Home_gall_1_rght__fdz5h{width:100%;flex-direction:row}.Home_gallery_img1__53bnm{width:49%;margin-bottom:0}.Home_home_block2_sub__5nhyq{flex-direction:column;align-items:center}.Home_about_block2_left__G5Dkc{width:100%;margin-bottom:40px}.Home_about_block2_rght__fkXzQ{width:auto}.Home_srvc_img_girl__x88nw{width:300px;left:-50px}.Home_about_img1__G0JaM{width:750px;position:relative;margin:0 auto 20px;display:block;top:0;transform:unset;max-width:100%}.Home_abous_block__2cJjq .Home_about_txt__YK5O9{padding-left:0}.Home_about_leaf__Z_bNQ,.Home_about_round_men__HQilG,.Home_abs_hand_belch_img__5SEOj{display:none}.Home_home_block2_sub__5nhyq{margin-top:0}.Home_area_wrpr__5gIyc{margin-bottom:40px}.Home_home_last_block__806RR{padding:30px 0;position:relative;background:url(https://mantrasmb-assets.s3.us-east-1.amazonaws.com/smb-uploaded-files/Days-Property-Maintenance/getInTouch-img2.png),#e8eee0;background-repeat:no-repeat;background-size:auto,cover;background-position:right -13px bottom,50%}.Home_home_last_block_sub__KJcke{padding-right:350px}.Home_home_block1__yQi5s{padding:20px 0 45px}.Home_srvc_img_girl__x88nw{bottom:-45px}.Home_home_bnnr_sub__BUmhI{padding-right:395px}.Home_home_bnnr_sub__BUmhI h2{font-size:38px;line-height:44px}.Home_home_bnnr_sub__BUmhI h1{font-size:90px;line-height:95px}.Home_home_bnnr_main__pNC5M{background-size:128% 142%,cover}.Home_gall_2_rght__fhdyR{min-height:448px;width:66%}.Home_gall_2_lft_img__8xCw6{min-height:240px;margin-bottom:20px}.Home_gall_2_lft_img__8xCw6:last-child{margin-bottom:0}.Home_srvc_round__eImX5 img{width:31px}.Home_srvc_round__eImX5{width:60px;height:60px}.Home_contact_form_wrpr___nPvY{padding-right:24px}}@media(max-width:1024px){.Home_home_bnnr_sub__BUmhI{padding-right:0}.Home_home_bnnr_main__pNC5M{padding:160px 0 135px}}@media(max-width:991px){.Home_area_block__isMAv:first-child{margin-bottom:15px}.Home_area_wrpr__5gIyc{flex-wrap:wrap;margin-bottom:30px}.Home_area_block__isMAv{width:100%}.Home_area_wrpr__5gIyc:after{display:none}}@media(max-width:850px){.Home_home_last_block_sub__KJcke{padding-right:167px}.Home_home_last_block__806RR{background-position:right -123px bottom,50%}.Home_contact_form_wrpr___nPvY{padding-right:50px}}@media(max-width:768px){.Home_srvc_img_girl__x88nw{display:none}.Home_gall_1_left__tRxRU{background-size:100%;padding-bottom:45%;background-color:#1fa12f;background-position:bottom}.Home_green_bg__SFcTv{background:none}.Home_green_pddng__HD_v9{padding:25px 20px}.Home_img_gall_2__pCOkT{flex-direction:column-reverse;width:100%}.Home_gall_2_rght__fhdyR{height:280px;min-height:auto;width:100%;margin-bottom:25px}.Home_gall_2_left__TXc_g{width:100%}.Home_gall_2_lft_img__8xCw6{height:291px;min-height:auto;margin-bottom:25px}.Home_gall_1_rght__fdz5h{width:100%;flex-direction:column}.Home_gallery_img1__53bnm{margin-bottom:25px;width:100%;height:291px;min-height:auto}.Home_srvc_img_leaf__eTbxj{display:none}.Home_img_gall_1__nAb2_{margin-bottom:25px}.Home_gallery_block__lp4l5{padding:45px 0 35px}}@media(max-width:699px){.Home_home_last_block__806RR{background-position:bottom,50%;padding-bottom:70%;background-size:69%,cover}.Home_contact_form_wrpr___nPvY,.Home_home_last_block_sub__KJcke{padding-right:0}.Home_gallery_block__lp4l5{padding:25px 0}.Home_home_last_block__806RR{padding-top:25px}.Home_home_last_block__806RR .Home_hdr_txt__TZi2K{margin-bottom:15px}.Home_contact_24__4cegv{margin-bottom:25px}.Home_home_last_block__806RR .Home_hdr_txt__TZi2K h1{font-size:40px;line-height:46px}.Home_home_bnnr_sub__BUmhI h2{font-size:32px;line-height:38px;margin-bottom:5px}.Home_home_bnnr_sub__BUmhI h1{font-size:65px;line-height:95px;margin-bottom:15px}}@media(max-width:599px){.Home_txt_wrpr__jwIpD h4{font-size:30px;line-height:36px}.Home_round_wrp__doPNP{height:57px;width:57px;top:35%}.Home_round_wrp__doPNP img{display:block;width:35px}.Home_area_wrpr__5gIyc{padding:12px}.Home_txt_wrpr__jwIpD{padding-left:70px;padding-bottom:0}.Home_home_bnnr_sub__BUmhI p{background:#00000057;padding:15px}}@media(max-width:499px){.Home_home_bnnr_sub__BUmhI h1{font-size:44px;line-height:60px}.Home_home_bnnr_sub__BUmhI h2{font-size:26px;line-height:32px}.Home_home_bnnr_sub__BUmhI p{font-size:18px;line-height:23px}.Home_home_last_block__806RR .Home_hdr_txt__TZi2K h1{font-size:32px;line-height:38px}.Home_home_block2_sub__5nhyq .Home_hdr_txt__TZi2K h1{font-size:32px;line-height:40px}.Home_gallery_block__lp4l5 .Home_hdr_txt__TZi2K h1{font-size:32px;line-height:38px}.Home_gallery_block__lp4l5 .Home_hdr_txt__TZi2K{margin:auto 0 15px}.Home_txt_wrpr__jwIpD{padding-left:0;TEXT-ALIGN:center;padding-top:64px}.Home_round_wrp__doPNP{height:57px;width:57px;top:0;left:50%;transform:translateX(-50%)}.Home_about_img1__G0JaM{height:330px}.Home_hdr_txt__TZi2K:after{display:none}.Home_hdr_txt__TZi2K{margin:0 auto 20px!important}.Home_about_txt__YK5O9,.Home_home_block2_sub__5nhyq{text-align:center}.Home_gallery_block__lp4l5 .Home_hdr_txt__TZi2K{padding-right:0}.Home_green_pddng__HD_v9,.Home_home_last_block_sub__KJcke{text-align:center}.Home_read_mr_btn__lDoeH{margin:0 auto}.Home_home_bnnr_sub__BUmhI{text-align:center}.Home_lrn_btn__EkEoN{margin:0 auto}.Home_gall_1_left__tRxRU,.Home_gall_2_rght__fhdyR,.Home_gallery_img1__53bnm,.Home_img_gall_1__nAb2_{margin-bottom:15px}.Home_home_last_block__806RR{background:none,#e8eee0;padding-bottom:25px}.Home_contact_24__4cegv p{font-size:21px;line-height:27px}.Home_gall_2_lft_img__8xCw6{margin-bottom:15px}.Home_home_bnnr_sub__BUmhI p{margin-bottom:35px}.Home_abous_block__2cJjq .Home_about_p__u_LOu{margin-bottom:0}.Home_home_block1__yQi5s{padding:20px 0 35px}.Home_about_block2_left__G5Dkc{margin-bottom:30px}.Home_gallery_block__lp4l5{padding:15px 0 25px}.Home_gallery_16__FPMov{margin-bottom:20px}.Home_home_bnnr_main__pNC5M{padding:155px 0 105px}}@media(max-width:420px){.Home_home_bnnr_main__pNC5M{padding:130px 0 105px}}@media(max-width:1199px){.Home_about_img1__G0JaM{left:50%;top:0;transform:translateX(-50%);width:100%;height:610px;object-fit:cover}.Home_about_round_men__HQilG{left:unset;right:0}.Home_abous_block__2cJjq .Home_about_txt__YK5O9{padding-left:0;padding-bottom:25px}.Home_area_wrpr__5gIyc{margin-bottom:30px}}@media(max-width:599px){.Home_about_img1__G0JaM{height:490px}.Home_our_srvc_flx__uG4vN{flex-direction:column}.Home_srvc_flx_block__4_BzA{width:100%}.Home_home_block1__yQi5s{background:none;background-color:#eaf1e5}.Home_big_belcha_abs__akwt7{display:none}}@media(max-width:499px){.Home_area_wrpr__5gIyc{margin-bottom:20px}.Home_about_img1__G0JaM{height:330px}.Home_srvc_txt__24JfO{padding:75px 0 10px;TEXT-ALIGN:center}.Home_srvc_round__eImX5{left:50%;transform:translateX(-50%);top:0}.Home_srvc_flx_block__4_BzA{margin-bottom:25px}.Home_srvc_flx_block__4_BzA:last-child{margin-bottom:0}.Home_view_btn__HntVW{margin:0 auto!important}.Home_abt_block2_img1__jaJ4Z{display:none!important}.Home_abt_block2_img2__tmkFy{display:block!important}.Home_our_srvc_flx__uG4vN{margin-bottom:20px}}.Home_input_fields__T0ZNg input,textarea.Home_input_fields__T0ZNg{border:2px solid;border-image:linear-gradient(90deg,#7e8d34,#b5b769) 1;-webkit-mask:conic-gradient(from 180deg at top 8px right 8px,#0000 90deg,#000 0) var(--_i,200%) 0 /200% var(--_i,8px) border-box no-repeat,conic-gradient(at bottom 8px left 8px,#0000 90deg,#000 0) 0 var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,linear-gradient(#000 0 0) padding-box no-repeat;transition:.5s,-webkit-mask-position .5s .5s}.Home_input_fields__T0ZNg input:hover,.Home_input_fields__T0ZNg:hover{--_i:100%;transition:.5s,-webkit-mask-size .5s .5s}.Home_formdiv__XWib6{position:relative}.Home_contct_home_button__aCsZS span{position:absolute;display:block}.Home_contct_home_button__aCsZS{position:relative;display:inline-block;padding:10px 20px;font-size:16px;text-decoration:none;text-transform:uppercase;overflow:hidden;transition:.5s;margin-top:40px;letter-spacing:4px}.Home_contct_home_button__aCsZS span:first-child{top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#7ccc79)}.Home_contct_home_button__aCsZS span:nth-child(2){top:-100%;right:0;width:2px;height:100%;background:linear-gradient(180deg,transparent,#7ccc79)}.Home_contct_home_button__aCsZS span:nth-child(3){bottom:0;right:-100%;width:100%;height:2px;background:linear-gradient(270deg,transparent,#7ccc79)}.Home_contct_home_button__aCsZS span:nth-child(4){bottom:-100%;left:0;width:2px;height:100%;background:linear-gradient(1turn,transparent,#7ccc79)}@keyframes Home_btn-anim1__FYujn{0%{left:-100%}50%,to{left:100%}}@keyframes Home_btn-anim2__VCRSh{0%{top:-100%}50%,to{top:100%}}@keyframes Home_btn-anim3__T4TFD{0%{right:-100%}50%,to{right:100%}}@keyframes Home_btn-anim4__ZYBsA{0%{bottom:-100%}50%,to{bottom:100%}}.Home_contct_home_button__aCsZS span:first-child{animation:Home_btn-anim1__FYujn 1s linear infinite}.Home_contct_home_button__aCsZS span:nth-child(2){animation:Home_btn-anim2__VCRSh 1s linear infinite;animation-delay:.25s}.Home_contct_home_button__aCsZS span:nth-child(3){animation:Home_btn-anim3__T4TFD 1s linear infinite;animation-delay:.5s}.Home_contct_home_button__aCsZS span:nth-child(4){animation:Home_btn-anim4__ZYBsA 1s linear infinite;animation-delay:.75s}