.launch-popup
    {
            position: fixed;
            top:50%;
            right:0;
            left:0;
            bottom: 0;
            margin:auto;
            display: none;
            z-index: 9999999;
            -webkit-transform:translateY(-200px);
            -moz-transform:translateY(-200px);
            -o-transform:translateY(-200px);
            width:500px;
            transform:translateY(-200px);
            -webkit-transition:all ease-in-out 0.3s;
            -moz-transition:all ease-in-out 0.3s;
            -o-transition:all ease-in-out 0.3s;
            transition:all ease-in-out 0.3s;
            background: #ffffff;
            padding:10px;
            border:solid thin #000000;
            height:200px;
            text-align: center;
            color:#000000;
            opacity: 1;

    }
    .launch-popup-text
    {
            font-size: 20px;
            padding: 20px 45px 0;
            font-family: arial;
            line-height: 40px;
    }
    .launch-popup-btn
    {
            margin: 30px 0 0;
    }
    .launch-popup-btn button
    {
            width:130px;
            padding: 7px 0;
            font-size:20px;
            background: none;
            border:none;
            cursor: pointer;
            margin: 0 20px;
    }
    .launch-popup-btn button.launch-cancel
    {
            background: #ebebeb;
    }
    .launch-popup-btn button.launch-ok
    {
            background: #000;
            color:#ffffff;
    }
    .launchclass
    {
        margin-right:18px !important;
    }
    .subscribeclass
    {
        margin-right:18px !important;
    }
    .notify-overlay {
    background: rgba(0,0,0,0.5);
    z-index: 1000000;
}
.notify-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.giz-subscribe-block .tick-icon {
    width: 40px;
    height: 36px;
    background: #ffffff url(https://images.oneindia.com/notification/images/tick-checked.svg) no-repeat center;
    background-size: 60%;
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
}
#city-unsubscribe,#city-subscribe{
	display: none;
}
.notify-overlay{
	display: none;
}
.launch-popup{
	display: none;
}
#city-unsubscribe .giz-subscribe-block{font-family: arial;text-transform: none;} 
