.download-sec{background-color:var(--wp--preset--color--blue)!important;padding:50px 60px;margin-top:40px;border-radius:20px;display:flex;gap:40px;justify-content:space-between;align-items:center;box-sizing:border-box}.download-sec .head h3{color:#fff;margin:0;font-weight:600;line-height:1;font-size:90px}.download-sec .des p{font-size:18px;font-weight:500;line-height:26px;color:#fff}.download-sec .btn-block a{min-width:240px}.download-popup{position:fixed;top:0;left:0;width:100%;transform:translateX(-100vw);padding:5%;box-sizing:border-box;transition:.5s ease-in-out;height:100%;display:flex;align-items:center;justify-content:center;z-index:9999;isolation:isolate}.download-popup .d-form{background:#192e70;box-shadow:6px 6px 25px 0 rgba(0,0,0,.25);border-radius:20px;padding:60px 50px;min-width:40%;display:flex;flex-direction:column;gap:15px;position:relative}.download-popup .d-form h3{font-size:25px;font-weight:600;line-height:34px;color:#fff}.download-popup.open{transform:translateX(0)}.download-popup .d-form .c-icon{position:absolute;right:30px;top:30px;cursor:pointer}.download-popup .d-form form{padding-top:15px;display:flex;flex-direction:column;gap:10px;box-sizing:border-box}.download-popup .d-form form .single{display:flex;flex-direction:row;gap:10px;box-sizing:border-box}.download-popup .d-form form .form-group input{border-radius:7px;padding:15px;outline:0;font-size:18px;font-weight:400;box-sizing:border-box;color:#fff;width:100%;background:0 0;border:1px solid #fff}.download-popup .d-form form .form-group input::placeholder{font-size:18px;font-weight:400;color:#fff}.download-popup .d-form form .form-group{width:100%;display:flex;flex-direction:column;gap:5px}.download-popup .d-form form .explore-group{text-align:center;padding-top:30px}.download-popup .d-form form .form-group .error_txt{text-transform:capitalize;color:red;font-size:15px}