.blog-img-shadow {
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 19%);
}
#media_image-7{
margin-top:25px;
}
.fusion-imageframe{
margin-top:25px;
}
body .single.single-post .post-content h3{
font-weight:600 !important;}

body .toc-panel .fusion-column-wrapper {
padding-left:25px !important;
}

.toc-center{
font-size: 18px;
font-weight: 500 !important;
color: #092933;
line-height: 1.9em;
}
.green-tick{
color: #38c53e;
    font-weight: 600 !important;
    font-size: 20px;
    text-align: center;
display: block;
}
.red-tick{
color: #e16060;
    font-weight: 600 !important;
    font-size: 20px;
    text-align: center;
display: block;
}

/* 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*/