@media only screen and (min-width: 992px) {
	.nw-flex-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}
.main-newlgn-header {
	height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nw-main-container {
max-width: 1000px;
margin: 0 auto;
}

.nw-flex-section .nw-card-img , .nw-flex-section .nw-card-title{
padding-left: 15px;
padding-right: 15px;
}
.nw-flex-section .nw-card-img {
	max-width: 30%;
	width: 100%;
	line-height: 30%;
}
.nw-flex-section .nw-card-title {
	max-width: 70%;
	width: 100%;
	text-align: left;
}
/* .nw-md-height {
    min-height: 100px;
} */
.nw-flex-section .nw-card-img img {
	margin-bottom: 0px;
}

.welcome_dash {
    display: flex;
    align-items: center;
    }

}


@media only screen and (max-width: 767px) {
	.main-newlgn-header:before {
		max-width: 100%;
	}
	.main-newlgn-header:after {
		max-width: 100%;
	}
	.lgn-header-title p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

}

@media only screen and (max-width: 576px) {
	.column-12 {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.welcome_bgImage_wrapper img {
      
    /* top: 100%; */
        max-width: 70%;
    
}
.welcome_shape_wrapper img  {
	display: none;
}
.welcome_head_wrapper {
	height: auto;
}
.welcome_img_wrapper {
    padding-top: 65px;
}
}