/*----responsive message----*/
/*.responsive-msg{display:none;}
.tab-desktop-view{display:block;}*/

@media screen and (max-width:1023px)
{
.responsive-msg{display:block;width:100%;height:100%;background:url(../img/back-bg.jpg) no-repeat;padding: 20% 0 40%;background-size: 100% 100%;
background-position: center;}
.msg-area{background:#FFFFFF;border-radius:10px;width:75%;padding:15px;text-align:center;font-family: 'robotoregular';}
.welead-logo {width:170px;margin:auto;}
.welead-logo img{width:100%;}
/*.tab-desktop-view{display:none;}*/
.responsive-msg h1{font-size:20px;color:#000000;margin-bottom:15px;}
.responsive-msg p{font-size:18px;color:#560202;}
}
/*---responsive message end---*/