.box-shadow-img {
box-shadow: 0px 0px 7px 3px #e4e4e4;
margin-left: 0px;
}
.blog-unordered-list
{
   margin-left:-20px;
   margin-top:0px;
}
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;
}
.cust-full-width .fusion-column-wrapper{
margin-left:0% !important;
margin-right:0% !important;
}

/* 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*/

/*Modal styles - Start*/
@media (min-width: 900px) {
    .blog-cta-modal>.modal-lg {
        width: 600px !important;
    }
}
.blog-cta-modal>.modal-lg>.modal-content>.modal-header {
    border-bottom-color: rgb(255 255 255 / 40%) !important;
}
.blog-cta-modal>.modal-lg>.modal-content {
    background-color: rgb(255 255 255 / 60%) !important;
    /*background-image: linear-gradient(0deg, rgb(225 236 255 / 90%), rgb(255 255 255 / 60%));*/
    backdrop-filter: blur(6px);
    /*border: 2px solid #e1ecff !important;*/
}
.blog-cta-modal>.modal-lg .wpcf7-form .wpcf7-number, .partner-modal>.modal-lg .wpcf7-form .wpcf7-text {
    background-color:#ffffff !important;
    border: 1px solid #ebebeb !important;
}
.modal-backdrop {
opacity: 0.7 !important;
}
.blog-cta-modal .wpcf7-form .wpcf7-not-valid-tip {
    position: absolute !important;
    top: 40px;
    left: 0px;
    background: #eedada;
    line-height: 0 !important;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px !important;
}
.blog-cta-modal .wpcf7-form  .recaptcha .wpcf7-not-valid-tip{
 top: 80px !important;
}
/*Modal styles - End*/