.single-post .uk-section-default{
	padding-top:0px !important;
}
.single-post #tm-main .uk-container{
	padding: 0px !important;
    margin: 0px !important;
    max-width: 100%;
}
.blog_under_sec {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0px, 50px, 0px);
    will-change: transform;
    background-attachment: scroll;
    margin-top: -60px;
    padding: 150px 280px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    text-align: center;
}
.author .ast-container{
	max-width:1450px;
	display:block;
}
.single-post{
	background:#fff !important;
}
.teambox{
	position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox .row {
    display: flex;
    justify-content: center;
    text-align: center;
}
.teambox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 45%;
}
.fa-check:before {
    content: "\f00c";
}

.single-post .post-content .content-inner .jumpcontainer h3 {
    font-size: 25px;
    cursor: pointer;
}
.single-post .jumpcontainer h3 svg {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 12px;
    width: 20px;
}
.single-post .jumpcontainer h3.active svg {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}
.jumpcontainer #jumpbox {
    display: none;
    margin-top: 14px;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    padding: 0px 0px 20px 0px;
    -o-transition: 0.70s;
    margin: 0;
}
.jumpcontainer #jumpbox ul {
    list-style: arabic-indic;
    margin: 0;
    list-style: decimal;
    padding: 0;
}
.jumpcontainer #jumpbox ul li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #040f134d;
    padding-left: 5px;
    font-size: 16px;
    padding: 10px 0px 7px 0px;
}
.single-post .post-content .content-inner ul li {
    padding-bottom: 1.5em;
    line-height: 33px;
}
.jumpcontainer #jumpbox ul li a {
    text-decoration: none;
    color: #040f13;
    font-size: 15px;
}
.single-post .learnbox {
    margin-bottom: 40px;
    position: relative;
}
.single-post .learnbox h3 {
    font-size: 25px;
	margin-bottom:18px;
}




#secondary{
	padding-left:0px !important;
}
.single-post #content-bottom {
    display: flex;
    float: none;
    margin: 150px 1px 20px 1px;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.single-post .thumbnail_img{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0px, 50px, 0px);
    will-change: transform;
    background-attachment: scroll;
    margin-top: -58px;
    padding: 300px 280px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    text-align: center;
}

.single-post .lwptoc {
	display:none !important;
}

.blog_sidebar .sp-about-author__text a{
}
.single-post #secondary{
	width:100%;
	margin-top: -15px;
	padding:0px;
}
.single-post #sidebar .widget {
    margin-bottom: 40px;
}
.single-post #recent-posts-1{
	padding:0px !important;
	margin:0px;
}
.single-post #categories-1{
	padding:0px !important;
	margin:0px;
}
.single-post #sidebar h2 {
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    line-height: 35px !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
	font-weight:700;
}
#sidebar ul {
    padding-left: 0px !important;
}
#sidebar li {
    margin-bottom: 10px;
}
#sidebar li::marker {
    display: none !important;
    content: "";
}
.single-post #sidebar ul li a {
    /* color: #72c9b5 !important; */
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 5px;
    text-decoration: none !important;
}
.single-post .blog_sidebar .box_cont {
    border-top: 1px solid #ccc;
    padding-top: 11px;
   /* padding-left: 40px;
    display: flex;*/
    text-align: center;
    margin-top: 11px;
    width: 100%;
}
.single-post .ctaboxbtm a:hover{
	color:#fff !important;
}
.single-post .blog_sidebar .box_cont a {
    color: #72c9b5 !important;
    text-decoration: none !important;
}
.single-post .blog_sidebar .tooltip {
    cursor: pointer;
    margin-left: 6px;
    position: relative;
}
.single-post .blog_sidebar .box_cont img {
    width: 14px !important;
    margin-top: 8px !important;
    height: 14px !important;
}
.single-post .blog_sidebar .tooltip .box {
    background-color: #fff !important;
    border: 1px solid #e4ebed !important;
    border-radius: 20px !important;
    color: #353535 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 175% !important;
    list-style-type: none;
    margin: 0 !important;
    max-width: 271px !important;
    opacity: 0;
    padding: 10px 20px !important;
    position: absolute !important;
    right: -30px !important;
    top: calc(100% + 15px) !important;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    visibility: hidden !important;
    width: 271px !important;
    will-change: transform !important;
    z-index: 100 !important;
}
.single-post .blog_sidebar .tooltip .box:after {
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.single-post .blog_sidebar .tooltip .box:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 25px;
}

.single-post .blog_sidebar .box_cont {
    border-top: 1px solid #ccc;
    padding-top: 11px;
    /*padding-left: 40px;
    display: flex;*/
    text-align: center;
    margin-top: 11px;
    width: 100%;
}
.author-box {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    padding-top: 80px;
}
.author-box .section-title {
    display: grid;
}
.author-box .section-title img {
    height: 150px;
    min-width: 150px;
    position: relative;
    width: 150px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}
.author-box .subheader {
    font-weight: 500 !important;
    margin-top: 15px;
    color: #72c9b5;
}
.author-box h1 {
    font-size: 36px;
    font-weight:700;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family:Mulish;
}
.social_icons a {
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 27px;
    border: 1px solid #ccc;
}
.scnd_sec .elementor-icon-list-icon {
    display: flex;
    margin-bottom: -25px;
}
.scnd_sec .elementor-icon-list-icon ::before {
    color: #72c9b5;
    width: 25px;
    height: 15px;
    display: inline-block;
    left: -2px;
    margin-top: 6px;
    position: relative;
}
.fa-check:before {
    content: "\f00c";
}
.authormedicalreviewer {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    color: #72c9b5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 18px;
    /* margin-right: 19px; */
    padding: 10px 24px 10px 12px;
    border: 1px solid #ccc;
}
.authormedicalreviewer span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #72c9b5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-right: 12px;
    width: 35px;
}
.authormedicalreviewer span img {
    height: 19px !important;
    width: 19px !important;
}
.scnd_sec {
    padding: 50px 15px 80px 15px;
}
.scnd_sec .row {
    display: flex;
    border-top: 1px solid #ccc;
}
.scnd_sec .column {
    width: 70%;
    padding-right: 30px;
    padding-top: 10px;
}
.scnd_sec .column1 {
    width: 30%;
    margin-top: 40px;
    height: fit-content;
    border-radius: 13px;
    text-align: center;
}
.guidelinebox {
    border: 1px solid #ccc;
    padding: 20px 18px 10px 18px;
    margin-bottom: -2px;
}
.scnd_sec h2 {
    margin-bottom: 20px;
    color: #000;
    margin-top: 40px;
    font-size: 37px;
    font-family: Mulish;
    font-weight: 600;
}
.scnd_sec .guidelinebox h3 {
    color: #205e5c;
    line-height: 33px !important;
    margin-bottom: 15px;
    margin-top: 7px;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Mulish';
}
.single-post .guidelinebox a {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    border: 0px;
    background: #205e5c;
    color: #fff;
    padding: 11px 24px;
    margin-bottom: 22px;
    text-decoration: none !important;
    font-weight: 500;
    border: 1px solid #72c9b5 !important;
}
#posts-by h2 {
    margin-bottom: 25px;
    color: #205e5c;
    margin-bottom: 20px;
    color: #000;
    margin-top: 40px;
    font-size: 37px;
    font-family: Mulish;
    font-weight: 600;
    margin: 10px 0px 20px 0px;
    font-family:Mulish;
}
#posts-by .vc_col-sm-4 {
    position: relative;
    width: 48%;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
}
#posts-by .one-press {
    width: 100%;
}
.one-press-picture {
    position: relative;
    width: 100%;
    HEIGHT: 352PX;
}
.orange-links {
    position: relative;
    padding: 20px 40px;
    z-index: 10;
    color: #fff;
    width: 100%;
    left: auto;
    box-sizing: border-box;
    background-color: #f9f9f9;
    color: #616161;
    box-shadow: 0 1px 20px 0 rgba(183,183,183,.25);
}
.author #content{
	background:#fff !important;
}
.one-press-picture img {
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
}
#posts-by h3 {
    font-size: 21px;
    margin-bottom: 0;
}
.orange-links p {
    margin-top: 25px;
    margin-bottom: 30px;
}
.orange-links a {
   /* color: #040447;
    background: #f1f1f1;
    padding: 9px 18px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 15px;*/
}

.jumpcontainer #jumpbox ul li:last-child {
    border-bottom: 0px solid #e1e1e1;
}
.jumpcontainer #jumpbox ul li ul {
    margin-top: 1px;
    margin-left: 14px;
    margin-bottom: -1px;
}
.accordion p{
	margin-top:0px;
}
.single-post #sidebar h2 {
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    line-height: 35px !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#sidebar ul {
    padding-left: 0px !important;
}
#sidebar li {
    margin-bottom: 10px;
}
#sidebar li::marker {
    display: none !important;
    content: "";
}
.single-post .guidelinebox a:hover {
    border: 1px solid #72c9b5 !important;
    background: #fff !important;
    color: #72c9b5 !important;
}
.guidelinebox a:hover{
	border: 2px solid #72c9b5 !important;
    background: #fff !important;
    color: #72c9b5 !important;
}
.single-post .ctaboxbtm {
    padding: 31px 45px 55px 45px;
    background: #205e5c;
    color: #fff;
    -webkit-transition: .55s;
    transition: .55s;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 40px;
    /* line-height: 60px; */
    text-align: center;
    /*width: 100%;*/
}
.single-post .leftboxbtm {
    margin-bottom: 45px;
}
.single-post .leftboxbtm h2 {
    color: #fff;
}
.single-post .ctaboxbtm a {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 100rem;
    font-size: 18px;
    color: #72c9b5;
    text-decoration: none !important;
}
.single-post .guidelinebox {
    text-align: center;
    margin-bottom: 40px;
    padding: 15px 45px 30px 45px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.guidelinebox a {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    border: 2px solid;
    background: #72c9b5;
    color: #fff;
    /*border-radius: 57px;*/
    padding: 10px 15px;
    margin-bottom: 22px;
    text-decoration: none !important;
}
.single-post .accordion {
    max-width: 1170px;
    margin: 40px auto 40px;
	padding:0px;
}
.accordion:after{
	content:'' !important;
}
.accordion{
	background-color:transparent !important;
	padding:0px;
}
.accordion:hover{
	background-color:transparent !important;
}
.active, .accordion:hover {
    background-color: transparent !important;
}
.accordion:after {
    content: '';
}
.learnbox .fa-check{
	margin:5px 10px 0px 0px;
	color:#72c9b5;
}
.active:after {
    content: "" !important;
}
.single-post .at-item {
    margin-bottom: 15px;
    border: 0px solid #205e5c;
    background: #205e5c1c;
}
.single-post .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
.single-post .at-title h4 {
    padding: 22px 26px 22px 26px;
    margin: 0 !IMPORTANT;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
}
.single-post .at-title span {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    right: 21px;
    top: 26px;
}
.single-post .at-title span svg {
    width: 20px;
}
.single-post .at-tab {
    display: none;
    padding: 0px 20px 15px 20px;
    border-top: none;
}
.single-post .at-title.active span {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}


.learnbox li{
	display:flex;
	margin-top:8px;
}



.single-post .fusion-row{
	max-width:100% !important;
}
.single-post #main{
	padding:0px !important;
}
.single-post .ast-container{
	width: 100%;
    max-width: 95%;
	display:block;
}
.single-post #content {
    margin-top: 5%;
}
.single-post #content {
    width: 1200px;
    display: flex;
    float: none;
    margin: 0px auto;
}
.single-post .post {
    width: 100% !important;
    margin-right: 0px;
    Padding: 0px !important;
}
#jumplink .active{
	background-color:transparent;
}
.single-post .post {
    margin-bottom: 0;
}
.single-post .sidebar_auth {
    width: 50%;
    height: 100%;
    padding: 0px 0px 0px 35px;
}
.blog_sidebar {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    /* margin-top: 44px; */
    margin-bottom: 50px;
    /* border-bottom: 0px solid #95A7AC; */
    /* background-color: #F2F7F9; */
    border: 1px solid rgba(32, 78, 95, .3);
    /* border-radius: 10px; */
    padding: 6px 28px 25px 28px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.blog_sidebar .sp-about-author__img {
    width: 100px;
    margin-bottom: 15px;
    margin-top: -66px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}
.jumpcontainer {
    border: 1px solid rgba(32, 78, 95, .3);
    margin-top: 0px !important;
    border-radius: 12px;
    font-size: 17px;
    padding: 20px 22px 0px 22px;
    margin-bottom: 40px;
}
/*.learnbox ul li:before {
    background-image: url(https://seastaddictio.wpenginepowered.com/wp-content/themes/astra/assets/svg/arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 3px;
    margin-top: 10px;
}*/
.scnd_sec .fas {
	margin-left: -15px;
}
/*.scnd_sec span:before {
    background-image: url(https://seastaddictio.wpenginepowered.com/wp-content/themes/astra/assets/svg/arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 14px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: 3px;
    margin-top: 10px;
}*/
.learnbox h2 {
    margin-bottom: 0px;
}
.single-post .sp-about-author__text{
	text-align:center;
}
.single-post h3, h4 {
	color: #000;
}
.single-post h2 {
    color: #000;
    font-size: 33px;
	font-weight:500;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 45px !important;
}
.learnbox ul {
    margin-left: 0px;
    padding: 0;
}
/*.learnbox span{
	color: #1F2D5C;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.learnbox span {
    color: #8BC34A;
    width: 20px;
    height: 15px;
    display: inline-block;
    left: -15px;
    margin-top: 4px;
    position: relative;
}*/
.fa-check:before {
    content: "\f00c";
}
.single-post .jumpcontainer h3 svg {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 12px;
    width: 20px;
}
.jumpcontainer #jumplink h3:after {
    background-image: url(/wp-content/themes/astra/assets/images/chevron-downarrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    content: '';
    width: 16px;
    height: 10px;
    float: right;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    margin-top: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
    margin-right: 16px;
}
.single-post .jumpcontainer h3.active svg {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}
.single-post #jumplink span{
	color:#000;
}
.single-post .learnbox span{
	color:#000;
}
.sp-about-author__wrap .sp-about-author__info-wrap .sp-about-author__name {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: var(--global-palette2);
    font-family: var(--global-heading-font-family);
    color: #205e5c;
}
.sp-about-author__wrap .sp-about-author__info-wrap .sp-about-author__title {color: #00000094 !important;!i;!;}
.blog_sidebar .sp-about-author__social {
    padding: 15px 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.sp-about-author__social a {
    border: 1px solid #72c9b5;
    padding: 11px 9px;
    display: flex;
    border-radius: 50px;
    margin: 0 4px;
    text-align: center;
}
.sp-about-author__social a svg {
    width: 22px;
    height: 17px;
}
#content_sec{
	padding:0px !important;
} 
.single-post .image_sec {
    /*width: 100%;
    MAX-WIDTH: 1560px;
    MARGIN: 0 AUTO;*/
    margin-top: 0px;
}
#category-and-time span {
    background-color: #72c9b5;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    padding: 6px 17px;
}
/*.fa-folder-open:before {
    color: #49BBEC;
    margin-right: 10px;
}
.fa-folder-open:before {
    content: "\f07c";
}*/
.single-post h1 {
    color: #ffffff;
    font-weight: 700;
    margin: 45px 0px 35px 0px;
    font-size: 48px;
    line-height: 53px;
    font-family: Mulish;
}
.single-post #top-stats {
    padding-right: 0px;
    padding-left: 0px;
    /* border-top: 1px solid rgba(32, 78, 95, .3); */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    padding-bottom: 25px;
    /* padding-top: 23px; */
    width: 627px;
    margin-bottom: 0;
    /* border-bottom: 0px solid rgba(32, 78, 95, .3);*/
    margin: 59px auto  0 auto;
}
#top-stats .img_txt {
    display: block; 
    line-height: 25px;
}
.single-post .one-stat {
    width: 50%;
}
.single-post .lastreserved {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
	font-family:Mulish;
}
.single-post .img_txt {
    display: flex;
    line-height: 25px;
}
.single-post .blog_img {
    display: contents;
    width: 60px;
}
#top-stats .blog_txtM {
    line-height: 25px;
    margin-top: 5px;
}
#top-stats img {
    height: 100px;
    width: 100px !important;
    border-radius: 50%;
    max-width: 100px;
}
.blog_img img {
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    max-width: 60px;
}
.single-post .img_txt {
    display: flex;
    line-height: 25px;
}
.single-post .one-stat-title {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
	font-family:Mulish;
}
/*#category-and-time span {
    background-color: #1F2D5C;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    padding: 7px 21px;
}*/
.blog_txtM p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.blog_txtM p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.single-post .os-name a {
    color: #fff !important;
    text-decoration: none !important;
}
.single-post .os-name a:hover {
    color: #72c9b5 !important;
}
.single-post .blog_txtM a {
    font-family: Mulish;
    line-height: 27px;
}
.single-post .fusion-row{
	max-width:100% !important;
}
.single-post #main{
	padding:0px !important;
}
.teambox .row{
	display:ruby !important;
	justify-content:center;
	text-align:center;
}
.teambox {
    position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 215px !important;
    width: 33%;
}
.teambox .dce-user_image {
    overflow: hidden;
    position: relative;
    /* width: 100%; */
}
.teambox .dce-user_image a {
    display: flex;
}
.teambox .vc_col-sm-4 .dce-user_content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    z-index: 10;
    color: #fff;
    width: 90%;
    left: auto;
	text-align:left;
}
.teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 40px;
    text-decoration: none !important;
    color: #fff !important;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: .6;
    font-size: 17px;
    line-height: 22px;
}
.teambox .vc_col-sm-4 .dce-user_image a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
}
.teambox .dce-user_image img {
    margin-bottom: 0 !important;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.teambox .dce-user_content .user-displayname {
    line-height: 32px;
    margin-bottom: 5px;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: .6;
    font-size: 17px;
    line-height: 22px;
}

@media only screen and (max-width: 1024px) {
	.recent_posts a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px !important;
}
.recent_posts .recent-posts-content{
	margin-top:-90px;
}
   .teambox .vc_col-sm-4 .dce-user_content{
	   padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
   .single-post h1{
	font-size: 46px;
    line-height: 65px;
   }
   .single-post #content{
	   width:970px;
	   display:block;
   }
   .single-post .sidebar_auth{
	   width:100%;
	   padding:25px 0px 0px 0px;
   }
   #posts-by h3{
	   font-size:20px;
   }
   .one-press-picture{
	   padding:21%;
   }
   .teambox .vc_col-sm-4 .dce-user_content{
	   padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
   .single-post h1{
	font-size: 46px;
    line-height: 65px;
   }
   .single-post #content{ 
	   width:970px;
	   display:block;
   }
   .single-post .sidebar_auth{
	   width:100%;
	   padding:25px 0px 0px 0px;
   }
}
@media only screen and (max-width: 768px) {
	.single-post #content-bottom{
		display:block;
	}
	.scnd_sec .column {
        width: 100%;
    }
	.scnd_sec .column1 {
        width: 100%;
        margin-top: 60px;
    }
	.single-post h1 {
        font-size: 41px;
        line-height: 55px;
    }
	    .blog_under_sec {
        text-align: center;
    }
	    .single-post #top-stats {
        display: block;
    }
	    .single-post .one-stat {
        text-align: center;
        width: 100%;
    }
	    .single-post .lastreserved {
        width: 100%;
        text-align: center;
    }
	    .single-post .img_txt {
        display: block;
    }
	    .single-post .blog_img {
        margin-top: 25px;
    }
	.single-post .image_sec{
		margin-top:0px;
	}
	.single-post #content{
		width:740px !important;
		padding-left:30px;
	}
	.scnd_sec .column {
        width: 100%;
    }
	.scnd_sec .column1 {
        width: 100%;
        margin-top: 60px;
        box-sizing: border-box;
    }
	.single-post h1 {
        font-size: 41px;
        line-height: 55px;
    }
	    .blog_under_sec {
        text-align: center;
    }
	    .single-post #top-stats {
        display: block;
    }
	    .single-post .one-stat {
        text-align: center;
        width: 100%;
    }
	    .single-post .lastreserved {
        width: 100%;
        text-align: center;
    }
	    .single-post .img_txt {
        display: block;
    }
	    .single-post .blog_img {
        margin-top: 25px;
    }
	.single-post .image_sec{
		margin-top:0px;
	}
	.single-post #content{
		width:740px !important;
		padding-left:30px;
	}
}
@media only screen and (max-width: 768px) {
	.single-post .at-title h4{
		padding: 22px 65px 22px 20px;
	}
   .teambox .vc_col-sm-4 {
    /* float: left; */
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
    }
   .teambox .row{
	display:block;
    }
    .teambox .vc_col-sm-4 .dce-user_content {
        padding: 30px;
    }
	.scnd_sec .row{
		display:block;
	}
	.author-box h1{
		font-size:60px;
	}
	#posts-by .vc_col-sm-4{
		width:100%;
		box-sizing: content-box;
		padding: 0 0 18px 0;
	}
	.one-press-picture{
		padding: 0;
	}
	.single-post{
	background:#fff !important;
}
}
@media only screen and (max-width: 425px){
.single-post .thumbnail_img{
	padding:0px;
	height:200px;
}
.single-post #content-bottom{
	margin:100px 1px 20px 1px;
}

    .author-box h1 {
        padding: 0px 10px;
        font-size: 33px !important;
        line-height: 45px !important;
    }     
    .single-post h1 {
        font-size: 30px;
        line-height: 40px;
		margin:25px 0px;
    }
	.single-post .image_sec{
		margin-top:0px;
	}
	.single-post #content {
        width: 415px !important;
        padding-left: 10px;
		margin-top:60px;
    }
	.single-post h2{
		font-size:32px;
		line-height:40px;
	}
	.single-post h3 {
       font-size: 20px;
	}
	.single-post .at-title h4{
	}
	.single-post .guidelinebox{
		padding:15px 20px 30px 20px;
	}
	.single-post .ctaboxbtm{
		padding:31px 20px 55px 20px;
	}
}


.post-7600 h1{
	text-align: center;
    margin-bottom: 65px;
	color:#000;
    font-size: 42px !important;
    font-weight: 600;
		}
	.teambox .row{
	display:flex;
	justify-content:center;
	text-align:center;
}
.teambox {
    position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 30%;
}
.teambox .dce-user_image {
    overflow: hidden;
    position: relative;
    /* width: 100%; */
}
.teambox .dce-user_image a {
    display: flex;
}
.teambox .vc_col-sm-4 .dce-user_content {
    position: absolute;
    bottom: 0px;
    padding: 40px;
    z-index: 10;
    color: #fff;
    width: 92%;
    left: auto;
    text-align:left;
    box-sizing: border-box;
}
.teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 40px;
    text-decoration: none !important;
    color: #fff;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: .6;
    font-size: 17px;
    line-height: 22px;
}
.teambox .vc_col-sm-4 .dce-user_image a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
    background: linear-gradient(180deg, rgba(32, 94, 92, 0) 0%, #205E5C 89.58%) !important;
}
.teambox .dce-user_image img {
    margin-bottom: 0 !important;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.teambox .dce-user_content .user-displayname {
    line-height: 32px;
    margin-bottom: 5px;
    /* font-family:Mulish; */
    font-weight: 700;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: 1;
    font-size: 17px;
    line-height: 22px;
}
@media only screen and (max-width: 1024px) {
   .teambox .vc_col-sm-4 .dce-user_content{
	   padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
}
@media only screen and (max-width: 768px) {
   .teambox .vc_col-sm-4 {
    /* float: left; */
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
    }
   .teambox .row{
	display:block;
    }
    .teambox .vc_col-sm-4 .dce-user_content {
        padding: 30px;
    }
	
}

.BlogCat  {
	
}

.BlogCat ul {
	margin-bottom: 35px !important;!i;!;
}

.BlogCat ul li {
	list-style: none;
	display: inline-block;

}
.BlogCat ul li a {
	list-style: none;
	display: inline-block;
	padding: 12px 18px;
	color: #040f13;
	border: 1px solid #999;
	margin: 0 2px;
	font-size: 15px;
	text-transform: uppercase;
}
.BlogCat ul li a:hover {
	color: #fff;
	border: 1px solid #205e5c;
	background: #205e5c;
}
.BlogCat ul li a {
	
}
.post-content {
	
}

.post-content table {
	border: 1px solid #b7b7b7;
	padding: 0;
	margin: 0;
}
.post-content table tr:first-child {background: #0000001a;}

.post-content table tr {}

.post-content table tr th {
	border: 0px solid red;
	padding: 10px;
	text-align:left;
}
.post-content table tr td {
	border-bottom: 1px solid #b7b7b7;
	padding: 10px;
}
.single-post h1 {
    width: 900px;
    margin: 0 auto;
}
@media only screen and (max-width:768px) {
    .blog_under_sec {
        padding: 40px 20px;
    }
	.single-post h1 {
		width: 100%;
	}
	.single-post #top-stats {
        width: 100%;
    }
	.single-post .one-stat:first-child {
        text-align: center;
        width: 100%;
        margin-bottom: 27px;
    }
}