@charset "utf-8";
@media only screen and (max-width:991px) {
	.online-link{
		width: 46%;
		max-width: inherit;
	}	
}
@media only screen and (max-width:680px) {
    .web{display: none}
    .mob{display: block !important}
    .independence-day-questions-banner-inner{
        padding-bottom: 100%;
    }
    .independence-day-questions__form-row{
        width: 100%;
    }
    .independence-day-questions__btn-submit{
        margin: 0
    }
    .independence-day-question-wrapper{
        padding:15px 10px 5px 10px
    }
    .independence-day-questions__label{
        border-radius: 5px;
        padding: 5px 10px 5px 30px;
        left: 9px;
    }
    .independence-day-questions__body-input input[type="radio"]{
        left: 9px;
    }
    .independence-day-questions-mainTxt{
        width: 100%;
    }
    .independence-day-questions-bannerTxt{
        -webkit-box-orient: vertical ;
        -webkit-box-direction: normal ;
        -ms-flex-direction: column ;
        flex-direction: column ;
        margin-bottom: 0;
    }
    .independence-day-questions-title{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .smart-phone{
        font-size: 30px;
    }
    .independence-day-questions-border{
        margin: 5px 0
    }
    .independence-day-questions-points ul li{
        font-size: 19px;
    }
	.online-link{
		width: 70%;
		top: 8.5%;
		left: 15%;
	}	
}

@media only screen and (max-width:600px) {
.flex-item {
  width: 100%;
}
	}

@media only screen and (max-width:576px) {
.online-link{
		height: 35px;
	top: 6.5%;
	}	
	}