.home #blaze-scroll-to-top {
    right: 120px;
}

/*
MARK: Why Choose Us
*/

    .why_choose_us_section .feature-services h2 {
        font-size: 22px;
    }

/*
MARK: One Click
*/
    .one_click_video_wrap .heading-title {
        flex: 0 1 60%;
    }

    .one_click_video_wrap .heading-title h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .one_click_video_wrap .one_click_video {
        flex: 0 1 40%;
        background: transparent;
        border: none;
        padding: 0;
        outline: none;
    }

    .one_click_video_wrap.open .overlay {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: #1d1d2c91;
        backdrop-filter: blur(8px);
    }

    .one_click_video_wrap .popup-wrapper {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        max-width: 1280px;
        max-height: 80vh;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
    }

    .one_click_video_wrap.open .popup-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .one_click_video_wrap .popup-wrapper iframe {
        width: 100%;
        height: 100%;
    }

    .one_click_video_wrap .popup-wrapper .close {
        position: absolute;
        top: -30px;
        right: 0px;
        color: #ea2e49;
        font-weight: 600;
        font-size: 20px;
        padding: 6px 11px;
        float: right;
        background: none;
        border: 0;
        cursor: pointer;
        background-color: #000;
        opacity: 1;
        text-shadow: none;
    }

@media ( max-width: 610px ) {
    .one_click_video_wrap .popup-wrapper {
        width: 90%;
        max-height: 60vh;
    }
}