.mid-content .profile-b .p-block {
    display: inline-block;
}
.sp-static-bar {
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
  -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    z-index: 99;
        background: #fff;
    box-shadow: 0px 0px 10px #e5e5e5;
}

.SocialTimeBar__container {
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0!important;
   -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    z-index:999;
}

.Header__isSticky {
    top: -15%!important;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
}
/* Single Page Content */
header.single-post-header {
    max-width: 1000px;
}

header.single-post-header h1 {
    font-size: 48px;
    padding-top: 20px;
}

.sp-sidebar {
	border-left: 1px solid #e9e9e9;
}
.custom-video-layout .video-col .written-by,
.sp-content-wrap .written-by {
	color: #acacac;
    margin-bottom: 0;
}
.sp-content-wrap .four-block-cls {
	border: 0;
	padding-left: 0;
}
.sp-2grid {
	margin-bottom: 5px;
}
.sp-2grid .bloc-img {
    max-width: 430px;
    max-height: 200px;
    width: 100%;
    overflow: hidden;
}
.sp-2grid .bloc-img img {
	width: 100%;
}
.sp-content-wrap span.code.class-health {
	background: transparent !important ;
}
.sp-3grid .three-block .content {
	padding: 0;
}
.sp-2grid .three-block .content h2 {
	margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    font-family: GlobalStyle;
}
.custom-video-layout .video-col .author-name,
.sp-3grid h4.author-name {
    font-size: 13px;
}
.sp-3grid .three-block .content h2 {
	line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}
.sp-3grid .four-block-cls {
	margin-bottom: 30px;
}
.sp-postcat-title h4 {
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
}
.sp-sidebar-img-wrap {
	margin-bottom: 35px;
}
.sp-content-wrap .grid-bottom-space {
	margin-bottom: 40px;
}
.sp-static-bar .static-bar-in{
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0 20px;
}
.sp-static-bar .right-sec,
.sp-static-bar .left-sec {
	display: flex;
    align-items: center;
}
.sp-static-bar .img-wrap {
	width: 85%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sp-static-bar .img-wrap img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.img-wrap span {
    font-family: GlobalStyle !important;
    font-weight: 500 !important;
    padding-left: 10px;
    font-size: 16px;
}
.sp-static-bar .left-sec h1 {
	font-size: 16px;
	margin-bottom: 0;
    padding-left: 15px;
}
.sp-static-bar .right-sec span {
	padding: 20px 18px;
    border-right: 1px solid #e9e9e9;
    font-size: 13px;
}
.sp-static-bar .right-sec a {
	color: #1b1a1a;
}
.sp-static-bar i {
	font-size: 14px;
}
.sp-static-bar  .fa.fa-facebook {
	font-family: "Font Awesome 5 Brands" !important;
}
.sp-fixed {
	position: fixed;
	top:75px; 
	left:0;
	width: 100%; 
}
/* contact */
.contact-wrap {
	position: relative;
}
.contact-wrap iframe {
	min-height: 500px;
}
.icons-wrap .border-solid {
	border: 25px solid rgba(227, 227, 227, 0.7);
}
.contact-wrap .contact-col {
	position: relative;
	background-color: #fff;
}
.icons-wrap .phone-col {
	background-color: #f1f1f1;
}
.contact-wrap .text-wrap {
	padding: 55px 25px 0px 25px;
}
.contact-wrap .text-wrap h4 {
	font-size: 24px;
	font-family: GlobalStyle;
	font-weight: 400;
	margin-bottom: 0;
}
.contact-wrap .text-wrap p {
	font-size: 14px;
}
.contact-wrap .icons-wrap {
	/*max-width: 960px;*/
  /*  margin-top: -100px;*/
    position: relative;
	background-image: url('../../images/contact-form.png');
	background-position: 10px 100px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.contact-wrap .inner-icon-wrap {
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.05);
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    width: 100px;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    position: absolute;
    display: block;
    left: 0;
    top: -60px;
    right: 0;
}
.contact-wrap .inner-icon-wrap img {
	width: 40px;
}
.contact-wrap .contact-form-cont h2 {
	font-size: 44px;
	margin-top: 0;
	font-family: GlobalStyle;
    font-weight: 400;
}
.contact-wrap .contact-form-cont p {
	font-size: 15px;
	margin-top: 0;
	max-width: 435px;
	font-weight: 600;
}
.contact-wrap .form-sec {
	margin-top: 30px;
}
.contact-wrap .form-sec input,
.contact-wrap .form-sec textarea {
	border: none;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	box-shadow: 0px 0px 12px rgb(208 208 208);
}
.contact-wrap .form-sec input {
	height: 50px;
}
.contact-wrap .form-sec .wpcf7-submit {
	border-color: #d60e21;
    background-color: #d60e21;
    padding: 12px 50px;
    color: white;
    border: 0;
    height: 40px;
    width: auto;
    line-height: 15px;
    min-width: 210px;
    text-transform: capitalize;
}
.contact-wrap .form-sec .wpcf7-submit:hover {
	opacity:  0.7;
}
.contact-wrap .inner-cont {
	max-width: 1240px;
	margin: 0 auto;
	margin-top: -100px;
}
.contact-wrap .contact-form-text {
	padding-top: 100px;
}
/* Video */
.custom-video-layout.ds-video-page {
	background: transparent;
}
.custom-video-layout #sync2 .synced .item:after,
.custom-video-layout #sync2 .synced .item:before {
	display: none;
}
.custom-video-layout.ds-video-page .navigation-thumbs .owl-stage {
	display: flex;
}
.custom-video-layout.ds-video-page .owl-video-wrapper {
	height: 250px !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block !important;
}
.custom-video-layout .video-des h2 {
	font-size: 18px;
	font-family: GlobalStyle;
	font-weight: 500;
}
.custom-video-layout .sp-postcat-title h4 {
	font-weight: 500;
	margin-bottom: 25px;
}
.custom-video-layout.ds-video-page .navigation-thumbs .owl-stage .owl-item {
	border-right: 1px solid #e9e9e9;
    padding-right: 15px;
}
.custom-video-layout .video-slider {
	margin-top: 30px;
}
@media (max-width: 1199px) {
	header.single-post-header h1 {
	    font-size: 44px !important;
	}

	.contact-wrap .icons-wrap {
		background-position: top;
	}
}
@media(max-width:  991px){
	header.single-post-header h1 {
	    font-size: 40px !important;
	}
}
@media (max-width: 767px) {
	.sp-static-bar{
		top: -20%;
	}
	.sp-static-bar .img-wrap {
     width:300px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
    }
    .sp-static-bar .right-sec span{
    	padding:9px 10px;
    }
    .sp-static-bar .static-bar-in{
    	padding: 0px 0px;
    }
    .sp-static-bar .img-wrap img {
    	width: 40px;
    	height: 40px;
	}
    .img-wrap span{
    	padding-left: 3px;
      font-size: 13px;
    }
	header.single-post-header h1 {
	    font-size: 40px !important;
	}
	.contact-wrap .icons-wrap {
		background-image: none;
	}
	.contact-wrap .contact-form-text {
		padding-top: 40px;
	}
	.contact-wrap .icons-wrap {
		margin-top: 25px;
	}
	.icons-wrap .contact-col {
		padding: 20px 0;
	}
	.contact-wrap .inner-icon-wrap {
		position: unset;
		border: 1px solid #eee;
		width: 80px;
		height: 80px;
    	line-height: 75px;
	}
	.contact-wrap .text-wrap {
		padding: 0 15px;
	}
	.contact-wrap .contact-form-cont h2 {
		font-size: 35px;
	}
}
@media (max-width: 480px) {
	.contact-wrap .inner-icon-wrap {
		width: 70px;
	    height: 70px;
	    line-height: 65px;
	}
	.contact-wrap .text-wrap h4 {
		font-size: 20px;
	}
	.contact-wrap .inner-icon-wrap img {
    	width: 35px;
	}
	.contact-wrap .contact-form-cont h2 {
		font-size: 22px;
	}
	.sp-static-bar .img-wrap {
      width:200px;
   }
}