@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manjari:wght@400;700&family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--pottyapp-page-color:#f7f9fc;--pottyapp-white-color:#fff;--pottyapp-main-color:#f9ce3b;--pottyapp-black-color:#333;--pottyapp-blue-color:#33d0fe;--pottyapp-border-color:#ececec;--pottyapp-white-hover-color:#f6f6f6;--pottyapp-hero-color:#27233a;--pottyapp-error-color:#e5493a}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}ol,ul{list-style-type:none}h1,h2,h3,h4,h5,h6,p{line-height:.8}canvas,img,svg,video{max-width:100%}button{outline:none}body{background-color:var(--pottyapp-page-color)}.no-scroll{overflow:hidden!important}::selection{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color)}.nav{padding-top:10px;padding-bottom:10px;position:absolute;top:0;left:0;width:100%}@media(max-width:575.98px){.nav{padding-top:3px;padding-bottom:3px}}.nav .navbar{display:flex;align-items:center;justify-content:space-between}.nav .navbar .toggler_icon{display:none;cursor:pointer}.nav .navbar .toggler_icon svg{fill:var(--pottyapp-black-color)!important;width:20px;height:20px;transition:all .1s linear}.nav .navbar .toggler_icon:hover svg{fill:var(--pottyapp-main-color)!important}@media(max-width:991.98px){.nav .navbar .toggler_icon{display:block}}.nav .navbar .logo{width:15%}@media(max-width:1199.98px){.nav .navbar .logo{width:16%}}@media(max-width:991.98px){.nav .navbar .logo{width:22%}}@media(max-width:767.98px){.nav .navbar .logo{width:30%}}@media(max-width:575.98px){.nav .navbar .logo{width:35%}}@media(max-width:399.98px){.nav .navbar .logo{width:45%}}.nav .navbar .logo img{object-fit:contain;width:100%;height:auto}.nav .navbar .menu_wrapper{width:70%}@media(max-width:991.98px){.nav .navbar .menu_wrapper{display:none}}.nav .navbar .menu_wrapper .menu{display:flex;align-items:center;justify-content:center}.nav .navbar .menu_wrapper .menu .list{margin:0 15px;position:relative;padding:20px 0}@media(max-width:1199.98px){.nav .navbar .menu_wrapper .menu .list{margin:0 11px}}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple{padding-top:20px;display:flex;position:absolute;opacity:0;visibility:hidden;top:60px;left:0;min-width:505px;padding-bottom:20px;background-color:var(--pottyapp-page-color);filter:drop-shadow(5px 5px 12px rgba(217,217,217,.548));z-index:22;transform:translateY(-10px);transition:all .2s linear}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple:after{content:"";position:absolute;top:-10px;left:5px;width:0;height:0;border-style:solid;border-width:0 18px 18px;border-color:transparent transparent var(--pottyapp-page-color) transparent}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList{width:48%}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList h4{font-size:16px;font-weight:600;text-transform:uppercase;color:#b5b5b5;padding:12px 16px}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList p{padding:12px 16px;color:var(--pottyapp-black-color);font-size:16px;font-weight:600;text-transform:uppercase}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList .parentLink{display:block;color:var(--pottyapp-black-color);transition:all .2s linear}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList .parentLink:not(:last-child){border-bottom:1px solid var(--pottyapp-border-color)}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList .parentLink:hover{color:var(--pottyapp-main-color)}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList .subLink{display:block;padding:12px 16px;color:var(--pottyapp-black-color);transition:all .2s linear}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple .subLinkList .subLink:hover{color:var(--pottyapp-main-color)}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple li{padding:0!important;font-size:14px!important}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple li ul{opacity:0;visibility:hidden;transform:translateY(-10px);position:absolute;top:15px;left:100%;width:200px;background-color:var(--pottyapp-page-color);box-shadow:0 20px 60px 0 rgba(40,40,40,.15);z-index:22;transition:all .2s linear}.nav .navbar .menu_wrapper .menu .list .dropdownMultiple li:hover ul,.nav .navbar .menu_wrapper .menu .list:hover .dropdownMultiple{opacity:1;visibility:visible;transform:translateY(0)}.nav .navbar .menu_wrapper .menu .list .link{color:var(--pottyapp-black-color);font-size:14px;transition:all .3s linear;position:relative}@media(min-width:992px)and (max-width:1399.98px){.nav .navbar .menu_wrapper .menu .list .link{font-size:13px}}.nav .navbar .menu_wrapper .menu .list .link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--pottyapp-main-color);transition:all .3s linear}.nav .navbar .menu_wrapper .menu .list .link:hover{color:var(--pottyapp-main-color)}.nav .navbar .menu_wrapper .menu .list .link:hover:after{width:50%}.nav .navbar .right{width:15%}@media(max-width:991.98px){.nav .navbar .right{display:none}}.nav .navbar .right .button{text-align:end;display:flex;justify-content:flex-end;gap:10px}.nav .navbar .right .button .auth{padding:9px 16px;border:1px solid var(--pottyapp-main-color);border-radius:5px;color:var(--pottyapp-main-color);transition:all .3s linear;font-size:14px}@media(min-width:992px)and (max-width:1199.98px){.nav .navbar .right .button .auth{padding:9px 11px;margin-right:4px;font-size:13px}}.nav .navbar .right .button .auth:last-child{margin-right:0}.nav .navbar .right .button .auth:hover{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);box-shadow:0 4px 16px rgba(249,206,59,.8)}.nav .navbar .right .button .menuItems{max-height:200px;width:200px}.nav .navbar .right .button .menuItems .item{padding:8px}.nav.stickynav{position:fixed;z-index:999;top:0;left:0;width:100%;background-color:var(--pottyapp-white-color);box-shadow:0 4px 91px rgba(0,0,0,.15);padding-top:3px;padding-bottom:3px;animation:stickynav .6s}@keyframes stickynav{0%{top:-80%}to{top:0}}.scrollIndicator div{z-index:99999999!important;background-color:var(--pottyapp-main-color)!important}.overlay{background-color:rgba(0,0,0,.3);z-index:999}.sidebar{width:350px;height:100vh;background-color:var(--pottyapp-white-color);position:fixed;left:100%;top:0;z-index:9999}.sidebar .close_wrapper{display:flex;justify-content:flex-end}.sidebar .close_wrapper .close{margin-top:25px;margin-right:25px;cursor:pointer;display:inline-block;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .1s linear}.sidebar .close_wrapper .close svg{width:25px;height:25px;fill:var(--pottyapp-black-color);transition:all .1s linear}.sidebar .close_wrapper .close:hover{background-color:var(--pottyapp-main-color)}.sidebar .close_wrapper .close:hover svg{fill:var(--pottyapp-white-color)}.sidebar .sidebar_menu{height:85%;overflow-y:auto;padding-bottom:25px}.sidebar .sidebar_menu .sidebar-inner{margin-top:30px}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists{text-align:center;margin-bottom:20px}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists:last-child{margin-bottom:0}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists.flexBar{display:flex;justify-content:center;align-items:center}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists .dropdown-sideBar{cursor:pointer;position:relative}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists .dropdown-sideBar svg{margin-top:5px;margin-left:10px;transition:all .2s linear;fill:var(--pottyapp-black-color)}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists .dropdown-sideBar .rotate{transform:rotate(180deg)}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists .sidebar_links{color:var(--pottyapp-black-color);font-size:20px;transition:all .3s linear}.sidebar .sidebar_menu .sidebar-inner .sidebar_lists .sidebar_links:hover{color:var(--pottyapp-main-color)}.sidebar .sidebar_menu .sidebar-inner .sidebar_button{text-align:center}.sidebar .sidebar_menu .sidebar-inner .sidebar_button button{color:var(--pottyapp-main-color);border-color:var(--pottyapp-main-color)}.sidebar .sidebar_menu .sidebar-inner .sidebar_auth{text-align:center;margin-top:25px}.sidebar .sidebar_menu .sidebar-inner .sidebar_auth .button .auth{padding:9px 16px;border:1px solid var(--pottyapp-main-color);border-radius:5px;color:var(--pottyapp-main-color);margin-right:10px;transition:all .3s linear;font-size:14px;display:inline-block}.sidebar .sidebar_menu .sidebar-inner .sidebar_auth .button .auth:last-child{margin-right:0}.sidebar .sidebar_menu .sidebar-inner .sidebar_auth .button .auth:hover{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);box-shadow:0 4px 16px rgba(249,206,59,.8)}.sidebar .sidebar_menu .dropdown-sideBar__menu{background-color:var(--pottyapp-white-color);box-shadow:0 20px 60px 0 rgba(40,40,40,.15);padding:10px 0;text-align:center;display:flex;flex-direction:column;gap:10px}.sidebar .sidebar_menu .dropdown-sideBar__menu h4{margin-top:20px;font-size:20px!important}.sidebar .sidebar_menu .dropdown-sideBar__menu li{margin:5px 0}.sidebar .sidebar_menu .dropdown-sideBar__menu li a{display:block;color:var(--pottyapp-black-color);font-size:14px;transition:all .3s linear}.sidebar .sidebar_menu .dropdown-sideBar__menu li a:hover{color:var(--pottyapp-main-color)}.footer{padding-top:27px;padding-bottom:27px;position:relative}.footer .footer_wrapper{display:grid;grid-gap:3rem;gap:3rem;grid-template-columns:2fr 1fr 1fr;padding-bottom:26px}@media(max-width:575.98px){.footer .footer_wrapper{grid-template-columns:repeat(1,1fr)}}@media(min-width:576px)and (max-width:767.98px){.footer .footer_wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:575.98px){.footer .footer_wrapper .footer_item{text-align:center}}@media(min-width:576px)and (max-width:767.98px){.footer .footer_wrapper .footer_item:nth-child(2){margin-top:20px}}@media(min-width:768px)and (max-width:991.98px){.footer .footer_wrapper .footer_item:nth-child(2){min-width:144px}}.footer .footer_wrapper .footer_item .footer_logo{width:35%}@media(max-width:575.98px){.footer .footer_wrapper .footer_item .footer_logo{width:30%}}@media(min-width:576px)and (max-width:767.98px){.footer .footer_wrapper .footer_item .footer_logo{width:70%}}.footer .footer_wrapper .footer_item .footer_logo img{object-fit:contain;width:100%;height:auto}@media(max-width:575.98px){.footer .footer_wrapper .footer_item .footer_logo{margin:0 auto}}.footer .footer_wrapper .footer_item:first-child{width:465px}@media(max-width:767.98px){.footer .footer_wrapper .footer_item:first-child{width:100%!important}}.footer .footer_wrapper .footer_item:first-child .footer_content{margin-top:30px}@media(min-width:576px)and (max-width:767.98px){.footer .footer_wrapper .footer_item:first-child .footer_content{margin-top:20px}}@media(min-width:768px)and (max-width:991.98px){.footer .footer_wrapper .footer_item:last-child{text-align:center;grid-column:1/-1}}.footer .footer_wrapper .footer_item .footer_header{color:var(--pottyapp-black-color);font-weight:500;font-size:25px;margin-top:25px;margin-bottom:50px}@media(max-width:767.98px){.footer .footer_wrapper .footer_item .footer_header{margin-top:0;margin-bottom:35px}}@media(min-width:768px)and (max-width:1199.98px){.footer .footer_wrapper .footer_item .footer_header{font-size:20px}}.footer .footer_wrapper .footer_item .footer_content{color:var(--black);line-height:30px;font-size:18px}@media(max-width:767.98px){.footer .footer_wrapper .footer_item .footer_content{line-height:24px;font-size:16px}}.footer .footer_wrapper .footer_item .footer_list{margin-bottom:18px}.footer .footer_wrapper .footer_item .footer_list a{color:var(--pottyapp-black-color);transition:all .3s linear}.footer .footer_wrapper .footer_item .footer_list a:hover{color:var(--pottyapp-main-color)}.footer .footer_wrapper .footer_item .footer_list:last-child{margin-bottom:0}.footer .footer_wrapper .footer_item .download{background-color:transparent;width:48%;padding:5px;border:none;background-color:var(--pottyapp-white-color);margin-right:6px;cursor:pointer;height:40px;border-radius:50px;margin-top:42px;box-shadow:0 7px 20px -3px rgba(0,0,0,.14)}@media(max-width:575.98px){.footer .footer_wrapper .footer_item .download{width:35%}}@media(min-width:768px)and (max-width:991.98px){.footer .footer_wrapper .footer_item .download{width:25%}}@media(min-width:992px)and (max-width:1199.98px){.footer .footer_wrapper .footer_item .download{width:48%;margin-top:35px;margin-right:7px}}@media(min-width:1200px)and (max-width:1399.98px){.footer .footer_wrapper .footer_item .download{width:129px;margin-right:5px}}.footer .footer_wrapper .footer_item .download img{object-fit:contain;width:100%;height:100%;transform:scale(.7)}.footer .footer_wrapper .footer_item .download:last-child{margin-right:0}.footer .footer_copyright{border-top:1px solid var(--pottyapp-border-color);display:flex;align-items:center;padding-top:27px}@media(max-width:575.98px){.footer .footer_copyright{flex-direction:column}}.footer .footer_copyright .copyright{width:50%}@media(max-width:575.98px){.footer .footer_copyright .copyright{width:100%;text-align:center}}.footer .footer_copyright .copyright p{font-size:14px;color:var(--pottyapp-black-color);line-height:1}.footer .footer_copyright .terms_service{width:50%}@media(max-width:575.98px){.footer .footer_copyright .terms_service{width:100%}}.footer .footer_copyright .terms_service .footer_links{display:flex;justify-content:flex-end}@media(max-width:575.98px){.footer .footer_copyright .terms_service .footer_links{width:100%;justify-content:center;margin-top:25px}}.footer .footer_copyright .terms_service .footer_links li{margin-right:15px}.footer .footer_copyright .terms_service .footer_links li:last-child{margin-right:0}.footer .footer_copyright .terms_service .footer_links li span{color:var(--pottyapp-black-color);font-size:14px;cursor:pointer}.footer .footer_copyright .terms_service .footer_links li span:hover{text-decoration:underline}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:60px;width:700px;border-radius:10px;border:none!important;outline:none}@media(max-width:991.98px){.modal{width:90%!important;height:500px;overflow:auto}}.modal h3{font-size:30px;color:var(--pottyapp-main-color);margin-bottom:30px;padding-bottom:35px;border-bottom:1px solid #ddd}.modal p{line-height:30px!important;font-size:14px!important;color:var(--pottyapp-black-color)}.modal .title-head{position:relative}.modal .title-head .close{position:absolute;top:-10px;right:0;width:40px;height:40px;border:1px solid var(--pottyapp-black-color);display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .3s linear}.modal .title-head .close:hover{background-color:var(--pottyapp-black-color)}.modal .title-head .close:hover svg{color:var(--pottyapp-white-color)}.p_breadcumb{background-color:rgba(249,205,59,.171);padding-top:180px;padding-bottom:180px;margin-top:90px;text-align:center}.p_breadcumb h2{font-size:60px;color:var(--pottyapp-black-color);display:inline-block}.p_breadcumb .breadcumb_title{font-size:16px;display:flex;align-items:center;justify-content:center;margin-top:15px}.p_breadcumb .breadcumb_title,.p_breadcumb .breadcumb_title a{color:var(--pottyapp-black-color)}.p_breadcumb .breadcumb_title a:hover{text-decoration:underline}.p_breadcumb .breadcumb_title a.active_breadcumb{color:var(--pottyapp-blue-color)}.p_breadcumb .breadcumb_title svg{fill:var(--pottyapp-black-color)!important;width:14px!important;height:14px!important;margin:0 5px}.t_breadcumb{background-color:rgba(249,205,59,.171);padding-top:60px;padding-bottom:60px;margin-top:90px}@media(max-width:767.98px){.t_breadcumb{margin-top:100px}}.t_breadcumb h1{font-size:60px;color:var(--pottyapp-black-color);display:inline-block;text-transform:capitalize;padding-right:400px;line-height:80px}@media(max-width:767.98px){.t_breadcumb h1{font-size:30px;padding-right:0;line-height:48px}}@media(min-width:768px)and (max-width:1199.98px){.t_breadcumb h1{font-size:50px;padding-right:100px;line-height:60px}}.t_breadcumb .breadcumb_title{font-size:16px;display:flex;align-items:center;margin-top:15px;margin-bottom:25px}.t_breadcumb .breadcumb_title,.t_breadcumb .breadcumb_title a{color:var(--pottyapp-black-color)}.t_breadcumb .breadcumb_title a:hover{text-decoration:underline}.t_breadcumb .breadcumb_title a.active_breadcumb{color:var(--pottyapp-blue-color)}.t_breadcumb .breadcumb_title svg{fill:var(--pottyapp-black-color)!important;width:14px!important;height:14px!important;margin:0 5px}.s_breadcumb{background-color:rgba(249,205,59,.171);padding-top:10px;padding-bottom:10px;margin-top:90px}.s_breadcumb .breadcumb_title{font-size:16px;display:flex;align-items:center}.s_breadcumb .breadcumb_title,.s_breadcumb .breadcumb_title a{color:var(--pottyapp-black-color)}.s_breadcumb .breadcumb_title svg{fill:var(--pottyapp-black-color)!important;margin:0 5px;width:14px!important;height:14px!important}.singlecourse_preview{position:relative;display:flex;justify-content:center;align-items:center;border-radius:5px;overflow:hidden;height:500px}.singlecourse_preview img{width:100%;object-fit:cover}.singlecourse_preview .player_button{width:82px;height:82px;border-radius:50%;background-color:var(--pottyapp-white-color);position:absolute;display:flex;justify-content:center;cursor:pointer;align-items:center;animation:pulse 2s infinite}.singlecourse_preview .player_button svg{width:35px;height:35px;fill:var(--pottyapp-main-color)}.singlecourse_preview .player_button:hover{animation:none}.singlecourse_preview .paid_video{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:5px;text-align:center;background:var(--pottyapp-white-color)}.singlecourse_preview .paid_video h3{margin-bottom:20px;margin-top:20px}.singlecourse_preview .paid_video button{margin-bottom:20px;background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 40px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:16px}@keyframes pulse{0%{transform:scale(.9);box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px hsla(0,0%,100%,0)}to{transform:scale(.9)}}.single_module{width:100%;height:500px;background-color:var(--pottyapp-white-color);padding:15px;box-sizing:border-box;overflow-y:auto;box-shadow:0 4px 91px rgba(0,0,0,.15);border-radius:5px;flex-grow:1}.single_module::-webkit-scrollbar{width:8px}@media(max-width:767.98px){.single_module{height:auto}}.single_module::-webkit-scrollbar-thumb{background-color:#c4c4c4;border-radius:5px}.single_module .accordion{width:100%;background-color:var(--pottyapp-white-color);box-sizing:border-box}.single_module .accordion .accordion_items{border-bottom:1px solid var(--pottyapp-border-color)}.single_module .accordion .accordion_items .modules_header{display:flex;align-items:center;padding:25px 15px;cursor:pointer}.single_module .accordion .accordion_items .modules_header.colors{background-color:var(--pottyapp-blue-color)}.single_module .accordion .accordion_items .modules_header.colors h4,.single_module .accordion .accordion_items .modules_header.colors span{color:var(--pottyapp-white-color)!important}.single_module .accordion .accordion_items .modules_header.colors svg{fill:var(--pottyapp-white-color);transform:rotate(180deg)!important}.single_module .accordion .accordion_items .modules_header .modules_topic{width:80%;display:flex;align-items:center}.single_module .accordion .accordion_items .modules_header .modules_topic h4{margin-left:15px;font-size:14px;color:var(--pottyapp-black-color);line-height:100%}.single_module .accordion .accordion_items .modules_header .modules_duration span{font-size:14px;color:var(--pottyapp-black-color)}.single_module .accordion .accordion_items .accordion_inner_body{max-height:0;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1)}.single_module .accordion .accordion_items .accordion_inner_body.show{height:auto;max-height:900px;transition:all .5s cubic-bezier(1,0,1,0)}.single_module .accordion .accordion_items .accordion_inner_body .accordion_body{padding:15px 10px;display:flex;align-items:center;transition:all .3s linear;cursor:pointer}.single_module .accordion .accordion_items .accordion_inner_body .accordion_body:hover{background-color:var(--pottyapp-white-hover-color)}.single_module .accordion .accordion_items .accordion_inner_body .accordion_body .lesson_icons .icons svg{width:20px;height:20px;fill:var(--pottyapp-main-color)}.single_module .accordion .accordion_items .accordion_inner_body .accordion_body .lesson_name{margin-left:15px}.single_module .accordion .accordion_items .accordion_inner_body .accordion_body .lesson_name p{font-size:14px;color:var(--pottyapp-black-color)}.single_module .accordion .accordion_items .accordion_inner_body .accordion_body .lesson_name span{font-size:13px;color:var(--pottyapp-black-color);margin-top:5px;display:inline-block}.single_module .modules_container .MuiStepLabel-label{display:flex!important;justify-content:space-between!important;align-items:center!important}.single_module .modules_container .css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-active{color:var(--pottyapp-main-color)!important}.single_module .modules_container .css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root{color:var(--pottyapp-blue-color)!important}.single_module .modules_container .MuiStepConnector-line,.single_module .modules_container .css-14yr603-MuiStepContent-root{border-color:var(--pottyapp-black-color)!important}.single_module .modules_container .modules_topic h4{font-size:16px;color:var(--pottyapp-black-color);line-height:100%}.single_module .modules_container .modules_duration span{font-size:14px;color:var(--pottyapp-black-color)}.single_module .modules_container .accordion_body{padding:15px 10px;display:flex;align-items:center;transition:all .3s linear;cursor:pointer}.single_module .modules_container .accordion_body:hover{background-color:var(--pottyapp-white-hover-color)}.single_module .modules_container .accordion_body .lesson_icons .icons svg{width:20px;height:20px;fill:var(--pottyapp-main-color)}.single_module .modules_container .accordion_body .lesson_name{margin-left:15px}.single_module .modules_container .accordion_body .lesson_name p{font-size:14px;color:var(--pottyapp-black-color)}.single_module .modules_container .accordion_body .lesson_name span{font-size:13px;color:var(--pottyapp-black-color);margin-top:5px;display:inline-block}.single_module .modules_container .moduleButton{margin-top:20px;display:flex;justify-content:right}.single_module .modules_container .moduleButton button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 18px;border:none;outline:none;border-radius:4px;cursor:pointer;font-size:14px}.side_imags_dogs{position:absolute;top:50%;right:0}.activelessons{background-color:#f0f0f0}.course_tabs{margin-top:30px;margin-bottom:90px}.course_tabs .tabs_box{width:100%;border-bottom:1px solid var(--pottyapp-border-color)}.course_tabs .tabs_box .tabs_header{width:100%;display:flex;align-items:center}@media(max-width:767.98px){.course_tabs .tabs_box .tabs_header{width:100%}}@media(min-width:768px)and (max-width:1199.98px){.course_tabs .tabs_box .tabs_header{width:60%}}.course_tabs .tabs_box .tabs_header .tabs_button{background-color:transparent;outline:none;border:none;cursor:pointer;font-size:18px;color:var(--pottyapp-black-color);position:relative;padding:10px 25px}.course_tabs .tabs_box .tabs_header .tabs_button.active_tabs{position:relative;transition:all .3s ease-in}.course_tabs .tabs_box .tabs_header .tabs_button.active_tabs:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background-color:var(--pottyapp-main-color);transition:all .3s ease-in}.course_tabs .tabs_body{margin-top:40px}.course_tabs .tabs_body .tabs_infos h3{font-size:26px;color:var(--pottyapp-black-color)}.course_tabs .tabs_body .tabs_infos p{font-size:16px;line-height:30px;color:#545454;margin-top:20px}.course_tabs .tabs_body .features{display:flex;align-items:center;flex-wrap:wrap;row-gap:15px}@media(max-width:991.98px){.course_tabs .tabs_body .features{justify-content:flex-start}}@media(max-width:399.98px){.course_tabs .tabs_body .features{justify-content:center}}.course_tabs .tabs_body .features .features_box{margin-right:1rem;width:190px;border-radius:15px;background-color:var(--pottyapp-white-color);padding:15px 18px;text-align:center;box-shadow:0 4px 44px rgba(0,0,0,.04)}@media(max-width:575.98px){.course_tabs .tabs_body .features .features_box{width:140px}}.course_tabs .tabs_body .features .features_box h4{font-size:20px;font-weight:500;color:var(--pottyapp-black-color)}.course_tabs .tabs_body .features .features_box p{font-size:16px;margin-top:18px;color:#545454}.course_tabs .tabs_body .features .features_box svg{width:30px;height:30px;margin-bottom:20px}.course_tabs .tabs_body .features .features_box svg path{fill:var(--pottyapp-blue-color)!important}.course_tabs .tabs_body .resources{display:inline-flex;flex-direction:column;justify-content:center;gap:15px}.course_tabs .tabs_body .resources .resources_box a{text-decoration:none;display:inline-flex;align-items:center;gap:10px;font-size:18px;color:var(--pottyapp-black-color);transition:all .1s ease-in}.course_tabs .tabs_body .resources .resources_box a:hover{color:var(--pottyapp-main-color)}.course_tabs .tabs_body .resources .resources_box a:hover svg>path{stroke:var(--pottyapp-main-color);transition:all .1s ease-in}.purchase{margin-top:30px}.purchase .purchase_container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}@media(max-width:575.98px){.purchase .purchase_container{flex-direction:column;align-items:start}}.purchase .purchase_container .purchase_button{text-align:right}.purchase .purchase_container .purchase_button button{background-color:var(--pottyapp-main-color);width:200px;padding:12px 0;outline:none;border:none;color:var(--pottyapp-white-color);font-size:16px;border-radius:8px;cursor:pointer}.modal_styles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;border-radius:10px;background-color:#fff;border:none;padding:4}@media(max-width:575.98px){.modal_styles{width:95%}}.modal_styles .close{display:flex;justify-content:flex-end;margin-top:15px}.modal_styles .close svg{fill:var(--pottyapp-black-color)}.modal_styles .signins{max-width:100%;padding:0 25px 50px;background-color:var(--pottyapp-white-color);border-radius:8px;position:relative}.modal_styles .signins .signin_wrapper{max-width:90%;margin:0 auto}.modal_styles .signins .signin_wrapper .logo{margin:0 auto}.modal_styles .signins .signin_wrapper .head_signin{border-bottom:1px solid #ddd;padding-bottom:20px;text-align:center}.modal_styles .signins .signin_wrapper .head_signin .login_header{margin-bottom:25px}.modal_styles .signins .signin_wrapper .head_signin .login_header h2{font-size:35px;color:var(--pottyapp-black-color);margin-top:25px}.modal_styles .signins .signin_wrapper .head_signin .login_sub_descriotion h4{font-size:16px;color:var(--pottyapp-black-color);margin-bottom:10px}.modal_styles .signins .signin_wrapper .head_signin .login_sub_descriotion p{font-size:14px;color:#8f8f8f;line-height:28px}.modal_styles .signins .signin_wrapper .forms .signin_forms{margin-top:20px}.modal_styles .signins .signin_wrapper .forms .signin_forms .passwords{position:relative}.modal_styles .signins .signin_wrapper .forms .signin_forms .passwords input{padding-right:50px}.modal_styles .signins .signin_wrapper .forms .signin_forms .passwords .show{position:absolute;top:58%;right:10px;transform:translateY(-50%);cursor:pointer}.modal_styles .signins .signin_wrapper .forms .signin_forms .error{margin-top:10px;font-size:14px;color:#e5493a}.modal_styles .signins .signin_wrapper .forms .remember{display:flex;justify-content:space-between;align-items:center}.modal_styles .signins .signin_wrapper .forms .remember .remember_pass{display:flex;align-items:center}.modal_styles .signins .signin_wrapper .forms .remember .remember_pass label{font-size:14px}.modal_styles .signins .signin_wrapper .forms .remember .forgot{cursor:pointer}.modal_styles .signins .signin_wrapper .forms .remember .forgot a{font-size:14px;color:var(--pottyapp-blue-color);text-decoration:underline}.modal_styles .signins .signin_wrapper .forms button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 45px;border:none;outline:none;width:100%;border-radius:8px;cursor:pointer;font-size:16px;margin-top:25px}.modal_styles .signins .signin_wrapper .forms .or{text-align:center;margin-top:15px}.modal_styles .signins .signin_wrapper .forms .or span{color:#8f8f8f}.modal_styles .signins .signin_wrapper .forms .google{width:100%;border:1px solid #8f8f8f;border-radius:8px;padding:8px 20px;margin-top:15px;display:flex;justify-content:center;align-items:center;cursor:pointer}.modal_styles .signins .signin_wrapper .forms .google span{margin-left:8px;color:var(--pottyapp-black-color)}.modal_styles .signins .existing{margin-top:25px;color:var(--pottyapp-black-color)}.modal_styles .signins .existing a{color:var(--pottyapp-blue-color)}@media(max-width:575.98px){.modal_styles .signins .existing{line-height:25px}}.modal_styles .signups{max-width:90%;margin:0 auto 50px;padding:25px;background-color:var(--pottyapp-white-color);border-radius:8px;position:relative;height:500px;overflow-y:auto}.modal_styles .signups .frame_one{position:absolute;top:-40px;right:-30px;z-index:-1}@media(max-width:991.98px){.modal_styles .signups .frame_one{display:none}}@media(min-width:992px)and (max-width:1399.98px){.modal_styles .signups .frame_one{transform:scale(.9)}}.modal_styles .signups .frame_two{position:absolute;bottom:-40px;left:-30px;z-index:-1}@media(max-width:991.98px){.modal_styles .signups .frame_two{display:none}}@media(min-width:992px)and (max-width:1399.98px){.modal_styles .signups .frame_two{transform:scale(.9)}}.modal_styles .signups .head_signup{border-bottom:1px solid #ddd;padding-bottom:20px}.modal_styles .signups .head_signup .reagister_header{margin-bottom:35px}.modal_styles .signups .head_signup .reagister_header h2{font-size:35px;color:var(--pottyapp-black-color)}@media(max-width:767.98px){.modal_styles .signups .head_signup .reagister_header h2{font-size:25px;line-height:30px}}.modal_styles .signups .head_signup .reagister_header .login_logo{display:flex;align-items:center;column-gap:25px;margin-bottom:10px}.modal_styles .signups .head_signup .register_sub_descriotion h4{font-size:16px;color:var(--pottyapp-black-color);margin-bottom:10px}.modal_styles .signups .head_signup .register_sub_descriotion p{font-size:14px;color:#8f8f8f;line-height:28px}.modal_styles .signups .forms .signup_forms{display:flex;margin-top:20px;justify-content:space-between}@media(max-width:767.98px){.modal_styles .signups .forms .signup_forms{flex-direction:column}}.modal_styles .signups .forms .signup_forms .left{width:49%}@media(max-width:767.98px){.modal_styles .signups .forms .signup_forms .left{width:100%}}.modal_styles .signups .forms .signup_forms .left input{font-size:16px;color:var(--pottyapp-black-color)}.modal_styles .signups .forms .signup_forms .left .error{margin-top:10px;font-size:14px;color:var(--pottyapp-error-color)}.modal_styles .signups .forms .signup_forms .right{width:49%}@media(max-width:767.98px){.modal_styles .signups .forms .signup_forms .right{width:100%;margin-top:15px}}.modal_styles .signups .forms .signup_forms .right input{font-size:16px;color:var(--pottyapp-black-color)}.modal_styles .signups .forms .signup_forms .right .error{margin-top:10px;font-size:14px;color:var(--pottyapp-error-color)}.modal_styles .signups .forms button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 45px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px;margin-top:25px}.modal_styles .signups .existing{margin-top:25px;color:var(--pottyapp-black-color)}.modal_styles .signups .existing a{color:var(--pottyapp-blue-color)}@media(max-width:575.98px){.modal_styles .signups .existing{line-height:25px}}.hero{padding-top:200px;padding-bottom:150px}@media(max-width:575.98px){.hero{padding-top:100px;padding-bottom:20px}}.hero .hero_content{position:relative}.hero .hero_content h1{font-size:62px;line-height:82px;color:var(--pottyapp-hero-color);display:inline}@media(max-width:575.98px){.hero .hero_content h1{font-size:40px;line-height:50px}}@media(min-width:576px)and (max-width:767.98px){.hero .hero_content h1{font-size:50px;line-height:60px}}@media(min-width:768px)and (max-width:1199.98px){.hero .hero_content h1{font-size:50px;line-height:82px}}.hero .hero_content p{font-size:21px;line-height:40px;color:var(--pottyapp-hero-color);padding-right:116px;margin-top:30px;margin-bottom:30px}@media(max-width:767.98px){.hero .hero_content p{font-size:15px;line-height:30px;padding-right:0}}@media(min-width:768px)and (max-width:991.98px){.hero .hero_content p{font-size:21px;line-height:40px;padding-right:0}}@media(min-width:992px)and (max-width:1199.98px){.hero .hero_content p{font-size:18px;line-height:40px;padding-right:40px}}.hero .hero_content button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 40px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:16px}.hero .hero_content .shapebanner{position:absolute;top:152px;left:111px}@media(max-width:399.98px){.hero .hero_content .shapebanner{display:none}}@media(min-width:400px)and (max-width:767.98px){.hero .hero_content .shapebanner{top:100px;left:10px}}.hero .hero_image{position:relative;z-index:1}@media(min-width:400px)and (max-width:991.98px){.hero .hero_image{margin-bottom:50px}}.hero .hero_image img{width:100%;height:auto;object-fit:cover}.hero .hero_image .heroshapeone{position:absolute;bottom:0;left:0;z-index:-1;animation:pingpong 10s infinite alternate}.hero .hero_image .heroshapeone img{width:100%;height:auto}@media(max-width:1199.98px){.hero .hero_image .heroshapeone{width:25%}}.hero .hero_image .heroshapetwo{position:absolute;top:0;right:0;z-index:-1;animation:pingpongtwo 10s infinite alternate}.hero .hero_image .heroshapetwo img{width:100%;height:auto}@media(max-width:1199.98px){.hero .hero_image .heroshapetwo{width:25%}}.hero .hero_image .paws_sign{width:50px;height:50px;position:absolute;top:60%;left:-50px}.hero .hero_image .paws_sign img{width:100%;height:auto;object-fit:cover}@media(max-width:991.98px){.hero .hero_image .paws_sign{display:none}}.hero .hero_image .paws_sign_two{width:50px;height:50px;position:absolute;top:-80px;transform:translateX(-50%);left:50%}.hero .hero_image .paws_sign_two img{width:100%;height:auto;object-fit:cover}@media(max-width:991.98px){.hero .hero_image .paws_sign_two{display:none}}.hero .hero_image .paws_sign_three{width:50px;height:50px;position:absolute;top:40%;right:-50px}.hero .hero_image .paws_sign_three img{width:100%;height:auto;object-fit:cover}@media(max-width:1399.98px){.hero .hero_image .paws_sign_three{display:none}}@keyframes pingpong{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(12px)}}@keyframes pingpongtwo{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(12px)}}.box_wrapper{margin-top:100px;padding-bottom:100px}@media(max-width:991.98px){.box_wrapper{padding-top:50px;margin-top:0;padding-bottom:20px}}.box_wrapper .box{background-color:var(--pottyapp-white-color);padding:54px 17px;box-sizing:border-box;border-radius:10px;text-align:center;transition:all .2s linear}@media(max-width:991.98px){.box_wrapper .box{margin-bottom:50px}}.box_wrapper .box:hover{background-color:var(--pottyapp-main-color)}.box_wrapper .box:hover h4,.box_wrapper .box:hover p{color:var(--pottyapp-white-color)!important}.box_wrapper .box:hover .box_icon{background-color:var(--pottyapp-white-color)!important}.box_wrapper .box:hover .box_icon svg path{fill:var(--pottyapp-main-color)}.box_wrapper .box .box_icon{width:95px;height:95px;border-radius:50%;background-color:var(--pottyapp-main-color);display:flex;justify-content:center;align-items:center;margin:0 auto 20px;transition:all .2s linear}.box_wrapper .box .box_icon svg{width:40px;height:40px}.box_wrapper .box .box_icon svg path{fill:var(--pottyapp-white-color)}.box_wrapper .box .box_content h4{font-size:25px;color:var(--pottyapp-black-color);margin-bottom:20px;transition:all .2s linear}.box_wrapper .box .box_content p{font-size:14px;line-height:26px;color:var(--pottyapp-black-color);transition:all .2s linear}.about{padding-top:80px;padding-bottom:80px}.about .about_header{text-align:center}.about .about_header h4{font-size:24px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.about .about_header h4{font-size:19px}}.about .about_header h2{font-size:30px;line-height:40px;color:var(--pottyapp-black-color);text-transform:capitalize;margin-top:10px}@media(max-width:575.98px){.about .about_header h2{font-size:24px}}.about .about_body{padding-top:66px}.about .about_body .about_image img{width:100%;height:auto;object-fit:cover}.about .about_body .about_content h3{font-size:45px;line-height:64px;color:var(--pottyapp-black-color);text-transform:capitalize;padding-right:150px}@media(max-width:575.98px){.about .about_body .about_content h3{font-size:40px;padding-right:0;margin-top:25px}}@media(min-width:768px)and (max-width:1199.98px){.about .about_body .about_content h3{font-size:40px;padding-right:0;margin-top:25px}}.about .about_body .about_content p{font-size:18px;line-height:34px;color:var(--pottyapp-black-color);text-transform:capitalize;margin-top:24px;margin-bottom:30px}@media(max-width:575.98px){.about .about_body .about_content p{font-size:14px;line-height:25px}}@media(min-width:768px)and (max-width:991.98px){.about .about_body .about_content p{margin-top:10px}}.about .about_body .about_content button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 40px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:16px}.app_download{padding-top:100px;padding-bottom:80px}@media(max-width:575.98px){.app_download{padding-top:50px;padding-bottom:50px}}@media(min-width:576px)and (max-width:767.98px){.app_download{padding-top:80px;padding-bottom:80px}}@media(min-width:400px)and (max-width:1399.98px){.app_download{overflow-x:hidden}}.app_download .appdownload_content h3{font-size:55px;line-height:85px;padding-right:50px;color:var(--pottyapp-black-color);margin-bottom:20px;position:relative}@media(max-width:575.98px){.app_download .appdownload_content h3{font-size:40px;padding-right:0;line-height:50px}}@media(min-width:576px)and (max-width:767.98px){.app_download .appdownload_content h3{font-size:55px;padding-right:0;line-height:85px}}@media(min-width:768px)and (max-width:991.98px){.app_download .appdownload_content h3{font-size:40px;padding-right:50px;line-height:70px}}@media(min-width:992px)and (max-width:1199.98px){.app_download .appdownload_content h3{font-size:40px;padding-right:50px;line-height:60px}}.app_download .appdownload_content h3 .wave{position:absolute;top:-70px;left:-61px}@media(max-width:991.98px){.app_download .appdownload_content h3 .wave{display:none}}@media(min-width:992px)and (max-width:1399.98px){.app_download .appdownload_content h3 .wave{left:15px;transform:rotate(20deg)}}.app_download .appdownload_content p{font-size:17px;line-height:34px;color:var(--pottyapp-black-color);margin-bottom:15px;padding-right:50px}@media(max-width:575.98px){.app_download .appdownload_content p{padding-right:0;font-size:14px;line-height:24px}}@media(min-width:576px)and (max-width:767.98px){.app_download .appdownload_content p{font-size:17px;line-height:34px}}@media(min-width:768px)and (max-width:991.98px){.app_download .appdownload_content p{font-size:15px;line-height:24px}}@media(min-width:992px)and (max-width:1199.98px){.app_download .appdownload_content p{font-size:15px;line-height:30px}}.app_download .appdownload_content h4{font-size:30px;color:var(--pottyapp-black-color)}.app_download .appdownload_content .home_screen{background-color:var(--pottyapp-main-color);border-radius:50px;max-width:250px;display:flex;align-items:center;padding:8px 14px;margin-bottom:35px;filter:drop-shadow(0 4px 4px rgba(249,206,59,.25))}.app_download .appdownload_content .home_screen span{margin-left:10px;color:var(--pottyapp-white-color);font-size:16px}.app_download .appdownload_content .download_button{margin-top:35px}.app_download .appdownload_content .download_button button{outline:none;width:30%;border:none;padding:5px;border-radius:50px;cursor:pointer;background-color:var(--pottyapp-white-color);box-shadow:0 7px 20px -3px rgba(0,0,0,.14);margin-right:20px;height:45px}.app_download .appdownload_content .download_button button img{width:100%;height:100%;object-fit:contain;transform:scale(.7)}@media(max-width:575.98px){.app_download .appdownload_content .download_button button{width:40%}}.app_download .mobile_screens{position:relative}.app_download .mobile_screens .first_screen{width:330px;height:618px;margin-left:auto}.app_download .mobile_screens .first_screen img{width:100%;height:auto;object-fit:cover}@media(max-width:575.98px){.app_download .mobile_screens .first_screen{width:200px;height:500px}}@media(min-width:768px)and (max-width:991.98px){.app_download .mobile_screens .first_screen{width:250px;height:500px;margin:0 auto}}@media(min-width:992px)and (max-width:1199.98px){.app_download .mobile_screens .first_screen{width:260px;height:500px;margin:0 auto}}@media(min-width:600px)and (max-width:767.99px){.app_download .mobile_screens .first_screen{width:250px;height:500px;margin:0 auto}}@media(min-width:1200px)and (max-width:1399.99px){.app_download .mobile_screens .first_screen{width:290px;height:500px;margin:0 auto}}.app_download .mobile_screens .second_screen{position:absolute;top:-30px;z-index:-1;right:170px;width:300px;height:625px;margin-left:auto}.app_download .mobile_screens .second_screen img{width:100%;height:auto;object-fit:cover}@media(max-width:575.98px){.app_download .mobile_screens .second_screen{width:200px;height:500px;right:120px;top:-25px}}@media(min-width:768px)and (max-width:991.98px){.app_download .mobile_screens .second_screen{width:250px;height:500px;top:-18px;right:260px;margin:0 auto}}@media(min-width:992px)and (max-width:1199.98px){.app_download .mobile_screens .second_screen{width:260px;height:500px;top:-18px;right:100px;margin:0 auto}}@media(min-width:600px)and (max-width:767.99px){.app_download .mobile_screens .second_screen{width:250px;height:500px;margin:0 auto;right:250px;top:-17px}}@media(min-width:900px)and (max-width:1199.99px){.app_download .mobile_screens .second_screen{right:150px}}@media(min-width:1200px)and (max-width:1399.99px){.app_download .mobile_screens .second_screen{width:290px;height:500px;margin:0 auto;right:200px}}.app_features{padding-top:100px;padding-bottom:30px}@media(max-width:575.98px){.app_features{padding-top:50px}}.app_features .features_heading{text-align:center}.app_features .features_heading h4{font-size:24px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.app_features .features_heading h4{font-size:16px}}.app_features .features_heading h2{font-size:30px;line-height:40px;color:var(--pottyapp-black-color);text-transform:capitalize;margin-top:10px}@media(max-width:575.98px){.app_features .features_heading h2{font-size:24px;line-height:35px}}@media(min-width:576px)and (max-width:767.98px){.app_features .feature-body{margin-top:30px}}@media(min-width:768px)and (max-width:991.98px){.app_features .feature-body{margin-top:50px}}.app_features .feature-body .left_features_items .left_feature_item{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media(max-width:767.98px){.app_features .feature-body .left_features_items .left_feature_item{margin-top:30px;flex-direction:column;text-align:center;margin-bottom:30px}}@media(min-width:576px)and (max-width:991.98px){.app_features .feature-body .left_features_items .left_feature_item{margin-top:30px;margin-bottom:30px}}.app_features .feature-body .left_features_items .left_feature_item:last-child{margin-bottom:0}.app_features .feature-body .left_features_items .left_feature_item .left_feature_image{width:20%}@media(max-width:767.98px){.app_features .feature-body .left_features_items .left_feature_item .left_feature_image{margin-bottom:20px}}.app_features .feature-body .left_features_items .left_feature_item .left_feature_image img{width:100%;height:auto;object-fit:cover}.app_features .feature-body .left_features_items .left_feature_item .left_feature_content{width:75%}.app_features .feature-body .left_features_items .left_feature_item .left_feature_content h4{font-size:18px;color:var(--pottyapp-black-color);margin-bottom:10px}.app_features .feature-body .left_features_items .left_feature_item .left_feature_content p{font-size:14px;color:var(--pottyapp-black-color);line-height:23px}.app_features .feature-body .right_features_items .right_feature_item{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;margin-bottom:60px}@media(max-width:767.98px){.app_features .feature-body .right_features_items .right_feature_item{margin-top:30px;flex-direction:column;margin-bottom:30px}}@media(min-width:768px)and (max-width:991.98px){.app_features .feature-body .right_features_items .right_feature_item{margin-top:30px;margin-bottom:30px;flex-direction:row}}.app_features .feature-body .right_features_items .right_feature_item:last-child{margin-bottom:0}.app_features .feature-body .right_features_items .right_feature_item .right_feature_image{width:20%}@media(max-width:767.98px){.app_features .feature-body .right_features_items .right_feature_item .right_feature_image{margin-bottom:20px}}.app_features .feature-body .right_features_items .right_feature_item .right_feature_image img{width:100%;height:auto;object-fit:cover}.app_features .feature-body .right_features_items .right_feature_item .right_feature_content{width:75%;text-align:right}@media(max-width:767.98px){.app_features .feature-body .right_features_items .right_feature_item .right_feature_content{text-align:center}}@media(min-width:768px)and (max-width:991.98px){.app_features .feature-body .right_features_items .right_feature_item .right_feature_content{text-align:left}}.app_features .feature-body .right_features_items .right_feature_item .right_feature_content h4{font-size:18px;color:var(--pottyapp-black-color);margin-bottom:10px}.app_features .feature-body .right_features_items .right_feature_item .right_feature_content p{font-size:14px;color:var(--pottyapp-black-color);line-height:23px}.app_features .features_screen img{width:100%;height:auto;object-fit:cover;transform:scale(.8)}.app_screenshots{padding-top:50px}@media(max-width:399.98px){.app_screenshots{overflow-x:hidden}}@media(min-width:400px)and (max-width:1399.98px){.app_screenshots{overflow-x:hidden}}.app_screenshots .screenshots_header{text-align:center}.app_screenshots .screenshots_header h4{font-size:24px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.app_screenshots .screenshots_header h4{font-size:16px}}.app_screenshots .screenshots_header h2{font-size:30px;line-height:40px;color:var(--pottyapp-black-color);text-transform:capitalize;margin-top:10px}@media(max-width:575.98px){.app_screenshots .screenshots_header h2{font-size:24px;line-height:35px}}.app_screenshots .screenshot_body{margin-top:70px;position:relative}@media(max-width:575.98px){.app_screenshots .screenshot_body{margin-top:30px}}@media(min-width:576px)and (max-width:767.98px){.app_screenshots .screenshot_body{margin-top:30px}}.app_screenshots .screenshot_body .screen_slider img{width:100%;height:100%;object-fit:cover;transform:scale(.8);box-shadow:0 7px 20px -3px rgba(0,0,0,.14);transition:all .3s linear}.app_screenshots .screenshot_body .slick-track{padding-bottom:80px}.app_screenshots .screenshot_body .slick-slide>div{margin:0 10px}.app_screenshots .screenshot_body .slick-list{margin:0 -10px}.app_screenshots .screenshot_body .slick-center{transform:scale(1);transition:all .3s linear}.app_screenshots .screenshot_body .slick-center img{width:100%;height:auto;object-fit:cover;transform:scale(.9);border-radius:54px;transition:all .3s linear}@media(max-width:991.98px){.app_screenshots .screenshot_body .slick-center img{border-radius:8px}}@media(min-width:576px)and (max-width:991.98px){.app_screenshots .screenshot_body .slick-center img{border-radius:8px;transform:scale(.8)}}.app_screenshots .screenshot_body .mobile_frame{background-image:url(/assets/images/iPhone.png);background-repeat:no-repeat;background-size:100% 100%;width:290px;height:605px;position:absolute;top:100px;left:calc(50% + .5px);z-index:2;transform:translateX(-50%) scale(1.2);overflow:hidden}@media(max-width:991.98px){.app_screenshots .screenshot_body .mobile_frame{display:none}}@media(min-width:576px)and (max-width:991.98px){.app_screenshots .screenshot_body .mobile_frame{display:none}}@media(min-width:992px)and (max-width:1199.98px){.app_screenshots .screenshot_body .mobile_frame{width:213px;height:451px;top:65px}}.app_screenshots .screenshot_body .shadow{position:absolute;bottom:50px;left:calc(50% + .5px);transform:translateX(-50%)}.app_screenshots .screenshot_body .shadow img{width:100%;height:auto;object-fit:contain}.blog_banner{max-width:1822px;width:100%;margin:80px auto 0;padding:60px 20px}@media(min-width:576px)and (max-width:991.98px){.blog_banner{margin-top:100px;padding-left:10px;padding-right:10px}}@media(max-width:991.98px){.blog_banner{padding:30px 10px}}.blog_banner .blog_banner_content{position:relative;text-align:center;width:-moz-fit-content;width:fit-content;margin:0 auto}.blog_banner .blog_banner_content h1{font-size:60px;color:var(--pottyapp-black-color);line-height:100px;display:inline-block}.blog_banner .blog_banner_content h1 strong{color:var(--pottyapp-main-color)}@media(max-width:575.98px){.blog_banner .blog_banner_content h1{font-size:56px;line-height:70px}}@media(min-width:576px)and (max-width:767.98px){.blog_banner .blog_banner_content h1{font-size:53px;line-height:60px}}@media(min-width:768px)and (max-width:991.98px){.blog_banner .blog_banner_content h1{font-size:60px;line-height:60px}}@media(min-width:992px)and (max-width:1199.98px){.blog_banner .blog_banner_content h1{line-height:80px}}.blog_banner .blog_banner_content .shapeBanner{position:absolute;bottom:-40px;right:0}@media(max-width:1199.98px){.blog_banner .blog_banner_content .shapeBanner{display:none}}.blog_banner .blog_banner_content h4{font-size:16px;margin-bottom:25px;color:var(--pottyapp-black-color)}.blog_banner .blog_banner_content h2{font-size:60px;line-height:80px;color:var(--pottyapp-black-color)}.blog_banner .blog_banner_content h2 strong{color:var(--pottyapp-main-color)}@media(max-width:575.98px){.blog_banner .blog_banner_content h2{font-size:40px;line-height:60px;color:var(--pottyapp-black-color)}}.blog_banner .blog_banner_content .blog_banner_shape{position:absolute;bottom:-20px;left:165px}.blog_head .top_blog{background-color:#f9f4e2;display:flex;align-items:center}.blog_head .top_blog .blog-title-slide{width:20%;background-color:var(--pottyapp-main-color);padding:40px 10px;text-align:center}@media(max-width:575.98px){.blog_head .top_blog .blog-title-slide{width:60%;padding:20px 0}}@media(min-width:576px)and (max-width:991.98px){.blog_head .top_blog .blog-title-slide{padding:20px 0}}@media(min-width:992px)and (max-width:1199.98px){.blog_head .top_blog .blog-title-slide{padding:20px 0}}.blog_head .top_blog .blog-title-slide h4{color:var(--pottyapp-white-color);font-size:30px;text-transform:uppercase;font-weight:700}@media(max-width:991.98px){.blog_head .top_blog .blog-title-slide h4{font-size:14px}}@media(min-width:992px)and (max-width:1199.98px){.blog_head .top_blog .blog-title-slide h4{font-size:18px}}@media(min-width:1200px)and (max-width:1399.98px){.blog_head .top_blog .blog-title-slide h4{font-size:20px}}.blog_head .top_blog .blog-title-list{display:flex;list-style-type:disc}.blog_head .top_blog .blog-title-list a{color:#947405;font-size:20px;transition:all .2s linear;margin:0 10px}@media(max-width:991.98px){.blog_head .top_blog .blog-title-list a{font-size:14px}}@media(min-width:992px)and (max-width:1399.98px){.blog_head .top_blog .blog-title-list a{font-size:18px}}.blog_head .top_blog .blog-title-list a:hover{color:var(--pottyapp-main-color)}.blog_head .author_title{max-width:1700px;width:100%;display:flex;justify-content:space-between;margin:50px auto 0;padding:0 15px}@media(max-width:991.98px){.blog_head .author_title{flex-direction:column;margin-top:30px;padding:0 15px}}.blog_head .author_title .left-author-title{width:40%;cursor:pointer}@media(max-width:991.98px){.blog_head .author_title .left-author-title{width:100%;margin-bottom:10px}}.blog_head .author_title .left-author-title h2{font-weight:600;font-size:60px;line-height:78px;text-transform:capitalize;color:var(--pottyapp-black-color)}@media(max-width:767.98px){.blog_head .author_title .left-author-title h2{font-size:40px;line-height:60px}}@media(min-width:992px){.blog_head .author_title .left-author-title h2{font-size:50px;line-height:78px}}@media(min-width:1200px){.blog_head .author_title .left-author-title h2{font-size:50px;line-height:78px}}.blog_head .author_title .left-author-title .author-date{display:flex;align-items:center;column-gap:40px;margin-top:30px}.blog_head .author_title .left-author-title .author-date p{font-size:20px;line-height:30px;color:var(--pottyapp-black-color);font-weight:600}@media(max-width:575.98px){.blog_head .author_title .left-author-title .author-date p{font-size:13px;line-height:20px}}@media(min-width:576px)and (max-width:767.98px){.blog_head .author_title .left-author-title .author-date p{font-size:16px;line-height:20px}}@media(min-width:768px)and (max-width:1199.98px){.blog_head .author_title .left-author-title .author-date p{font-size:17px;line-height:20px}}.blog_head .author_title .left-author-title .author-date p span{font-weight:400}.blog_head .author_title .left-author-title .tags{display:flex;align-items:center;column-gap:10px;flex-wrap:wrap;margin-left:auto;margin-top:20px}@media(max-width:575.98px){.blog_head .author_title .left-author-title .tags{margin-left:0;margin-top:10px}}.blog_head .author_title .left-author-title .tags .inner_tags{padding:6px 15px;cursor:pointer;border-radius:50px;width:-moz-fit-content;width:fit-content;background-color:#f2f2f2;border:1px solid #242424}.blog_head .author_title .left-author-title .tags .inner_tags span{color:#333;font-weight:400;font-size:13px}.blog_head .author_title .right-author-text{width:45%;cursor:pointer}@media(max-width:991.98px){.blog_head .author_title .right-author-text{width:100%;margin-bottom:20px}}.blog_head .author_title .right-author-text p{font-size:21px;line-height:30px;text-transform:capitalize;line-height:40px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.blog_head .author_title .right-author-text p{font-size:14px;line-height:20px}}@media(min-width:576px)and (max-width:767.98px){.blog_head .author_title .right-author-text p{font-size:18px;line-height:30px}}@media(min-width:768px)and (max-width:1599.98px){.blog_head .author_title .right-author-text p{font-size:16px;line-height:32px}}.banner-blog{margin:100px auto 0;max-width:1700px;max-height:750px;overflow:hidden;padding:0 20px;cursor:pointer}@media(max-width:575.98px){.banner-blog{margin-top:20px;border-radius:0;padding:0 15px}}@media(max-width:1199.98px){.banner-blog{margin-top:30px;border-radius:0;padding:0 15px}}@media(min-width:1400px){.banner-blog div{height:700px;border-radius:8px}}.banner-blog img{width:100%;height:100%;object-fit:cover;border-radius:8px}.ctahome{padding-top:100px;padding-bottom:180px}@media(max-width:575.98px){.ctahome{padding-top:50px;padding-bottom:50px}}@media(min-width:576px)and (max-width:767.98px){.ctahome{padding-bottom:60px}}.ctahome .cta_left .subtitle_cta_home{font-size:18px;font-weight:700;color:var(--pottyapp-main-color);margin-bottom:25px}@media(max-width:575.98px){.ctahome .cta_left .subtitle_cta_home{font-size:16px}}.ctahome .cta_left h2{font-size:55px;line-height:80px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.ctahome .cta_left h2{font-size:40px;line-height:60px}}@media(min-width:576px)and (max-width:767.98px){.ctahome .cta_left h2{font-size:50px;line-height:80px}}@media(min-width:768px)and (max-width:1199.98px){.ctahome .cta_left h2{font-size:40px;line-height:60px}}.ctahome .cta_left h4{margin-top:25px;font-size:30px;line-height:40px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.ctahome .cta_left h4{font-size:24px;line-height:40px}}.ctahome .cta_left p{font-size:24px;line-height:40px;margin-top:25px;margin-bottom:35px}@media(max-width:575.98px){.ctahome .cta_left p{font-size:18px;line-height:30px}}.ctahome .cta_left button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 30px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:16px}.ctahome .cta_image img{width:100%;height:auto;object-fit:contain}@media(max-width:991.98px){.ctahome .cta_image{margin-top:30px}}.cta_large{background-color:var(--pottyapp-main-color);padding:70px 0 70px 90px;box-sizing:border-box;margin-top:180px;border-radius:15px;position:relative;margin-bottom:80px;z-index:1}@media(max-width:767.98px){.cta_large{padding:25px;margin-top:40px}}@media(min-width:768px)and (max-width:1199.98px){.cta_large{padding:40px;margin-top:40px}}.cta_large .title{position:relative}.cta_large .title h4{font-size:16px;color:var(--pottyapp-white-color);padding-bottom:10px}.cta_large .title .shapetwo{position:absolute;bottom:-12px;left:30px}.cta_large .cta_button{margin-top:15px;position:relative}.cta_large .cta_button button{background-color:var(--pottyapp-white-color);color:var(--pottyapp-main-color);padding:12px 40px;border:none;outline:none;border-radius:50px;cursor:pointer;font-size:16px}@media(max-width:767.98px){.cta_large .cta_button button{font-size:14px;padding:10px 20px}}.cta_large .cta_button .cta_arrow{position:absolute;bottom:-48px;right:90px}@media(max-width:1199.98px){.cta_large .cta_button .cta_arrow{display:none}}.cta_large h3{font-size:37px;line-height:137%;margin-top:25px;color:var(--pottyapp-white-color)}@media(max-width:575.98px){.cta_large h3{font-size:24px;line-height:120%}}.cta_large .cta_large_vector{position:absolute;z-index:-1;top:-161px;right:-118px;width:78%;height:565px}.cta_large .cta_large_vector img{width:100%;height:100%;object-fit:cover}@media(min-width:1200px)and (max-width:1399.98px){.cta_large .cta_large_vector{position:absolute;top:-133px;right:-60px;transform:scale(.9)}}.supplies{padding-top:100px}.supplies .supplies_header{text-align:center}.supplies .supplies_header h4{font-size:24px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.supplies .supplies_header h4{font-size:16px}}.supplies .supplies_header h2{font-size:30px;line-height:40px;color:var(--pottyapp-black-color);text-transform:capitalize;margin-top:10px}@media(max-width:575.98px){.supplies .supplies_header h2{font-size:24px;line-height:35px}}.supplies .supplies_slider_wrapper{margin-top:50px;position:relative}.supplies .supplies_slider_wrapper .right_arrow{position:absolute;top:40%;width:50px;height:50px;border-radius:50%;background-color:var(--pottyapp-white-color);display:flex;justify-content:center;align-items:center;right:-100px;transform:translateY(-50%);cursor:pointer;transition:all .3s linear}.supplies .supplies_slider_wrapper .right_arrow svg{transition:all .3s linear}.supplies .supplies_slider_wrapper .right_arrow:hover{box-shadow:0 4px 33px rgba(0,0,0,.06)}.supplies .supplies_slider_wrapper .right_arrow:hover svg{fill:var(--pottyapp-main-color)}@media(max-width:399.98px){.supplies .supplies_slider_wrapper .right_arrow{display:none}}@media(min-width:400px)and (max-width:991.98px){.supplies .supplies_slider_wrapper .right_arrow{display:none}}@media(min-width:992px)and (max-width:1199.98px){.supplies .supplies_slider_wrapper .right_arrow{right:-60px}}@media(min-width:1200px)and (max-width:1399.98px){.supplies .supplies_slider_wrapper .right_arrow{right:6px}}.supplies .supplies_slider_wrapper .prev_arrow{position:absolute;top:40%;width:50px;height:50px;border-radius:50%;background-color:var(--pottyapp-white-color);display:flex;justify-content:center;align-items:center;left:-100px;transform:translateY(-50%);transition:all .3s linear;cursor:pointer}.supplies .supplies_slider_wrapper .prev_arrow svg{transition:all .3s linear}.supplies .supplies_slider_wrapper .prev_arrow:hover{box-shadow:0 4px 33px rgba(0,0,0,.06)}.supplies .supplies_slider_wrapper .prev_arrow:hover svg{fill:var(--pottyapp-main-color)}@media(max-width:399.98px){.supplies .supplies_slider_wrapper .prev_arrow{display:none}}@media(min-width:400px)and (max-width:991.98px){.supplies .supplies_slider_wrapper .prev_arrow{display:none}}@media(min-width:992px)and (max-width:1199.98px){.supplies .supplies_slider_wrapper .prev_arrow{left:-60px}}@media(min-width:1200px)and (max-width:1399.98px){.supplies .supplies_slider_wrapper .prev_arrow{left:22px;z-index:1}}.supplies .supplies_slider_wrapper .slick-track{padding-bottom:32px}.supplies .supplies_slider_wrapper .supplies_slick{border-radius:10px;overflow:hidden;cursor:pointer}@media(max-width:575.98px){.supplies .supplies_slider_wrapper .supplies_slick{padding:0 10px}}.supplies .supplies_slider_wrapper .supplies_slick .supplies_image{margin:0}.supplies .supplies_slider_wrapper .supplies_slick .supplies_image img{width:100%;height:auto;object-fit:cover}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body{padding:20px 21px;background-color:var(--pottyapp-white-color);margin:0}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .header{margin-bottom:15px;margin-left:0;margin-right:0}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .header span{font-weight:700}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_description{margin:0!important}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_description p{font-size:16px;line-height:24px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_description p{font-size:14px}}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_content{display:flex;align-items:center;margin-left:0;margin-right:0;margin-bottom:15px}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_content .mark{margin-left:0;margin-right:0}@media(max-width:575.98px){.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_content .mark{margin-right:15px}}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_content .list{margin:0!important}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .supplies_content .list span{font-size:16px}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .suppplies_bottom{margin-left:0;margin-right:0;margin-top:15px;display:flex;align-items:center;justify-content:space-between}.supplies .supplies_slider_wrapper .supplies_slick .supplies_body .suppplies_bottom button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 14px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:14px}.supplies .supplies_slider_wrapper .slick-slide div{margin:0 8px}@media(max-width:575.98px){.supplies .supplies_slider_wrapper .slick-slide div{margin:0}}.hero_regular{margin:90px auto 0;max-width:1660px;border-radius:15px;overflow:hidden}@media(max-width:575.98px){.hero_regular{border-radius:0;margin-top:70px}}@media(min-width:576px)and (max-width:991.98px){.hero_regular{border-radius:0;margin-top:95px}}.hero_regular .hero_overlay{background:linear-gradient(45deg,rgba(0,0,0,.3),rgba(0,0,0,.6));padding-top:150px;padding-bottom:150px}@media(max-width:767.98px){.hero_regular .hero_overlay{padding-top:70px;padding-bottom:70px}}@media(min-width:768px)and (max-width:991.98px){.hero_regular .hero_overlay{padding-top:100px;padding-bottom:100px}}.hero_regular .hero_overlay .hero_regular_titles{position:relative}.hero_regular .hero_overlay .hero_regular_titles h2{font-size:60px;line-height:60px;color:var(--pottyapp-white-color);font-weight:500;margin-top:25px;padding-right:130px;text-transform:uppercase}@media(max-width:575.98px){.hero_regular .hero_overlay .hero_regular_titles h2{font-size:30px;line-height:40px;padding-right:0;margin-top:7px}}@media(min-width:576px)and (max-width:991.98px){.hero_regular .hero_overlay .hero_regular_titles h2{font-size:40px;line-height:30px;padding-right:0}}.hero_regular .hero_overlay .hero_regular_titles h2 strong{color:var(--pottyapp-main-color)}.hero_regular .hero_overlay .hero_regular_titles .hero_regular_shape{position:absolute;bottom:-15px;left:5%}.search-bar-tutorial{width:100%;margin-bottom:60px;display:flex;align-items:center;border-radius:100px;background-color:var(--pottyapp-white-color);padding:6px 25px;filter:drop-shadow(0 24px 50px rgba(0,0,0,.1))}.search-bar-tutorial .input-field{height:50px;border:none}.search-bar-tutorial .search-icon{color:var(--pottyapp-main-color)}.search-bar-tutorial .grid-icon{border-radius:50%}.search-bar-tutorial .grid-icon-selected{border-radius:50%;background-color:var(--pottyapp-main-color);color:#fff}.search-bar-tutorial .list-icon{border-radius:50%;margin-right:9px}.search-bar-tutorial .list-icon-selected{margin-right:9px;border-radius:50%;background-color:var(--pottyapp-main-color);color:#fff}.video-player-modal{border-radius:10px;max-width:60%!important}@media(max-width:1199.98px){.video-player-modal{max-width:100%!important}}.video-player-modal .tutorialModal{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;padding:16px}@media(max-width:1199.98px){.video-player-modal .tutorialModal{height:400px;padding:0}}.video-player-modal .tutorialModal .video{max-width:100%;max-height:100%;height:600px;width:100%;border:0}.tutorial_grid{width:100%;padding-top:100px;padding-bottom:100px}@media(max-width:399.98px){.tutorial_grid{padding-top:50px;padding-bottom:50px}}.tutorial_grid .no-data{text-align:center}.tutorial_grid .tutorial_grid_body .header{display:flex;justify-content:space-between;align-items:center}.tutorial_grid .tutorial_grid_body .header h2{font-size:35px;color:var(--pottyapp-black-color);position:relative;padding-left:15px}.tutorial_grid .tutorial_grid_body .header h2:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:3px;height:40px;background-color:var(--pottyapp-main-color);left:0}.tutorial_grid .tutorial_grid_body .header .category{width:20%;border:1px solid #d6d6d6;border-radius:5px;text-align:right}.tutorial_grid .tutorial_grid_body .header .category .categories{color:#a7a7a7;display:block;max-width:20%!important}.tutorial_grid .tutorial_grid_body .tutorial_grid_item{margin-top:100px}@media(max-width:399.98px){.tutorial_grid .tutorial_grid_body .tutorial_grid_item{margin-top:50px}}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .emptyData{width:600px;margin:0 auto;text-align:center}@media(max-width:1199.98px){.tutorial_grid .tutorial_grid_body .tutorial_grid_item .emptyData{width:100%}}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids{border-radius:10px;background-color:var(--pottyapp-white-color);margin-bottom:25px;filter:drop-shadow(0 24px 50px rgba(0,0,0,.1));overflow:hidden}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image{position:relative}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image img{width:100%;height:auto;overflow:hidden;display:block}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image .image_overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(43,43,43,.4)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image .image_overlay .play_button{width:50px;height:50px;background-color:var(--pottyapp-main-color);display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image .image_overlay .play_button svg{fill:var(--pottyapp-white-color);width:25px;height:25px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image .video_duration{position:absolute;padding:15px 25px;top:0;left:0;display:flex;align-items:center;z-index:1}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image .video_duration svg{fill:var(--pottyapp-white-color);width:30px;height:30px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_image .video_duration span{font-size:14px;color:var(--pottyapp-white-color)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_content{padding:15px 25px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_content .grid_content_header{display:flex;align-items:center}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_content .grid_content_header .difficulty{display:flex;align-items:center;padding-right:15px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_content .grid_content_header .difficulty span{background:#35d1fe;padding:0 5px;font-size:14px;color:var(--pottyapp-white-color);border-radius:2px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_content .grid_content_header .category span{font-size:14px;color:var(--pottyapp-black-color)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_content .text{margin-top:15px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_grids .grid_content .text p{font-size:22px;line-height:40px;color:var(--pottyapp-black-color);text-transform:capitalize}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list{display:flex;padding:20px;border-bottom:1px solid #ccc;margin-bottom:20px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list:last-child{border-bottom:none}@media(max-width:767.98px){.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list{display:none}}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .circleImage{width:90px;height:90px;border-radius:50%;overflow:hidden}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .circleImage img{width:100%;height:100%;object-fit:cover}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .date{margin-top:10px;display:flex;gap:6px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .date .difficulty{display:flex;align-items:center}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .date .difficulty svg{fill:var(--pottyapp-main-color)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .date .difficulty span{background:#35d1fe;padding:0 5px;margin-left:5px;font-size:14px;color:var(--pottyapp-white-color)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody{display:flex;flex-direction:column;justify-content:center;padding-left:16px;gap:12px;margin-bottom:20px}@media(min-width:768px)and (max-width:991.98px){.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody{padding-left:0;width:60%}}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody h3{font-size:26px;line-height:30px}@media(min-width:768px)and (max-width:991.98px){.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody h3{font-size:16px}}@media(min-width:992px)and (max-width:1199.98px){.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody h3{font-size:20px;line-height:26px}}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody p{font-size:14px;color:var(--pottyapp-black-color)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody span{font-size:15px;color:var(--pottyapp-black-color)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody .video_duration{display:flex;align-items:center;gap:6px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody .video_duration svg{fill:var(--pottyapp-black-color);width:20px;height:20px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .listBody .video_duration span{font-size:14px;color:var(--pottyapp-black-color)}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .buttons{text-align:center;margin-top:20px}.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .buttons button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}@media(min-width:768px)and (max-width:991.98px){.tutorial_grid .tutorial_grid_body .tutorial_grid_item .inner_list .buttons button{font-size:14px;padding:10px 12px}}.tutorial_grid .button{text-align:center;margin-top:20px}.tutorial_grid .button button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}@media(max-width:991.98px){.tutorial_grid .tutorial-showing-result{display:none}}@media(max-width:767.98px){.tutorial_grid .grid-view,.tutorial_grid .list-view{display:none}}.bloggrid{max-width:1700px;margin:100px auto 0}.bloggrid .button{text-align:center;margin-top:20px}.bloggrid .button button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px;margin-bottom:20px}@media(max-width:991.98px){.bloggrid{margin-top:20px}}@media(min-width:992px)and (max-width:1199.98px){.bloggrid{margin-top:35px}}.blog-grid{width:100%;max-width:1700px}@media(max-width:1599.98px){.blog-grid{width:100%;padding:0 15px}}@media(min-width:1600px)and (max-width:1719.98px){.blog-grid{padding:0 15px}}.blog-grid .no-data{text-align:center;width:600px;margin:0 auto}@media(max-width:1199.98px){.blog-grid .no-data{width:100%}}.blog-grid .blog-body-grid{display:grid;grid-template-columns:3fr 1fr;grid-column-gap:80px;column-gap:80px;padding:0 20px}@media(max-width:767.98px){.blog-grid .blog-body-grid{grid-template-columns:1fr;padding:0 3px}}@media(max-width:1199.98px){.blog-grid .blog-body-grid{grid-template-columns:1fr;padding:0 8px}}@media(min-width:1200px)and (max-width:1399.98px){.blog-grid .blog-body-grid{padding:0 15px}}.blog-grid .blog-body-grid .responsive-search{display:none}@media(max-width:1199.98px){.blog-grid .blog-body-grid .responsive-search{display:block}}.blog-grid .blog-body-grid .sideBar-blog{position:-webkit-sticky;position:sticky;top:100px}@media(min-width:1200px){.blog-grid .blog-body-grid .sideBar-blog{display:block}}@media(max-width:1199.98px){.blog-grid .blog-body-grid .sideBar-blog{display:none}}.blog-grid .blog-body-grid .sideBar-blog .blog_poster{height:500px;border-radius:10px;overflow:hidden}@media(min-width:1200px)and (max-width:1399.98px){.blog-grid .blog-body-grid .sideBar-blog .blog_poster{height:350px}}@media(min-width:1400px)and (max-width:1599.98px){.blog-grid .blog-body-grid .sideBar-blog .blog_poster{height:400px}}.blog-grid .blog-body-grid .sideBar-blog .blog_poster img{width:100%;height:100%;object-fit:cover}.blog-grid .blog-body-grid .sideBar-blog .blog-poster-button{width:100%;margin-top:20px;padding:15px 0;border:none;background-color:var(--pottyapp-main-color);border-radius:10px;border:1px solid var(--pottyapp-main-color);cursor:pointer;transition:all .3s linear}.blog-grid .blog-body-grid .sideBar-blog .blog-poster-button:hover{background-color:transparent;border:1px solid var(--pottyapp-main-color)}.blog-grid .blog-body-grid .sideBar-blog .blog-poster-button:hover a{color:var(--pottyapp-main-color)}.blog-grid .blog-body-grid .sideBar-blog .blog-poster-button a{color:var(--pottyapp-white-color);transition:all .3s linear;font-size:18px;font-weight:500}.blog-grid .blog-body-grid .listView-grid .list-type-grid{border-bottom:1px solid #ccc;padding-bottom:20px;margin-bottom:20px}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list{display:flex;justify-content:space-between}@media(max-width:991.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list{flex-direction:column}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .circleImage{width:280px;height:280px;border-radius:10px;overflow:hidden}@media(max-width:991.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .circleImage{width:100%;height:400px;margin-bottom:20px}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .circleImage img{width:100%;height:100%;object-fit:cover}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody{display:flex;flex-direction:column;justify-content:center;padding-left:50px;gap:12px;margin-bottom:20px;width:80%}@media(max-width:991.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody{padding-left:0;width:100%}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody h3{font-size:40px;font-weight:600;color:var(--pottyapp-black-color);margin-bottom:16px;line-height:50px}@media(max-width:575.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody h3{font-size:25px;margin-top:15px;line-height:35px}}@media(min-width:576px)and (max-width:767.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody h3{font-size:30px;margin-top:15px;line-height:45px}}@media(min-width:768px)and (max-width:1399.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody h3{line-height:55px}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody p{font-size:20px;color:var(--pottyapp-black-color);line-height:160%;margin-bottom:20px;font-weight:400}@media(max-width:575.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody p{line-height:20px;font-size:14px}}@media(min-width:576px)and (max-width:991.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody p{line-height:30px;font-size:18px}}@media(min-width:992px)and (max-width:1399.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody p{line-height:25px;font-size:16px}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .listBody span{font-size:15px;color:var(--pottyapp-black-color)}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info{display:flex;column-gap:70px;align-items:center}@media(max-width:575.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info{flex-direction:column;row-gap:10px;width:100%;align-items:flex-start}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .date{display:flex;gap:6px}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .pie{width:1px;height:20px;background-color:var(--pottyapp-black-color)}@media(max-width:575.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .pie{display:none}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .author{display:flex;gap:8px;align-items:center}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .author svg{fill:var(--pottyapp-main-color)}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .tags{display:flex;align-items:center;column-gap:20px;flex-wrap:wrap;margin-left:auto}@media(max-width:575.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .tags{margin-left:0;margin-top:10px}}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .tags .inner_tags{padding:6px 15px;cursor:pointer;border-radius:50px;width:-moz-fit-content;width:fit-content;background-color:#f2f2f2;border:1px solid #242424}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .post-info .tags .inner_tags span{color:#333;font-weight:400;font-size:13px}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .buttons{text-align:center;margin-top:20px}.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .buttons button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}@media(min-width:768px)and (max-width:991.98px){.blog-grid .blog-body-grid .listView-grid .list-type-grid .inner_list .buttons button{font-size:14px;padding:10px 12px}}.blog-grid .blog-body-grid .listView-grid .list-type-grid:last-child{border-bottom:none}.blog-grid .button-more{text-align:center;margin-top:20px}.blog-grid .button-more button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}.blog_posts{margin-top:170px}@media(max-width:767.98px){.blog_posts{margin-top:90px}}.blog_posts .summary{line-height:32px;font-size:19px}.blog_posts .title.title-top h1{font-size:60px;text-transform:capitalize;line-height:80px;color:var(--pottyapp-black-color)}@media(min-width:768px)and (max-width:991.98px){.blog_posts .title.title-top h1{font-size:60px;line-height:65px}}@media(max-width:767.98px){.blog_posts .title.title-top h1{font-size:40px;line-height:50px}}.blog_posts .singleBlog_image{margin-top:20px}.blog_posts .singleBlog_image img{width:100%;height:700px;object-fit:cover}@media(max-width:767.98px){.blog_posts .singleBlog_image img{height:500px;margin-top:20px}}.blog_posts .authority{margin:20px 0;display:flex;gap:15px;align-items:center;width:auto}@media(max-width:767.98px){.blog_posts .authority{margin-top:10px}}@media(max-width:1199.98px){.blog_posts .authority{max-width:100%;justify-content:flex-start}}.blog_posts .authority .author{display:flex;align-items:center}@media(max-width:1199.98px){.blog_posts .authority .author{margin-right:15px}}.blog_posts .authority .author svg{width:25px;height:25px;stroke:var(--pottyapp-main-color)}.blog_posts .authority .author span{font-size:16px;color:var(--pottyapp-black-color);position:relative;margin-left:10px}.blog_posts .authority .author span:after{content:"";position:absolute;top:0;right:0}.blog_posts .authority .date{display:flex;align-items:center}.blog_posts .authority .date svg{width:20px;height:20px;fill:var(--pottyapp-main-color)}.blog_posts .authority .date span{font-size:16px;color:var(--pottyapp-black-color);position:relative;margin-left:10px}.blog_posts .tags{display:flex;align-items:center;column-gap:10px;flex-wrap:wrap;margin-left:auto;margin-top:20px}@media(max-width:575.98px){.blog_posts .tags{margin-left:0;margin-top:10px}}.blog_posts .tags .inner_tags{padding:6px 15px;cursor:pointer;border-radius:50px;width:-moz-fit-content;width:fit-content;background-color:#f2f2f2;border:1px solid #242424}.blog_posts .tags .inner_tags span{color:#333;font-weight:400;font-size:13px}.blog_post_body{margin-top:80px;margin-bottom:80px}@media(max-width:1199.98px){.blog_post_body .recent-post-box{display:none}}.blog_post_body .title h1{font-size:60px;text-transform:capitalize;color:var(--pottyapp-black-color);line-height:80px}@media(max-width:767.98px){.blog_post_body .title h1{font-size:40px;line-height:60px}}@media(min-width:768px)and (max-width:991.98px){.blog_post_body .title h1{font-size:60px;line-height:65px}}.blog_post_body .post_body{margin-top:30px}@media(max-width:767.98px){.blog_post_body .post_body{margin-top:-50px}}.blog_post_body .post_body p{font-size:18px;color:var(--pottyapp-black-color);line-height:40px}@media(max-width:767.98px){.blog_post_body .post_body p{font-size:16px;line-height:30px}}.blog_post_body .post_body h1{font-size:30px;color:var(--pottyapp-black-color);margin-top:15px;line-height:45px;margin-bottom:20px}.blog_post_body .post_body ul{list-style:disc;margin-left:20px}.blog_post_body .post_body ul li{margin-bottom:10px}.blog_post_body .post_body img{width:100%;filter:drop-shadow(0 24px 50px rgba(0,0,0,.1))}@media(max-width:767.98px){.blog_post_body .post_body img{margin:20px 0}}.blog_post_body .recent-post-header h1{font-size:30px;color:var(--pottyapp-black-color)}.blog_post_body .recent-post-header .header-line{display:flex;align-items:flex-start;margin-top:15px}.blog_post_body .recent-post-header .header-line .line-first{height:3px;background-color:var(--pottyapp-main-color);border:none;flex:1 1}.blog_post_body .recent-post-header .header-line .line-second{height:2px;background-color:#eaeaea;border:none;flex:1 1;align-self:end}.blog_post_body .recent-post-header .list{width:100%;max-width:360;padding-left:0}.blog_post_body .recent-post-header .list .list-item-root{display:flex}.blog_post_body .recent-post-header .list .list-item-root .filter-item-image{padding-right:4px;padding-top:10px;padding-bottom:10px}.blog_post_body .recent-post-header .list .list-item-root .filter-item-image img{width:80%;height:80%;object-fit:cover;border-radius:5px}.blog_post_body .recent-post-header .list .list-item-root .filter-text span{font-size:14px;color:var(--pottyapp-black-color)}.blog_post_body .main-card{margin-top:30px;filter:drop-shadow(0 24px 50px rgba(0,0,0,.1));background-color:var(--pottyapp-white-color);justify-content:center;border-radius:5px;padding:20px;text-align:center}.blog_post_body .main-card h1{display:flex;font-size:26px;line-height:45px}.blog_post_body .main-card .card-logo{margin-top:15px;margin-bottom:30px}.blog_post_body .main-card .button-more{text-align:center;margin-top:20px;margin-bottom:20px}.blog_post_body .main-card .button-more button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}.blog_post_body .tags{display:flex;align-items:center;column-gap:20px;flex-wrap:wrap;cursor:pointer;margin-top:30px}.blog_post_body .tags .inner_tags{padding:6px 15px;border-radius:50px;margin-top:10px;width:-moz-fit-content;width:fit-content;border:1px solid #242424;transition:all .2s ease}.blog_post_body .tags .inner_tags span{color:#333;font-weight:400;font-size:16px;transition:all .3s ease}.blog_post_body .tags .inner_tags:hover{border-color:var(--pottyapp-main-color)}.blog_post_body .tags .inner_tags:hover span{color:var(--pottyapp-main-color)}.scrollFixed{transition:all .6s linear}.scrollFixed .right_singleBlog{position:-webkit-sticky;position:sticky;max-width:316.8px!important;z-index:90}.scrollFixed .left_singleBlog{width:768px!important}.showLess .right_singleBlog{bottom:10px}.showMore{transition:all .6s linear}.showMore .right_singleBlog{top:100px}.search-bar-blog{width:100%;margin-bottom:30px;display:flex;align-items:center;border-radius:100px;background-color:var(--pottyapp-white-color);padding:6px 25px;filter:drop-shadow(0 24px 50px rgba(0,0,0,.1))}@media(max-width:991.98px){.search-bar-blog{margin-bottom:30px;padding:0 15px}}@media(min-width:992px)and (max-width:1399.98px){.search-bar-blog{margin-bottom:30px;padding:7px 15px}}@media(max-width:991.98px){.search-bar-blog .blog-showing-result{display:none}}@media(max-width:767.98px){.search-bar-blog .list-view{display:none}}.search-bar-blog .input-field{height:50px;border:none}.search-bar-blog .search-icon{color:var(--pottyapp-main-color)}.search-bar-blog .grid-icon{border-radius:50%}.search-bar-blog .grid-icon-selected{border-radius:50%;background-color:var(--pottyapp-main-color);color:#fff}.search-bar-blog .list-icon{border-radius:50%;margin-right:9px}.search-bar-blog .list-icon-selected{margin-right:9px;border-radius:50%;background-color:var(--pottyapp-main-color);color:#fff}.products_wrapper{margin-bottom:80px}.products_wrapper .breadCumbtitle{margin-top:100px}@media(max-width:767.98px){.products_wrapper .breadCumbtitle{margin-top:50px}}.products_wrapper .breadCumbtitle p{font-size:24px;color:var(--pottyapp-black-color);margin-bottom:0}@media(max-width:767.98px){.products_wrapper .breadCumbtitle p{font-size:18px}}.products_wrapper .breadCumbtitle p span{font-weight:500}.products_wrapper .breadCumbtitle p span strong{color:var(--pottyapp-black-color)}.products_wrapper .breadCumbtitle p p{font-size:16px;margin-top:15px;color:var(--pottyapp-black-color);max-width:600px;width:100%;line-height:30px}@media(max-width:767.98px){.products_wrapper .breadCumbtitle p p{font-size:13px;line-height:24px}}.products_wrapper .breadCumbtitle p a{color:var(--pottyapp-black-color);text-decoration:none;font-weight:600}.products_wrapper .breadCumbtitle p a:hover{text-decoration:underline}.products_wrapper .productBanner{background-color:#f2f2f2;padding-top:220px;height:800px}@media(max-width:575.98px){.products_wrapper .productBanner{height:450px;padding-top:100px}}@media(min-width:576px)and (max-width:767.98px){.products_wrapper .productBanner{height:500px;padding-top:130px}}@media(min-width:768px)and (max-width:991.98px){.products_wrapper .productBanner{height:500px;padding-top:130px}}@media(min-width:992px)and (max-width:1199.98px){.products_wrapper .productBanner{height:650px;padding-top:130px}}.products_wrapper .productBanner.reduceHeight{transition:all .2s linear;height:500px}.products_wrapper .productBanner .productBanner_heading{width:100%;margin:0 auto}.products_wrapper .productBanner .productBanner_heading .productBanner-title{text-align:center;position:relative}.products_wrapper .productBanner .productBanner_heading .productBanner-title .shapeBanner{position:absolute;bottom:-10px;right:2%}@media(max-width:991.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title .shapeBanner{display:none}}@media(min-width:992px)and (max-width:1199.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title .shapeBanner{bottom:60px}}@media(min-width:1200px)and (max-width:1399.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title .shapeBanner{bottom:10px;right:7%}}.products_wrapper .productBanner .productBanner_heading .productBanner-title h1{font-size:60px;font-weight:700;color:var(--pottyapp-black-color);margin-bottom:50px}.products_wrapper .productBanner .productBanner_heading .productBanner-title h1 strong{color:var(--pottyapp-main-color)}@media(max-width:767.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title h1{font-size:35px;line-height:40px;margin-bottom:10px}}@media(min-width:768px)and (max-width:991.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title h1{font-size:40px;line-height:45px;margin-bottom:30px}}@media(min-width:992px)and (max-width:1199.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title h1{line-height:70px}}@media(min-width:1200px)and (max-width:1399.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title h1{line-height:70px}}.products_wrapper .productBanner .productBanner_heading .productBanner-title p{font-size:18px;font-weight:400;color:var(--pottyapp-black-color)}@media(max-width:767.98px){.products_wrapper .productBanner .productBanner_heading .productBanner-title p{font-size:14px;line-height:24px}}.products_wrapper .productBanner .productBanner-SearchBox{position:relative;background-color:var(--pottyapp-white-color);max-width:430px;margin:50px auto 0;width:100%;border-radius:50px;padding:14px 118px 14px 20px}.products_wrapper .productBanner .productBanner-SearchBox input{border:none;background-color:transparent;width:100%}.products_wrapper .productBanner .productBanner-SearchBox input:focus{outline:none}.products_wrapper .productBanner .productBanner-SearchBox button{position:absolute;top:0;right:-1px;padding:14px 20px;background-color:var(--pottyapp-main-color);border:none;outline:none;border-radius:50px;width:100px;color:var(--pottyapp-white-color);cursor:pointer}.products_wrapper .productCategory{max-width:1536px;width:100%;margin:-12% auto 0}.products_wrapper .productCategory .categoryGrid{display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:20px}@media(max-width:575.98px){.products_wrapper .productCategory .categoryGrid{grid-column-gap:10px}}.products_wrapper .productCategory .categoryGrid .productCategory-item{height:auto;position:relative;transition:all .3s ease-in-out;border-radius:10px;overflow:hidden;cursor:pointer}.products_wrapper .productCategory .categoryGrid .productCategory-item img{position:relative;width:100%;height:100%;filter:grayscale(100%)}.products_wrapper .productCategory .categoryGrid .productCategory-item p{position:absolute;bottom:140px;width:280px;right:-80px;font-size:60px;font-weight:600;color:var(--pottyapp-white-color);letter-spacing:3px;z-index:2;transform:rotate(-90deg)}@media(max-width:399.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item p{font-size:.5rem;bottom:146px;left:-120px}}@media(min-width:400px)and (max-width:575.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item p{font-size:.8rem;bottom:140px;left:-120px}}@media(min-width:576px)and (max-width:991.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item p{font-size:1.3rem}}@media(min-width:992px)and (max-width:1199.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item p{font-size:2.4rem}}@media(min-width:1200px)and (max-width:1399.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item p{font-size:50px}}.products_wrapper .productCategory .categoryGrid .productCategory-item:hover{transform:translateY(-50px)}@media(max-width:767.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item:hover{transform:translateY(-10px)}}@media(min-width:768px)and (max-width:991.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item:hover{transform:translateY(-10px)}}@media(min-width:992px)and (max-width:1199.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item:hover{transform:translateY(-10px)}}.products_wrapper .productCategory .categoryGrid .productCategory-item:hover img{filter:grayscale(0)}.products_wrapper .productCategory .categoryGrid .productCategory-item.activeCard{transform:translateY(-50px)}@media(max-width:767.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item.activeCard{transform:translateY(-10px)}}@media(min-width:768px)and (max-width:991.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item.activeCard{transform:translateY(-10px)}}@media(min-width:992px)and (max-width:1199.98px){.products_wrapper .productCategory .categoryGrid .productCategory-item.activeCard{transform:translateY(-10px)}}.products_wrapper .productCategory .categoryGrid .productCategory-item.activeCard img{filter:grayscale(0)}.products_wrapper .product_grid_body{margin-top:50px}.products_wrapper .product_grid_body .grid-product{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}@media(max-width:575.98px){.products_wrapper .product_grid_body .grid-product{grid-template-columns:1fr}}@media(min-width:576px)and (max-width:991.98px){.products_wrapper .product_grid_body .grid-product{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px)and (max-width:1399.98px){.products_wrapper .product_grid_body .grid-product{grid-template-columns:repeat(3,1fr)}}@media(max-width:991.98px){.products_wrapper .product_grid_body .product-showing-result{display:none}}@media(max-width:767.98px){.products_wrapper .product_grid_body .product-list-view-part{display:none}}@media(max-width:1199.98px){.products_wrapper .product_grid_body .filter-products{display:none}}.products_wrapper .product_grid_body .responsive-filer{display:none;margin-bottom:50px}.products_wrapper .product_grid_body .responsive-filer .filter-btn{width:185px;padding:8px 20px;background-color:var(--pottyapp-white-color);filter:drop-shadow(0 24px 50px rgba(0,0,0,.1));display:flex;align-items:center;border-radius:50px;cursor:pointer}.products_wrapper .product_grid_body .responsive-filer .filter-btn p{font-size:16px;color:var(--pottyapp-black-color);margin-right:10px}.products_wrapper .product_grid_body .responsive-filer .filter-btn svg{width:25px;height:25px;fill:var(--pottyapp-main-color)}@media(max-width:1199.98px){.products_wrapper .product_grid_body .responsive-filer{display:block}}.products_wrapper .product_grid_body .category h3{font-size:30px;color:var(--pottyapp-black-color)}.products_wrapper .product_grid_body .category ul{margin-top:25px}.products_wrapper .product_grid_body .category ul .category_lists,.products_wrapper .product_grid_body .category ul li{padding:25px 0;border-bottom:1px solid #e5e5e5;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.products_wrapper .product_grid_body .category ul .category_lists{font-size:16px;color:var(--pottyapp-black-color)}.products_wrapper .product_grid_body .cards .main-card{margin-top:30px;filter:drop-shadow(0 24px 50px rgba(0,0,0,.1));background-color:var(--pottyapp-white-color);justify-content:center;border-radius:5px;padding:20px;text-align:center}.products_wrapper .product_grid_body .cards .main-card h1{display:flex;font-size:26px;line-height:45px}.products_wrapper .product_grid_body .cards .main-card .card-logo{margin-top:15px;margin-bottom:30px}.products_wrapper .product_grid_body .cards .main-card .button-more{text-align:center;margin-top:20px;margin-bottom:20px}.products_wrapper .product_grid_body .cards .main-card .button-more button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}.products_wrapper .product_grid_body .products{background-color:var(--pottyapp-white-color);border-radius:8px;overflow:hidden;box-shadow:0 4px 54px rgba(0,0,0,.07)}.products_wrapper .product_grid_body .products .product-details{padding:15px 20px}.products_wrapper .product_grid_body .products .product-details p{font-size:14px;line-height:20px;font-weight:400!important;color:var(--pottyapp-black-color)}@media(min-width:576px)and (max-width:767.98px){.products_wrapper .product_grid_body .products .product-details p{font-size:12px}}.products_wrapper .product_grid_body .products .product_images img{width:100%;height:auto;overflow:hidden}.products_wrapper .product_grid_body .products .product_desc{padding:15px 20px;display:flex;align-items:center;border-bottom:1px solid #e5e5e5}.products_wrapper .product_grid_body .products .product_desc .product_name{width:50%}.products_wrapper .product_grid_body .products .product_desc .product_button{width:50%;text-align:right}@media(min-width:576px)and (max-width:767.98px){.products_wrapper .product_grid_body .products .product_desc .product_button{width:65%}}.products_wrapper .product_grid_body .products .product_desc .product_button button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 14px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:14px}@media(max-width:575.98px){.products_wrapper .product_grid_body .products .product_desc .product_button button{padding:8px 12px}}@media(min-width:576px)and (max-width:767.98px){.products_wrapper .product_grid_body .products .product_desc .product_button button{padding:8px 12px;font-size:12px}}@media(min-width:992px)and (max-width:1199.98px){.products_wrapper .product_grid_body .products .product_desc .product_button button{font-size:12px}}@media(min-width:1400px)and (max-width:1599.98px){.products_wrapper .product_grid_body .products .product_desc .product_button button{font-size:13px}}.products_wrapper .product_grid_body .button-more{text-align:center;margin-top:20px}.products_wrapper .product_grid_body .button-more button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}.products_wrapper .inner_list{width:100%;max-width:360;background-color:var(--pottyapp-white-color)}.products_wrapper .inner_list .list_item_body{margin-top:4px;display:flex;padding:20px}.products_wrapper .inner_list .list_item_body .circleImage{width:90px;height:90px;border-radius:50%;margin-right:16px;overflow:hidden}.products_wrapper .inner_list .list_item_body .circleImage img{width:100%;height:100%;object-fit:cover}.products_wrapper .inner_list .list_item_body .product_button{width:50%;text-align:right}.products_wrapper .inner_list .list_item_body .product_button button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 14px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:14px}.products_wrapper .inner_list .button-more{text-align:center;margin-top:20px;margin-bottom:20px}.products_wrapper .inner_list .button-more button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px}.products_wrapper .no-data{text-align:center;width:500px;margin:0 auto}@media(max-width:1199.98px){.products_wrapper .no-data{width:100%}}.single_product{margin-top:60px;margin-bottom:100px}.single_product .single_product_image{border-radius:15px;overflow:hidden}.single_product .single_product_image img{width:100%;height:auto;object-fit:cover}.single_product .related_products{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.single_product .related_products .inner_related_products{width:23%;height:120px;overflow:hidden;border-radius:5px}.single_product .related_products .inner_related_products img{width:100%;height:100%;object-fit:cover}.single_product .right_part_product_single h2{font-size:40px;color:var(--pottyapp-black-color)}.single_product .right_part_product_single .featured ul{margin-top:25px}.single_product .right_part_product_single .featured ul li{display:flex;align-items:center;margin-bottom:8px}.single_product .right_part_product_single .featured ul li svg{margin-right:10px}.single_product .right_part_product_single .single_product_button{margin-top:30px}.single_product .right_part_product_single .single_product_button button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 40px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:16px}.single_product .description_product{margin-top:60px}@media(max-width:1199.98px){.single_product .description_product{margin-top:30px}}.single_product .description_product h3{font-size:30px;color:var(--pottyapp-black-color);border-bottom:1px solid #ddd;padding-bottom:15px}.single_product .description_product p{font-size:16px;text-align:justify;margin-top:10px;line-height:25px}.signup{max-width:100%;padding:50px 25px;background-color:var(--pottyapp-white-color);border-radius:8px;margin-top:150px;margin-bottom:100px;position:relative}.signup .frame_one{position:absolute;top:-40px;right:-30px;z-index:-1}@media(max-width:991.98px){.signup .frame_one{display:none}}@media(min-width:992px)and (max-width:1399.98px){.signup .frame_one{transform:scale(.9)}}.signup .frame_two{position:absolute;bottom:-40px;left:-30px;z-index:-1}@media(max-width:991.98px){.signup .frame_two{display:none}}@media(min-width:992px)and (max-width:1399.98px){.signup .frame_two{transform:scale(.9)}}.signup .head_signup{border-bottom:1px solid #ddd;padding-bottom:20px}.signup .head_signup .reagister_header{margin-bottom:35px}.signup .head_signup .reagister_header .login_logo{display:flex;align-items:center;column-gap:25px;margin-bottom:10px;width:100%}.signup .head_signup .reagister_header h2{font-size:35px;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.signup .head_signup .reagister_header h2{font-size:25px}}.signup .head_signup .register_sub_descriotion h4{font-size:16px;color:var(--pottyapp-black-color);margin-bottom:10px}.signup .head_signup .register_sub_descriotion p{font-size:14px;color:#8f8f8f;line-height:28px}.signup .forms .signup_forms{display:flex;margin-top:20px;justify-content:space-between}@media(max-width:767.98px){.signup .forms .signup_forms{flex-direction:column}}.signup .forms .signup_forms .left{width:49%}@media(max-width:767.98px){.signup .forms .signup_forms .left{width:100%}}.signup .forms .signup_forms .left input{font-size:16px;color:var(--pottyapp-black-color)}.signup .forms .signup_forms .left .error{margin-top:10px;font-size:14px;color:var(--pottyapp-error-color)}.signup .forms .signup_forms .right{width:49%}@media(max-width:767.98px){.signup .forms .signup_forms .right{width:100%;margin-top:15px}}.signup .forms .signup_forms .right input{font-size:16px;color:var(--pottyapp-black-color)}.signup .forms .signup_forms .right .error{margin-top:10px;font-size:14px;color:var(--pottyapp-error-color)}.signup .forms button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 45px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px;margin-top:25px}.signup .existing{margin-top:25px;color:var(--pottyapp-black-color)}.signup .existing a{color:var(--pottyapp-blue-color)}.signin{max-width:100%;padding:50px 25px;background-color:var(--pottyapp-white-color);border-radius:8px;margin-top:150px;margin-bottom:100px;position:relative}.signin .frame_one{position:absolute;top:-40px;right:-30px;z-index:-1}@media(max-width:991.98px){.signin .frame_one{display:none}}@media(min-width:992px)and (max-width:1399.98px){.signin .frame_one{transform:scale(.9)}}.signin .frame_two{position:absolute;bottom:-40px;left:-30px;z-index:-1}@media(max-width:991.98px){.signin .frame_two{display:none}}@media(min-width:992px)and (max-width:1399.98px){.signin .frame_two{transform:scale(.9)}}.signin .signin_wrapper{max-width:400px;margin:0 auto}.signin .signin_wrapper .head_signin{border-bottom:1px solid #ddd;padding-bottom:20px;text-align:center}.signin .signin_wrapper .head_signin .login_header{margin-bottom:25px}.signin .signin_wrapper .head_signin .login_header h2{font-size:35px;color:var(--pottyapp-black-color);margin-top:25px}.signin .signin_wrapper .head_signin .login_header .login_logo{display:flex;align-items:center;column-gap:25px;justify-content:center}.signin .signin_wrapper .head_signin .login_sub_descriotion h4{font-size:16px;color:var(--pottyapp-black-color);margin-bottom:10px}.signin .signin_wrapper .head_signin .login_sub_descriotion p{font-size:14px;color:#8f8f8f;line-height:28px}.signin .signin_wrapper .forms .signin_forms{margin-top:20px}.signin .signin_wrapper .forms .signin_forms .passwords{position:relative}.signin .signin_wrapper .forms .signin_forms .passwords input{padding-right:50px}.signin .signin_wrapper .forms .signin_forms .passwords .show{position:absolute;top:58%;right:10px;transform:translateY(-50%);cursor:pointer}.signin .signin_wrapper .forms .signin_forms .error{margin-top:10px;font-size:14px;color:#e5493a}.signin .signin_wrapper .forms .remember{display:flex;justify-content:space-between;align-items:center}.signin .signin_wrapper .forms .remember .remember_pass{display:flex;align-items:center}.signin .signin_wrapper .forms .remember .remember_pass label{font-size:14px}.signin .signin_wrapper .forms .remember .forgot{cursor:pointer}.signin .signin_wrapper .forms .remember .forgot a{font-size:14px;color:var(--pottyapp-blue-color);text-decoration:underline}.signin .signin_wrapper .forms button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 45px;border:none;outline:none;width:100%;border-radius:8px;cursor:pointer;font-size:16px;margin-top:25px}.signin .signin_wrapper .forms .or{text-align:center;margin-top:15px}.signin .signin_wrapper .forms .or span{color:#8f8f8f}.signin .signin_wrapper .forms .google{width:100%;border:1px solid #8f8f8f;border-radius:8px;padding:8px 20px;margin-top:15px;display:flex;justify-content:center;align-items:center;cursor:pointer}.signin .signin_wrapper .forms .google span{margin-left:8px;color:var(--pottyapp-black-color)}.signin .existing{margin-top:25px;color:var(--pottyapp-black-color)}.signin .existing a{color:var(--pottyapp-blue-color)}.forgot_pass{margin:100px auto;max-width:500px;padding:25px 20px;border-radius:15px;background-color:var(--pottyapp-white-color);box-shadow:0 20px 100px rgba(37,56,114,.1)}.forgot_pass h2{color:var(--pottyapp-black-color)}.forgot_pass .forgot_pass_email{margin-top:25px}.forgot_pass .forgot_pass_email .forgotpass_error{color:var(--pottyapp-error-color)}.forgot_pass button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 45px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:16px;margin-top:25px;width:100%}.account{max-width:600px;justify-content:center;align-items:center;padding:50px 25px;background-color:var(--pottyapp-white-color);border-radius:8px;margin:150px auto 100px;position:relative}.account .accountHeader{margin-bottom:20px}.account .accountForm{margin-top:20px;display:flex;flex-direction:column;gap:20px}.account .signup_forms{margin-bottom:20px}.account .signup_forms input{font-size:16px;color:var(--pottyapp-black-color)}.account .signup_forms input .number-input input[type=number]::-webkit-inner-spin-button,.account .signup_forms input .number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.account .signup_forms .error{margin-top:10px;font-size:14px;color:var(--pottyapp-error-color)}.account button{padding:9px 36px;border:1px solid var(--pottyapp-main-color);border-radius:5px;color:var(--pottyapp-main-color);margin-right:10px;background-color:transparent;cursor:pointer;font-size:14px}@media(min-width:992px)and (max-width:1199.98px){.account button{padding:9px 11px;margin-right:4px;font-size:13px}}.account button:last-child{margin-right:0}.account button:hover{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);box-shadow:0 4px 16px rgba(249,206,59,.8)}.access{padding:50px 25px;background-color:var(--pottyapp-white-color);border-radius:8px;margin-top:100px;margin-bottom:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.access h1{line-height:40px}.access button{background-color:var(--pottyapp-main-color);width:200px;padding:12px 0;outline:none;border:none;color:var(--pottyapp-white-color);font-size:16px;border-radius:8px;cursor:pointer;margin-top:30px}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;max-width:200px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px}.contact{margin-top:100px;margin-bottom:100px}.contact .contact_form{max-width:100%;border:1px solid var(--pottyapp-border-color);margin:0 auto;padding:30px 35px;box-sizing:border-box}.contact .contact_form .contact_submit{text-align:right;margin-top:20px}.contact .contact_form .contact_submit button{background-color:var(--pottyapp-main-color);width:200px;padding:12px 0;outline:none;border:none;color:var(--pottyapp-white-color);font-size:16px;border-radius:8px;cursor:pointer}.contact img{width:100%;height:100%;object-fit:cover}.modal .contact_submit{text-align:right;margin-top:20px}.modal .contact_submit button{background-color:var(--pottyapp-main-color);width:200px;padding:12px 0;outline:none;border:none;color:var(--pottyapp-white-color);font-size:16px;border-radius:8px;cursor:pointer}.checkout_container{margin-bottom:100px}.checkout_container .checkout_table{overflow:hidden;box-shadow:0 7px 20px -3px rgba(0,0,0,.14)}@media(max-width:991.98px){.checkout_container .checkout_table .course_info_text{line-height:20px}}.checkout_container .checkout_table th{background-color:#efefef;border:none}.checkout_container .checkout_table h3{color:var(--pottyapp-black-color)}@media(max-width:767.98px){.checkout_container .checkout_table h3{font-size:14px}}.checkout_container .checkout_table button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:12px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:14px}.checkout_container .buttons{display:flex;justify-content:center;margin-bottom:1rem}.checkout_container .coupon_body{box-shadow:0 7px 20px -3px rgba(0,0,0,.14);margin-bottom:100px;padding:1rem}.checkout_container .coupon_body .cupontext_announcment{margin-top:15px}.checkout_container .coupon_body .cupontext_announcment p{font-size:14px;color:var(--pottyapp-black-color)}@media(max-width:991.98px){.checkout_container .coupon_body .cupontext_announcment p{line-height:30px}}.checkout_container .coupon_body .coupons{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:12px}.checkout_container .coupon_body .coupons .cupons_box{display:flex;align-items:center;width:50%;gap:20px}@media(max-width:1199.98px){.checkout_container .coupon_body .coupons .cupons_box{width:70%}}.checkout_container .coupon_body .coupons .cupons_box button{width:30%}@media(max-width:1199.98px){.checkout_container .coupon_body .coupons .coupon_btn p{line-height:20px}}.checkout_container .coupon_body button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:18px 20px;border:none;outline:none;border-radius:8px;cursor:pointer;font-size:14px}@media(max-width:575.98px){.checkout_container .coupon_body button{padding:18px 11px}}.checkout_container .stripe_payment{width:100%;background-color:var(--pottyapp-white-color);padding:15px;box-shadow:0 7px 20px -3px rgba(0,0,0,.14);margin-top:20px}.body{margin-bottom:100px;margin-top:50px}.body .container{position:relative;display:flex;justify-content:center;align-items:center}.body .container .success-animation{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.body .container .content{text-align:center;display:flex;justify-content:center;align-items:center;margin-bottom:30px}.body .container .content .content-text{display:flex;flex-direction:column;gap:20px}.body .container .content .happy-dog{width:200px;height:auto}.body .buttons{display:flex;justify-content:center;margin-bottom:1rem}.body .buttons button{background-color:var(--pottyapp-main-color);padding:12px 20px;border:none;outline:none;border-radius:8px;z-index:400}.body .buttons button,.stripe button{color:var(--pottyapp-white-color);cursor:pointer;font-size:14px}.stripe button{margin-top:1.5rem;width:100%;background-color:var(--pottyapp-black-color);border:1px solid transparent;transition:all .2s;padding:15px}.stripe button:hover{background-color:transparent;border-color:var(--pottyapp-black-color);color:var(--pottyapp-black-color)}.stripe .button_text{display:flex;flex-direction:row;gap:10px;justify-content:center}.order_history{margin-top:50px;margin-bottom:280px}.order_history tr td,.order_history tr th{font-size:15px;color:var(--pottyapp-black-color)}.order_history .empty_orders{text-align:center}.order_history .empty_orders .no_orders{max-width:40vw;height:auto;margin:0 auto}.order_history .empty_orders h1{font-size:30px;margin-top:50px;color:var(--pottyapp-black-color);text-transform:capitalize}.overlay{width:100vw;right:0;opacity:0;visibility:hidden;background-color:hsla(0,0%,100%,.3);transition:all .2s ease-in-out;z-index:99}.overlay,.responsive-filter{height:100vh;position:fixed;top:0}.responsive-filter{left:100%;width:300px;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0));backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);-moz-backdrop-filter:blur(40px);box-shadow:0 8px 49px 0 hsla(0,0%,68%,.37);padding:20px 30px;z-index:9999;display:flex;flex-direction:column;justify-content:center}.responsive-filter .close-responsive-filter{position:absolute;top:25px;right:25px;cursor:pointer}.responsive-filter .close-responsive-filter svg{width:30px;height:30px}.responsive-filter .close-responsive-filter svg path{fill:var(--pottyapp-black-color)}.cornerStone .cornerStone_related_products{margin-top:40px;margin-bottom:50px}.cornerStone .cornerStone_related_products h2{font-size:40px;color:var(--pottyapp-black-color);border-bottom:1px solid #ddd}@media(max-width:991.98px){.cornerStone .cornerStone_related_products h2{font-size:30px}}.cornerStone .cornerStone_related_products .related_products{margin-top:40px}.cornerStone .cornerStone_related_products .related_products .inner_article{border-radius:5px;background-color:var(--pottyapp-white-color);min-height:400px;filter:drop-shadow(0 4px 45px rgba(0,0,0,.1))}.cornerStone .cornerStone_related_products .related_products .inner_article .inner_article_image{overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px}.cornerStone .cornerStone_related_products .related_products .inner_article .inner_article_image img{width:100%;object-fit:cover;display:block}.cornerStone .cornerStone_related_products .related_products .inner_article .inner_article_body{padding:20px}.cornerStone .cornerStone_related_products .related_products .inner_article .inner_article_body h4{font-size:20px;line-height:30px;color:var(--pottyapp-black-color)}.cornerStone .cornerStone_related_products .related_products .inner_article .inner_article_body p{font-size:16px;line-height:25px;margin-top:10px;margin-bottom:0;color:#333}.tag-details{margin-top:100px}@media(max-width:767.98px){.tag-details{margin-top:96px}}@media(max-width:575.98px){.tag-details{margin-top:75px}}.tag-details h1{font-size:143px;text-align:center;padding:40px 0;color:var(--pottyapp-black-color);position:relative}.tag-details h1:after{top:0;left:0;animation:leftToRight .8s linear forwards}.tag-details h1:after,.tag-details h1:before{content:"";position:absolute;width:0;height:1px;background-color:var(--pottyapp-black-color)}.tag-details h1:before{bottom:0;right:0;animation:RightToLeft .8s linear forwards}@media(max-width:1599.98px){.tag-details h1{font-size:130px;padding:30px 0}}@media(max-width:1399.98px){.tag-details h1{font-size:110px;padding:30px 0}}@media(max-width:1199.98px){.tag-details h1{font-size:90px;padding:30px 0}}@media(max-width:991.98px){.tag-details h1{font-size:69px;padding:25px 0}}@media(max-width:767.98px){.tag-details h1{font-size:50px;padding:20px 0}}@media(max-width:575.98px){.tag-details h1{font-size:30px;padding:20px 0}}.tag-details .tag-dates{display:flex;align-items:center;justify-content:space-between;margin-top:100px;margin-bottom:100px}@media(max-width:1399.98px){.tag-details .tag-dates{margin-top:70px;margin-bottom:70px}}@media(max-width:991.98px){.tag-details .tag-dates{margin-top:40px;margin-bottom:40px}}@media(max-width:575.98px){.tag-details .tag-dates{margin-top:20px;margin-bottom:20px;column-gap:20px}}.tag-details .tag-dates p{font-size:16px;padding:10px 20px;border:1px solid var(--pottyapp-black-color);border-radius:50px;font-weight:500;color:var(--pottyapp-black-color)}@media(max-width:575.98px){.tag-details .tag-dates p{font-size:14px;padding:8px 20px}}.tag-details .tag-dates span{font-size:20px;color:var(--pottyapp-black-color);font-weight:400}@media(max-width:575.98px){.tag-details .tag-dates span{font-size:14px}}.tag-details .related-blogs{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:140px}@media(max-width:991.98px){.tag-details .related-blogs{grid-template-columns:repeat(2,1fr);margin-bottom:70px}}@media(max-width:767.98px){.tag-details .related-blogs{grid-template-columns:repeat(2,1fr);margin-bottom:60px}}@media(max-width:575.98px){.tag-details .related-blogs{grid-template-columns:1fr;margin-bottom:50px}}.tag-details .related-blogs .posts-box{border:1px solid var(--pottyapp-black-color);padding:20px 30px;box-sizing:border-box;margin-left:-1px;margin-top:-1px;cursor:pointer}@media(max-width:767.98px){.tag-details .related-blogs .posts-box{padding:20px}}@media(max-width:575.98px){.tag-details .related-blogs .posts-box{padding:15px}}.tag-details .related-blogs .posts-box .post-dates{display:flex;align-items:center;justify-content:space-between;margin-top:30px;margin-bottom:30px}@media(max-width:767.98px){.tag-details .related-blogs .posts-box .post-dates{margin-top:10px;margin-bottom:25px}}@media(max-width:575.98px){.tag-details .related-blogs .posts-box .post-dates{margin-top:5px;margin-bottom:20px}}.tag-details .related-blogs .posts-box .post-dates p{font-size:16px;padding:10px 20px;border:1px solid rgba(0,0,0,.288);border-radius:50px;font-weight:500;color:var(--pottyapp-black-color)}.tag-details .related-blogs .posts-box .post-dates span{font-size:14px;color:rgba(51,51,51,.9);font-weight:500}.tag-details .related-blogs .posts-box .posts-image{overflow:hidden;height:300px}@media(max-width:767.98px){.tag-details .related-blogs .posts-box .posts-image{height:260px}}@media(max-width:575.98px){.tag-details .related-blogs .posts-box .posts-image{height:230px}}.tag-details .related-blogs .posts-box .posts-image img{width:100%;height:100%;object-fit:cover;transition:all .3s linear}.tag-details .related-blogs .posts-box:hover .posts-image img{transform:scale(1.1);transition:all .5s ease-in-out}.tag-details .related-blogs .posts-title h3{font-size:25px;color:var(--pottyapp-black-color);margin-bottom:20px;text-transform:capitalize;margin-top:30px;line-height:140%}.tag-details .related-blogs .posts-title p{line-height:25px;color:#333}.tag-details .related-blogs .posts-title button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 14px;border:none;outline:none;border-radius:50px;cursor:pointer;margin-top:20px}@keyframes leftToRight{0%{width:0}to{width:100%}}@keyframes RightToLeft{0%{width:0}to{width:100%}}.cornerStoneSlider .related_wrapper .relatedProducts_wrapper{background-color:var(--pottyapp-white-color);border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:10px;border-top-left-radius:10px;overflow:hidden}.cornerStoneSlider .related_wrapper .relatedProducts_wrapper .relatedProducts_image img{width:100%!important;height:-moz-fit-content!important;height:fit-content!important}.cornerStoneSlider .related_wrapper .relatedProducts_wrapper .relatedProducts_body .header{padding:15px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5}.cornerStoneSlider .related_wrapper .relatedProducts_wrapper .relatedProducts_body .header .relatedProducts_button button{background-color:var(--pottyapp-main-color);color:var(--pottyapp-white-color);padding:10px 14px;border:none;outline:none;border-radius:10px;cursor:pointer;font-size:14px}@media(min-width:576px)and (max-width:991.98px){.cornerStoneSlider .related_wrapper .relatedProducts_wrapper .relatedProducts_body .header .relatedProducts_button button{font-size:10px}}.cornerStoneSlider .related_wrapper .relatedProducts_wrapper .relatedProducts_body .relatedProducts_summary{padding:15px 20px}.cornerStoneSlider .related_wrapper .relatedProducts_wrapper .relatedProducts_body .relatedProducts_summary p{font-size:14px;line-height:20px;font-weight:400!important;color:var(--pottyapp-black-color);margin:0}.cornerStone_banner{margin-top:90px;margin-bottom:70px}@media(max-width:767.98px){.cornerStone_banner{margin-top:100px}}.cornerStone_banner .hero_cornerStone{position:relative;text-align:center;padding-top:190px;padding-bottom:190px;z-index:1}@media(max-width:991.98px){.cornerStone_banner .hero_cornerStone{padding-top:100px;padding-bottom:100px}}.cornerStone_banner .hero_cornerStone:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,5%,.4);z-index:-1}.cornerStone_banner .hero_cornerStone .cornerStone_hero_text{max-width:1273px;margin:0 auto;width:100%}.cornerStone_banner .hero_cornerStone .cornerStone_hero_text h1{font-size:70px;line-height:80px;color:var(--pottyapp-main-color);text-transform:uppercase}@media(max-width:991.98px){.cornerStone_banner .hero_cornerStone .cornerStone_hero_text h1{font-size:40px;line-height:45px}}@media(min-width:992px)and (max-width:1199.98px){.cornerStone_banner .hero_cornerStone .cornerStone_hero_text h1{font-size:60px;line-height:65px}}.cornerStone_banner .hero_cornerStone .cornerStone_hero_text p{font-size:20px;color:var(--pottyapp-white-color);line-height:40px}@media(max-width:991.98px){.cornerStone_banner .hero_cornerStone .cornerStone_hero_text p{font-size:16px;line-height:25px}}.cornerStone{margin:20px 0}.cornerStone p{font-size:16px;margin:25px 0;line-height:30px;font-family:Poppins,sans-serif;font-weight:400;color:var(--pottyapp-black-color)}@media(max-width:991.98px){.cornerStone p{line-height:25px}}.cornerStone h2{font-size:37px;color:var(--pottyapp-black-color);line-height:55px;font-family:Manjari,sans-serif;font-weight:700}@media(max-width:991.98px){.cornerStone h2{font-size:30px;line-height:45px}}.cornerStone .cornerStone_body{margin-top:40px}.cornerStone .cornerStone_body h2{font-size:40px;color:var(--pottyapp-black-color);border-bottom:1px solid #ddd;margin-bottom:20px}@media(max-width:991.98px){.cornerStone .cornerStone_body h2{font-size:30px}}.cornerStone .cornerStone_body h5{font-size:16px;color:var(--pottyapp-black-color);font-family:Poppins,sans-serif;font-weight:500;margin-bottom:20px;margin-top:20px}.cornerStone .cornerStone_body ul{list-style-type:number;padding-left:18px}.cornerStone .cornerStone_body ul li{font-size:16px;margin:20px 0;line-height:30px;font-family:Poppins,sans-serif;font-weight:400}.cornerStone .cornerStone_body ul li:last-child{margin-bottom:50px}.cornerStone .cornerStone_body h4{font-size:1.125rem;color:var(--pottyapp-black-color);font-family:Poppins,sans-serif;font-weight:500}.cornerStone .cornerStone_body p{font-size:16px;margin:15px 0;line-height:30px;font-family:Poppins,sans-serif;font-weight:400}.cornerStone .cornerStone_body h3{font-size:24px;color:var(--pottyapp-black-color);line-height:30px;font-family:Manjari,sans-serif;font-weight:700}.cornerStone .cornerStone_conclusion{margin-top:20px}.cornerStone .cornerStone_conclusion h2{font-size:40px;color:var(--pottyapp-black-color);border-bottom:1px solid #ddd}@media(max-width:991.98px){.cornerStone .cornerStone_conclusion h2{font-size:30px}}.cornerStone .cornerStone_conclusion h4{font-size:20px;color:var(--pottyapp-black-color);margin:20px 0;font-family:Poppins,sans-serif;font-weight:400}.cornerStone .cornerStone_conclusion ul{list-style:disc;padding-left:18px}.cornerStone .cornerStone_conclusion ul li{font-family:Poppins,sans-serif;font-weight:400}.cornerStone .cornerStone_conclusion p{margin:20px 0;line-height:30px}.cornerStone .cornerStone_related_articles{margin-top:40px;margin-bottom:50px}.cornerStone .cornerStone_related_articles h2{font-size:40px;color:var(--pottyapp-black-color);border-bottom:1px solid #ddd}@media(max-width:991.98px){.cornerStone .cornerStone_related_articles h2{font-size:30px}}.cornerStone .cornerStone_related_articles .realted_article_grid{margin-top:40px}.cornerStone .cornerStone_related_articles .realted_article_grid .inner_article{border-radius:5px;background-color:var(--pottyapp-white-color);min-height:400px;filter:drop-shadow(0 4px 45px rgba(0,0,0,.1))}.cornerStone .cornerStone_related_articles .realted_article_grid .inner_article .inner_article_image{overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px}.cornerStone .cornerStone_related_articles .realted_article_grid .inner_article .inner_article_image img{width:100%;object-fit:cover;display:block}.cornerStone .cornerStone_related_articles .realted_article_grid .inner_article .inner_article_body{padding:20px}.cornerStone .cornerStone_related_articles .realted_article_grid .inner_article .inner_article_body h4{font-size:20px;line-height:30px;color:var(--pottyapp-black-color)}.cornerStone .cornerStone_related_articles .realted_article_grid .inner_article .inner_article_body p{font-size:16px;line-height:25px;margin-top:10px;margin-bottom:0;color:#333}@media(max-width:575.98px){.sc_video_field iframe{height:300px}}@media(min-width:576px)and (max-width:1199.98px){.sc_video_field iframe{height:400px}}.sc_features{padding-left:40px}@media(max-width:991.98px){.sc_features{padding-left:0;margin-top:30px}}.sc_features .scf_texts h4{font-size:26px;color:var(--pottyapp-black-color);margin-bottom:16px;font-weight:600;line-height:45px}@media(max-width:991.98px){.sc_features .scf_texts h4{margin-top:16px}}.sc_features .scf_texts p{color:#545454;margin-bottom:48px;font-size:1rem;line-height:30px;font-weight:400}@media(max-width:991.98px){.sc_features .scf_texts p{margin-bottom:28px}}.sc_features .scf_list{display:flex;justify-content:flex-start;align-items:center;color:#545454;margin-top:10px;margin-left:40px}@media(min-width:768px)and (max-width:991.98px){.sc_features .scf_list{margin-top:0;margin-bottom:10px}}.sc_features .scf_list div:first-child{margin-top:0}.sc_features .scf_list p{margin-left:18px;font-size:1.25rem;font-weight:400;line-height:normal}@media(max-width:575.98px){.sc_features .scf_list p{font-size:1rem}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}