@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins {
    font-family: "Poppins", sans-serif;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.lh_45 {
    line-height: 45px;
}

.color-383838 {
    color: #383838;
}

.color-121212 {
    color: #121212;
}

.color-747474 {
    color: #747474;
}

.opicity_8 {
    opacity: 80%;
}

.medium {
    font-weight: 500;
}

.semi {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}

.w_636 {
    width: 636px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

body {
    font-size: 16px;
    color: #383838;
    font-family: "Poppins", sans-serif;
}

.imp-green {
    background-color: #7AC141 !important;
}

.pt-600 {
    padding-top: 600px !important;
}

/***************************************************** header ******************************************************/

.header {
    padding-top: 10px;
}

.header .navbar {
    justify-content: space-between;
    align-items: center;
}

.logo img {
    filter: invert(1);
    width: 50px;
}

.header_title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #383838;
    line-height: 23.2px;
    text-align: center;
}

.lang_select {
    background-color: #7AC141;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    padding: 5px 39px 5px 22px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 14px 14px;
    background-position: right 18px center;
    width: auto;
    font-family: "Poppins", sans-serif;
    margin-right: 0px;
}

.form-select:focus {
    border-color: #fff;
    box-shadow: none;
}

.progressbar_div {
    margin: 20px 15px 0;
}

.progressbar_label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23.2px;
    color: #36DE55;
    margin-bottom: 8px;
}

.progressbar_line_div {
    display: flex;
    gap: 8px;
}

.progressbar_line {
    background-color: #DBDBDB;
    border-radius: 2px;
    height: 2px;
    width: 100%;
}

.progressbar_line_fill {
    width: 100%;
    height: 2px;
    background-color: #36DE55;
    border-radius: 2px;
}


/****************************************** download step sec *********************************************/

.download_step_head {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin: 30px 0 32px;
}

.download_step_head_img {
    width: 40px;
}

.download_step_box {
    background-color: #F0F0F0;
    border-radius: 14px;
    padding: 55px 30px 55px;
    margin: 0 auto 20px;
}

.download_step_name {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #AEAEAE;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 21px;
}

.download_step_name span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background-color: #AEAEAE;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.download_step_name.active {
    color: #383838;
}

.download_step_name.active span {
    font-weight: 500;
    background-color: #226EF6;
}

.download_step_title {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #121212;
    font-weight: 600;
    text-align: center;
    margin: 40px auto 30px;
}

.download_form .input-group {
    gap: 1px;
    margin-bottom: 20px;
}

.download_form .form-control {
    background: #fff;
    border: 3px solid #226EF6;
    border-radius: 10px;
    width: auto;
    border-left: none;
    padding: 14px 21px 14px 0px;
    color: #121212;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 4px;
    font-family: "Poppins", sans-serif;
}

.pin-step .download_form .form-control {
    background: #fff;
    border: 3px solid #226EF6;
    border-radius: 10px;
    width: auto;
    padding: 14px 21px 14px 0px;
    color: #121212;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.form-control:focus {
    box-shadow: none;
}

.download_form .input-group-text {
    border: 3px solid #226EF6;
    border-radius: 10px;
    font-size: 28px;
    line-height: 27px;
    font-weight: 500;
    color: #121212;
    font-family: "Poppins", sans-serif;
}

.mobile_icon {
    position: relative;
    border-right: none !important;
    padding: 14px 28px;
    background: #ECECEC;
    flex-shrink: 0;
}

.mobile_icon img {
    width: 26px;
}

.country_number {
    border-left: none !important;
    border-right: none !important;
    position: relative;
    padding: 14px 20px;
    background-color: #fff;
}

.continue_btn {
    background-color: #BDBDBD;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    display: block;
    border: none;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    min-height: 84px;
    cursor: pointer;
    transition: 0.4s ease;
}

.continue_btn.fulfilled {
    background-color: #7AC141;
}

.step_bottom_text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #595959;
    opacity: 0.8;
    margin-top: 15px;
}

.step_bottom_text a {
    color: #595959;
}

.step_bottom_text a:hover {
    opacity: 1;
}

/************************** download step 2 ***************************/

.download_innerstep_head {
    margin: 40px 0 50px;
}

.download_innerstep_head_img {
    margin: 0 auto 25px;
    display: block;
    width: 180px;
}

.download_innerstep_box {
    padding-bottom: 55px;
}

.download_innerstep .download_step_title {
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px auto 26px;
}

.inner_step_form .form-control {
    background-color: #FFFBFF;
    border: 5px solid #7AC141;
    color: #737574;
    font-size: 20px;
    padding: 24px 21px 24px 0px;
    border-left: 0;
    letter-spacing: 4px;
}

.inner_step_form .input-group-text {
    border: 5px solid #7AC141;
    font-size: 38px;
    font-weight: 700;
}

.inner_step_form .mobile_icon {
    background-color: #FFFBFF;
    padding: 24px 0px 24px 22px;
}

.inner_step_form .country_number {
    color: #737574;
    background-color: #FFFBFF;
}

.check-mark {
    position: absolute;
    top: 30px;
    right: 14px;
    width: 24px;
    height: 24px;
    fill: #404040;
    pointer-events: none;
    transition: 0.5s ease;
    z-index: 10;
}

.check-mark.fulfilled {
    fill: #7AC141;
}

.inner_continue_btn {
    background-color: #BDBDBD;
    box-shadow: 6px 7px 13px 0px #3c3a3aba;
    padding: 21px 20px;
}

.inner_continue_btn .btn_span2 {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.8;
    display: block;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-top: -5px;
}


/****************************************** why choose sec *********************************************/

.why_choose_sec {
    padding: 40px 0 50px;
}

.why_choose_sec_title, .faq_sec_title, .footenote_title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    color: #121212;
    margin-bottom: 24px;
}

.why_choose_sec_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.why_choose_sec_col {
    background-color: #CCCCCC;
    box-shadow: 0px 0.61px 4.88px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 18px 22px 26px 22px;
    width: 48.6%;
    min-height: 236px;
    position: relative;
}

.why_choose_sec_col_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 14px;
    color: #121212;
    padding-right: 54px;
}

.why_choose_col_desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #505050;
    padding-right: 47px;
}

.why_choose_colimg {
    margin: 0 0 0 auto;
    display: block;
    position: absolute;
    right: 22px;
    bottom: 16px;
}

/****************************************** faq sec *********************************************/

.faq_sec {
    padding: 0 0 50px;
    position: relative;
}

.faq_accordion .accordion-button:not(.collapsed) {
    color: #121212;
    background-color: #C7C7C7;
    box-shadow: unset;
    border-radius: 2px 2px 0px 0px;
}

.faq_accordion .accordion-item {
    border: 0;
    padding: 0;
    margin: 10px 0;
}

.faq_accordion .accordion-button {
    background-color: #C7C7C7;
    border-radius: 2px;
    padding: 20px 20px;
    color: #121212;
    font-size: 21px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.faq_accordion .accordion-button::after {
    background-image: url('../images/accordion-close.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(47deg);
}

.faq_accordion .accordion-body {
    background-color: #C7C7C7;
    padding: 0px 16px 18px 20px;
    border-radius: 0px 0px 2px 2px;
}

.accordion_body_text {
    font-size: 16px;
    color: #383838;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.continue_sticky_button {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background-color: #36DE55;
    border-radius: 10px;
    padding: 18px 20px 18px 20px;
    display: block;
    margin: 15px auto 0;
    border: 0;
    transition: 0.4s ease;
    left: 0;
    position: sticky;
    bottom: 0;
    width: 100%;
}

.continue_sticky_button:hover {
    background-color: #1ec43d;
}

/****************************************** footenote *********************************************/

.footenote_content {
    background-color: #A9A9A9;
    border-radius: 2px;
    padding: 50px 30px 70px;
}

.footenote_service_div {
    margin-top: 40px;
}

.footenote_service_title {
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    color: #000000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
}

.footnote_service_name {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #141414;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.footnote_service_name:hover {
    color: #000;
}

.footnote_service_name:last-child {
    margin-top: 12px;
}

.mt_55 {
    margin-top: 55px;
}

.footnote_note_title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #121212;
    margin: 20px auto 12px;
}

.footnote_note_text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #121212;
    margin-bottom: 0;
    opacity: 0.8;
}

.footnote_note_text a {
    font-weight: 500;
    color: #121212;
}

.footnote_note_text a:hover {
    color: #000000;
    opacity: 1;
}


/* responsive */

@media (max-width: 1590.98px) {
    .check-mark {
        top: 40px;
    }
}

@media (max-width: 1399.98px) {
    .progressbar_div {
        margin: 20px 12px 0;
    }

    .font-24 {
        font-size: 22px;
    }

    .download_step_head {
        gap: 16px;
        margin: 25px 0 18px;
    }

    .download_step_name {
        font-size: 20px;
        gap: 12px;
        margin-bottom: 14px;
    }

    .download_step_name span {
        width: 32px;
        height: 32px;
    }

    .download_step_box {
        padding: 45px 30px 50px;
    }

    .download_step_title {
        font-size: 22px;
        line-height: 30px;
        margin: 16px 20px 16px;
    }

    .download_form .form-control {
        padding: 12px 21px 12px 0px;
        border: 2px solid #226EF6;
        border-left: 0;
    }

    .pin-step .download_form .form-control {
        padding: 12px 21px 12px 0px;
        border: 2px solid #226EF6;
        border-left: 2px solid #226EF6;
    }

    .download_form .input-group-text {
        border: 2px solid #226EF6;
    }

    .country_number {
        padding: 12px 18px;
    }

    .mobile_icon {
        padding: 12px 26px;
    }

    .mobile_icon img {
        width: 24px;
    }

    .download_form .input-group {
        margin-bottom: 16px;
        flex-wrap: nowrap;
    }

    .download_innerstep_head {
        margin: 30px 0 18px;
    }

    .download_innerstep_head_img {
        margin: 0 auto 20px;
        display: block;
        width: 140px;
    }

    .font-20 {
        font-size: 18px;
    }

    .inner_step_form .form-control {
        border: 4px solid #7AC141;
        border-left: 0 !important;
        padding: 16px 21px 16px 0px;
    }

    .inner_step_form .input-group-text {
        border: 4px solid #7AC141;
        font-size: 32px;
    }

    .inner_step_form .mobile_icon {
        padding: 16px 0px 16px 22px;
    }

    .continue_btn {
        font-size: 30px;
    }

}

@media (max-width: 1199.98px) {
    .continue_sticky_button {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .continue_sticky_button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .why_choose_sec_col {
        width: 48%;
    }

    .why_choose_col_desc {
        padding-right: 21px;
    }

    .check-mark {
        top: 20px;
    }
}

@media (max-width: 575.98px) {
    .w_636 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .logo {
        margin-right: 0;
    }

    .download_step_head_img {
        width: 35px;
    }

    .progressbar_div {
        margin: 20px 10px 0;
    }

    .font-24 {
        font-size: 21px;
    }

    .download_step_head {
        gap: 12px;
        margin: 22px 0 18px;
    }

    .why_choose_sec_row {
        gap: 22px;
    }

    .why_choose_sec_col_title {
        font-size: 21px;
        line-height: 26px;
        padding-right: 57px;
    }

    .continue_sticky_button {
        width: 100%;
    }

    .footenote {
        background-color: #A9A9A9;
    }

    .check-mark {
        top: 20px;
    }
}

@media (max-width: 565.98px) {
    .why_choose_sec_row {
        gap: 16px;
    }

    .check-mark {
        top: 20px;
    }
}

@media (max-width: 495.98px) {
    .header {
        padding-top: 4px;
    }

    .logo img {
        width: 42px;
    }

    .header_title {
        font-size: 18px;
    }

    .lang_select {
        font-size: 16px;
        padding: 5px 34px 5px 18px;
        background-position: right 16px center;
    }

    .progressbar_div {
        margin: 10px 8px 0;
    }

    .progressbar_label {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .font-24 {
        font-size: 20px;
    }

    .download_step_box {
        padding: 30px 22px 36px;
        margin: 0 auto 10px;
    }

    .download_step_name {
        font-size: 18px;
        gap: 10px;
        margin-bottom: 12px;
    }

    .download_step_name span {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .download_step_title {
        font-size: 18px;
        line-height: 27px;
        margin: 18px 20px 16px;
    }

    .download_form .input-group-text {
        font-size: 25px;
    }

    .country_number {
        padding: 12px 14px;
    }

    .mobile_icon {
        padding: 12px 22px;
    }

    .mobile_icon img {
        width: 20px;
    }

    .continue_btn {
        font-size: 22px;
        min-height: 68px;
    }

    .why_choose_sec {
        padding: 30px 0 40px;
    }

    .why_choose_sec_title, .faq_sec_title, .footenote_title {
        font-size: 22px;
    }

    .why_choose_sec_row {
        gap: 8px;
    }

    .why_choose_sec_col {
        width: 49%;
        padding: 18px 16px 26px 16px;
        min-height: 208px;
    }

    .why_choose_sec_col_title {
        font-size: 20px;
        line-height: 24px;
        padding-right: 12px;
    }

    .why_choose_col_desc {
        padding-right: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .why_choose_colimg {
        width: 34px;
    }

    .faq_accordion .accordion-button {
        font-size: 18px;
        padding: 18px 18px;
    }

    .footenote_content {
        padding: 50px 18px 60px;
    }

    .footenote_service_title {
        font-size: 20px;
    }

    .footenote_service_div {
        margin-top: 30px;
    }

    .footnote_service_name:last-child {
        margin-top: 10px;
    }

    .mt_55 {
        margin-top: 45px;
    }

    .download_innerstep_head_img {
        margin: 0 auto 18px;
        width: 120px;
    }

    .font-20 {
        font-size: 16px;
    }

    .download_innerstep_head {
        margin: 26px 0 14px;
    }

    .inner_step_form .form-control {
        border: 3px solid #7AC141;
        padding: 14px 18px 14px 0px;
    }

    .inner_step_form .input-group-text {
        border: 3px solid #7AC141;
    }

    .download_form .input-group-text {
        font-size: 22px;
    }

    .inner_step_form .mobile_icon {
        padding: 14px 0px 14px 18px;
    }

    .download_innerstep .download_step_title {
        margin: 0 auto 16px;
    }

    .inner_continue_btn {
        padding: 16px 20px;
    }

    .inner_continue_btn .btn_span2 {
        font-size: 16px;
    }

    .continue_sticky_button {
        width: 100%;
        font-size: 20px;
        margin: 9px auto 0;
        padding: 15px 20px 15px 20px;
        border-radius: 4px;
    }

    .check-mark {
        top: 20px;
    }
}

@media (max-width: 430.98px) {
    .why_choose_sec_row {
        gap: 6px;
    }

    .why_choose_sec_col {
        min-height: 200px;
    }

    .why_choose_sec_col_title {
        font-size: 18px;
        line-height: 22px;
        padding-right: 19px;
    }

    .check-mark {
        top: 20px;
    }
}

@media (max-width: 398.98px) {
    .logo img {
        width: 28px;
    }

    .header_title {
        font-size: 14px;
    }

    .lang_select {
        font-size: 13px;
        padding: 3px 22px 3px 12px;
        background-position: right 10px center;
        background-size: 10px 10px;
        border-radius: 3px;
    }

    .progressbar_label {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .progressbar_line_div {
        gap: 6px;
    }

    .progressbar_div {
        margin: 0px 8px 0;
    }

    .download_step_head_img {
        width: 28px;
    }

    .font-24 {
        font-size: 16px;
    }

    .download_step_head {
        gap: 12px;
        margin: 22px 0 22px;
    }

    .download_step_box {
        padding: 36px 16px 36px;
        margin: 0 auto 30px;
        border-radius: 8px;
    }

    .download_step_name span {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .download_step_name {
        font-size: 16px;
        gap: 9px;
        margin-bottom: 12px;
    }

    .download_step_title {
        font-size: 18px;
        line-height: 22px;
        margin: 30px 20px 22px;
    }

    .mobile_icon img {
        width: 17px;
    }

    .download_form .form-control {
        border-radius: 5px;
    }

    .download_form .input-group-text {
        font-size: 18px;
        border-radius: 5px;
    }

    .mobile_icon {
        padding: 10px 18px;
    }

    .continue_btn {
        font-size: 24px;
        min-height: 62px;
        border-radius: 8px;
    }

    .step_bottom_text {
        font-size: 14px;
        line-height: 22px;
    }

    .why_choose_sec {
        padding: 20px 0 30px;
    }

    .why_choose_sec_col_title {
        font-size: 18px;
        line-height: 22px;
        padding-right: 0px;
    }

    .why_choose_col_desc {
        padding-right: 0;
        font-size: 11px;
        line-height: 16px;
    }

    .why_choose_colimg {
        width: 30px;
        bottom: 11px;
        right: 11px;
    }

    .why_choose_sec_col {
        padding: 15px 18px 15px 14px;
        min-height: 165px;
        border-radius: 3px;
    }

    .faq_accordion .accordion-button {
        font-size: 16px;
        padding: 18px 12px;
    }

    .faq_accordion .accordion-button::after {
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
    }

    .accordion_body_text {
        font-size: 14px;
        line-height: 21px;
    }

    .faq_accordion .accordion-body {
        padding: 0px 14px 18px 14px;
    }

    .faq_accordion .accordion-item {
        margin: 6px 0;
    }

    .faq_sec {
        padding: 0 0 30px;
    }

    .continue_sticky_button {
        width: 100%;
        font-size: 20px;
        padding: 14px 20px 14px 20px;
        border-radius: 5px;
        margin: 8px auto 0;
    }

    .footenote_content {
        padding: 33px 12px 60px;
    }

    .footenote_service_div {
        margin-top: 35px;
    }

    .footenote_service_title {
        font-size: 18px;
    }

    .footnote_service_name {
        font-size: 14px;
        gap: 10px;
    }

    .footnote_service_name img {
        width: 17px;
    }

    .footenote_content .font-16 {
        font-size: 14px;
    }

    .footnote_note_title {
        font-size: 18px;
        margin: 20px auto 13px;
    }

    .footnote_note_text {
        font-size: 12px;
        line-height: 18px;
    }

    .download_innerstep_head_img {
        margin: 0 auto 20px;
        width: 115px;
    }

    .download_innerstep_head {
        margin: 26px 0 34px;
    }

    .font-20 {
        font-size: 14px;
    }

    .download_innerstep .download_step_title {
        margin: 0 auto 20px;
    }

    .inner_step_form .input-group-text {
        font-size: 26px;
        border-radius: 5px;
    }

    .inner_step_form .country_number {
        padding: 16px 12px;
    }

    .inner_step_form .mobile_icon {
        padding: 16px 0px 16px 16px;
    }

    .inner_step_form .form-control {
        padding: 16px 16px 16px 0px;
        border-radius: 5px;
    }

    .inner_step_form .input-group {
        margin-bottom: 10px;
    }

    .inner_continue_btn {
        padding: 12px 20px;
        font-size: 22px;
        border-radius: 5px;
    }

    .inner_continue_btn .btn_span2 {
        font-size: 14px;
    }

    .check-mark {
        top: 20px;
    }
}
