.banner_area,
.banner_area .fluid_container,
.banner_area .fluid_dg_wrap {
    position: relative;
}

.banner_area .fluid_dg_caption {
    width: 100%;
    height: 100%;
}

.bnr_cnt_left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.bnr_cnt_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bnr_cnt_right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.slider_btns_wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.bnr_btn {
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .banner_area .fluid_dg_caption {
        position: absolute !important;
        inset: 0 !important;
        z-index: 10 !important;
    }

    .banner_area .bnr_cnt_w,
    .banner_area .bnr_cnt_left,
    .banner_area .bnr_cnt_center,
    .banner_area .bnr_cnt_right {
        position: absolute !important;
        top: 50% !important;
        right: 3.2% !important;
        left: auto !important;
        width: 45% !important;
        max-width: 560px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateY(-50%) !important;
        direction: rtl !important;
        text-align: right !important;
        color: #ffffff !important;
        z-index: 11 !important;
    }

    .banner_area .ban_tx1 {
        width: 100% !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 44px !important;
        font-weight: 900 !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
        text-align: right !important;
        white-space: normal !important;
    }

    .banner_area .ban_tx2 {
        width: 100% !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 1.45 !important;
        text-align: right !important;
        white-space: normal !important;
    }

    .banner_area .ban_tx3 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.9 !important;
        text-align: right !important;
        white-space: normal !important;
    }

    .banner_area .slider_btns_wrap {
        width: 100% !important;
        margin-top: 22px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 14px !important;
        direction: rtl !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn {
        width: auto !important;
        min-width: 154px !important;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 24px !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-align: center !important;
        box-shadow: none !important;
        outline: none !important;
        transition: all 0.2s ease !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_primary {
        background: #e8f6fc !important;
        border: 1px solid #e8f6fc !important;
        color: #0694d1 !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_primary:hover,
    .banner_area .slider_btns_wrap .bnr_btn_primary:focus,
    .banner_area .slider_btns_wrap .bnr_btn_primary:active {
        background: #ffffff !important;
        border-color: #ffffff !important;
        color: #0694d1 !important;
        box-shadow: none !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_outline {
        background: transparent !important;
        border: 2px solid #ffffff !important;
        color: #ffffff !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_outline:hover,
    .banner_area .slider_btns_wrap .bnr_btn_outline:focus,
    .banner_area .slider_btns_wrap .bnr_btn_outline:active {
        background: rgba(255, 255, 255, 0.12) !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner_area .fluid_dg_caption {
        position: absolute !important;
        inset: 0 !important;
    }

    .banner_area .bnr_cnt_w,
    .banner_area .bnr_cnt_left,
    .banner_area .bnr_cnt_center,
    .banner_area .bnr_cnt_right {
        position: absolute !important;
        top: 50% !important;
        right: 3% !important;
        left: auto !important;
        width: 46% !important;
        max-width: 500px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateY(-50%) !important;
        direction: rtl !important;
        text-align: right !important;
    }

    .banner_area .ban_tx1 {
        margin: 0 0 10px !important;
        font-size: 36px !important;
        font-weight: 900 !important;
        line-height: 1.2 !important;
        color: #ffffff !important;
    }

    .banner_area .ban_tx2 {
        margin: 0 0 8px !important;
        font-size: 21px !important;
        line-height: 1.4 !important;
        color: #ffffff !important;
    }

    .banner_area .ban_tx3 {
        margin: 0 !important;
        max-width: 100% !important;
        font-size: 15px !important;
        line-height: 1.75 !important;
        color: #ffffff !important;
    }

    .banner_area .slider_btns_wrap {
        margin-top: 18px !important;
        gap: 12px !important;
        justify-content: flex-start !important;
        direction: rtl !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn {
        min-width: 140px !important;
        height: 43px !important;
        padding: 0 20px !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .banner_area .bnr_btn_primary {
        background: #e8f6fc !important;
        border: 1px solid #e8f6fc !important;
        color: #0694d1 !important;
    }

    .banner_area .bnr_btn_outline {
        background: transparent !important;
        border: 2px solid #ffffff !important;
        color: #ffffff !important;
    }
}

@media (max-width: 991.98px) {
    .banner_area,
    .banner_area .fluid_container,
    .banner_area #fluid_dg_wrap_1,
    .banner_area #fluid_dg_1 {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .banner_area .fluid_dg_caption {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 10 !important;
        pointer-events: none !important;
    }

    .banner_area .bnr_cnt_w,
    .banner_area .bnr_cnt_left,
    .banner_area .bnr_cnt_center,
    .banner_area .bnr_cnt_right {
        position: absolute !important;
        top: 28px !important;
        right: 50% !important;
        left: auto !important;
        width: 84% !important;
        max-width: 340px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateX(50%) !important;
        direction: rtl !important;
        text-align: center !important;
        color: #ffffff !important;
        z-index: 11 !important;
        pointer-events: auto !important;
    }

    .banner_area .ban_tx1 {
        width: 100% !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 25px !important;
        font-weight: 900 !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .banner_area .ban_tx2 {
        width: 100% !important;
        margin: 0 0 7px !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 1.5 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .banner_area .ban_tx3 {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1.75 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .banner_area .slider_btns_wrap {
        width: 100% !important;
        margin-top: 14px !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;
        direction: rtl !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn {
        appearance: none !important;
        -webkit-appearance: none !important;
        width: auto !important;
        min-width: 122px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 16px !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-align: center !important;
        text-decoration: none !important;
        box-shadow: none !important;
        outline: none !important;
        transition: all .2s ease !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_primary {
        background: #ffffff !important;
        background-color: #ffffff !important;
        border: 1px solid #ffffff !important;
        color: #0794d1 !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_primary:hover,
    .banner_area .slider_btns_wrap .bnr_btn_primary:focus,
    .banner_area .slider_btns_wrap .bnr_btn_primary:active {
        background: #ffffff !important;
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #0794d1 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_outline {
        background: transparent !important;
        background-color: transparent !important;
        border: 1.5px solid #ffffff !important;
        color: #ffffff !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn_outline:hover,
    .banner_area .slider_btns_wrap .bnr_btn_outline:focus,
    .banner_area .slider_btns_wrap .bnr_btn_outline:active {
        background: rgba(255, 255, 255, .10) !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

@media (max-width: 430px) {
    .banner_area .bnr_cnt_w,
    .banner_area .bnr_cnt_left,
    .banner_area .bnr_cnt_center,
    .banner_area .bnr_cnt_right {
        top: 24px !important;
        width: 86% !important;
        max-width: 330px !important;
    }

    .banner_area .ban_tx1 {
        font-size: 23px !important;
        line-height: 1.35 !important;
        margin-bottom: 7px !important;
    }

    .banner_area .ban_tx2 {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-bottom: 6px !important;
    }

    .banner_area .ban_tx3 {
        max-width: 300px !important;
        font-size: 12.5px !important;
        line-height: 1.65 !important;
    }

    .banner_area .slider_btns_wrap {
        margin-top: 12px !important;
        gap: 8px !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn {
        min-width: 112px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 13px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 360px) {
    .banner_area .bnr_cnt_w,
    .banner_area .bnr_cnt_left,
    .banner_area .bnr_cnt_center,
    .banner_area .bnr_cnt_right {
        top: 20px !important;
        width: 90% !important;
        max-width: 310px !important;
    }

    .banner_area .ban_tx1 {
        font-size: 21px !important;
    }

    .banner_area .ban_tx2 {
        font-size: 14px !important;
    }

    .banner_area .ban_tx3 {
        max-width: 285px !important;
        font-size: 12px !important;
        line-height: 1.6 !important;
    }

    .banner_area .slider_btns_wrap .bnr_btn {
        min-width: 102px !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 10px !important;
        font-size: 10.5px !important;
    }
}

@media (max-width: 991.98px) {
    .banner_area .fluid_dg_target_content,
    .banner_area .fluid_dgContents,
    .banner_area .fluid_dgContent {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .banner_area .fluid_dg_caption {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        transform: none !important;
        overflow: visible !important;
        z-index: 10 !important;
    }

    .banner_area .fluid_dg_caption > div {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        transform: none !important;
    }

    .banner_area .fluid_dg_caption > div > .bnr_cnt_w,
    .banner_area .fluid_dg_caption > div > .bnr_cnt_left,
    .banner_area .fluid_dg_caption > div > .bnr_cnt_center,
    .banner_area .fluid_dg_caption > div > .bnr_cnt_right {
        position: absolute !important;
        top: 24px !important;
        right: 50% !important;
        bottom: auto !important;
        left: auto !important;
        width: 86% !important;
        max-width: 330px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        transform: translateX(50%) !important;
        direction: rtl !important;
        text-align: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .banner_area .fluid_dg_caption p,
    .banner_area .fluid_dg_caption .slider_btns_wrap,
    .banner_area .fluid_dg_caption .bnr_btn {
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 360px) {
    .banner_area .fluid_dg_caption > div > .bnr_cnt_w,
    .banner_area .fluid_dg_caption > div > .bnr_cnt_left,
    .banner_area .fluid_dg_caption > div > .bnr_cnt_center,
    .banner_area .fluid_dg_caption > div > .bnr_cnt_right {
        top: 20px !important;
        width: 90% !important;
        max-width: 310px !important;
    }
}
