@media(min-width: 451px){
	.for-mob-i{
		display: none;
	}
}
@media(max-width: 450px){
.top-auth-cc .header-row{
		margin-top: 10px !important;
	}
body .header-container .header-row .for-mob-h{
	display: block !important;
}
.for-mob-h .d-none{
	display: none!important;
}

.for-mob-g{
	position: absolute;
	top: -35px;
	left: 15px;
	width: 45%;
}
.for-mob-g #mainCity{
	font-size: 11px!important;
}
.for-mob-g > div > i{
	display: none!important;
}

.top-auth-cc{
		width: 50%;
	}

	.top-auth-cc div, .top-auth-cc a{
		padding: 0 !important;
		margin: 0 !important;
	}

.card-rotate {
    perspective: 0px;
    z-index: 0;
}
.modal, .modal-dialog, .modal-content{
	z-index: 9999;
	perspective: 1000px;
}
.tooltip-wrap:hover .tooltip-content-wrap {
    display: none!important;
}

}

/*.list-col{*/
/*	width: 100% !important;*/
/*}*/