.news-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
    height: 35rem;
	margin-bottom: 12rem;
	padding-top: 120px!important;
}

.news-banner .container {
	padding-top: 8rem;
}

.news-banner .single_path {
	left: 0;
    height: 0.9rem;
    top: 11rem;
    opacity: 0.5;
}

.news-banner .container img {
	width: 100%;
	height: 25rem;
}

.news-details h1 {
	color: #20A67D;
	font-size: 35px;
}

.news-details .product-icon {
	right: 0rem;
    height: 18rem;
    top: -11rem;
}

.news-details .single_path {
	right: 1rem;
    height: 1rem;
    top: 0rem;
}

.news-details .container {
	padding: 2rem 0;
	z-index: 1;
}

.news-details .latest p {
	font-size: 1rem;
	line-height: 1.6rem;
}


.news {
	background-color: #20A67D;
	padding-top: 5rem;
	padding-bottom: 5rem;
}




.news-details .articles {
	margin-top: 5rem;
	background-color: #F4F5F5;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.news-details .articles .article {
	display: none;
}

.news-details .articles .article .row {
	margin-bottom: 5rem;
}

.news-details .articles .article hr {
	margin-bottom: 5rem;
}

.news-details .articles .left img {
	height: 16rem;
	object-fit: cover;
}

.news-details .articles .right {
	padding-left: 2rem;
}

.news-details .articles .right .date {
	font-size: 13px;
}

.news-details .articles .right .title {
	color: #011F4E;
	/* text-decoration: underline; */
	font-size: 20px;
}

.news-details .articles .right .description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-details .articles .right .description p {
	font-size: 15px!important;
}

.news-details .articles .right .read-more {
	padding: 0.6rem 2rem;
}

.news-details .articles .right .read-more:hover {
	background: #011F4E;
}



.news-details .articles .load-more {
	margin-top: 5rem;
}


.news-details .articles .load-more button {
	background-color: #011F4E;
	font-size: 1rem;
	padding: 0.7rem 3rem;
}

.news-details .articles-banner {
	top: 14rem;
    height: 22rem;
    width: 85rem;
    left: 0;
}





/* Single news */
.single-news-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
    height: 31rem;
	background-color: #F4F5F5;
	z-index: 1;
	padding-top: 120px!important;
}

.single-news-banner .container {
	padding-top: 8rem;
}

.single-news-banner .single_path {
	left: 0;
    height: 0.9rem;
    top: 11rem;
    opacity: 0.5;
}

.single-news-banner .container img {
	width: 100%;
	height: 25rem;
	object-fit: contain;
}

.single-article {
	background-color: #F4F5F5;
    padding-top: 16rem;
    padding-bottom: 7rem;
}

.single-article .article-banner {
	top: 2rem;
}

.single-article .date {
	color: #8E8E8E;
	font-size: 13px;
}

.single-article .title {
	font-size: 25px;
}

.single-article .description p {
	font-size: 1rem;
	line-height: 1.6rem;
}

.single-article .author-share {
	margin-bottom: 5rem;
}

.single-article .author {
	color: #8E8E8E;
	font-size: 15px
}

.single-article .back-to-btn {
	background-color: #011F4E;
	font-size: 1rem;
    padding: 0.7rem 4rem;
}









@media (max-width: 1400px){

	.news-banner {
		height: 22rem;
    	margin-bottom: 12rem;
		
	}
/* 	.single-news-banner .container.inner-container {
    margin-top: 7rem;
} */

	.news-banner .container img {
		height: 23rem;
	}

	.news-details .product-icon {
		height: 15rem;
    	top: -7rem;
	}

	.news-details .container {
		padding: 2rem 1rem;
		z-index: 1;
	}

	.news-details .single_path {
		right: 2rem;
		height: 1rem;
		top: 2rem;
	}



	.single-news-banner {
		height: 20rem;
		/* margin-bottom: 15rem; */
	}

	.single-news-banner .container img {
		height: 22rem;
	}
	.single-news-banner .container {
    padding-top: 0rem;
}

}



@media (max-width: 1200px){

	.news-banner {
		height: 20rem;
		margin-bottom: 11rem;
	}

	.news-banner .container {
		padding-top: 4rem;
	}

	.news-banner .container img {
		height: 22rem;
	}

	.news-details .product-icon {
		height: 14rem;
    	top: -6rem;
	}

	.news-details .container {
		padding: 2rem 1rem;
		z-index: 1;
	}

	.news-details .articles {
		margin-top: 6rem;
	}



	.single-news-banner {
		height: 20rem;
		/* margin-bottom: 11rem; */
	}

	.single-news-banner .container {
		padding-top: 4rem;
	}

	.single-article {
		background-color: #F4F5F5;
		padding-top: 12rem;
		padding-bottom: 7rem;
	}

	.single-news-banner .container img {
		height: 22rem;
	}
	.single-article {
    padding-top: 20rem;
}
}



@media (max-width: 991px){

	.news-banner {
		height: 15rem;
    	margin-bottom: 10rem;
	}

	.news-banner .container {
		padding-top: 3rem;
	}

	.news-banner .container img {
		height: 18rem;
	}

	.news-details .product-icon {
		height: 13rem;
    	top: -5rem;
	}

	.news-details .single_path {
		right: 1.5rem;
		height: 1rem;
		top: 2.5rem;
	}

	.news-details .container {
		padding: 2rem 1rem;
		z-index: 1;
	}

	.news-details .articles {
		margin-top: 5rem;
	}



	.single-news-banner {
		height: 15rem;
		/* margin-bottom: 11rem; */
	}

	.single-news-banner .container {
		padding-top: 3rem;
	}

	.single-news-banner .container img {
		height: 18rem;
	}
	.single-news-banner {
    height: 20rem !important;
    /* margin-bottom: 11rem; */
}
	.single-article {
    padding-top: 16rem !important;
}

}



@media (max-width: 767px){

	.news-banner {
		height: 10rem;
		margin-bottom: 5rem;
	}

	.news-banner .container {
		padding-top: 2rem;
	}

	.news-banner .container img {
		height: 10rem;
	}

	.news-details .product-icon {
		height: 7rem;
    	top: -1rem;
	}

	.news-details .single_path {
		right: 1.5rem;
		height: 0.7rem;
		top: 3rem;
	}

	.news-details .container {
		padding: 2rem 1rem;
		z-index: 1;
	}

	.news-details .articles {
		margin-top: 0rem;
		background-color: #F4F5F5;
		padding-top: 0rem;
		padding-bottom: 1rem;
	}

	.news-details .articles .left img {
		height: 12rem;
		object-fit: cover;
	}

	.news-details .articles .right {
		padding-left: 0.75rem;
	}

	.news-details .articles .article .row {
		margin-bottom: 3rem;
	}

	.news-details .articles .article hr {
		margin-bottom: 3rem;
	}

	.news-details .articles .load-more {
		margin-top: 3rem;
	}



	.single-news-banner {
		height: 10rem;
		/* margin-bottom: 7rem; */
	}

	.single-article {
		background-color: #F4F5F5;
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.single-news-banner .container {
		padding-top: 2rem;
	}

	.single-news-banner .container img {
		height: 10rem;
	}
	.single-article {
    padding-top: 15rem !important;
}
	.single-news-banner {
    height: 20rem !important;
}
.single-article {
    padding-top: 17rem !important;
}
}
body {
    overflow-x: hidden;
}

@media (max-width: 1366px){
	.gen-banner {
		height: 36rem !important;
	}
}
@media (max-width: 991px){
.gen-banner {
    height: 26rem !important;
}
}
@media (max-width: 600px){
.gen-banner {
    height: 19rem !important;
	
	}
	.single-news-banner .container img {
    height: 23rem;
}
.product-icon {
    display: none !important;
}
}
@media (max-width: 480px){
	.gen-banner {
    height: 20rem !important;
}
	.product-icon {
    display: none !important;
}
}