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

	.sYNC {
    margin: 10px 0 0 0;
}
.changeLang label i {
    margin: -18px 0 0 0;
}
.changeLang{
	/*bottom: 60px !important;*/
}
.captPic li {
    width: 50%;
}
.grenTick {
    left: 46%;
}
.newAppListBox h6,.renewAddApp{
    padding: unset;

}
.newAppListBox h6{
	max-width: 250px;
}
}
@media only screen and (max-width: 992px) {

}
@media only screen and (min-width: 601px) {

}
@media only screen and (min-width: 600px) and (max-width: 992px) {

}
@media only screen and (min-width: 993px) {

}
@media only screen and (min-width: 993px) {

}
@media only screen and (min-width: 600px) and (max-width: 992px) {

}
@media only screen and (max-width: 600px) {

}
@media only screen and (min-width: 601px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 600px){
#toast-container {
	min-width: auto;
	bottom: 100px;
	left: 16px;
	right: -16px;
	width: calc(100% - 32px);
	margin: 0;
	padding: 0;
}

.toast {
	width: 100%;
	padding: 20px 24px;
	margin: 0;
	background: rgba(33, 33, 33, 0.9);
	box-shadow: 0px 4px 16px rgba(33, 33, 33, 0.2);
	backdrop-filter: blur(6px);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	border-radius: 8px;
	}

.chromePopUpBox {
	padding: 20px;
	text-align: -webkit-center;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	width: 100%!important;
}


.chromePopUpBox h4 {
    font-size: 16px;

}
.chromePopUpBox p {

    font-size: 14px;

}
.chromePopUpBox h5 {
    font-size: 15px; margin: 15px 0;

}



}

/*Remarks */
@media only screen and (max-width: 600px) {
	.mobileTopHeading {
		display: block;
	}
	.remarksSection {
		display: none;
	}
	.remarksDiv {
		width: 100%;
		height: 100%;
		top:0;
		left:0px;
		position: fixed;
	}
	.remarksAccord ul {
		overflow: unset;
		max-height: unset;
		padding-bottom: 65px;
	}
	.remarkBtm{
		position: relative !important;
		margin-top: 15px;
	}
	.addRemarks {
		display: none;
	}
	.addRemarksMobile {
		display: block;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        background: #fff;
        position: fixed;
        height: 65px;
	}
	.remarkSubmit {
		float: unset;
        position: absolute;
        width: 94%;
        bottom: 10px;
	}
	.remarkSubmit a {
		width: 100%;
	}
	.remarkSubmitMob form textarea {
		height: 8rem;
	}
	.addremarkMob {
		display: block;
	}
	.mobilePOP {
		display: block;
	}
}
