.box-shadow-img {
box-shadow: 0px 0px 7px 3px #e4e4e4;
margin-left: 0px;
}

/* Blog Banner Excerpt Section Start*/
.blog-banner-excerpt{
	margin-bottom: 20px;
}
.blog-banner-excerpt  .fusion-flex-column{
	width:50% !important;
}
.blog-banner-excerpt .fusion-column-wrapper{
	display:block !important;
}
.blog-banner-excerpt  ul{
	padding-left:17px;
	margin-top:0px;
	margin-bottom:0px;
}
.blog-banner-excerpt .mr-5{
	margin-right:5%;
}
.blog-banner-excerpt .ml-4{
	margin-left:4%;
}
@media only screen and (max-width: 600px) {
	.blog-banner-excerpt  .fusion-flex-column{
		width:100% !important;
	}
	.blog-banner-excerpt .ml-4{
		margin-left:0%;
	}
}
/* Blog Banner Excerpt Section End*/

/*For YouTube video's iframe-START*/
.youtube-embed{
width:90%;
height:385px;
box-shadow: 0 0 25px -10px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 19%);
}

@media only screen and (max-width: 600px) {
  /* For Mobile phones: */
.youtube-embed{
width:100% !important;
height:250px;
box-shadow: 0 0 25px -10px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 19%);
}
.youtube-container{
margin-left:-25px !important;
margin-right:-25px !important;
}
}

@media only screen and (min-width: 601px) and (max-width: 768px) { 
  /* For Tablet phones: */
.youtube-embed{
width:100% !important;
box-shadow: 0 0 25px -10px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 19%);
}
.youtube-container{
margin-left:-25px !important;
margin-right:-25px !important;
}
}
/*For YouTube video's iframe-END*/