.video_img_container {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #FEE6BA;
}

.swasth_nari_img {
    width: 40%;
}

.swasth_nari_video_link {
    width: 60%;
    margin-left: 25px;
}

.swasth_nari_popup_close_btn {
    position: absolute;
    top: -15px;
    right: -10px;
    /* padding: 2px 10px; */
    background-color: #fff;
    color: #001A53;
    border-color: #FEE6BA;
    outline: none;
    border-radius: 25px;
    border-style: none;
    z-index: 9;
    font-size: 20px;
    height: 25px;
    width: 25px;
    font-weight: 700;
}

.swasth_nari_popup .modal-body {
    padding: 6px 6px;
    width: auto;
}

.swasth_nari_popup .modal-dialog {
    /* max-width: 1000px; */
    max-width: max-content;
}

.swasth_nari_popup .modal-content {
    width: auto;
    margin: 0 auto;
}

.popup_img_link_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_img_link_text {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
}

.popup_img_link_text_divider {
    padding-left: 10px;
    padding-right: 10px;
}

.popup_img_height{
    height: 87vh;
}

@media screen and (min-width: 1300px) {

    /* .img_medium_screen_display {
        display: none;
    } */

}

@media screen and (min-width: 1920px) {

    /* .img_big_screen_display {
        display: none;
    } */

    .swasth_nari_popup .modal-body {
        width: auto;
    }

    .swasth_nari_popup .modal-content {
        width: auto;
    }

    .swasth_nari_popup .modal-dialog {
        width: auto;
    }

    .swasth_nari_popup .modal-dialog {
        max-width: fit-content;
    }

}

@media screen and (max-width: 1024px) {

    .swasth_nari_video_link {
        margin-left: 0;
    }

    .swasth_nari_popup .modal-body {
        width: auto;
    }

    .swasth_nari_popup .modal-dialog {
        max-width: fit-content;
    }

    .swasth_nari_popup .modal-content {
        width: auto;
    }

    .swasth_nari_popup_close_btn {
        font-size: 20px;
        line-height: 20px;
        height: 25px;
        width: 25px;
        right: -10px;
        background-color: #d74102;
        color: #fff;
    }

}

@media screen and (max-width: 991px) {

    .swasth_nari_video_link {
        margin-left: 0;
    }

    .swasth_nari_popup .modal-body {
        width: auto;
    }

    .swasth_nari_popup .modal-dialog {
        max-width: fit-content;
    }

    .swasth_nari_popup .modal-content {
        width: auto;
    }

    .swasth_nari_popup_close_btn {
        font-size: 20px;
        line-height: 20px;
        height: 25px;
        width: 25px;
        right: -10px;
        background-color: #d74102;
        color: #fff;
    }

}

@media screen and (max-width: 767px) {

    .swasth_nari_img {
        width: 100%;
    }

    .swasth_nari_video_link {
        width: 100%;
        margin-left: 0;
    }

    .video_img_container {
        display: block;
    }

    .swasth_nari_popup .modal-body {
        width: auto;
    }

    .swasth_nari_popup .modal-dialog {
        max-width: fit-content;
    }

    .swasth_nari_popup .modal-content {
        width: auto;
    }

    .swasth_nari_popup_close_btn {
        top: -10px;
        right: -6px;
        background-color: #d74102;
        color: #fff;
        font-size: 15px;
        height: 20px;
        width: 20px;
        line-height: 15px;
    }

    .popup_img_link_text {
        font-size: 10px;
    }

    .popup_img_height{
        height: auto;
    }
}