a { text-decoration: none; }
.poppins-font { font-family: 'poppinsregular';}
/*div{border:1px solid red; }*/
.comming-soon{height: 100vh;display: flex;align-items: center;justify-content: center;}
.comming-soon.desktop-view {background-image: url(../images/desktop-bg.png);background-size: cover; background-repeat: no-repeat; background-position: 0 50%;}
.comming-soon-content{position: relative;}
.comming-soon-content h4{font-size: 30px; font-family: 'poppinsmedium';}
.comming-soon-content .heading{position: relative;}
.comming-soon-content .heading h1{font-weight: bold;font-size: 30px; font-family: 'poppinsbold';}
.comming-soon-content .heading p{font-size: 14px; font-family: 'poppinsmedium';}
.comming-soon ul li img{max-width: 70px;padding-right: 10px;}
.comming-soon.mobile-view { display: none; }
.comming-soon-content .heading span{color: #ffb100;}
.comming-soon ul { position: absolute; left: auto; right: auto; bottom: 25px; margin: 0 auto; list-style: none; padding: 0;}

@media screen and (max-width: 1200px){
.comming-soon-content h4{font-size: 20px;}
.comming-soon-content .heading h1{font-size: 30px;}
.comming-soon ul li img{max-width: 50px;}
}

@media screen and (max-width: 1024px){

}

@media screen and (max-width: 767px){
	.comming-soon.desktop-view { display: none; }
	.comming-soon.mobile-view { display: flex;background-image: url(../images/mobile-bg.png);background-size: contain; background-repeat: no-repeat; background-position:0 -40%; }	
	.comming-soon-content .heading h1 { font-size: 25px; }
	.comming-soon-content .heading h1 img { max-height: 50px;
    margin-top: -6px; }
    .comming-soon-content h4 { font-size: 27px; }
    .comming-soon-content .heading p { font-size: 15px; }
}
