/*  */
.p0{padding:0px !important;}
.bg-white{
	background: #FFFFFF;
	box-shadow: 
		0px 0px 50px #fff;
}
.downloadBox{
	height: fit-content;
	border-radius: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0 1.5rem;
}
.navbar-expand-lg .navbar-nav{
	padding: .8rem 1.5rem 0.7rem;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 30px #fff;
}
.yellow{
	color: #FAC600;
}
.gray1{
	color: #282d2f;
}
.logoRef{
	width: 200px !important;
	margin: 0 auto 40px;
}
.lr4{width: 100px !important;}
.svg-icon1{
	width: 240px;
	height: auto;
}
.svg-icon2{
	width: 200px;
	height: auto;
}
.huawei{
	width: 20px;
    margin-top: -4px;
    margin-right: 15px;
}
.list-inline-item a img{
	width: 160px;
	height: auto;
    margin-right: 15px;
	transition: 0.3s;
}
.list-inline-item a:hover img{
	width: 170px;
	margin-right: 10px;
	margin-left: -5px;
	margin-bottom: -5px;
}
.modal-dialog{
	max-width: 95%;
}
iframe{border: 0px none;}
.modal-body button{
	position: fixed;
    top: 5px;
    color: #FFF;
    right: 10px;
    font-size: 34px;
}