 .siq_bR.chathide {
        z-index: 0 !important;
    }
	html.modal-open{overflow:hidden !important;height:100vh !important;position:fixed;width:100%;}
    #newsarticle {
        padding-right: 0 !important;
        z-index: 995002;
    }

        #newsarticle .modal-dialog {
            width: 100%;
            max-width: unset;
            margin: 0 0;
            height: 100vh;
            overflow: auto;
        }

        #newsarticle .modal-content {
            border-radius: 0;
            background: transparent;
            height: 100%;
        }

        #newsarticle .modal-body {
            padding: 0;
            /*background: #000;*/
            color: #fff;
            height: 100%;
        }

        #newsarticle .modal-dialog .close {
            color: #fff;
            right: 25px;
            top: 20px;
            z-index: 9;
            font-size: 30px;
        }

    .newsarticle-wrapper {
        display: flex;
        justify-content: stretch;
        height: 100%;
    }


    .newsarticlebanner {
        width: auto;
		min-width:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 2%;
    text-align: center;
    flex-direction: column;
    margin: auto auto;
    background: var(--white);
    color: var(--regularcolor);
    border-radius: 10px;
    }

    #newsarticle.modal.in {
        display: flex !important;
        align-items: center;
        background-color: rgba(11, 65, 131, 0.85) !important;
    }
    .form-group {
    margin-bottom: 0px !important; text-align: left;}
    .tnc {font-size: 13px; }
    .tnc a {color: #207FF7 !important;}
    .modal-body .subscribe-btn{width: auto;padding: 7px 25px;}
    .newsarticlepopupheader h2 {font-size: 32px;font-weight: bold;margin-top: 10px;}
    .newsarticlepopupheader {font-size: 19px;    line-height: 19px; margin-bottom: 20px;}
    .newsarticlepopupheader a {color: #1072c7;text-decoration: underline;}
	#newsarticleInquiryNow span.text-danger.field-validation-error{font-size:12px}
	form#newsarticleInquiryNow .row {margin-bottom: 10px;}
	
	@media screen and (max-width: 767px) {
       .newsarticlebanner {
        width: 90%;
        margin: 3vh auto !important;
		max-height: 94dvh;
        overflow: auto;
        justify-content: flex-start;
        padding: 0% 2%;
    }
 .tnc {
    margin-bottom: 10px;
}
        .newsarticlepopupheader h2 {
        font-size: 22px;
        margin-top: 15px;
    }
        .newsarticlepopupheader {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
        #newsarticleInquiryNow .row{margin-bottom: 0 !important;}
        #newsarticleInquiryNow .row .col-sm-6, #newsarticleInquiryNow .row .col-sm-4{margin-bottom: 10px;}
        .modal-body .subscribe-btn {background: var(--secondarycolor);
    border-radius: 5px;
    outline: 0;
    border: none;
    padding: 10px;
    font-family: var(--boldfonts);
    font-size: var(--regularfontsize);
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #fff;
    float: none;}
       #newsarticle .modal-content { top: 0px;box-shadow:none !important;height: 100%;max-height:none !important;overflow:hidden;border: none; }
	   #newsarticle.modal.in{height:100dvh;overflow:hidden;background:transparent !important}
	   #newsarticle .modal-dialog {
            height: 100%;width:100%;margin:0px;
        }
		 #newsarticle .modal-body {
        background: rgb(12 67 115 / 92%);
        height: auto;
        padding: 0px;
    }
		.newsarticle-wrapper {
			display: flex;align-items: center;
			height: 100dvh;overflow-y:auto;overflow-x:hidden;
		}
		 
		#newsarticle .login-page {
        margin-bottom: 10px;
    }
    }