.module1{width:100%;padding:80px 5%;margin-top:60px;background:var(--bg-gradient);text-align:center}.module1 h1{color:var(--white);font-size:var(--font-size1)}.module1 p{color:#fff;font-weight:lighter}.module2{width:100%;padding:32px 5%}.faq_header{display:flex;gap:10px;width:100%;position:sticky;top:60px;z-index:9;padding:10px 0}.faq_header .faq_search{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 28px 12px 20px;border-radius:10px;border:1px solid #10528b;background-color:#fff}.faq_header .faq_search input{width:100%;border:none;background-color:transparent;font-size:16px}.faq_header .faq_search input:focus{outline:0}.faq_header .faq_search i{font-size:18px}.faq_header .faq_filter{display:none;align-items:center;justify-content:center;width:10%;border-radius:10px;border:1px solid #10528b;gap:10px;color:#10528b;background-color:#fff}.faq_filter_options{width:100%;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:24px;transition:all .3s ease}.faq_filter_options div{padding:8px 16px;color:#10528b;border:1px solid #10528b;font-size:14px;font-weight:600;border-radius:200px;cursor:pointer}.active_faq_filter{background-color:#10528b;color:#fff!important}.faq_container{width:100%;margin:48px 0 0 0}#accordion .card{border:none;background:0 0}.card .faq-badge{width:fit-content;font-size:12px;font-weight:600;background:linear-gradient(to right,#10528b,#0082f2);color:#fff;padding:6px 12px;border-top-right-radius:8px;border-top-left-radius:8px;position:relative;left:15px}.card .faq-card{box-shadow:rgba(0,0,0,.03) 14px 14px 42px 0;border:1px solid #ececec;margin:0 0 16px 0;border-radius:10px}.faq-card .card-header{background:0 0;border:none;padding-left:0;cursor:pointer}.card-header span{font-weight:500!important}.card-header h5 i{font-size:16px}.card-header h5 span{text-decoration:none;color:#000;font-weight:var(--font-semibold);text-align:start}.btn{text-align:left;font-weight:var(--font-semibold)}.btn:focus{outline:0;box-shadow:none}.card-body{color:var(--para-color);font-size:14px;line-height:24px;padding-top:0}.load-faq{text-align:center;font-size:14px;cursor:pointer}.module3{display:flex;align-items:center;justify-content:center;width:100%;padding:64px 5%}.module3_left{width:50%;height:100%}.form_wrapper{width:100%;height:100%;gap:20px}.form_wrapper h1{font-size:var(--font-size2);font-weight:var(--font-medium)}form{margin-top:32px;font-size:14px}form label span{color:red}.form_wrapper form input{width:65%;display:block;margin:0 0 24px 0;padding:14px 24px;border-radius:5px;border:1px solid var(--para-color)}.form_wrapper form input:focus{outline:1px solid #10528b}.form_wrapper form input:nth-child(7){border:none;background:var(--btn-gradient);color:var(--white);font-size:14px;cursor:pointer}.module3_right{display:flex;align-items:center;justify-content:center;width:50%;height:100%}.module3_right img{width:80%;height:auto}@media screen and (max-width:1024px){.form_wrapper form input{width:80%}}@media screen and (max-width:768px){.faq_container{margin:36px 0 0 0}.faq_filter_options{display:none}.faq_header .faq_search{width:90%}.faq_header .faq_filter{display:flex;width:10%}.module3_right{display:none}.module3_left{width:100%;text-align:center}.form_wrapper h1{font-size:clamp(24px,42px,48px)}form{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:left}.form_wrapper form input,.form_wrapper form label{width:80%}}@media screen and (max-width:480px){.module1{text-align:left}.module1 h1{font-size:40px}.module2 h1,.module3 h1{font-size:var(--font-size3)}.form_wrapper form input,.form_wrapper form label{width:100%}.faq_header .faq_search{width:85%}.faq_header .faq_filter{display:flex;width:15%}}