.contnt-view {
    min-height: 210px;
}

@media(max-width:1024px){
    .contnt-view {
    min-height: 250px;
}
}

@media(max-width:768px){
    .contnt-view {
    min-height: 270px;
}
}
@media(max-width:736px){
    .contnt-view {
    min-height: 170px;
}
}
@media screen and (max-width: 540px)
{
.new-logo {
    width: 40%;
    float: right;
    padding-left: 17px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    top: unset;
}
.col-md-3.col-lg-3.logo {
    width: 55%;
    display: inline-block;
    /* float: left; */
    /* padding-right: 20px; */
}
.col-md-12.col-lg-12.ssclogo {
    clear: both;
}
.logo img {
    width: 100%;
    padding-left: 0;
    height: auto;
    margin-top: 0!important;
}
.new-logo img
{
    width: 100%!important;
}
}
@media screen and (max-width: 330px)
{
    .logo-txts {
    font-size: 13px;
}
.new-logo h5 {
    font-size: 9px!important;
}
}



	
   /*05-09-2024 update*/
	.banner-content-bible {
		font-size: 13px;
		color: white;
	}
	.bnr-new-div {
		margin-top: 20px;
		margin-bottom: 46px;
	}
	@media(max-width: 501px) {
		.banner-content {
			display: none;
		}
	}
	@media(max-width: 501px) {
		div.first-sec {
			height: initial !important;
		}
		.banner-content {
			display: none;
		}
	}