#nlLoader {min-height: 80vh;}
div.seItemListHeadingContainer > div { display: none important;}

p {
font-size: 1.15em;
}

.center-image {
 display: flex;
 justify-content: center;
}

.center-text {
padding-top: 50px;
text-align: left;
}

.flex-item {
 display: flex;
 align-items: center;
}

.new-section {
padding-top: 100px;
}

.iframe-container {
position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}

.outer-box {
background: #F5F5F5;
border-radius: 15px;
}

.inner-box {
padding: 15px 15px 15px 35px;
}



@media only screen and (min-width:960px)
{.center-text {
 width: 63%;
margin: 0 auto;
}
}

@media only screen and (min-width:1250px){.section.sePageSection.sePageSectionResponsive.putclasshere .content-block-column.full-width-block.block-bg-img {
 padding-top: 200px !important;
 padding-bottom: 200px !important;
}
}