@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";:root{--webkit-appearance: "none" font-synthesis: none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0}*{box-sizing:border-box;margin:0;padding:0}header{width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;height:80px;position:fixed;margin:0;top:0}header div{width:40%;height:80%}header .logo-wrap{display:flex;align-items:center}header .logo-wrap h1{color:#00f;text-decoration:none;font-size:26px}header .logo-wrap a{text-decoration:none}header .get-started-wrap{display:flex;align-items:center;justify-content:flex-end}header .get-started-wrap button{width:130px;height:43px;margin-right:12px;outline:none;cursor:pointer;border:none;border-radius:8px;color:#000;transition:.4s ease-in}header .get-started-wrap button:nth-child(1){width:100px;background-color:transparent;font-weight:700;font-size:17px}header .get-started-wrap button:nth-child(1):hover{color:#00f}header .get-started-wrap button:nth-child(2){outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;font-size:14px}header .get-started-wrap button:nth-child(2):hover{box-shadow:1px 2px 1px #000}header .get-started-wrap button:nth-child(2):hover{box-shadow:1px 0 #00f}.mobile-nav-btn{display:none}.hero-container{width:100%;height:80vh;display:flex;align-items:center;justify-content:center;background-color:#fff;margin-top:80px}.hero-container .hero-box-one{width:40%;height:90%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.hero-container .hero-box-one .hero-content{width:80%;height:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-transform:capitalize;font-weight:500}.hero-box-one .hero-content p{font-size:12pt;padding-bottom:2pt}.hero-box-one .hero-content h2{color:#00f;font-size:70pt;padding-bottom:8px;font-weight:700}.hero-box-one .hero-content span{width:100%;font-size:14pt}.hero-container .hero-box-one .hero-get-started{width:80%;height:30%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-container .hero-box-one .hero-get-started span{color:#00f}.hero-container .hero-box-one .hero-get-started p{padding-bottom:6px;font-size:10pt}.hero-container .hero-box-two{width:40%;height:90%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around}.hero-container .hero-box-two .hero-rate-form{width:65%;height:66%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-container .hero-box-two .hero-rate-form p{height:50px;text-transform:capitalize;font-size:11pt}.hero-box-two .hero-rate-form form{width:100%;height:100%;padding:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;color:#000}.hero-box-two .hero-rate-form form label{font-size:10pt}.hero-box-two .hero-rate-form form div{width:100%;height:20%;display:flex;border-bottom:none;border:1px solid #000;border-radius:8px;box-shadow:0 1px 1px #000;align-items:center;justify-content:center;transition:all 1s ease-in}.hero-box-two .hero-rate-form form div:hover{box-shadow:0 1px 2px #000}.hero-box-two .hero-rate-form form div:focus{box-shadow:0 1px #000}.hero-box-two .hero-rate-form form div input{width:69%;height:80%;border:none;outline:none;padding-left:14px;font-size:15pt;margin-left:4px;color:#000;font-weight:700}.hero-box-two .hero-rate-form form div select{width:30%;height:80%;border:none;outline:none;font-size:14pt;padding:12px;background-color:transparent;color:#000;cursor:pointer;font-weight:700;text-transform:uppercase}.hero-box-two .hero-rate-form form .submit-btn{height:20%;border:none;display:flex;align-items:center;justify-content:flex-start;box-shadow:none}.hero-box-two .hero-rate-form form .submit-btn button{width:100%;height:100%;margin:0 auto;font-size:15pt;font-weight:500;outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease}.hero-box-two .hero-rate-form form .submit-btn button:hover{box-shadow:1px 2px 1px #000}.hero-container .hero-box-two .hero-rate-display{width:63%;height:16%;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;padding:12px;border-radius:10px;border:1px solid #000;box-shadow:0 1px 1px #000;text-transform:capitalize}.hero-container .hero-box-two .hero-ads{width:100%;height:10%;display:flex;align-items:center;justify-content:flex-start;text-transform:capitalize;font-size:12pt}.landing-page-prompt{width:100%;height:140px;position:fixed;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;bottom:0;cursor:pointer}.landing-page-prompt .prompt-cancel{width:12%;height:80%;background-color:#fff;display:flex;align-items:flex-start;justify-content:center}.landing-page-prompt .prompt-cancel span{font-size:17pt;cursor:pointer;padding-top:22px}.landing-page-prompt .prompt-body{width:56%;height:80%;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:18px;text-transform:capitalize}.landing-page-prompt .prompt-body p{font-size:14pt;padding:6px}.landing-page-prompt .prompt-body span{font-size:11pt;padding:5px}@media screen and (max-width: 768px){header div{width:44%;height:88%}header .logo-wrap a{font-size:21px}header .get-started-wrap{display:flex;align-items:center;justify-content:flex-end}header .get-started-wrap button{width:135px;height:45px}header .get-started-wrap button:nth-child(2){width:120px}.hero-container{width:100%;height:80vh}.hero-container .hero-box-one{width:45%;height:90%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.hero-container .hero-box-one .hero-content{width:90%;height:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-box-one .hero-content p{font-size:18px}.hero-box-one .hero-content h2{color:#00f;font-size:52px;padding-bottom:12px}.hero-box-one .hero-content span{width:90%;font-size:16px}.hero-container .hero-box-one .hero-get-started{height:30%}.hero-container .hero-box-one .hero-get-started span{color:red}.hero-container .hero-box-one .hero-get-started p{padding-bottom:6px}.hero-container .hero-box-two{width:45%;height:90%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around}.hero-container .hero-box-two .hero-rate-form{width:95%;height:66%}.hero-container .hero-box-two .hero-rate-form p{height:50px}.hero-box-two .hero-rate-form form{width:100%;height:100%;padding:14px 8px 8px;border-radius:24px;color:#000}.hero-box-two .hero-rate-form form label{font-size:13px}.hero-box-two .hero-rate-form form div{width:100%;height:22%;display:flex;border-bottom:none}.hero-box-two .hero-rate-form form div input{width:66%;height:80%}.hero-box-two .hero-rate-form form div select{width:30%;height:80%;font-size:16px}.hero-box-two .hero-rate-form form .submit-btn{height:24%}.hero-box-two .hero-rate-form form .submit-btn button{width:100%;height:80%}.hero-container .hero-box-two .hero-rate-display{width:90%;height:15%}.hero-container .hero-box-two .hero-rate-display p{font-size:16px}.hero-container .hero-box-two .hero-ads{width:100%;height:10%;font-size:smaller}}@media screen and (max-width: 425px){header{width:100%}header div{height:100%}header .logo-wrap{width:30%}header .logo-wrap h1{font-size:16pt}header .get-started-wrap{width:60%;display:flex;align-items:center;justify-content:flex-end}header .get-started-wrap button{height:40px;margin-right:4px}header .get-started-wrap button:nth-child(1){width:60px;display:none}header .get-started-wrap button:nth-child(2){width:100px;height:38px;font-size:12px;box-shadow:none;border:none;background-color:transparent;color:#000}header .get-started-wrap button:nth-child(2):hover{box-shadow:none;border:none}header .get-started-wrap button:nth-child(2):focus{box-shadow:none;border:none}.get-started-wrap .mobile-nav-btn{display:flex;align-items:center;justify-content:flex-end;box-shadow:none;border:none}.get-started-wrap .mobile-nav-btn p{font-weight:400;font-size:20pt}.pc-nav-logout{display:none}.hero-container{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.hero-container .hero-box-one{width:100%;height:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.hero-container .hero-box-one .hero-content{width:90%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-box-one .hero-content p{font-size:10pt}.hero-box-one .hero-content h2{font-size:44pt;padding-bottom:6px;padding-top:6px}.hero-box-one .hero-content span{width:94%;font-size:12pt}.hero-container .hero-box-one .hero-get-started{display:none}.hero-container .hero-box-two{width:100%;height:67%;flex-direction:column;align-items:center}.hero-container .hero-box-two .hero-rate-form{width:92%;height:67%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-container .hero-box-two .hero-rate-form p{height:10px;width:80%;font-size:10pt;padding-left:6px}.hero-box-two .hero-rate-form form{width:100%;height:100%;padding:8px;align-items:flex-start;justify-content:space-evenly}.hero-box-two .hero-rate-form form label{font-size:10pt}.hero-box-two .hero-rate-form form div{width:100%;height:20%;display:flex;border-bottom:none;border:1px solid #000;border-radius:8px;box-shadow:0 1px 1px #000;align-items:center;justify-content:center}.hero-box-two .hero-rate-form form div input{width:68%;height:78%;font-size:14pt}.hero-box-two .hero-rate-form form div select{width:30%;height:76%}.hero-box-two .hero-rate-form form .submit-btn{height:23%;box-shadow:none}.hero-box-two .hero-rate-form form .submit-btn button{width:100%;height:80%;margin:0 auto}.hero-container .hero-box-two .hero-rate-display{width:90%;height:15%}.hero-container .hero-box-two .hero-rate-display p{font-size:11pt}.hero-container .hero-box-two .hero-ads{width:90%}.hero-container .hero-box-two .hero-ads p{font-size:10pt}.landing-page-prompt{width:100%;height:120px;position:fixed;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;bottom:0}.landing-page-prompt .prompt-cancel{width:10%;height:90%}.landing-page-prompt .prompt-cancel span{font-size:14pt;font-weight:500;cursor:pointer;padding-top:8px}.landing-page-prompt .prompt-body{width:85%;height:90%;padding-left:12px}.landing-page-prompt .prompt-body p{font-size:11pt}.landing-page-prompt .prompt-body span{font-size:9pt;padding:3px}}@media screen and (max-width: 375px){header div{height:100%}header .logo-wrap{width:27%}header .logo-wrap h1{font-size:16pt}header .get-started-wrap{display:flex;align-items:center;justify-content:flex-end}header .get-started-wrap button{height:40px;margin-right:4px}.get-started-wrap .mobile-nav-btn p{font-weight:400;font-size:20pt}.hero-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.hero-container .hero-box-one{width:100%;height:30%}.hero-container .hero-box-one .hero-content{width:90%;height:100%}.hero-box-one .hero-content p{font-size:11pt}.hero-box-one .hero-content h2{font-size:42pt}.hero-box-one .hero-content span{width:94%;font-size:11pt}.hero-container .hero-box-one .hero-get-started{display:none}.hero-container .hero-box-two{width:100%;height:67%}.hero-container .hero-box-two .hero-rate-form{width:94%;height:70%}.hero-container .hero-box-two .hero-rate-form p{height:10px;width:80%;font-size:10pt;padding-left:6px}.hero-box-two .hero-rate-form form{width:100%;height:100%;padding:8px}.hero-box-two .hero-rate-form form div{width:100%;height:20%;display:flex;border-bottom:none;border:1px solid #000000;border-radius:8px;box-shadow:0 1px 1px #000a;align-items:center;justify-content:center}.hero-box-two .hero-rate-form form div input{width:68%;height:78%;font-size:14pt}.hero-box-two .hero-rate-form form div select{width:30%;height:76%}.hero-box-two .hero-rate-form form .submit-btn{height:23%;box-shadow:none}.hero-box-two .hero-rate-form form .submit-btn button{width:100%;height:80%;margin:0 auto}.hero-container .hero-box-two .hero-rate-display{width:90%;height:15%}.hero-container .hero-box-two .hero-rate-display p{font-size:10pt}.hero-container .hero-box-two .hero-ads{width:90%}.hero-container .hero-box-two .hero-ads p{font-size:9pt}.landing-page-prompt{width:100%}.landing-page-prompt .prompt-cancel{width:10%;height:90%}.landing-page-prompt .prompt-cancel span{font-size:13pt;font-weight:500}.landing-page-prompt .prompt-body{width:85%;height:90%;padding-left:12px}.landing-page-prompt .prompt-body p{font-size:10pt}.landing-page-prompt .prompt-body span{font-size:8pt;padding:3px}}@media screen and (max-width: 360px){header div{height:100%}header .logo-wrap{width:26%}header .logo-wrap h1{font-size:16pt}header .get-started-wrap{display:flex;align-items:center;justify-content:flex-end}header .get-started-wrap button{height:40px;margin-right:4px}.get-started-wrap .mobile-nav-btn p{font-weight:400;font-size:18pt}.hero-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.hero-container .hero-box-one{width:100%;height:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.hero-container .hero-box-one .hero-content{width:90%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-box-one .hero-content p{font-size:15px}.hero-box-one .hero-content h2{font-size:42px}.hero-box-one .hero-content span{width:94%;font-size:16px}.hero-container .hero-box-two{width:100%;height:65%}.hero-container .hero-box-two .hero-rate-form{width:94%;height:70%}.hero-container .hero-box-two .hero-rate-form p{font-size:14px}.hero-box-two .hero-rate-form form{width:100%;height:100%;padding:12px 8px 8px}.hero-box-two .hero-rate-form form label{font-size:13px}.hero-box-two .hero-rate-form form div{width:100%;height:20%}.hero-box-two .hero-rate-form form div input{width:68%;height:76%;font-size:16px}.hero-box-two .hero-rate-form form div select{width:30%;height:76%}.hero-box-two .hero-rate-form form .submit-btn{height:22%}.hero-box-two .hero-rate-form form .submit-btn button{width:100%;height:80%;margin:0 auto}.hero-container .hero-box-two .hero-rate-display{height:15%}.hero-container .hero-box-two .hero-rate-display p{font-size:14px}.hero-container .hero-box-two .hero-ads{width:90%}.hero-container .hero-box-two .hero-ads p{font-size:13px}}@media screen and (max-width: 320px){header div{height:100%}header .logo-wrap{width:27%}header .logo-wrap h1{font-size:15pt}header .get-started-wrap{display:flex;align-items:center;justify-content:flex-end}header .get-started-wrap button{height:40px;margin-right:4px}.get-started-wrap .mobile-nav-btn p{font-weight:400;font-size:20pt}header .get-started-wrap button:nth-child(2){font-size:13px}.hero-container{width:100%;height:100vh}.hero-container .hero-box-one{width:100%;height:30%}.hero-container .hero-box-one .hero-content{width:90%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-box-one .hero-content p{font-size:15px}.hero-box-one .hero-content h2{font-size:42px}.hero-box-one .hero-content span{width:98%;font-size:15px}.hero-container .hero-box-two{width:100%;height:64%}.hero-container .hero-box-two .hero-rate-form{width:94%;height:70%}.hero-container .hero-box-two .hero-rate-form p{font-size:14px}.hero-box-two .hero-rate-form form{width:100%;height:100%}.hero-box-two .hero-rate-form form label{font-size:13px}.hero-box-two .hero-rate-form form div{width:100%;height:20%}.hero-box-two .hero-rate-form form div input{width:68%;height:76%;font-size:16px}.hero-box-two .hero-rate-form form div select{width:30%;height:76%}.hero-box-two .hero-rate-form form .submit-btn{height:22%}.hero-box-two .hero-rate-form form .submit-btn button{width:100%;height:80%;margin:0 auto}.hero-container .hero-box-two .hero-rate-display{height:15%}.hero-container .hero-box-two .hero-rate-display p{font-size:14px}.hero-container .hero-box-two .hero-ads{width:90%}.hero-container .hero-box-two .hero-ads p{font-size:13px}}.login-wrapper{width:100%;height:93dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;justify-content:flex-start}.login-wrapper .login-head{width:70%;height:22%;display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:flex-start;padding-left:12px}.login-wrapper .login-head span{width:90%;display:flex;align-items:center;justify-content:center;justify-content:space-between;font-size:12pt}.login-wrapper .login-head span a{font-size:16px;padding-bottom:10px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#000;text-transform:capitalize;transition:all .5s ease-in}.login-wrapper .login-head span a:hover{color:#00f}.login-wrapper .login-head h2{font-size:16pt;padding-top:10px;padding-bottom:4px;color:#000;cursor:pointer}.login-wrapper .login-head p{cursor:pointer;font-weight:200;display:flex;align-items:center;justify-content:center;justify-content:space-evenly}.login-wrapper .login-head p span{padding-right:2pt;color:green;font-size:8pt}.login-wrapper .login-head p b{font-size:8pt}.login-wrapper .form-wrap{width:50%;height:70%;display:flex;align-items:center;justify-content:center;flex-direction:column;justify-content:flex-start}.login-wrapper .form-wrap div{width:62%;height:96px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;margin-top:6px}.login-wrapper .form-wrap div label{font-size:13px;text-transform:capitalize}.login-wrapper .form-wrap div label span{border-radius:12px;padding:3px 8px;cursor:pointer;font-weight:light;font-size:11px}.login-wrapper .form-wrap div input{width:92%;height:66%;padding-left:12px;border-radius:12px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:17px;transition:all .5s ease}.login-wrapper .form-wrap div input:hover{box-shadow:1px 2px 1px #000}.login-wrapper .form-wrap div button{width:60%;height:60%;outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease}.login-wrapper .form-wrap div button:hover{box-shadow:1px 2px 1px #000}.login-wrapper .form-wrap div button:disabled{background-color:gray;cursor:not-allowed}.login-wrapper .form-wrap .verify-instruction-wrap{text-transform:capitalize}.login-wrapper .form-wrap .verify-instruction-wrap h3{font-size:17px}.login-wrapper .form-wrap .verify-instruction-wrap span{font-size:13px}.login-wrapper .form-wrap .verify-instruction-wrap span button{font-size:15px;background-color:transparent;width:100px;border:none;border-radius:none;box-shadow:none;color:#00f}.login-wrapper .form-wrap .reset-form-wrap{height:120px}.login-wrapper .form-wrap .reset-form-wrap input{width:92%;height:50%;padding-left:12px;border-radius:12px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:17px}.login-wrapper .form-wrap .reset-form-wrap span{color:#00f;font-weight:400;font-size:14px;cursor:pointer;text-transform:capitalize}.login-wrapper .form-wrap .form-wrap-alert{height:40px;text-transform:capitalize}.login-wrapper .form-wrap .form-wrap-alert p{font-size:14px}.reset-link{text-align:center}@media screen and (max-width: 768px){.login-wrapper{width:100%}.login-wrapper .login-head{width:90%;height:23%;padding-left:10px}.login-wrapper .login-head span{width:90%}.login-wrapper .login-head span a{font-size:17px;padding-bottom:12px}.login-wrapper .login-head h2{font-size:22px}.login-wrapper .login-head p{font-size:12px}.login-wrapper .form-wrap{width:80%;height:84%}.login-wrapper .form-wrap div{width:70%;height:100px;margin-top:6px}.login-wrapper .form-wrap div label{font-size:13px}.login-wrapper .form-wrap div input{width:91%;height:65%;font-size:17px}.login-wrapper .form-wrap div button{width:50%;height:66%}.login-wrapper .form-wrap .verify-instruction-wrap p button{font-size:14px;background-color:transparent;width:100px;border:none;border-radius:none;box-shadow:none}}@media screen and (max-width: 425px){.login-wrapper{width:100%;justify-content:flex-start}.login-wrapper .login-head{width:98%;height:24%;padding-left:12px}.login-wrapper .login-head span{width:90%}.login-wrapper .form-wrap{width:94%;height:78%}.login-wrapper .form-wrap div{width:96%;height:100px;margin-top:4px}.login-wrapper .form-wrap div label{font-size:13px}.login-wrapper .form-wrap div input{width:98%;height:60%;font-size:16px}.login-wrapper .form-wrap div button{width:90%;height:60%}.reset-link{width:80%;text-align:center}}@media screen and (max-width: 375px){.login-wrapper .login-head{height:24%}.login-wrapper .form-wrap,.login-wrapper .form-wrap div{width:95%}.login-wrapper .form-wrap div label{font-size:14px}.login-wrapper .form-wrap div input{font-size:16px}.login-wrapper .form-wrap div button{width:80%}}@media screen and (max-width: 375px){.login-wrapper{width:100%}.login-wrapper .login-head{width:99%}.login-wrapper .login-head span{width:90%}.login-wrapper .form-wrap{width:95%;height:80%}.login-wrapper .form-wrap div{width:96%;height:100px;margin-top:4px}.login-wrapper .form-wrap div label{font-size:13px}.login-wrapper .form-wrap div input{width:98%;height:60%;font-size:16px}.login-wrapper .form-wrap div button{width:90%;height:60%}}@media screen and (max-width: 360px){.login-wrapper .login-head{width:98%}.login-wrapper .login-head span{width:90%}.login-wrapper .form-wrap{width:95%;height:80%}.login-wrapper .form-wrap div{width:95%;height:100px}.login-wrapper .form-wrap div input{width:97%;font-size:16px}.login-wrapper .form-wrap div button{width:80%}}@media screen and (max-width: 320px){.login-wrapper{height:92dvh}.login-wrapper .login-head{width:98%;height:25%}.login-wrapper .form-wrap{width:95%;height:80%}.login-wrapper .form-wrap div{width:96%;height:100px}.login-wrapper .form-wrap div input{width:98%;height:58%}.login-wrapper .form-wrap div button{width:80%}}footer{width:100%;height:40vh;background:#fff}footer .box-wrap{width:90%;height:100%;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;margin:0 auto}footer .box-wrap .box{width:26%;height:70%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}footer .box-wrap .t{width:20%;padding-left:0;justify-content:space-evenly;height:70%}footer .box-wrap .box h4{font-size:22px;text-transform:capitalize;color:#222;padding-bottom:12px}footer .box-wrap .box p{font-size:16px;text-transform:capitalize;font-weight:400}footer .box-wrap .box p a{text-decoration:none;color:#222;transition:.3s ease-in}footer .box-wrap .box p a:hover{opacity:.7;color:#00f}footer .box-wrap .box img{width:80px;height:80px;border-radius:8px;margin-bottom:12px}footer .box-wrap .box p{color:#000;font-size:16px;width:85%}footer .copyright-wrap{width:100%;height:10vh;display:flex;align-items:center;justify-content:center}footer .copyright-wrap p{font-size:14px;font-weight:300;color:#000}@media screen and (max-width: 425px){footer{height:100vh;width:100%}footer .box-wrap{width:90%;height:100%;justify-content:space-evenly;flex-wrap:nowrap;flex-direction:column}footer .box-wrap .box{width:100%;height:40%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;margin-bottom:8px}footer .box-wrap .t{padding-left:12px}footer .box-wrap .box h4{font-size:17px}footer .box-wrap .box p{font-size:14px;text-transform:capitalize;text-align:left}footer .box-wrap .box p a{text-decoration:none;transition:.3s ease-in}footer .box-wrap .box img{width:72px;height:72px}footer .copyright-wrap p{font-size:12px}}@media screen and (max-width: 375px){footer .box-wrap{width:90%;height:100%;justify-content:space-evenly;flex-wrap:nowrap;flex-direction:column}footer .box-wrap .box{width:98%}footer .box-wrap .t{padding-left:1rem}footer .box-wrap .box p{font-size:14px}footer .box-wrap .box p a{text-decoration:none;transition:.3s ease-out}}@media screen and (max-width: 320px){footer{height:100%}footer .box-wrap{width:80%;height:100%;justify-content:space-evenly;flex-wrap:nowrap;flex-direction:column}footer .box-wrap .box{width:100%}footer .box-wrap .t{padding-left:0rem}footer .box-wrap .box p a{text-decoration:none;color:#222;transition:.3s ease-out}}.errpage{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.errpage h5{font-size:28px}.errpage p{font-size:15px}.errpage p a{text-decoration:none;color:#00f}.what-wrap{width:100%;height:750px;display:flex;align-items:center;justify-content:center;flex-direction:column;justify-content:flex-start;background-color:#2b27fd29}.what-wrap .what-head{width:80%;height:22%;display:flex;align-items:center;justify-content:center}.what-wrap .what-head h3{font-size:27pt;text-align:center;text-transform:capitalize}.what-wrap .what-box-wrap{width:100%;height:78%;display:flex;align-items:center;justify-content:center;flex-direction:column;justify-content:flex-start}.what-wrap .what-box-wrap div{width:70%;height:45%;display:flex;align-items:center;justify-content:space-evenly}.what-wrap .what-box-wrap div .box{width:40%;height:86%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer;border-radius:8px;padding:8px 8px 8px 12px;text-transform:capitalize;transition:all .5s ease-in}.what-box-wrap div .box span{font-size:32pt;background-color:transparent;display:flex;align-items:center;justify-content:center;color:#2b27fdb0;margin-bottom:8px}.what-box-wrap .box p{font-size:11pt}.what-box-wrap .box h4{font-size:16pt;margin-bottom:6px}.what-wrap .why-us-wrap{width:100%}.what-wrap .why-us-wrap div{width:60%;height:190px;flex-direction:column;align-items:flex-start;justify-content:center;text-transform:capitalize}.what-wrap .why-us-wrap div span{font-size:28pt;background-color:transparent;display:flex;align-items:center;justify-content:center;color:#2b27fdb0;margin-bottom:12px}.what-wrap .why-us-wrap div p{font-size:11pt;width:80%}.what-wrap .why-us-wrap div h4{margin-bottom:6px;font-size:16pt}.what-wrap .faq-wrap{width:100%}.what-wrap .faq-wrap div{width:60%;height:110px;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer;text-transform:capitalize}.what-wrap .faq-wrap div h4{font-size:14pt;cursor:pointer;text-transform:capitalize;padding-bottom:2px}.what-wrap .faq-wrap div p{width:90%;padding-top:2px;font-size:11pt}.page-wrapper-head{width:100%;height:156px;background-color:#00f;display:flex;align-items:center;justify-content:center;color:#fff}.page-wrapper-head h3{font-size:30px}.page-wrapper-body{width:70%;height:100%;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#000;margin:0 auto;padding:16px;padding-bottom:10rem;text-transform:capitalize}.page-wrapper-body h3{padding-bottom:12px;padding-top:12px;font-size:20px}.page-wrapper-body p{padding-bottom:6px;padding-top:4px;font-size:16px;text-transform:lowercase}.page-wrapper-body h2{padding-bottom:6px;padding-top:4px;font-size:24px}.page-wrapper-body h4{padding-bottom:6px;padding-top:4px;font-size:18px}@media screen and (max-width: 768px){.what-wrap .what-head{width:90%;height:24%}.what-wrap .what-head h3{font-size:34px;text-align:center}.what-wrap .what-box-wrap{width:100%;height:75%}.what-wrap .what-box-wrap div{width:95%;height:45%}.what-wrap .what-box-wrap div .box{width:40%;height:85%;padding:6px}.what-box-wrap div .box span{font-size:26px}.what-box-wrap .box p{font-size:16px}.what-box-wrap .box h4{font-size:22px}.what-wrap .why-us-wrap{width:100%}.what-wrap .why-us-wrap div{width:80%}.what-wrap .why-us-wrap div span{font-size:26px}.what-wrap .why-us-wrap div p{font-size:16px;width:90%}.what-wrap .why-us-wrap div h4{margin-bottom:12px;font-size:22px}.what-wrap .faq-wrap{width:100%}.what-wrap .faq-wrap div{width:68%;height:100px}.what-wrap .faq-wrap div h4{font-size:20px}.what-wrap .faq-wrap div p{width:100%;font-size:16px}}@media screen and (max-width: 425px){.what-wrap{width:100%}.what-wrap .what-head{width:80%;height:20%}.what-wrap .what-head h3{font-size:16pt}.what-wrap .what-box-wrap{width:100%;height:80%;flex-direction:column;justify-content:space-between}.what-wrap .what-box-wrap div{width:97%;height:50%;flex-direction:column;align-items:center;justify-content:center}.what-wrap .what-box-wrap div .box{width:93%;height:50%;padding:8px;display:flex;align-items:center;justify-content:center;align-items:flex-start}.what-box-wrap div .box span{font-size:20pt;margin-bottom:6px}.what-box-wrap .box p{font-size:10pt}.what-box-wrap .box h4{font-size:13pt;margin-bottom:4px}.what-wrap .why-us-wrap{width:100%;justify-content:flex-start}.what-wrap .why-us-wrap div{width:88%;height:180px;text-transform:capitalize;align-items:flex-start}.what-wrap .why-us-wrap div span{font-size:20pt;margin-bottom:8px}.what-wrap .why-us-wrap div p{font-size:10pt;width:94%}.what-wrap .why-us-wrap div h4{margin-bottom:6px;font-size:13pt}.what-wrap .faq-wrap{width:100%;justify-content:flex-start}.what-wrap .faq-wrap div{width:90%;height:100px;text-align:center}.what-wrap .faq-wrap div h4{font-size:13pt}.what-wrap .faq-wrap div p{width:90%;font-size:10pt}.page-wrapper-head{width:100%;height:200px}.page-wrapper-head h3{font-size:23px}.page-wrapper-body{width:95%}}@media screen and (max-width: 375px){.what-wrap{width:100%}.what-wrap .what-head{width:80%;height:20%}.what-wrap .what-head h3{font-size:15pt}.what-wrap .what-box-wrap{width:100%;height:80%;flex-direction:column;justify-content:space-between}.what-wrap .what-box-wrap div{width:98%;height:50%;flex-direction:column;align-items:center;justify-content:center}.what-wrap .what-box-wrap div .box{width:94%;height:50%;padding:8px;display:flex;align-items:center;justify-content:center;align-items:flex-start}.what-box-wrap div .box span{font-size:20pt;margin-bottom:6px}.what-box-wrap .box p{font-size:9pt}.what-box-wrap .box h4{font-size:12pt;margin-bottom:4px}.what-wrap .why-us-wrap{width:100%;justify-content:flex-start}.what-wrap .why-us-wrap div{width:88%;height:180px;text-transform:capitalize;align-items:flex-start}.what-wrap .why-us-wrap div span{font-size:20pt;margin-bottom:8px}.what-wrap .why-us-wrap div p{font-size:9pt;width:94%}.what-wrap .why-us-wrap div h4{margin-bottom:6px;font-size:12pt}.what-wrap .faq-wrap{width:100%;justify-content:flex-start}.what-wrap .faq-wrap div{width:90%;height:100px;text-align:center}.what-wrap .faq-wrap div h4{font-size:12pt}.what-wrap .faq-wrap div p{width:90%;font-size:9pt}.page-wrapper-head{width:100%;height:200px}.page-wrapper-head h3{font-size:23px}.page-wrapper-body{width:95%}}@media screen and (max-width: 360px){.what-wrap{width:100%}.what-wrap .what-head{width:80%;height:20%}.what-wrap .what-head h3{font-size:15pt}.what-wrap .what-box-wrap{width:100%;height:80%;flex-direction:column;justify-content:space-between}.what-wrap .what-box-wrap div{width:98%;height:50%;flex-direction:column;align-items:center;justify-content:center}.what-wrap .what-box-wrap div .box{width:94%;height:50%;padding:8px;display:flex;align-items:center;justify-content:center;align-items:flex-start}.what-box-wrap div .box span{font-size:20pt;margin-bottom:6px}.what-box-wrap .box p{font-size:9pt}.what-box-wrap .box h4{font-size:12pt;margin-bottom:4px}.what-wrap .why-us-wrap{width:100%;justify-content:flex-start}.what-wrap .why-us-wrap div{width:88%;height:180px;text-transform:capitalize;align-items:flex-start}.what-wrap .why-us-wrap div span{font-size:20pt;margin-bottom:8px}.what-wrap .why-us-wrap div p{font-size:9pt;width:94%}.what-wrap .why-us-wrap div h4{margin-bottom:6px;font-size:12pt}.what-wrap .faq-wrap{width:100%;justify-content:flex-start}.what-wrap .faq-wrap div{width:90%;height:100px;text-align:center}.what-wrap .faq-wrap div h4{font-size:12pt}.what-wrap .faq-wrap div p{width:90%;font-size:9pt}.page-wrapper-head{width:100%;height:200px}.page-wrapper-head h3{font-size:23px}.page-wrapper-body{width:95%}}@media screen and (max-width: 320px){.what-wrap{width:100%;height:100vh}.what-wrap .what-head{width:90%;height:18%}.what-wrap .what-head h3{font-size:20px}.what-wrap .what-box-wrap{width:100%;height:82%;justify-content:space-evenly}.what-wrap .what-box-wrap div{width:98%;height:40%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.what-wrap .what-box-wrap div .box{width:96%;height:50%;padding:8px;margin-bottom:22px}.what-box-wrap div .box span{font-size:25px;margin-bottom:8px}.what-box-wrap .box p{font-size:14px;padding-bottom:8px}.what-box-wrap .box h4{font-size:17px;margin-bottom:8px}.what-wrap .why-us-wrap{width:100%}.what-wrap .why-us-wrap div{width:90%;height:165px;flex-direction:column;align-items:flex-start;justify-content:flex-start}.what-wrap .why-us-wrap div span{font-size:27px;color:#2b27fdb0;margin-bottom:8px}.what-wrap .why-us-wrap div p{font-size:14px;width:98%}.what-wrap .why-us-wrap div h4{margin-bottom:8px;font-size:17px}.bridge-wrap{width:100%;height:40vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.bridge-wrap h3{font-size:36px}.bridge-wrap p{font-size:24px}.what-wrap .faq-wrap{width:100%}.what-wrap .faq-wrap div{width:90%;height:100px;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer}.what-wrap .faq-wrap div h4{font-size:15px;cursor:pointer;text-transform:capitalize;padding-bottom:4px;border-bottom:1px solid #000}.what-wrap .faq-wrap div p{width:98%;padding-top:6px;font-size:14px}}.app-main-container{width:100%;height:88dvh;display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.app-main-container .app-main-nav{width:18%;height:100%;display:flex;justify-content:flex-start}.app-main-container .app-main-nav-mobile{display:none}.app-main-nav .nav-box{width:100%;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:120px}.app-main-nav .nav-box p{width:80%;height:20%;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;font-size:14pt;font-weight:500;text-transform:capitalize}.app-main-nav .nav-box p span{padding-left:8px}.app-main-container .app-main-view{width:80%;height:100%;scroll-snap-type:proximity;scroll-behavior:smooth;margin-top:82px}.app-main-container .loader-container{width:80%;height:100%;scroll-snap-type:proximity;scroll-behavior:smooth;background-color:#fff;display:flex;align-items:flex-end;justify-content:flex-end}.app-main-container .loader-container div{width:30%;height:66px;background-color:#fff;display:flex;align-items:center;justify-content:flex-start;border-radius:6px;padding-left:12px;border:1px solid #222;box-shadow:2px 2px #000;margin-right:3rem}.app-main-container .loader-container div p{font-size:18px;padding-right:12px}.app-main-container .loader-container div img{width:40px;height:56px}.app-main-container .app-main-view .app-main-head{width:100%;height:70px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-transform:capitalize}.app-main-view .app-main-head h3{font-size:12pt;padding-bottom:0}.app-main-view .app-main-head h2{font-size:14pt;padding-bottom:0}.app-main-view .app-main-head p{font-size:10pt}.app-main-container .app-main-view .app-main-footer{width:100%;height:80px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:14px;justify-self:flex-end}.app-main-view .app-main-footer p{font-size:6pt;text-transform:lowercase;font-weight:100}.app-main-view .app-main-footer p span{font-size:6pt;font-weight:200}.app-main-view .app-main-footer p span b{color:#00f;text-transform:capitalize}.app-main-view .app-order-view-filter{width:100%;height:36px;display:flex;align-items:center;justify-content:flex-start;padding-left:8px}.app-main-view .app-order-view-filter button{width:66px;height:65%;cursor:pointer;border-radius:8px;transition:.5s ease-in;color:#222;margin-right:16px;font-size:8pt;border:none;background-color:transparent;font-weight:700}.app-main-view .app-orders-list{width:90%;overflow:scroll;margin-bottom:12px;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-around}.app-main-view .app-orders-list ul{width:100%;height:50px;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:.5s ease-in}.app-main-view .app-orders-list ul li{list-style:none;width:20%;display:flex;align-items:center;justify-content:flex-start;text-transform:capitalize;cursor:pointer}.app-main-view .app-orders-list .list-h li{font-size:15px;font-weight:700;height:300px}.app-main-view .app-orders-list .list-h .li-more,.app-main-view .app-orders-list .list-b .li-more,.app-main-view .app-orders-list .list-h .li-amt,.app-main-view .app-orders-list .list-b .li-amt{display:none}.app-main-view .app-orders-list .list-b li{font-size:13px;width:18%}.app-main-view .app-orders-list .list-b .li-date{width:16%;font-size:12px}.app-main-view .app-orders-list .list-b .li-type{width:14%;text-transform:uppercase}.app-main-view .app-orders-list .list-b .li-amt-m{width:20%;text-transform:uppercase}.app-main-view .app-orders-list .list-b .li-status{font-size:11px}@media screen and (max-width: 425px){.app-main-container{width:100%;height:86vh;display:flex;align-items:flex-start;justify-content:center}.app-main-container .app-main-nav{display:none}.app-main-container .app-main-nav-mobile{width:100%;height:60%;display:flex;justify-content:center;background-color:#fff;position:absolute;margin-top:82px}.app-main-nav-mobile .nav-box{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:12px}.app-main-nav-mobile .nav-box p{width:80%;height:20%;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.app-main-nav-mobile .nav-box p span{padding-left:20px}.app-main-container .app-main-view{width:100%;height:100%}.app-main-container .loader-container{width:80%;height:100%;align-items:flex-end;justify-content:center}.app-main-container .loader-container div{width:100%;height:52px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;border-radius:6px;padding-left:12px;border:1px solid #222;box-shadow:2px 2px #000;margin-right:0rem}.app-main-container .loader-container div p{font-size:16px;padding-right:6px}.app-main-container .loader-container div img{width:40px;height:36px;padding-right:6px}.app-main-container .app-main-view .app-main-head{width:100%;height:55px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:20px}.app-main-view .app-main-head h3{font-size:11pt}.app-main-view .app-main-head p{font-size:8pt}.app-main-container .app-main-view .app-main-footer{padding-left:12px}.app-main-view .app-order-view-filter{width:100%;height:36px;display:flex;align-items:center;justify-content:flex-start;padding-left:8px}.app-main-view .app-order-view-filter button{height:64%;font-size:8pt}.app-main-view .app-orders-list{width:100%;overflow:scroll;margin-bottom:12px}.app-main-view .app-orders-list ul{width:100%;height:50px;display:flex;align-items:center;justify-content:space-evenly}.app-main-view .app-orders-list ul li{list-style:none;width:18%;display:flex;align-items:center;justify-content:center;text-transform:capitalize}.app-main-view .app-orders-list .list-h li{font-size:14px;font-weight:700;height:300px}.app-main-view .app-orders-list .list-h .li-more,.app-main-view .app-orders-list .list-b .li-more,.app-main-view .app-orders-list .list-h .li-amt,.app-main-view .app-orders-list .list-b .li-amt{display:none}.app-main-view .app-orders-list .list-b li{font-size:8pt;width:10%;display:flex;align-items:center;justify-content:flex-start}.app-main-view .app-orders-list .list-b .li-order{width:20%;font-size:8pt;justify-content:flex-start}.app-main-view .app-orders-list .list-b .li-date{width:18%;font-size:8pt;padding-left:4px}.app-main-view .app-orders-list .list-b .li-type{width:16%;text-transform:capitalize}.app-main-view .app-orders-list .list-b .li-amt-m{width:9%;text-transform:uppercase;justify-content:flex-start}.app-main-view .app-orders-list .list-b .li-status{font-size:6pt;width:12%}}@media screen and (max-width: 375px){.app-main-container{width:100%;height:86vh}.app-main-container .app-main-nav{display:none}.app-main-container .app-main-nav-mobile{width:100%;height:80%;display:flex;justify-content:center;background-color:#fff;position:absolute}.app-main-nav-mobile .nav-box{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:12px}.app-main-nav-mobile .nav-box p{width:80%;height:20%;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.app-main-nav-mobile .nav-box p span{padding-left:20px}.app-main-container .app-main-view{width:100%;height:100%}.app-main-container .app-main-view .app-main-head{height:70px;padding-left:12px}.app-main-container .loader-container div{width:100%;height:50px}.app-main-container .loader-container div p{font-size:15px;padding-right:2px}.app-main-container .loader-container div img{height:33px;padding-right:12px}.app-main-view .app-order-view-filter{width:100%;height:36px;padding-left:8px}.app-main-view .app-order-view-filter button{font-size:8pt}.app-main-view .app-orders-list{width:100%;overflow:scroll;margin-bottom:12px}.app-main-view .app-orders-list ul{width:100%;height:50px;display:flex;align-items:center;justify-content:space-around}.app-main-view .app-orders-list ul li{list-style:none;width:18%}.app-main-view .app-orders-list .list-h .li-more,.app-main-view .app-orders-list .list-b .li-more,.app-main-view .app-orders-list .list-h .li-amt,.app-main-view .app-orders-list .list-b .li-amt{display:none}.app-main-view .app-orders-list .list-b li{font-size:8pt;width:10%}.app-main-view .app-orders-list .list-b .li-order{width:20%;font-size:8pt;justify-content:flex-start}.app-main-view .app-orders-list .list-b .li-date{width:16%;font-size:7pt;padding-left:4px}.app-main-view .app-orders-list .list-b .li-type{width:15%;text-transform:capitalize}.app-main-view .app-orders-list .list-b .li-amt-m{width:9%;text-transform:uppercase;justify-content:flex-start}.app-main-view .app-orders-list .list-b .li-status{font-size:6pt;width:12%}}@media screen and (max-width: 320px){.app-main-container{width:100%;height:86vh}.app-main-container .app-main-nav{display:none}.app-main-container .app-main-nav-mobile{width:100%;height:80%;display:flex;justify-content:center;background-color:#fff;position:absolute}.app-main-nav-mobile .nav-box{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:12px}.app-main-nav-mobile .nav-box p{width:80%;height:20%;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.app-main-nav-mobile .nav-box p span{padding-left:20px}.app-main-container .app-main-view{width:100%;height:100%}.app-main-container .app-main-view .app-main-head{height:70px;padding-left:12px}.app-main-view .app-main-head p{font-size:8pt}.app-main-container .loader-container div{width:100%;height:50px}.app-main-container .loader-container div p{font-size:14px;padding-right:2px}.app-main-container .loader-container div img{height:30px;padding-right:16px}.app-main-view .app-order-view-filter{width:100%;height:36px;padding-left:8px}.app-main-view .app-order-view-filter button{font-size:7pt;width:60px}.app-main-view .app-orders-list{width:100%;overflow:scroll;margin-bottom:12px}.app-main-view .app-orders-list ul{width:100%;height:50px;justify-content:space-around}.app-main-view .app-orders-list ul li{list-style:none;width:18%}.app-main-view .app-orders-list .list-b li{font-size:6pt;width:10%}.app-main-view .app-orders-list .list-b .li-order{width:20%;font-size:6pt;justify-content:flex-start}.app-main-view .app-orders-list .list-b .li-date{width:15%;font-size:6pt;padding-left:4px}.app-main-view .app-orders-list .list-b .li-type{width:15%}.app-main-view .app-orders-list .list-b .li-amt-m{width:10%;justify-content:flex-end}.app-main-view .app-orders-list .list-b .li-status{font-size:5pt;width:14%}}@media screen and (device-aspect-ratio: 2/3){select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url]{font-size:16px}}@media screen and (device-aspect-ratio: 40/71){select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url]{font-size:16px}}@media screen and (device-aspect-ratio: 375/667){select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=tel],input[type=url]{font-size:16px}}@media screen and (device-aspect-ratio: 9/16){select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=tel],input[type=url]{font-size:16px}}.appdash-form-wrapper{width:100%;height:440px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.appdash-form-wrapper p{font-size:10pt;text-align:left;align-self:flex-start}.appdash-form-wrapper form{width:38%;height:80%;padding-top:14px;border-radius:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;color:#000}.appdash-form-wrapper form label{font-size:10pt}.appdash-form-wrapper form div{width:100%;height:18%;display:flex;border-bottom:none;border:1px solid #000;border-radius:8px;box-shadow:1px 1px #000;align-items:center;justify-content:center;transition:.3s ease-in}.appdash-form-wrapper form div:hover{box-shadow:1px 3px #000}.appdash-form-wrapper form div input{width:68%;height:78%;border:none;outline:none;padding-left:14px;font-size:14pt;margin-left:4px;font-weight:700;color:#000;cursor:pointer}.appdash-form-wrapper form div select{width:28%;height:78%;border:none;outline:none;font-size:12pt;font-weight:700;padding:12px;background-color:transparent;color:#000;cursor:pointer}.appdash-form-wrapper form .submit-btn{height:24%;border:none;display:flex;align-items:flex-start;justify-content:flex-start;box-shadow:none}.appdash-form-wrapper form .submit-btn:hover{box-shadow:none}.appdash-form-wrapper form .submit-btn button{width:50%;height:74%;cursor:pointer;background-color:#00f;color:#fff;font-size:15pt;border-radius:8px;border:1px solid #000;box-shadow:1px 1px #000;outline:none;font-weight:700;transition:.4s ease}.appdash-form-wrapper form .submit-btn button:hover{box-shadow:1px 3px #000}.appdash-services-wrapper{width:100%;height:200px;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.appdash-services-wrapper div{width:30%;height:68%;border:1px solid #000;box-shadow:1px 1px #000;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:14px;margin-right:26px;cursor:pointer;transition:.4s ease-in}.appdash-services-wrapper div:hover{box-shadow:1px 3px #000}.appdash-services-wrapper div h3{padding-bottom:8px;font-size:18px}.appdash-services-wrapper div p{font-size:12px;padding-bottom:2px;width:90%}.appdash-services-wrapper div span{font-size:10px;width:90%}.appdash-ongoing-wrapper{width:100%;height:200px}.appdash-ongoing-wrapper div{width:95%;height:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.appdash-ongoing-wrapper div p{font-size:15px}.app-instant-bankwrap{width:50%;height:100px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer;border:1px solid #000;box-shadow:1px 1px #000;border-radius:8px;padding-left:16px;color:#fff;background-color:#00f;transition:.4s ease-in}.app-instant-bankwrap:hover{box-shadow:1px 3px #000}.app-instant-bankwrap h2{font-size:14pt;width:90%;padding-bottom:6px;padding-top:6px;text-transform:capitalize}.app-instant-bankwrap p{font-size:10pt;padding:0}.app-instant-cta{width:60%;height:100px;display:flex;align-items:center;justify-content:center;justify-content:flex-start;margin-left:12px}.app-instant-cta button{width:40%;height:56%;outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease}.app-instant-cta button:hover{box-shadow:1px 2px 1px #000}.app-checkout-trxwrap{height:240px;width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:16px;border:1px solid #000;border-radius:8px;box-shadow:1px 1px #000;cursor:pointer;margin-bottom:6px;transition:.3s ease-in}.app-checkout-trxwrap:hover{box-shadow:1px 3px #000}.app-checkout-trxwrap p{padding-bottom:10px;font-size:14pt;font-weight:800}.app-checkout-trxwrap span{font-size:11pt;padding-bottom:2px;text-transform:capitalize;font-weight:400}.app-checkout-trxwrap .date-span{text-transform:capitalize}.app-checkout-timerwrap{height:100px;width:90%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer}.app-checkout-timerwrap p{font-size:12px}.app-checkout-timerwrap h4{font-size:21px;padding-bottom:2px;text-transform:capitalize}.app-checkout-timerwrap span{font-size:14px}.app-checkout-instwrap{height:130px;width:80%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer;text-transform:capitalize}.app-checkout-instwrap h5{font-size:14pt;padding-bottom:6px;text-transform:capitalize}.app-checkout-instwrap p{font-size:9pt;text-transform:capitalize;line-height:16px}.app-checkout-addrwrap{height:350px;width:56%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;cursor:pointer}.app-checkout-addrwrap form{width:100%;height:30%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.app-checkout-addrwrap form label{font-size:12px;text-transform:lowercase;font-weight:700}.app-checkout-addrwrap form select{width:60%;height:40px;border:1px solid #000;padding-left:12px;font-size:16px;border-radius:6px;transition:.3s ease-in;box-shadow:0 1px 1px #000;outline:none;background:transparent;color:#000;cursor:pointer}.app-checkout-addrwrap .addrwrap-qr{width:50%;height:50%;display:flex;align-items:center}.app-checkout-addrwrap .addrwrap-qr img{width:40%;height:76%;border-radius:8px}.app-checkout-addrwrap .addrwrap-cta{width:100%;height:20%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.app-checkout-addrwrap .addrwrap-cta h3{color:#000;font-size:17px;text-transform:capitalize}.app-checkout-addrwrap .addrwrap-cta h3 span{padding-left:50px}.app-checkout-addrwrap .addrwrap-cta p{font-size:12px;padding-top:8px}.app-checkout-ctawrap{height:90px;width:56%;display:flex;align-items:center;justify-content:flex-start}.app-checkout-ctawrap button{width:30%;height:60%;font-size:17px;border:none;text-transform:capitalize;margin-right:45px;outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease}.app-checkout-ctawrap button:hover{box-shadow:1px 2px 1px #000}.app-confirm-trxwrap{height:200px}.app-checkout-trxwrap p{padding-bottom:6px;font-size:16px;font-weight:700}.app-checkout-trxwrap span{font-size:12px;padding-bottom:2px}.settings-profile-head{width:40%;height:160px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-transform:capitalize}.settings-profile-head h2{font-size:46px;background-color:#d3d3d366;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:10px;margin-bottom:8px}.settings-profile-body{width:60%;height:150px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#222;text-transform:capitalize;background-color:#fff;transition:.4s ease-in}.settings-profile-form{height:300px;border-top:none}.settings-profile-form form{width:65%;height:90%;display:flex;flex-direction:column;align-items:center}.settings-profile-form form div{width:100%;height:40%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.settings-profile-form form div label{font-size:12px}.settings-profile-form form div input{width:100%;height:56px;border-radius:6px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:16px;transition:all .5s ease;padding-left:12px}.settings-profile-form form div select{width:100%;height:50px;border-radius:6px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:16px;transition:all .5s ease;padding-left:12px}.settings-profile-form form div button{width:66%;height:56px;outline:none;border:1px solid #000;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;align-self:flex-start;font-size:16px;border-radius:6px;color:#000}.settings-profile-form form div button:hover{box-shadow:1px 2px 1px #000}.settings-profile-body h4{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;text-transform:capitalize}.settings-profile-body h4 button{width:100px;outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;height:35px;font-size:10px;color:#000}.settings-profile-body h4 button:hover{box-shadow:1px 2px 1px #000}.settings-profile-body p{font-size:14px;color:#000}.settings-profile-body span{width:80%;font-size:14px;padding-bottom:12px;display:inline-flex;align-items:center;justify-content:space-between}.settings-profile-body span button{width:200px;height:46px;font-size:10pt;background-color:transparent;transition:.3s ease-in;cursor:pointer;border:none;box-shadow:none;font-weight:700;text-transform:capitalize;color:#000}.settings-profile-body span button:hover{color:#00f}.settings-profile-head div{width:50%;height:20%;display:flex;align-items:center;justify-content:space-between}.settings-profile-head p{font-size:12px;padding-bottom:2px;font-weight:700}.settings-profile-head p span{font-size:10px;font-style:italic;color:#adff2f}.settings-profile-head p button{background-color:transparent;outline:none;border:none;color:#daa520;font-size:12px;cursor:pointer;font-style:italic;font-weight:700}.settings-profile-body .body-p-date{font-size:10px;font-style:italic}@media screen and (max-width: 425px){.appdash-form-wrapper{width:100%;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.appdash-form-wrapper p{font-size:9pt;text-align:left;align-self:flex-start;padding-left:16px}.appdash-form-wrapper form{width:94%;height:78%;padding:8px 6px 6px;border-radius:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.appdash-form-wrapper form label{font-size:9pt}.appdash-form-wrapper form div{width:100%;height:22%;display:flex;border-bottom:none;align-items:center;justify-content:center;box-shadow:1px 2px #000}.appdash-form-wrapper form div input{width:66%;height:80%;border:none;outline:none;padding-left:12px;font-size:12pt;margin-left:4px;color:#000}.appdash-form-wrapper form div select{width:27%;height:80%;border:none;outline:none;font-size:11pt;padding:12px;background-color:transparent;color:#000}.appdash-form-wrapper form .submit-btn{height:23%;border:none;display:flex;align-items:center;justify-content:flex-start;box-shadow:none}.appdash-form-wrapper form .submit-btn button{width:80%;height:90%;margin:0 auto;font-size:14pt;box-shadow:1px 2px #000}.appdash-services-wrapper{height:520px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.appdash-services-wrapper div{width:90%;height:26%;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:0;box-shadow:1px 2px #000}.appdash-services-wrapper div h3{font-size:14pt}.appdash-services-wrapper div p{font-size:10pt}.appdash-ongoing-wrapper{width:100%;height:200px}.appdash-ongoing-wrapper div{width:95%;height:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.appdash-ongoing-wrapper div p{font-size:15px}.app-instant-bankwrap{width:94%;height:105px;display:flex;flex-direction:column;padding-left:16px;margin:0 auto;box-shadow:1px 3px #000}.app-instant-bankwrap h3{font-size:14px;width:80%;padding-bottom:4px}.app-instant-bankwrap p{font-size:12px;padding:0}.app-checkout-trxwrap{width:94%;margin-left:12px;height:220px}.app-checkout-trxwrap p{padding-bottom:4px;font-size:15pt;font-weight:700}.app-checkout-trxwrap span{font-size:12pt;padding-bottom:6px}.app-checkout-timerwrap{height:120px;width:92%;margin-left:12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:10px;cursor:pointer}.app-checkout-timerwrap p{font-size:10px}.app-checkout-timerwrap h4{font-size:20px;padding-top:4px;padding-bottom:6px}.app-checkout-timerwrap span{font-size:12px}.app-checkout-instwrap{height:120px;width:96%;padding-left:16px;margin-bottom:6px}.app-checkout-instwrap h5{font-size:12pt;text-transform:uppercase;width:90%;padding-bottom:2px;padding-top:8px}.app-checkout-instwrap p{font-size:9pt;text-transform:capitalize;width:100%;padding-bottom:0;padding-top:0}.app-checkout-addrwrap{height:340px;width:95%;margin-left:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-left:0}.app-checkout-addrwrap form{width:90%;height:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.app-checkout-addrwrap form label{font-size:10pt;text-transform:capitalize}.app-checkout-addrwrap form select{width:100%;height:46px;border:1px solid #222;padding-left:12px;font-size:12pt;border-radius:8px;transition:.3s ease-in;box-shadow:0 1px 1px #222;outline:none;background:transparent;color:#000}.app-checkout-addrwrap .addrwrap-qr{width:90%;height:60%;display:flex;align-items:center;justify-content:center}.app-checkout-addrwrap .addrwrap-qr img{width:38%;height:80%;border-radius:12px}.app-checkout-addrwrap .addrwrap-cta{width:92%;height:20%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.app-checkout-addrwrap .addrwrap-cta h3{font-size:13pt;width:100%;display:flex;align-items:center;justify-content:space-between}.app-checkout-addrwrap .addrwrap-cta p{font-size:8pt;padding-top:4px}.app-checkout-ctawrap{height:100px;width:100%;display:flex;align-items:center;justify-content:center}.app-checkout-ctawrap button{width:45%;height:52%;font-size:16px;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;border:none;outline:none}.app-checkout-ctawrap button:hover{box-shadow:1px 2px 1px #000}.app-confirm-trxwrap{height:200px;width:92%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:10px;cursor:pointer}.app-checkout-trxwrap p{padding-bottom:8px;font-size:14px;font-weight:700}.app-checkout-trxwrap span{font-size:12px;padding-bottom:4px}.settings-profile-head{width:100%;height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-transform:capitalize}.settings-profile-head h2{font-size:38px}.settings-profile-body{width:100%;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center}.settings-profile-form{height:300px;border-top:none}.settings-profile-form form{width:90%;height:90%;display:flex;flex-direction:column;align-items:center}.settings-profile-form form div{width:100%;height:40%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.settings-profile-form form div label{font-size:12px}.settings-profile-form form div input{width:100%;height:56px;border-radius:6px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:16px;transition:all .5s ease;padding-left:12px}.settings-profile-form form div select{width:100%;height:50px;border-radius:6px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:16px;transition:all .5s ease;padding-left:12px}.settings-profile-form form div button{width:66%;height:56px;outline:none;border:1px solid #000;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;align-self:center;font-size:16px;border-radius:6px}.settings-profile-form form div button:hover{box-shadow:1px 2px 1px #000}.settings-profile-body h4{width:56%;font-size:14px;text-transform:capitalize;text-align:center}.settings-profile-body h4 button{width:100px;outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;height:35px;font-size:10px}.settings-profile-body h4 button:hover{box-shadow:1px 2px 1px #000}.settings-profile-body p{font-size:13px}.settings-profile-body span{width:93%;font-size:14px;padding-bottom:6px;display:flex;align-items:center;justify-content:space-between}.settings-profile-body span button{width:140px;height:46px;font-size:10pt;background-color:transparent;transition:.3s ease-in;cursor:pointer;border:none;box-shadow:none;font-weight:700;text-transform:capitalize}.settings-profile-body span button:hover{color:#00f}.settings-profile-head div{width:50%;height:20%;display:flex;align-items:center;justify-content:space-between}.settings-profile-head p{font-size:12px;padding-bottom:2px;font-weight:700}}@media screen and (max-width: 375px){.appdash-form-wrapper{width:100%;height:410px;display:flex;flex-direction:column;align-items:center;justify-content:center}.appdash-form-wrapper p{font-size:12px}.appdash-form-wrapper form{width:96%;height:80%;padding:14px 8px 8px;border-radius:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;color:#000}.appdash-form-wrapper form div{height:22%}.appdash-form-wrapper form div input{width:66%;height:80%;border:none;outline:none;font-size:18px}.appdash-form-wrapper form div select{height:80%;border:none;outline:none}.appdash-form-wrapper form .submit-btn{height:25%;border:none;display:flex;align-items:center;justify-content:flex-start;box-shadow:none}.appdash-form-wrapper form .submit-btn button{height:80%;font-size:18px}.appdash-services-wrapper div{height:26%}.appdash-services-wrapper div h3{font-size:20px}.appdash-ongoing-wrapper{width:100%;height:200px}.appdash-ongoing-wrapper div{width:95%;height:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.appdash-ongoing-wrapper div p{font-size:15px}.app-instant-bankwrap{height:156px}.app-instant-bankwrap p,.app-instant-bankform p{align-self:flex-start;padding-left:14pt;font-size:12pt;padding-bottom:8px}.app-instant-bankwrap div{width:93%;height:70%}.app-instant-bankwrap div h3{font-size:12pt}.app-instant-bankwrap div p{font-size:10pt}.app-instant-bankwrap div span{font-size:9pt}.app-checkout-trxwrap{height:224px}.app-checkout-trxwrap p{padding-bottom:4px;font-size:14pt}.app-checkout-trxwrap span{font-size:11pt;padding-bottom:6px}.app-checkout-timerwrap{height:100px;width:92%;padding-left:12px}.app-checkout-timerwrap p{font-size:13px}.app-checkout-timerwrap h4{font-size:15pt;text-transform:capitalize}.app-checkout-timerwrap span{font-size:8pt}.app-checkout-instwrap{height:120px}.app-checkout-instwrap h5{font-size:12pt;width:90%}.app-checkout-instwrap p{font-size:8pt;text-transform:capitalize;width:100%;padding-bottom:0;padding-top:0}.app-checkout-addrwrap{height:340px;width:95%;margin-left:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-left:0}.app-checkout-addrwrap form{width:90%;height:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.app-checkout-addrwrap form label{font-size:10pt}.app-checkout-addrwrap form select{width:100%;height:45px}.app-checkout-addrwrap .addrwrap-qr{width:90%;height:60%}.app-checkout-addrwrap .addrwrap-qr img{width:40%;height:72%}.app-checkout-addrwrap .addrwrap-cta{width:92%;height:20%}.app-checkout-addrwrap .addrwrap-cta h3{font-size:12pt;width:100%}.app-checkout-addrwrap .addrwrap-cta h3 span{padding-left:80px}.app-checkout-addrwrap .addrwrap-cta p{font-size:8pt;padding-top:4px}.app-checkout-ctawrap{height:100px;width:100%;display:flex;align-items:center;justify-content:center}.app-checkout-ctawrap button{width:45%;font-size:16px;height:52%}.app-confirm-trxwrap{height:200px;width:92%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:10px;cursor:pointer}.app-checkout-trxwrap p{padding-bottom:8px;font-size:14px;font-weight:700}.app-checkout-trxwrap span{font-size:12px;padding-bottom:4px}}@media screen and (max-width: 320px){.appdash-form-wrapper{width:100%;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.appdash-form-wrapper p{font-size:13px;height:8%;padding-left:10px;text-align:left;align-self:flex-start}.appdash-form-wrapper form{width:95%;height:80%;padding:10px 8px 8px;border-radius:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;color:#000}.appdash-form-wrapper form label{font-size:12px}.appdash-form-wrapper form div{width:100%;height:21%;display:flex;border-bottom:none;border:1px solid #000000;border-radius:8px;box-shadow:0 1px 1px #000a;align-items:center;justify-content:center}.appdash-form-wrapper form div input{width:66%;height:80%;border:none;outline:none;padding-left:14px;font-size:20px;margin-left:4px;font-weight:700;color:#000}.appdash-form-wrapper form div select{width:30%;height:80%;border:none;outline:none;font-size:16px;font-weight:700;padding:12px;background-color:transparent;color:#000}.appdash-form-wrapper form .submit-btn{height:25%;border:none;display:flex;align-items:center;justify-content:flex-start;box-shadow:none}.appdash-form-wrapper form .submit-btn button{height:80%;margin:0 auto;font-size:20px}.appdash-services-wrapper{height:500px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.appdash-services-wrapper div{width:92%;height:25%;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:0}.appdash-services-wrapper div h3{font-size:20px}.appdash-services-wrapper div p{font-size:14px}.appdash-ongoing-wrapper{width:100%;height:200px}.appdash-ongoing-wrapper div{width:95%;height:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.appdash-ongoing-wrapper div p{font-size:15px}.app-instant-bankwrap{height:146px}.app-instant-bankwrap p,.app-instant-bankform p{align-self:flex-start;padding-left:14pt;font-size:12pt;padding-bottom:8px}.app-instant-bankwrap div{width:93%;height:70%}.app-instant-bankwrap div h3{font-size:12pt}.app-instant-bankwrap div p{font-size:10pt}.app-instant-bankwrap div span{font-size:9pt}.app-checkout-trxwrap{height:224px}.app-checkout-trxwrap p{padding-bottom:4px;font-size:14pt}.app-checkout-trxwrap span{font-size:11pt;padding-bottom:6px}.app-checkout-timerwrap{height:100px;width:92%;padding-left:12px}.app-checkout-timerwrap p{font-size:13px}.app-checkout-timerwrap h4{font-size:15pt;text-transform:capitalize}.app-checkout-timerwrap span{font-size:8pt}.app-checkout-instwrap{height:120px}.app-checkout-instwrap h5{font-size:12pt;width:90%}.app-checkout-instwrap p{font-size:8pt;text-transform:capitalize;width:100%;padding-bottom:0;padding-top:0}.app-checkout-addrwrap{height:340px;width:95%;margin-left:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-left:0}.app-checkout-addrwrap form{width:90%;height:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.app-checkout-addrwrap form label{font-size:10pt}.app-checkout-addrwrap form select{width:100%;height:45px}.app-checkout-addrwrap .addrwrap-qr{width:90%;height:60%}.app-checkout-addrwrap .addrwrap-qr img{width:40%;height:72%}.app-checkout-addrwrap .addrwrap-cta{width:92%;height:20%}.app-checkout-addrwrap .addrwrap-cta h3{font-size:12pt;width:100%}.app-checkout-addrwrap .addrwrap-cta h3 span{padding-left:80px}.app-checkout-addrwrap .addrwrap-cta p{font-size:8pt;padding-top:4px}.app-checkout-ctawrap{height:100px;width:100%;display:flex;align-items:center;justify-content:center}.app-checkout-ctawrap button{width:56%;height:52%}.app-confirm-trxwrap{height:200px;width:92%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:10px;cursor:pointer}.app-checkout-trxwrap p{padding-bottom:8px;font-size:14px;font-weight:700}.app-checkout-trxwrap span{font-size:12px;padding-bottom:4px}.settings-profile-head h2{font-size:40px}.settings-profile-body{width:100%;height:140px}.settings-profile-form{height:300px;border-top:none}.settings-profile-form form{width:90%;height:90%}.settings-profile-form form div{width:100%;height:40%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.settings-profile-form form div label{font-size:12px}.settings-profile-form form div input{width:98%;height:56px;border-radius:6px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:16px;transition:all .5s ease;padding-left:12px}.settings-profile-form form div select{width:98%;height:50px;border-radius:6px;outline:none;border:1px solid #000;background-color:#fff;box-shadow:2px 1px #000;font-size:16px;transition:all .5s ease;padding-left:12px}.settings-profile-form form div button{width:66%;height:56px;outline:none;border:1px solid #000;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;align-self:center;font-size:16px;border-radius:6px}.settings-profile-form form div button:hover{box-shadow:1px 2px 1px #000}.settings-profile-body h4{width:98%;display:flex;align-items:center;justify-content:center;font-size:14px;text-transform:capitalize}.settings-profile-body h4 button{width:100px;outline:none;border:1px solid #000;border-radius:12px;color:#fff;font-size:18px;background-color:#00f;box-shadow:2px 2px #000;align-self:center;align-items:center;font-weight:700;cursor:pointer;transition:all .5s ease;height:35px;font-size:10px}.settings-profile-body h4 button:hover{box-shadow:1px 2px 1px #000}.settings-profile-body p{font-size:11px}.settings-profile-body span{width:93%;font-size:14px;padding-bottom:6px;display:flex;align-items:center;justify-content:space-between}.settings-profile-body span button{width:140px;height:46px;font-size:10pt;background-color:transparent;transition:.3s ease-in;cursor:pointer;border:none;box-shadow:none;font-weight:700;text-transform:capitalize}.settings-profile-body span button:hover{color:#00f}.settings-profile-head div{width:50%;height:20%;display:flex;align-items:center;justify-content:space-between}.settings-profile-head p{font-size:12px;padding-bottom:2px;font-weight:700}}
